I will never again work with systems that don’t have iLOM.
Quick and Dirty SUN eLOM/iLOM Static IP Configuration
June 10th, 2009
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.
Note: Still working out comments/etc. theming. Please ignore the ugliness.