Operating System - Linux
1755931 Members
3128 Online
108839 Solutions
New Discussion

Re: Accessing ILO through SSH on ProLiant DL 580 G7 rack mount server.

 
senthil_kumar_1
Super Advisor

Accessing ILO through SSH on ProLiant DL 580 G7 rack mount server.

Hi All,

 

I don't have ILO advanced license...So that,  I am accessing the ILO console through SSH by putty...

 

Example:

 

</>hpiLO-> help

status=0
status_tag=COMMAND COMPLETED


DMTF SMASH CLP Commands:

help    : Used to get context sensitive help.
show    : Used to display values of a property or contents of a collection target.
create  : Used to create new instances in the name space of the MAP.
 Example: create /map1/accounts1 username=<lname1> password=<pwd12345> name=
 <dname1> group=<admin,config,oemhp_vm,oehmp_rc,oemhp_power>

delete  : Used to destroy instances in the name space of the MAP.
 Example: delete /map1/accounts1/<lname1>

load    : Used to move a binary image from an URL to the MAP.
 Example : load -source http://192.168.1.1/images/fw/iLO3_130.bin

reset   : Causes a target to cycle from enabled to disabled and back to enabled.

set     : Used to set a property or set of properties to a specific value.
start   : Used to cause a target to change state to a higher run level.
stop    : Used to cause a target to change state to a lower run level.
cd      : Used to set the current default target.
   Example: cd targetname

exit    : Used to terminate the CLP session.
version : Used to query the version of the CLP implementation or other CLP elements.

oemhp_ping    : Used to determine if an IP address is reachable from this iLO 3.
Example : oemhp_ping 192.168.1.1 , where 192.168.1.1 is the IP address that you wish to ping

oemhp_loadSSHKey    : Used to authorize a SSH Key File from an URL
Example : oemhp_loadSSHKey -source http://UserName:password@192.168.1.1/images/SSHkey1.pub

HP CLI Commands:

POWER    : Control server power.
UID      : Control Unit-ID light.
NMI      : Generate an NMI.
VM       : Virtual media commands.
LANGUAGE : Command to set or get default language
VSP      : Invoke virtual serial port.
TEXTCONS : Invoke Remote Text Console.

 

 

My questions:

 

1)How to restart, shutdown (off) and start (switch on) the server from ILO CUI console?

2)How to mount ISO file from console?

3)How to change the ILO IP address from ILO CUI console?

4)How to see the LAN setting of ILO?

 

 

1 REPLY 1
Jimmy Vance
HPE Pro

Re: Accessing ILO through SSH on ProLiant DL 580 G7 rack mount server.

The Lights-Out scripting and command line guide has the answers to all your questions. You will need an advanced license to use virtual media

 

http://h20000.www2.hp.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF&prodSeriesId=4154735&targetPage=http%3A%2F%2Fbizsupport2.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc02774508%2Fc02774508.pdf

 

 

No support by private messages. Please ask the forum!