Fighting Absurdity With Absurdity:
THIS SITE AND ALL CONTENT THEREIN IS ENTIRELY PERSONAL IN NATURE; THEREFORE THE OPINIONS, COMMENTS, BELIEFS, ET CETERA THEREIN MAY NOT BE CONSTRUED AS BEING THAT OR ENDORSED BY ANY EMPLOYER OF MINE, PAST, PRESENT OR FUTURE, THOR, MARS, THE FLYING SPAGHETTI MONSTER, OR THAT BUM WHO JUST BILKED YOU OUT OF A CIGARETTE. BY THE WAY, THAT DUDE MAKES MORE PANHANDLING THAN YOU DO AT YOUR OFFICE JOB.
I will never again work with systems that don’t have iLOM.
Quick and Dirty SUN eLOM/iLOM Static IP Configuration
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.