List LPAR from VIOS

Hi guys,

does anyone know how to get a list of the LPAR running on VIOS?

Thanks!

What layout do you have?

If your partitioned with an HMC it will give you a nice view straight away.

If you used IVM of VIO (i.e. a single VIO is running natively on the server and you have VIO guests) then there should be a https GUI you can get at. It is possible to do it through line commands too, but it's a bit ugly.

Robin
Liverpool/Blackburn
UK

..and the only way I have is CLI..

Murphy rules... :slight_smile:

Okay, well, assuming that it is a single VIO server with guests, you can get a great splurge of output by running:-

lssyscfg -r lpar

within the IOSCLI (restricted shell) of the VIO. One line per lpar, but it's a big line.

I hope that this helps. Sorry if I've missed the point and given you something totally erroneous.

Robin
Liverpool/Blackburn
UK

Hi,

if your are using NPIV and the LPARs are up and running you may try this:

padmin@VIO

lsmap -npiv -all -field ClntName -fmt ":"

OR
play around with :slight_smile:
hscroot@hmc

lssyscfg -r prof -m <Managed System>

Thank you guys!