3 examples, 7 how to manage ilom serial port settings, 1 displaying serial port settings – Sun Microsystems Sun Fire X4200 User Manual

Page 88: 2 configuring serial port settings, Examples, How to manage ilom serial port settings, Displaying serial port settings, Configuring serial port settings

Advertising
background image

7-12

Sun Fire X4100 and Sun Fire X4200 Servers System Management Guide • December 2005

7.6.2.3

Examples

To change the IP address for the service processor, type:

set /SP/network ipaddress=192.168.77.21 commitpending=true

Note –

Changing the IP address will disconnect your active session if you are

connected to the service processor via a network.

To change the network settings from DHCP to static assigned settings, type:

set /SP/network pendingipdiscovery=static pendingipaddress=

192.168.77.21 pendingipgateway=192.168.77.100 pendingipnetmask=

255.255.255.255 commitpending=true

7.7

How to Manage ILOM Serial Port
Settings

You can display or configure the service processor serial port settings from the
service processor command-line interface. The service processor has two serial ports:
an internal "host" port that interfaces directly with the host server using the start
/SP/console

command, and an external port that is exposed on back of the server.

7.7.1

Displaying Serial Port Settings

Type this command to display settings for the external serial port:

show /SP/serial/external

Type this command to display settings for the host serial port:

show /SP/serial/host

7.7.2

Configuring Serial Port Settings

Use the set command to change properties and values for serial port settings. Port
settings have two sets of properties: pending and active. The active settings are the
settings currently in use by the service processor. These settings are read-only. If you

Advertising