ILOM commands
To connect to the system console,
at the ILOM command prompt, type:


-> start /SP/console |
ok #.
To Activate the Network Management Port
-
-
-> set /SP/network state=enabled Set ’state’ to ’enabled’ -> set /SP/network pendingipaddress=xx.xxx.xx.xxx Set ’pendingipaddress’ to ’xx.xxx.xx.xxx’ -> set /SP/network pendingipdiscovery=static Set ’pendingipdiscovery’ to ’static’ -> set /SP/network pendingipnetmask=255.255.252.0 Set ’pendingipnetmask’ to ’255.255.252.0’ -> set /SP/network pendingipgateway=xx.xxx.xx.xxx Set ’pendingipgateway’ to ’xx.xxx.xx.xxx’ -> set /SP/network commitpending=true Set ’commitpending’ to ’true’ ->
-> set /SP/network pendingipdiscovery=dhcp Set ’pendingipdiscovery’ to ’dhcp’ -> set /SP/network commitpending=true Set ’commitpending’ to ’true’ ->
-
-
-> show /SP/network
To connect through the network management port, use ssh to the IP address you specified in Step 3.
Accessing the System Console Through a Terminal Server
The following procedure assumes that you are accessing the
system console by connecting a terminal server to the serial management
port (SER MGT) of your server.
-
The serial management port on the Sun Netra T5440 server is a data terminal equipment (DTE) port. The pinouts for the serial management port correspond with the pinouts for the RJ-45 ports on the serial interface breakout cable supplied by Cisco for use with the Cisco AS2511-RJ terminal server. If you use a terminal server made by another manufacturer, check that the serial port pinouts of the Sun Netra T5440 server matches those of the terminal server you plan to use.If the pinouts for the server serial ports correspond with the pinouts for the RJ-45 ports on the terminal server, you have two connection options:
- Connect a serial interface breakout cable to a patch panel and use the straight-through patch cable (supplied by your server’s manufacturer) to connect the patch panel to the server.
If the pinouts for the serial management port do not correspond with the pinouts for the RJ-45 ports on the terminal server, you need to make a crossover cable that connects each pin on the Sun Netra T5440 server serial management port to the corresponding pin in the terminal server’s serial port.
-
% ssh IP-address-of-terminal-server port-number
For example, for a Sun Netra T5440 server connected to port 10000 on a terminal server whose IP address is 192.20.30.10, you would type:
% ssh 192.20.30.10 10000
Accessing the System Console Through a Tip Connection
Use this procedure to access the Sun Netra T5440 server system
console by connecting the serial management port (SER MGT) to the
serial port of another system (FIGURE 1-4).

Modifying the /etc/remote File
This procedure might be necessary if you are accessing the
Sun Netra T5440 server using a Tip connection from a system running
an older version of the Solaris OS software. You might also need
to perform this procedure if the /etc/remote file
on the system has been altered and no longer contains an appropriate hardwire entry.
-
# uname -r
-
- The Solaris OS software shipped with an appropriate entry for hardwire in the /etc/remote file. If you have reason to suspect that this file was altered and the hardwire entry modified or deleted, check the entry against the following example, and edit it as needed.
hardwire:\ :dv=/dev/term/b:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:
-
hardwire:\ :dv=/dev/ttyb:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:
Accessing the System Console Through an Alphanumeric Terminal
Use this procedure when you are accessing the Sun Netra T5440
server system console by connecting the serial port of an alphanumeric
terminal to the serial management port (SER MGT) of the server.
Accessing the System Console Through a Local Graphics Monitor
Though it is not recommended, the system
console can be redirected to the graphics frame buffer. After
initial system installation, you can install a local graphics monitor
and configure it to access the system console. You cannot use
a local graphics monitor to perform initial system installation,
nor can you use a local graphics monitor to view power-on self-test
(POST) messages.
- Connect the USB keyboard cable to one USB port and the USB mouse cable to the other USB port on the Sun Netra T5440 server back panel (FIGURE 1-2).
-
ok setenv input-device keyboard ok setenv output-device screen
-
ok reset-all
The system stores the parameter changes, and boots automatically when the OpenBoot configuration variable auto-boot? is set to true (the default value).
Switching Between the Service Processor and the System Console
The
service processor features two management ports, labeled SER MGT
and NET MGT, located on the server’s back panel. If the system console
is directed to use the serial management and network management
ports (the default configuration), these ports provide access to
both the system console and the ILOM command-line interface (the
ILOM service processor prompt), each on a separate channel (see FIGURE 1-5).

If the system console is configured to be accessible from
the serial management and network management ports, when you connect
through one of these ports you can access either the ILOM command-line
interface or the system console. You can switch between the ILOM
service processor prompt and the system console at any time, but
you cannot access both at the same time from a single terminal window
or shell tool.
Graceful Shutdown
The preferred method of reaching the ok prompt
is to shut down the operating system
by issuing an appropriate command (for example, the shutdown, init,
or uadmin command)
as described in Solaris system administration documentation.
-
-> set /HOST send_break_action=break Set ‘send_break_action’ to ‘break’ -> start /SP/console Are you sure you want to start /SP/console (y/n)? y Serial console started. To stop, type #.
-
c)ontinue, s)ync, r)eboot, h)alt?
-
r)eboot, o)k prompt, h)alt?
If the operating system is already halted, you can use the start /SP/console command instead of set /HOST send_break_action=break to reach the ok prompt.
Manual System Reset
Use the ILOM service processor reset /SYS command,
or start /SYS and
stop /SYS commands, to reset
the server. Reaching the ok prompt by performing
a manual system reset
or by power-cycling the system always first attempts a graceful shutdown.
If a graceful shutdown is not possible, a forced shutdown is performed. A
forced shutdown results in the loss of all system coherence and
state information. A forced system reset could corrupt the server’s
file systems, although the fsck command usually
restores them.
-
See OpenBoot ok Prompt for details.
-
Comments
Post a Comment