Chapter 3
Connecting to ILOM and Applying Main Power to the Server Module
21
3. For IPv4 network configurations, use the
cd
command to navigate to the
/network
directory:
->
cd /SP/network
4. Do one of the following:
■
If you have a DHCP server on the network, type the
show
command to view
the IPv4 network settings assigned to the server module by the DHCP server.
■
If there is no DHCP server, or if you want to assign static IPv4 network
settings, use the
set
command to assign values for the properties listed in the
following table. For example:
->set pendingipdiscovery=static
->set pendingipaddress=10.8.183.106
->set pendingipnetmask=255.255.255.0
->set pendingipgateway=10.8.183.254
->set commitpending=true
5. For IPv6 network configurations, use the
cd
command to navigate to the
/network/ipv6
directory:
->
cd /SP/network/ipv6
Property
Set Property Value
Description
state
set state=enabled
The network
state
is
enabled
by default
for IPv4.
Note -
To enable the static IPv4 network
option the
state
must be set to
enabled
.
pendingipdiscovery
set pendingipdiscovery=static
To enable a static IPv4 network
configuration, you need to set the
pendingipdiscovery
property value to
static
.
Note -
The property value for
ipdiscovery
is set to
dhcp
by default for IPv4.
pendingipaddress
pendingipnetmask
pendingipgateway
set pendingipaddress=
<
ip_address
> pendingipnetmask=
<
netmask
> pendingipgateway=
<
gateway
>
To assign multiple static network settings,
type the
set
command followed by the
pending
command for each property value
(IP address, netmask, and gateway), then
type the static value that you want to assign.
commitpending=
set commitpending=true
Type
set commitpending=true
to
commit changes.