iLO User Account Creation for Blade servers

Script to Create User Account in iLO for Blade servers

Open Putty.exe and connect to Blade enclosure iLO ip
Login using the administrator account (BE admin account)
Copy and paste below script in the console window

--------&---------

HPONCFG ALL << end_marker
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="DontCare" PASSWORD="UsingAutoLogin">
<USER_INFO MODE="write">
<ADD_USER
USER_NAME="hpadmin" USER_LOGIN="hpadmin"
PASSWORD="hpadmin">
<ADMIN_PRIV value="Yes"/>
<REMOTE_CONS_PRIV value="Yes"/>
<RESET_SERVER_PRIV value="Yes"/>
<VIRTUAL_MEDIA_PRIV value="Yes"/>
<CONFIG_ILO_PRIV value="Yes"/>
</ADD_USER>
</USER_INFO>
</LOGIN>
</RIBCL>
end_marker

---------&----------

This will create a new user as 'hpadmin' with password 'hpadmin' for all blade servers in that Blade Enclosure.

This eliminates of creating user account for all blade servers manually.


***Share your comments about this post***