Server Management - Remote Server Management
1748227 Members
4465 Online
108759 Solutions
New Discussion юеВ

Re: iLo v3: Parameter "-l" for ssh command "show"

 
phoenix78
New Member

iLo v3: Parameter "-l" for ssh command "show"

Hello!

I have questions about the command "show" with parameters "-l 1" which I used on HP iLO console over SSH.
When I use command "show system1 -l 1" on HP iLO v2 it works fine and shows data from the first level for group system1, but on HP iLO v3 this command returns the error:
------------------
hpiLO-> show system1 -l 1

status=2
status_tag=COMMAND PROCESSING FAILED
error_tag=INVALID OPTION
------------------
Is this parameter supported by HP iLO v3?

Could you check command "show system1 -l 1" on iLO v3 console and provide me result? Also please provide firmware version which was used.

Thanks in advance!
2 REPLIES 2
barnett chan
Trusted Contributor

Re: iLo v3: Parameter "-l" for ssh command "show"

phoenex78,

What is the -l switch for clp for? I can't find any reference in the iLO 2 clp guide. I only see -l switch with referece to cpqlocfg.exe and hponcfg.

From iLO 3, 1.10, I get the following:

hpiLO-> show /system1/fan1

status=0
status_tag=COMMAND COMPLETED


/system1/fan1
Targets
Properties
DeviceID=Virtual Fan
ElementName=System
OperationalStatus=Ok
VariableSpeed=Yes
DesiredSpeed=25
HealthState=Ok
Verbs
cd version exit show set


hpiLO-> show /system1/memory1

status=0
status_tag=COMMAND COMPLETED


/system1/memory1
Targets
Properties
size=4096 MB
speed=1333 MHz
location=Proc 1 DIMM 1A
Verbs
cd version exit show set


phoenix78
New Member

Re: iLo v3: Parameter "-l" for ssh command "show"

Parameters "-L 1" are expands content of target. See output (iLO v2) bellow for understanding differences:

hpiLO-> show /system1/bootconfig1
status=0
status_tag=COMMAND COMPLETED


/system1/bootconfig1
Targets
bootsource1
bootsource2
bootsource3
bootsource4
bootsource5
Properties
Verbs
cd version exit show set


hpiLO-> show /system1/bootconfig1 -l 1
status=0
status_tag=COMMAND COMPLETED


/system1/bootconfig1
Targets
bootsource1
Properties
bootorder=1
bootsource2
Properties
bootorder=2
bootsource3
Properties
bootorder=4
bootsource4
Properties
bootorder=3
bootsource5
Properties
bootorder=5
Properties
Verbs
cd version exit show set


hpiLO->


The same information can be obtained by executing command "show" without parameters for all sub folders, but it greatly increases the number of SSH requests.