Sun Microsystems X4200 M2 Network Card User Manual


 
Chapter 2 Setting Up the Server Software 27
FIGURE 2-4 Integrated Lights Out Manager Network Settings Page
Configuring Static IP Addresses Using the CLI
1. Log into the CLI using SSH or by connecting to the serial port.
To establish a Secure Shell (SSH) connection to the ILOM CLI, type the appropriate
connection command in the SSH application. For example, to connect to the SP with
the DHCP-assigned IP address of 129.144.82.20, you would type the following
command:
# ssh -l root 129.144.82.20
See the example in
FIGURE 2-2.
2. Type the following commands, using your own addresses in place of the examples
below:
(The addresses shown in the commands below are examples.)
cd /SP/network
set pendingipaddress=129.144.82.26
set pendingipnetmask=255.255.255.0
set pendingipgateway=129.144.82.254
set pendingipdiscovery=static
set commitpending=true