Hi friends:
Is there a way to list all the LPARS from VIOS servers?
Thanks for your help!
Hi friends:
Is there a way to list all the LPARS from VIOS servers?
Thanks for your help!
Hi,
I don’t know if there is an ready analysis for this but if you write the aix command which you use to see lpar list on command window, I can help.
relevance is read only, It can not run commands to see their outputs on systems.
for example, two steps to get lparstat command output into the bes console (or web reports)
lparstat
on target syetem and directs its output to the file /tmp/lparoutput.out
/tmp/lparoutput.out
on target systemHi selimgoksu. Thanks for reply. We made an script for obtain lpars running and wrote the results to a text file, and then create an analysis for read the file.
Thanks again!