Reset iLO console from Enclosure SSH session

Author : Bibith Dathan

How to reset ILO from Enclosure SSH session? 

If web interface is not responding and able to connect via Enclosure ssh session
------------------------------------------------------------------------------------------------


ENC>show server list //get the server number

ENC> connect server 1     //this "1" is server number obtained from " show server list " command
hpiLO-> cd /Map1
status=0
status_tag=COMMAND COMPLETED

/Map1

hpiLO-> reset
status=0
status_tag=COMMAND COMPLETED
Resetting iLO.
CLI session stopped

Now reset done on iLO console.






ILO configuration  change including Ip change from OS
---------------------------------------------------------------------

Install the utility ho lights on ur linux machine

#rpm -ivh hponcfg-3.1.1-0.rpm

then follow the below steps

#/sbin/hponcfg -a -w /tmp/ilo.out  // Get configuration
#vi  /tmp/ilo.out //Edit configuration  to reflect changes ( Note this is xml file )
#/sbin/hponcfg -f /tmp/ilo.out -v  //Apply the configuration



Post a Comment

0 Comments