Pages

Wednesday, September 25, 2013

Resetting ILO's from Command Line

For resetting ILO's from Command Line.
It saves a lot of time when working remotely

You can use  telnet or plink utility to login to the ILO.

HP Servers
Telnet or Plink to the ILO ip with ID/Password.

telnet x.x.x.x  or Plink  userid@x.x.x.x -password xxxxx
 
it will take you to the prompt :
</>hpiLO-> cd /map1
status=0
status_tag=COMMAND COMPLETED

</map1>hpiLO-> reset
status=0
status_tag=COMMAND COMPLETED
Resetting iLO.

CLI session stopped.
 
You can even shutdown/restrat the server from here.
For more commands   type "help"

Dell Servers

cmd> Telnet xx.xx.xx.xx 23/22
Login with the remote console userID/Password.

>Racadm racreset

IBM Servers
cmd> Telnet xx.xx.xx.xx 23/22
Login with the remote console userID/Password.

>resetsp
 
 
Azam

No comments:

Post a Comment