Configure Network Settings Using the CLI

Follow this procedure to change properties and values for network settings using the set command.

What to Do

  1. Log in to the ILOM CLI as an Administrator.

  2. At the command prompt, type:

—> set /SP/network

Targets, Properties, and Values

The following target, properties, and values are valid for ILOM network settings.

Target

Property

Value

Default

/SP/network

ipaddress

ipdiscovery

ipgateway

ipnetmask

macaddress

commitpending

pendingipaddress

pendingipdiscovery

pendingipgateway

pendingipnetmask

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

Example

To change the IP address for ILOM, type:

-> set /SP/network pendingipaddress=nnn.nn.nn.nn commitpending=true

Note

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

Note

Settings take effect as soon you set commitpending to true.

Related Topics