Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find VIO Server from HMC Command Line

Status
Not open for further replies.

mohsoy

Technical User
Jan 14, 2011
3
FR
Hi,

I would like to know if there is a command on the HMC (V6 and V7) what permit to find the VIO Server among all the Lpars.
Today, ours VIO Servers belong the string "VIO" in his name, it's easy too fond it but it isn't a very sure method.

If anybody can help me.
Thank you.

Anthony

 

I checked and this long command (one line) prints all VIO servers:

lssyscfg -r sys -F name | while read mngsys;do lssyscfg -r lpar -m $mngsys -F name,lpar_env --header| sed "s/^/$mngsys\,/";done|grep vioserver$

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top