How much resources is left on the P7?

I know that it is possible to login into the HMC console and view all the specs like, how much CPU/RAM every LPAR has.

But how can I check how much the whole P7 has in total and how much is left to creat a new LPAR:wall:

Hi,

Yes, if you go onto the HMC and then into properties - there is a tab for Processor and one for Memory.

Regards

Gull04

Hi gull04

Thanks for your help, but I couldn't find it.
Please take a look at the attached picture. Is ist somewhere near this points?

Cheers
DiViN3

Hi,

you could use the HMC CLI:

lshwres -m <MGDSYS> -r mem --level sys
lshwres -m <MGDSYS> -r proc --level sys

or have a look at attached picture :slight_smile:

Regards

1 Like

Hi,

See if this helps;

1 Like

Very good, thanks! :b: