I will never again work with systems that don’t have iLOM.

Quick SUN eLOM/iLOM Static IP Config

June 10th, 2009
Tags:

eLOM:

Enter the eLOM CLI via the Srv Mgt port.

cd /SP/network
set IPAddress=172.16.200.6
set Gateway=172.16.200.1

Once done, you should be able to access the web management GUI via the IP entered. In this example, 172.16.200.6.

iLOM:

Enter the iLOM CLI via the Srv Mgt port.

cd /SP/network
set pendingipaddress=172.16.200.6
set pendingipgateway=172.16.200.1
set commitpending=true

Once done, you should be able to access the web management GUI via the IP entered. In this example, 172.16.200.6.