Follow this procedure to change properties and values for network settings using the set command.
Log in to the ILOM CLI as an Administrator.
At the command prompt, type:
—> set /SP/network
The following target, properties, and values are valid for ILOM network settings.
Target |
Property |
Value |
Default |
---|---|---|---|
/SP/network |
|
These read-only values are updated by the system MAC address of ILOM true|(none) <ipaddress|none> dhcp|static <ipaddress|none> <ipdotteddecimal> |
(none) none dhcp none 255.255.255.255 |
To change the IP address for ILOM, type:
-> set /SP/network pendingipaddress=
nnn.nn.nn.nn
commitpending=true
Changing the IP address will disconnect your active session if you are connected to ILOM over a network.
To change the network settings from DHCP to static assigned settings, type:
-> set /SP/network pendingipdiscovery=static pendingipaddress=
nnn.nn.nn.nn
pendingipgateway=nnn.nn.nn.nn
pendingipnetmask=nnn.nn.nn.nn
commitpending=true