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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HMC command line to see lpar "Operator panel value"

Status
Not open for further replies.

alexia32

Technical User
Jul 31, 2007
156
NZ
Hello guys,

Do you know what is the command HMC to see the value that appears on the WebSM "Operator panel value" for a power5 (HMC v6r1.3) ?

I tried to find out but I'm sure it was working for power4 long time ago but can;t find it for p5 (I didn;t test all the command) but if someone can tell me... will be GREAT!

Thanks in advance.

Cheers
Al
 
Hi Al,

There you go, this is a very nice link that shows few helpful HMC commands (including what you are looking for)


I guess you are looking for this:

Code:
hscroot@hmc> lssyscfg -r lpar -m pserver --filter ""lpar_names=mylpar""

or this

Code:
lssyscfg -r sys -F name:state

Code:
lssyscfg -m pserver1 -r lpar -F name:state


I liked this one very much:

Code:
lssyscfg -r lpar -m pserver -F lpar_id:name:state | sort -n

I hope this is helpful enough.

Regards,
Khalid
 
Hm... lsled shows/alters attention leds, not AFAIK the operator panel.


HTH,

p5wizard
 
Hi

The option state give only the status of the lpar "Running, Not Activated etc..." but what I want is to see the led code.
I tried lsled and it didn;t give the information we see via WebSM on the field "Operator panel value" (the code we can see such as 0608 etc...)

I will look again

Thanks
Al
 
I think IBM removed this capability on Power5...
Cheers
Al
 
hmm. I don't think i came across that! but there must be a way to do it! I don't think that IBM would take off this feature that was provided in POWER4!

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top