

1. Log in to ILOM service processor via serial management port [SER MGT].
2. Set the working directory.
-> cd /SP/network
3. Type the following commands [static IP address]:
-> set /SP/network state=enabled Set ’state’ to ’enabled’ -> set /SP/network pendingipaddress=xxx.xxx.xx.xxx Set ’pendingipaddress’ to ’xxx.xxx.xx.xxx’ -> set /SP/network pendingipdiscovery=static Set ’pendingipdiscovery’ to ’static’ -> set /SP/network pendingipnetmask=xxx.xxx.xxx.xxx Set ’pendingipnetmask’ to ’xxx.xxx.xxx.0’ -> set /SP/network pendingipgateway=xxx.xxx.xx.xxx Set ’pendingipgateway’ to ’xxx.xxx.xx.xxx’ -> set /SP/network commitpending=true Set ’commitpending’ to ’true’
4. To verify
-> show /SP/network
5. Test the network management port [NET MGT] connection.

Great, concise, bit of information. Thanks for posting!!!!! :-0)