Alphabetical Command Reference

This section provides in tabular form a summary of all of the system controller commands designed for an end user of entry-level midrange systems (Sun Fire trademark E2900, Sun Fire V1280, Netratrademark 1280, and Netra 1290) and provides complete descriptions, command syntax, and examples of each system controller command.


System Controller Command Summary

TABLE 1 lists and describes the System Controller commands and how you can access them.


TABLE 1 System Controller Command Summary

Command

Description

addcodlicense

Adds a Capacity on Demand (COD) right-to-use (RTU) license key to the COD license database.

bootmode

Configures the way the Solaris OS boots at the next reboot.

break

Sends a break signal to the console.

console

Opens a console connection.

deletecodlicense

Removes a Capacity on Demand (COD) right-to-use (RTU) license key from the COD license database.

disablecomponent

Deprecated starting with the 5.17.0 release. Replaced by the setls command.

enablecomponent

Deprecated starting with the 5.17.0 release. Replaced by the setls command.

flashupdate

Updates the flash PROMs.

help

Provides basic help information.

history

Shows the command history along with date and time stamps.

inventory

Shows the SEPROM contents of a FRU or system.

logout

Logs out from this connection.

password

Sets the LOM access password.

poweroff

Powers off system or components.

poweron

Powers on system or components.

reset

Resets the system.

resetsc

Resets the system controller (LOM).

restartssh

Restarts the SSH server, loading and storing latest host keys.

setalarm

Sets system alarms.

setdate

Sets the time, date, and time zone for the system controller.

setescape

Sets LOM escape characters.

seteventreporting

Sets event reporting.

setlocator

Sets locator light.

setls

Sets the component location status. Replaces enablecomponent and disablecomponent commands starting with the 5.17.0 release.

setupnetwork

Sets up LOM network settings.

setupsc

Configures the system controller (LOM)

showalarm

Displays state of system alarms LEDs.

showboards

Lists status and assignment information for boards in the system.

showcodlicense

Displays the current Capacity on Demand (COD) right-to-use (RTU) licenses stored in the COD license database.

showcodusage

Displays the current usage statistics for Capacity on Demand (COD) resources.

showcomponent

Displays a component or a list of components.

showdate

Displays the time and date.

showenvironment

Displays the current environmental status, temperatures, currents, voltages, fan speeds, and so on.

showerrorbuffer

Shows the contents of the error buffer.

showescape

Displays LOM escape characters.

showeventreporting

Displays event reporting status.

showfault

Displays state of system fault LED.

showhostname

Displays the host name.

showlocator

Displays state of system locator LED.

showlogs

Shows the logs.

showmodel

Displays the platform model.

shownetwork

Displays LOM network settings.

showresetstate

Displays the CPU registers after a reset.

showsc

Displays the system controller uptime and version information.

shutdown

Shuts down Solaris and takes the system to standby mode.

ssh-keygen

Generates SSH host keys and displays host key fingerprint on the system controller.

testboard

Tests the CPU/Memory board in isolation.



FRU State and Test Status

TABLE 2 and TABLE 3 describe the FRU states and the current test status.


TABLE 2 FRU States

Value

Definition

Disabled

FRU has been blacklisted (RPx only).

Assigned

FRU is assigned to the system.

Active

FRU is in use by the system

Auto Speed

Fans run at thermally regulated speed (FT0 only).

High Speed

Fans run at maximum speed (FT0 only).

Unknown Speed

Fans run at unknown speed (FT0 only).

Main

FRU is the Main System Controller (SSC1 only).

Unknown

FRU State is unknown.

-

FRU State is not relevant.



TABLE 3 Test Status

Test Status

Description

Passed/OK

All board components passed all tests.

Degraded

A test failed, a failure occurred during normal operation, or a component has been disabled. The board is still accessible and some of its devices can still be used.

Disabled

The FRU has been blacklisted.

Failed

The board failed a test.

Under Test

The system is running POST (power-on self-test). The board status is transitioning between Assigned and Active.

Not Tested

No testing has been done.

-

The slot is empty or not tested. Not applicable for this device.



Alphabetical Listing of System Controller Commands

The following sections describe the System Controller commands.

addcodlicense

Adds a Capacity on Demand (COD) right-to-use (RTU) license key to the COD license database.

Syntax

addcodlicense license-signature

addcodlicense -h

Options/Parameters

The following table lists all options or parameters and describes their use:


license-signature

The COD RTU license key to be added to the COD license database.

-h

Displays help for this command.


Description

Adds the specified COD RTU license key to the COD license database on the system controller.



Note - Before you run this command, you must obtain a COD RTU license key from the Sun License Center. For details on COD RTU license keys, refer to the Sun Fire Entry-Level Midrange System Administration Guide.



See Also

deletecodlicense, showcodlicense, showcodusage

bootmode

Configures the way Solaris software uses the OpenBoottrademark PROM to boot at the next reboot.

Syntax

bootmode normal

bootmode [diag|skipdiag] [forth] [reset_nvram]

bootmode -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command

normal

Instructs the OpenBoottrademarktrademarktrademarktrademark PROM on the next reboot to boot the system using the values held in the OpenBoot PROM variables verbosity-level and diag-level. This value also clears any previously requested bootmode command that had not timed out.

diag

Instructs the OpenBoot PROM on the next reboot to boot the system as if the CPU POST verbosity-level had been set to max and the diag-level to max. This ensures that the highest level of POST tests are run prior to Solaris booting.

skipdiag

Instructs the OpenBoot PROM on the next reboot to boot the system as if the CPU POST verbosity-level had been set to min and the diag-level to init. This causes the fastest POST pass prior to booting Solaris.

forth

Instructs the OpenBoot PROM on the next reboot to stop at the ok prompt even if the OpenBoot PROM variable auto-boot? is set to true. This prevents automatic booting to Solaris for that boot attempt.

reset_nvram

Instructs the OpenBoot PROM to reset its OpenBoot PROM NVRAM variables on the next reboot.


Description

Configures the way Solaris software boots at the next reboot.

When a bootmode command is issued it sets a flag that is read by the OpenBoot PROM at the next Solaris reboot. If the system is not rebooted with 10 minutes the bootmode value is restored to normal. Once the system has been rebooted the bootmode value is also set to normal. When bootmode is set to normal the OpenBoot PROM values verbosity-level and diag-level are used directly by OpenBoot PROM to control the POST behavior at boot time.

See Also

reset, break, OBP setenv (verbosity-level, diag-level)

Example

break

Sends a break signal to the Solaris console.

Syntax

break [-y|-n]

break -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-y

Does not prompt for confirmation.

-n

Does not execute the command if confirmation is requested.

-h

Displays help for this command.


Description

Sends a 30 ms break signal to the Solaris console.

The Solaris console is resumed after sending the break signal. When the Solaris Operating System is running, and providing the system is not in secure mode, then the usual effect of this command is to force entry into the PROM or the debugger.

See Also

console, setupsc

Example


  • To use the break command to drop the system from running Solaris to the OpenBoot PROM:
   lom>   break  
     
   This will suspend Solaris. 
   Do you want to continue? [no] y 
   Type 'go' to resume 
   {0} ok  
     

console

Connect to the Solaris or OpenBoot PROM console.

Syntax

console

console -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

If the Solaris OS or OpenBoot PROM is booted, leave the lom> prompt and connect to the Solaris or OpenBoot PROM console. The system remains in console mode until the LOM escape sequence is typed.



Note - After issuing the console command and pressing Return, note that no prompt is displayed until you press Return again. If there is output being sent to the Solaris console at the time then the command will continue immediately.



See Also

showescape, showescape

Example


lom> console
 
console login:

deletecodlicense

Removes a Capacity on Demand (COD) right-to-use (RTU) license key from the COD license database.

Syntax

deletecodlicense [-f] license-signature

deletecodlicense -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-f

Forces the specified COD RTU license key to be deleted from the COD license database, even if the license removal will result in a license violation.

license-signature

The COD RTU license key to be removed from the COD license database.

-h

Displays help for this command.


Description

Removes a COD RTU license key from the COD license database on the system controller. For further information on COD RTU license keys, refer to the Sun Fire Entry-Level Midrange System Administration Guide.

The system checks the number of licenses against the number of COD CPUs in use. If the license removal will result in an insufficient number of COD RTU licenses for the COD CPUs in use, the system will not delete the license key from the COD license database. If you want to delete the COD RTU license key, you must reduce the number of COD CPUs in use. You can either power down the domain and disable the appropriate number of boards, then power it on again or use dynamic reconfiguration (DR) to disconnect the appropriate number of boards.

See Also

addcodlicense, showcodlicense, showcodusage

Example


CODE EXAMPLE 1 deletecodlicense Command Example

lom> deletecodlicense 01:80d8a9ed:45135285:0201000000:8:00000000:0000000000000000000000
 



Note - The COD RTU license key listed above is provided as an example and is not a valid license key.



disablecomponent

The disablecomponent command has been deprecated starting with the 5.17.0 release and has been replaced by the setls command. It is suggested that you use the setls command even though the disablecomponent command is still available. For further information, see the setls command description.

See Also

setls

enablecomponent

The enablecomponent command has been deprecated starting with the 5.17.0 release and has been replaced by the setls command. It is suggested that you use the setls command even though the enablecomponent command is still available. For further information, see the setls command description.

See Also

setls

flashupdate

Updates the flash PROMs in the system controller, all the system boards, or a specified board number.

Syntax

flashupdate [-y|-n] -f URL all

flashupdate [-y|-n] -f URL systemboards|rtos|scapp|board ...

flashupdate [-y|-n] -u

flashupdate [-y|-n] -c source-board destination-board

flashupdate -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-y

Does not prompt for confirmation.

-n

Does not execute the command if confirmation is requested.

-f

Specifies a URL as the source of the flash images:

URL is the URL of the directory containing the flash images. Supported protocols are:

ftp://[userid:password@]hostname/path

http://hostname/path

-c

Specifies a board as the source of the flash images.

-u

Upgrades boards to the current firmware level.

all

The system controller and all system boards.

rtos

The Real Time Operating System for the system controller. This requires the system controller to be rebooted.

scapp

The system controller. This requires the System Controller to be rebooted.

systemboards

All CPU/Memory boards and I/O assemblies, that is, SB0, SB2, SB4 and IB6.

-h

Displays help for this command.


When you flash update the system controller, the command gives you the following message:


As part of this update, the system controller will automatically reboot.
 
ScApp will be upgraded automatically during the next boot.
Rebooting will interrupt any current operations.
This includes keyswitch changes, Solaris reboots
and all current connections.
Do you want to continue? [no]



Note - flashupdate cannot retrieve flash images from a secure (password- protected) HTTP URL. A message of the form flashupdate: failed, URL does not contain required file: file is returned, although the file may exist.



Description

Updates the flash PROMs in the system controller, all the system boards, or a specified board number.

The flash PROMs are located on the CPU/Memory boards, I/O assembly, and system controller boards. There are no flash PROMs on the Repeater boards.

See Also

Sun Fire Entry-Level Midrange System Administration Guide for step-by-step procedures on how to update the firmware.

Examples

help

Without arguments, list all available LOM commands. When an argument is supplied, display basic usage of the specified command and a short description.

Syntax

help [command-name]

help [partial-command-name]

help -h

Options/Parameters

The following table lists all options or parameters and describes their use:


command-name

The name of the LOM command.

partial-command-name

One or more letters of the command name, such as show.

-h

Displays help for this command.


Description

The help command, without arguments, lists all available LOM commands. When an argument is supplied, the help command displays basic usage of the specified command and a short description.

Examples

history

Displays the command history along with date and time stamps.

Syntax

history

history -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

Shows the command history for the current connection, along with date and time stamps.

Example


CODE EXAMPLE 3 Using the history Command
lom> history
Nov 26 14:34:37 : showalarm 1
Nov 26 14:34:40 : showalarm 2
Nov 26 14:34:45 : showalarm system
Nov 26 14:40:01 : showeventreporting
Nov 26 15:06:00 : showfault
Nov 26 15:53:05 : shownetwork
Nov 26 16:15:32 : help setlocator
Nov 26 16:17:32 : history

inventory

Displays SEPROM contents of a FRU.

Syntax

inventory

inventory [board]

inventory -h

Options/Parameters

The following table lists all options or parameters and describes their use:


board

The name of a FRU.

-h

Displays help for this command.


Description

Shows the contents of a FRU SEPROM.

Examples

logout

Logs out from this connection.

Syntax

logout

logout -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

Only one user can be logically connected to the system console or LOM prompt at any one time. If you wish to establish a connection through the system controller network port then you must first make the connection available by logging out of the serial port connection. The same is true if you are logged into the network port but wish to connect over the serial port.



Note - Typing another character on the serial port after logging out from the serial port is interpreted as an attempt to reconnect the connection.



Example


lom> logout

password

Sets the password for the LOM.

Syntax

password

password -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

Sets the password for establishing connections to the shared LOM/console port, and for other password-protected activities. Prior to allowing the password to be changed, the current password will be authenticated. Changed passwords take effect immediately. The old password will no longer be accepted.

You can remove the password by pressing Return at the Enter new password and Enter new password again prompts.

If your password has been lost or forgotten, contact SunService for advice.

See Also

Example

You see the following display when you type the password command at the LOM shell.


CODE EXAMPLE 4 Using the password Command
lom> password
Enter current password:
Enter new password:
Enter new password again: 
lom>

poweroff

Forcibly powers off the whole system to standby, or a FRU, or a list of FRUs.

Syntax

poweroff

poweroff [-y|-n]

poweroff [-y|-n] fru-name [fru-name...]

poweroff -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-y

Answers yes to all questions. This option is potentially hazardous. You can forcefully power off a component with the -y option.

-n

Answers no to all questions. You cannot forcefully power off a component with the -n option.

fru-name

The name of an individual FRU.

-h

Displays help for this command.


Description

poweroff fru-name powers off a FRU or set of FRUs, which can be:

poweroff without an argument explicitly terminates the Solaris system before proceeding to power off the FRUs. The power status of each board is displayed by the showboards output.



Note - In normal circumstances use the shutdown command.



See Also

poweron, shutdown

Examples

poweron

Powers on the entire system, or a FRU, or a list of FRUs.

Syntax

poweron

poweron [all|fru-name [fru-name...]]

poweron -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-y

Does not prompt for confirmation.

-n

Does not execute the command if confirmation is requested.

fru-name

Powers on a FRU or set of FRUs.

all

Powers on all FRUs but does not boot Solaris.

-h

Displays help for this command.


Description

poweron without an argument is the normal way to power on a system from standby and boot Solaris.

poweron fru-name powers on a FRU or set of FRUs, which can be:



Note - poweron all powers on all FRUs without booting the Solaris OS. The power status of each board is displayed by the showboards output.



See Also

shutdown, showboards, poweroff

Examples

reset

Resets the Solaris system.

Syntax

reset [-x|-a] [-y|-n]

reset -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-y

Does not prompt for confirmation.

-n

Does not execute the command if confirmation is requested.

-x

Forces the default behavior of reset via XIR (Externally initiated reset).

-a

Resets all hardware. Skips externally initiated reset (XIR) data collection. Loss of extra debugging data results.

-h

Displays help for this command.




Note - Typing reset, without options, is the same as reset -x.



Description

Resets the Solaris system. The operation is not allowed if the system is in secure mode or powered down to standby mode. The Solaris system console will be resumed after completing the reset.

By default, reset uses XIR (eXternally Initiated Reset) to reset the CPU processors in the Solaris system. The XIR forces control of the Solaris system into the OpenBoot PROM and begins the OpenBoot PROM's error reset recovery actions. The error reset recovery actions preserve most Solaris system states to allow the collection of the data needed for debugging the hardware and software, including a Solaris Operating System core file. The OpenBoot PROM's error reset recovery actions are controlled by setting the OpenBoot PROM error-reset-recovery configuration variable.

If you cannot log into the Solaris Operating System and typing the break command did not force control of the Solaris system back to the OpenBoot PROM ok prompt), after you type the reset command for the first time, you must next type reset -a in order to reset everything.

The reset -a command is equivalent to the OpenBoot PROM reset-all word.

See Also

Examples



Note - You need to type reset -a if you cannot log into the Solaris Operating System and typing the break command did not force control of the Solaris system back to the OpenBoot PROM ok prompt after typing reset (without any options) failed.



resetsc

Resets the system controller.

Syntax

resetsc [-y|-n]

resetsc -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-y

Do not prompt for confirmation.

-n

Do not execute this command if confirmation is requested.

-h

Displays help for this command.


Description

Reboots the system controller. The system controller log history will be lost.



Note - Do not use this command during any system-wide operational sequences, such as booting and shutting down.



See Also

flashupdate

Example


CODE EXAMPLE 5 Using the resetsc Command to Reset the System Controller
lom>resetsc -y
Are you sure you want to reboot the system controller now? yes (-y)
Waiting for critical processes to finish.  This may take a while.
Critical processes have finished.
 
Rebooting. All telnet connections closed. Reestablish any needed connections.
Fri Dec 12 08:51:25 commando lom: Stopping all services on this SC
Fri Dec 12 08:51:25 commando lom: All services on this SC have been stopped.
 
 
Software Reset...
 
 
@(#) SYSTEM CONTROLLER(SC) POST 38 2003/11/18 21:21
PSR = 0x044010e5
PCR = 0x04004000
 
        Memory size = 128MB
 
 
Basic sanity checks done.
Skipping POST ...
ERI Device Present
Getting MAC address for SSC1
Using SCC MAC address
MAC address is 0:3:ba:19:8b:92
Hostname: commando
Address: 129.xxx.xxx.xxx
Netmask: 255.255.255.0
Attached TCP/IP interface to eri unit 0
Attaching interface lo0...done
Gateway: 129.xxx.xxx.xxx
interrupt: 100 Mbps full duplex link up
 
          Copyright 2001-2004 Sun Microsystems, Inc.  All rights reserved.
          Use is subject to license terms.
 
Sun Fire System Firmware
RTOS version: 38
ScApp version: 5.17.0 Build_02
SC POST diag level: off
 
The date is Friday, December 12, 2003, 8:52:42 AM PST.
 
Fri Dec 12 08:52:43 commando lom: Boot: ScApp 5.17.0, RTOS 38
Fri Dec 12 08:52:45 commando lom: SBBC Reset Reason(s): Peer Reset, Watchdog Reset
Fri Dec 12 08:52:51 commando lom: Caching ID information
Fri Dec 12 08:52:52 commando lom: Clock Source: 75MHz
Fri Dec 12 08:52:57 commando lom: /N0/PS0: Status is OK
Fri Dec 12 08:52:58 commando lom: /N0/PS1: Status is OK
Fri Dec 12 08:52:58 commando lom: /N0/PS2: Status is OK
Fri Dec 12 08:52:59 commando lom: /N0/PS3: Status is OK
Fri Dec 12 08:52:59 commando lom: Chassis is in single partition mode.
Connected.

restartssh

Restarts the SSH server.

Syntax

restartssh [-h]

Options/Parameters

The following table lists all options or parameters and describes their use:


-y

Answers yes to the informational message. Does not prompt for confirmation.

-n

Answers no to the informational message. Does not execute the command if confirmation is required.

-h

Displays help for this command.


Description

To run this command, SSH must be enabled using the setupnetwork command.

If you have generated new host keys using ssh-keygen, you must restart the SSH server before the new host keys can take effect. By restarting the server, the keys are loaded into memory and stored in the SSH server's dedicated memory structure.

When restarting the SSH server, all existing SSH connections are closed. The command posts an informational message, asking for confirmation before actually restarting the SSH server. You can skip confirmation by specifying the -y or -n switch.

If you have issued the command over an SSH connection, the connection terminates when the SSH server restarts. Since the process only takes seconds, you can re-establish the SSH connection immediately.

See Also

ssh-keygen

setalarm

Sets the system alarm relays and associated LEDS.

Syntax

setalarm 1|2|3 on|off

setalarm -h

Options/Parameters

The following table lists all options or parameters and describes their use:


1

Specifies alarm number 1

2

Specifies alarm number 2

3

Specifies alarm number 3

on

Turns on the specified alarm relay and LED.

off

Turns off the specified alarm relay and LED.

-h

Displays help for this command


Description

Sets the system alarm relays and associated LEDs. For information about the system alarm, UNIX running LED, and Alarm 3, see Appendix A of the Sun Fire Entry-Level Midrange System Administration Guide.

See Also

showalarm

Examples


lom> setalarm 1 on


lom> setalarm 2 off

setdate

Set the date and time for the system.

Syntax

setdate [-v] [-t time-zone] [mmdd]HHMM

setdate [-v] [-t time-zone] mmddHHMM[[cc]yy]][.SS]

setdate [-v] -r datehost

setdate [-v] -t GMT <+|-> offset-from-GMT

setdate -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-v

Verbose mode.

-t time-zone

Sets the time zone using the time zone abbreviation.

-t GMT<+|->offset-from-GMT

Sets the time to GMT plus the specified offset.

mm

Month number

dd

Day number in the month

HH

Hour number (24-hour system)

MM

Minute number

cc

First two digits of year number

yy

Last two digits of the year number

SS

Second number.

-r datehost

Sets the date based on the current values of datehost. The host must be a valid system.

-h

Displays help for this command.




Note - For a full listing of time zones, type showdate -t -v.



Description

Sets the date and time.



Note - If your time zone area is using daylight savings or summer time, the date and time is set automatically.





Note - If Solaris is running you must use the Solaris date(1) command.



See Also

showdate

Examples

To set the time zone for European Central Time using the time zone abbreviations and not the date and time, type:


lom> setdate -t ECT

setescape

Sets the sequence of characters used to switch from the Solaris or OpenBoot PROM console to the LOM prompt.

Syntax

setescape escapechars

setescape -h

Options/Parameters

The following table lists all options or parameters and describes their use:


escapechars

Up to five alphanumeric characters can be specified as the escape sequence. The default sequence when the LOM is first started is a pound (#) followed by a period (.), that is, #.

-h

Displays help for this command.


Description

Sets the sequence of characters used to switch from the Solaris or OpenBoot PROM console to the LOM prompt.

If you are typing at the console and type the first character of the escape sequence (by default this is #), there is a one second delay before the character appears on the screen. This is because the system waits for one second to see if the next character in the escape sequence is about to be typed. If the next character is typed then the system waits up to one second for the next character and so on. If you type all the characters in the escape sequence then the lom> prompt appears. If you do not, then the characters belonging to the escape sequence that were typed are output to the screen.

Choose an escape sequence that does not start with a sequence of characters that is frequently typed at the console, otherwise the delay between your striking the keys and the character appearing on the screen may be confusing and affect your typing.

See Also

showescape

Examples



Note - As # is the comment character for the LOM command shell the sequence must be enclosed in quotes.



seteventreporting

The seteventreporting command controls which messages are printed at the LOM prompt and the level of logged messages sent to Solaris.

Syntax

seteventreporting on [0|1|2|3|4]

seteventreporting off [0|1|2|3|4]

seteventreporting default [0|1|2|3|4]

seteventreporting -h

Options/Parameters

The following table lists all options or parameters and describes their use:


default

By default the LOM software prints messages at the lom> prompt, but only when Solaris is not running. The Solaris software prints messages from the LOM as directed by the syslogd system log daemon configuration file /etc/syslog.conf.

on

All messages are reported to the lom> prompt at the currently set reporting level and below.

off

No messages are reported to the lom> prompt. Messages continue to be sent to Solaris at the current reporting level and below.


The reporting levels are:


0

No messages are reported.

1

Only fatal messages are reported.

2

Fatal and warning messages are reported.

3

Fatal, warning and notice messages are reported.

4

Does not currently have any significance, operates as level 3.




Note - If not specified, the default reporting level is 3.




-h

Displays help for this command.


Description

The seteventreporting command controls which messages are printed at the LOM prompt and the level of logged messages sent to Solaris. The reporting level controls the level of message that is passed to Solaris while it is active, or later retrieved when Solaris next boots. Regardless of the level setting, all messages appear in the system controller internal log, which is displayed using the showlogs command.

See Also

showeventreporting

Examples

setlocator

Set the state of the system Locator LED.

Syntax

setlocator on|off

setlocator -h

Options/Parameters

The following table lists all options or parameters and describes their use:


on

Turns on the system Locator LED.

off

Turns off the system Locator LED.

-h

Displays help for this command.


Description

Sets the state of the system Locator LED.

See Also

showlocator

Examples

To turn off the system Locator LED:


lom> setlocator off

To turn on the system Locator LED:


lom> setlocator on

setls

Sets the component location status.

Scope

Shell

Syntax

setls -s new-status -l location

setls -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-s new-status

Sets the location status of a component:

enable - Enables the specified component location.

disable - Disables the specified component location.

-l location

Specifies the component location:

  • slot/port/physical-bank/logical-bank for a CPU/Memory board
  • slot/port/bus for an I/O assembly
  • slot/card for an I/O assembly

-h

Displays help for this command.


Description

Controls whether components in a particular location are configured into a system. The location status of a component can be set to one of the following states:

In some cases a disabled component cannot be re-enabled by using the setls command. If a disabled component has a POST status of chs, as indicated in the showcomponent command output, the component cannot be configured into the system. Contact your service provider for further service action.



Note - The location status is updated at the next reboot, board power cycle, or POST execution. For example, POST runs automatically whenever you perform a setkeyswitch on or off operation.



When you disable the location of a component, its subcomponent locations are also disabled. For example, if you disable the location of a CPU slot, the memory locations that are controlled by that CPU are also automatically disabled.

Similarly, when you enable the location of a component, its subcomponent locations are also enabled, except when the subcomponent locations were previously disabled on an individual basis by using the setls command. The subcomponent locations cannot be enabled automatically through the parent component location. Each subcomponent location must be enabled individually by using the setls command.

Component locations can be the following (see TABLE 4 and TABLE 5):


TABLE 5 location Descriptions for an I/O Assembly

Board or Device

Component Location

I/O assemblies (slots)

IB6, IB7, IB8, IB9

Ports on the I/O assembly

P0, P1

Buses on the I/O assembly

B0, B1

I/O cards in the I/O assembly

C0, C1, C2, C3, C4, C5, C6, C7--the number of cards varies with the I/O assembly




Note - If you are disabling the port locations of an I/O assembly, leave at least one I/O controller 0 enabled in a domain, so that the domain can communicate with the system controller.



See Also

showcomponent, Sun Fire Entry-Level Midrange System Administration Guide

Examples

setupnetwork

Sets up System Controller network attributes.

Syntax

setupnetwork

setupnetwork -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

Enables the network details for the system controller to be set up so that it can be accessed through a network connection. After setting these attributes the system controller must be reset in order for them to take effect.


TABLE 6 setupnetwork Attributes

Parameter

Values

Is the system controller on a network?

If the System Controller is to be accessed over a network connection this option should be set to yes.

Use DHCP or static network settings?

  • static - The network IP and hostname will be the same each time the system controller is powered on.
  • DHCP - The hostname and IP address are obtained automatically by using the network service called DHCP.

Hostname

The human-readable network identity for this system controller.

IP Address

The network identity for use by the system controller.

Netmask

For this value specify how much of the address should be reserved for subdividing networks into subnetworks. The mask includes the network part of the local address and the subnet part.

The mask contains 1s for the bit positions for the subnet part and 0s for the host.

Gateway

IP address should be extracted from the network using the router discovery mechanism.

DNS Domain

Domain name. For example XXX.XXX.com.

There is no default value. You must supply this information.

Primary DNS Server

IP address of your DNS primary server. No default value.

Secondary DNS Server

IP address of your DNS secondary server.

No default value. If the primary DNS server is not working, the secondary DNS server takes over automatically.

Connection type

Type of network connection to the SC. Default value is none (no network connection). Set it to ssh or telnet to enable system administration using a remote connection.


See Also

shownetwork, resetsc

Example


lom> setupnetwork 
 
Network Configuration
---------------------
Is the system controller on a network? [no]: yes
Use DHCP or static network settings? [DHCP]: static
Hostname []: somename 
IP Address []: 129.xxx.xxx.xxx
Netmask [255.255.255.0]: 255.255.255.0
Gateway []: 129.xxx.xxx.xxx
DNS Domain []: somewhere.nowhere.com
Primary DNS Server []: 129.xxx.xxx.xxx
Secondary DNS Server []: 129.xxx.xxx.xxx
Connection type (ssh, telnet, none) [none]: ssh
 
Rebooting the SC is required for changes in network settings to take effect. 
lom>

setupsc

Configures optional system controller features.

Syntax

setupsc

setupsc -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

Configures a number of optional features of the system controller.

Controls the level of the Power-On Self-Test diagnostic level for the system controller when it is reset or powered on.

Enables or disables a system reset when the Solaris watchdog expires.

If enabled, causes the system controller to send data to the console about the current state of each CPU before resetting the system during a system hang (if Host Watchdog has been enabled). This allows system state data to be preserved if console data is being logged. The output format is the same as the format used by the showresetstate command when dumping the CPU state data for a hung system manually (that is, if Host Watchdog has been disabled).

Controls the amount of information that the system controller sends to the console during a reset when Log Reset Data is enabled. When enabled, this option produces the same result as using the showresetstate -v command.

Enables or disables the front panel ON/Standby rocker switch.

Enable/Disable use of the reset and break commands. When Secure Mode is enabled the reset and break commands are disabled. If a password has been set for the system controller then you are prompted for password confirmation before a new setting for Secure Mode is accepted.

Configure the number of currently installed instant access COD Right-To-Use licenses (RTU).

You can also configure the COD headroom quantity (the number of additional unlicensed COD CPUs that can be used temporarily). The maximum number of instant access CPUs that can be enabled (4) is displayed inside the parentheses.

Specify 0 to disable the instant access CPU quantity only if there are no instant access CPUs currently in use.

The current number of instant access CPUs enabled is displayed inside the brackets.

If set to true it allows the Solaris Operating System to boot with memory exhibiting correctable ECC errors.

The Solaris 10 Operating System incorporates features that automatically isolate faulty parts of such memory modules, thus avoiding the need to completely disable these modules and increasing system availability. Setting this option can increase the time required to complete POST.

If set to false, memory modules exhibiting correctable ECC errors are disabled by POST and not allowed to participate in the Solaris domain.

If your version of the Solaris operating system supports memory page retirement, setting this option to true instructs POST to collect statistics about correctable errors to determine whether a threshold value has been reached, requiring that a memory bank (4 DIMMs) be removed from the domain. The previous option (Tolerate correctable memory errors) ignores all correctable memory errors.

When both Tolerate correctable memory errors and Enable Memory Page Retirement options are set, Tolerate correctable memory errors takes precedence.

See Also

break, reset, password

Example

showalarm

Displays state of system alarm relays and LEDs.

Syntax

showalarm 1|2|3|system

showalarm -h

Options/Parameters

The following table lists all options or parameters and describes their use:


1

Shows the state of the alarm 1 LED and relay.

2

Shows the state of the alarm 2 LED and relay.

3

Shows the state of the alarm 3 LED and relay.

system

Shows state of system (UNIX running) alarm relay and LED.

-h

Displays help for this command.


Description

Show state of system alarm relays and LEDs. For information about the system alarm and Alarm 3, see Appendix A of the Sun Fire Entry-Level Midrange System Administration Guide.

See Also

setalarm

Examples

showboards

Display the status for all boards in the system

Syntax

showboards [-ev] [-p part] ...

showboards -h

Options/Parameters

The following table lists all options or parameters and describes their use:.


-e

Includes empty slots.

-p

Shows a specific part.

part can be:

  • board - Shows board status.
  • cpu - Shows CPU information.
  • io - Shows I/O information.
  • memory - Shows memory information.
  • serial - Shows board serial number information.
  • version - Shows version information.

-v

Displays all information.

-h

Displays help for this command.


Description

Displays the status of all of the boards in the system (for example CPU/Memory boards, I/O assembly, fan tray and so on).

Examples


TABLE 7 Output Header Definitions for the showboards Command

Header

Description

Slot

Slot designator. The N0 preceding the slot designator for CPU/Memory boards and I/O assemblies is the node number, which is always 0.

Pwr

Indicates if the FRU is powered off or on.

Component type

Describes the board attached to each slot.

FRU state

Describes FRU state (see TABLE 2).

Test status

Describes test status (see TABLE 3).


showcodlicense

Displays the current Capacity on Demand (COD) right-to-use (RTU) licenses stored in the COD license database.

Syntax

showcodlicense [-r] [-v]

showcodlicense -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-r

Displays the license information in the raw license key format, as stored in the COD license database.

-v

Verbose mode. Displays both the formatted license information and raw license key format.

-h

Displays help for this command.


Description

TABLE 8 describes the default COD information displayed by the showcodlicense command.


TABLE 8 COD License Information

Item

Description

Description

Type of resource (processor)

Ver

Version number of the license

Expiration

None. Not supported (no expiration date)

Count

Number of RTU licenses granted for the given resource

Status

One of the following states:

  • GOOD - Indicates the resource license is valid
  • EXPIRED - Indicates the resource license is no longer valid

See Also

addcodlicense, deletecodlicense, showcodusage

Examples

showcodusage

Displays the current usage statistics for Capacity on Demand (COD) resources.

Syntax

showcodusage [-v] [-p domains|all] ...

showcodusage -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-p domains

Displays COD usage information for the CPUs that are part of the Solaris domain.

-p all

Displays COD usage information both by resource type and by domain.

-v

Verbose mode.

-h

Displays help for this command.


Description

This command shows current information on the COD RTU licenses in use. By default, the command displays a summary of COD RTU licenses used and installed, along with the current state of each resource.

See Also

showcodlicense

Examples

Table that describes the COD resource information displayed by the showcodusage command.

TABLE 9 describes the domain information displayed.


TABLE 9 showcodusage Domain Information

Item

Description

Domain/Resource

The COD resource (processor) for each domain. An unused processor is a COD CPU that has not yet been assigned to a domain.

In Use

The number of COD CPUs currently used in the domain

Installed

The number of COD CPUs installed in the domain

Reserved

The number of COD RTU licenses allocated to the domain

Status

One of the following CPU states:

  • Licensed - The COD CPU has an RTU license.
  • Unused - The COD CPU is not in use.
  • Unlicensed - A COD RTU license could not be obtained for the COD CPU, so the COD CPU cannot be used.

showcomponent

Display a component or a list of components.

Syntax

showcomponent [-v] component-name [ component-name . . . ]

showcomponent -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-v

Verbose.

component-name

The name of the board, as shown in TABLE 10.

-h

displays help for this command. Includes component-name syntax.



TABLE 10 Descriptions for the showcomponent Command

Component Description

Value of component-name

CPU system

slot

CPU/Memory boards (slot)

sb0, sb2, sb4

Ports on the CPU/Memory board

p0, p1, p2, p3

Physical memory banks on CPU/Memory boards

b0, b1

Logical banks on CPU/Memory boards

l0, l1, l2, l3

Repeater system

slot

Repeater boards

rp0, rp2

I/O assembly system

slot

I/O assemblies (slot)

ib6

Ports on the I/O assembly

p0, p1

Busses on the I/O assembly

b0, b1

I/O cards in the I/O assembly

c0, c1, c2, c3, c4, c5


Description

Displays a component or a list of components, together with their POST and blacklist status. The Status column shows the current blacklist status of the component. The Pending column displays the requested blacklist status of the component to be activated after the next reboot or Dynamic Reconfiguration of that component. The POST column shows the results of the most recent POST.



Note - When a Repeater board has been blacklisted using the disablecomponent command or removed from the blacklist using the enablecomponent command while the system is in Standby mode, these changes will not be reflected in the showcomponent output until the system is powered on again.



See Also

Examples

showdate

Displays the current date and time for the system.

Syntax

showdate [-tv]

showdate -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-v

Verbose.

-t

Lists available time zones.

-h

Displays help for this command.


Description

Shows the current date and time for the system, or if -t -v is selected then lists all available timezones.

See Also

setdate

Example


CODE EXAMPLE 25 Using the showdate Command
lom> showdate
Mon Apr 03 12:31:40 EDT 2000

showenvironment

Displays the current environmental status, temperatures, voltages, fan status, and so on, for the system.

Syntax

showenvironment [-ltuvw] [-p part] [component]

showenvironment [-ltuvw] [component]

showenvironment -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-l

Shows the thresholds that apply to each selected measurement. Exceeding the thresholds will cause the status to display appropriate warning information.

-t

Shows in sections (by board) with titles.

-u

Before displaying readings, polls all sensors for new values.

-v

Verbose mode.

-w

Shows the warning thresholds that apply to each selected measurement.

-p

Shows a specific part.

 

part can be:

  • faults - Show measurements that are suspect.
  • temps - Show temperatures.
  • voltage - Show voltages.
  • fans - Show fan status.

component

The name of the FRU. Displays information for this FRU only.

-h

Displays help for this command.


Description

Displays the current environmental status, temperatures, voltages, fan status, and so on, for the system.

This command also displays minimum and maximum allowable values for each sensor being monitored. If no arguments are supplied, all applicable environmental information will be displayed.

Example

For explanations of the showenvironment output headers see TABLE 11.


TABLE 11 showenvironment Output Header Description

Code Example Header

Value

Description

Slot

 

Slot ID

Device

 

Device being monitored by the sensor

Sensor

 

Component that measures the environmental data of the device

Value

 

The value returned by the sensor ( data was acquired Age seconds ago)

Units

 

Applicable unit for the sensor (for valid units, see the Value column)

 

C

Celsius

 

V

Volts

Age

 

Age of the reading being displayed (seconds)

Status

 

For values for Status see the Value column

 

*** WARNING HIGH ***

Value exceeded Max threshold

 

* NOTICE High *

Value between High-Warning and Max thresholds

 

* NOTICE Low *

Value below Min threshold

 

*** WARNING LOW ***

Value below Min threshold

 

OK

Value is within limits

 

failed

Failed to receive sensor`s value


showerrorbuffer

Shows the contents of the error buffer.

Syntax

showerrorbuffer [-p [-n nnn]]

showerrorbuffer -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-p

Displays the error messages contained in the persistent system error buffer. This option is available only in systems configured with enhanced-memory system controllers (SC V2s).

-n nnn

Displays a specified number (where nnn is an integer) of error messages in chronological order.

For example,-p -n 5 displays the last five error messages in the persistent system error buffer.

-h

Displays help for the command.


Description

Captures error message information detected by the system hardware error registers and stores them in an error buffer.

All entry-level midrange systems have a dynamic error buffer that provides short-term storage of system error records. Once the system errors are recorded in the message log buffer, system error records are cleared automatically from the dynamic error buffer whenever more space in the buffer is required.

Entry-level midrange systems with SC V2s have both dynamic and persistent error buffers. The persistent error buffer captures the system errors that occur and stores the system error records until the error buffer is full. Once the persistent error buffer is full, any new system error records will overwrite the existing error records in the persistent buffer, starting with the records at the beginning of the buffer.

However, if your domains are set to reboot automatically upon error, the output from the showerrorbuffer command shows error messages that otherwise might be lost when your domains are rebooted.

You and your service provider can use this command to obtain information for troubleshooting purposes.

See Also

None.

Examples

showescape

Displays the current escape sequence.

Syntax

showescape

showescape -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Shows help for this command.


Description

This command shows the current escape sequence.

See Also

setescape

Example


lom> showescape
#.

showeventreporting

Displays the settings applied to the LOM software event reporting and messages.

Syntax

showeventreporting

showeventreporting -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Shows help for this command.


Description

Shows the settings applied to the LOM software event reporting and messages.

See Also

seteventreporting

Example


lom> showeventreporting
eventreporting is default
reporting level is fatal, warning & information (3)

showfault

Displays the state of the system Fault LED.

Syntax

showfault

showfault -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

Shows the state of the system Fault LED.

See Also

showalarm

Example


lom> showfault
fault is off

showhostname

Displays the system hostname.

Syntax

showhostname

showhostname -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

Display the hostname of the Solaris host.

The hostname is only displayed if the Solaris Operating System is running, otherwise a - is displayed

See Also

showmodel

Example


lom> showhostname
hostname

showlocator

Display the state of the system Locator LED.

Syntax

showlocator

showlocator -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Example


lom> showlocator
locator is off

See Also

setlocator

showlogs

Displays the system controller logged events stored in the system controller message buffer.

Syntax

showlogs [-p [-f filter][-n nnn]][-v]

showlogs -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-p

Displays the error messages contained in the persistent error buffer. This option is available only in systems configured with enhanced-memory system controllers (SC V2s).

-n nnn

Displays a specified number (where nnn is an integer) of error messages in chronological order.

For example,-p -n 5 displays the last five error messages in the persistent error buffer.

-f filter

Indicates a certain type of message information is to be displayed, where filter is one of the following:

 

  • alert - alert messages
  • critical - critical messages
  • emergency - emergency messages
  • error - error messages
  • fault - fault messages
  • warning - warning messages

-h

Displays help for the command.


Description

Displays the log messages that are stored in the dynamic message buffer. Message storage in this dynamic buffer is temporary.

In systems with SC V2s, messages in the dynamic buffer that have the following severity levels are retained in persistent storage, and will survive a system reboot or loss in power: .alert, .error, .emerg, .warning, and .critical. If the persistent storage buffer becomes full, any new messages will wrap to the beginning of the buffer and the existing messages at the beginning of the buffer will be overwritten by the newest messages.

If the loghost has been configured, then the messages will also be logged to the loghost for storage.

See Also

Example

showmodel

Displays the platform model.

Syntax

showmodel

showmodel -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

Displays the name of the system platform model.

See Also

showhostname

Example


lom>showmodel
model: Sun Fire V1280

shownetwork

Displays system controller (LOM) network settings and MAC addresses.

Syntax

shownetwork [-v]

shownetwork -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-v

Verbose mode. Displays the system Ethernet (MAC) addresses.

-h

Displays help for this command.


Description

Show System Controller (LOM) network settings and MAC addresses.

Example


lom> shownetwork
 
Network
-------
The system controller is configured to be on a network.
Network settings: static
Hostname: commando-sc
IP Address: 129.xxx.xxx.xxx
Gateway: 129.xxx.xxx.xxx
DNS Domain: noone.somewhere.com
Primary DNS Server: 129.xxx.xxx.xxx
Secondary DNS Server: 129.xxx.xxx.xxx
Connection type: telnet

lom> shownetwork -v
 
Network
-------
The system controller is configured to be on a network.
Network settings: static
Hostname: commando-sc
IP Address: 129.xxx.xxx.xxx
Netmask: 255.255.255.0
Gateway: 129.xxx.xxx.xxx
DNS Domain: noone.somewhere.com
Primary DNS Server: 129.xxx.xxx.xxx
Secondary DNS Server: 129.xxx.xxx.xxx
Connection type: telnet
 
MAC Address                        HostID  
-------------------------------    --------
Host net0     00:03:ba:19:8b:89    83198b89
Host net1     00:03:ba:19:8b:8a    83198b8a
SC net        00:03:ba:19:8b:92    83198b92

 

See Also

setupnetwork

showresetstate

Displays the CPU registers after an abnormal Solaris reset.

Syntax

showresetstate [-w|-s|-v] [-f URL]

showresetstate -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-w

Shows windows.

-s

Shows secondary save registers.

-v

Shows all registers.

-f

Specify a URL for the output

URL

The file to receive the output.

The supported protocol is FTP:

ftp://[userid:password@]hostname/path

-h

Displays help for this command.


Description

Shows the CPU registers after an abnormal Solaris reset, for example, as a result of a Solaris watchdog timeout.

showsc

Displays version and uptime information about the system controller.

Syntax

showsc [-v]

showsc -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-v

Verbose.

-h

Displays help for this command.


Description

Displays version, uptime, as well as Solaris status and COD information about the system controller.

Example


CODE EXAMPLE 33 Using the showsc Command
lom> showsc
 
SC: SSC1 
System Controller
Clock failover disabled.
 
SC date: Thu Jul 01 11:19:03 EDT 2004
SC uptime: 1 hour 26 minutes 52 seconds 
 
ScApp version: 5.18.0 Build_09
RTOS version: 40
 
Solaris Host Status: Powered Off
 
Chassis HostID: 83198b89
PROC RTUs installed: 0
PROC Headroom Quantity: 0
lom>

shutdown

Shuts down the Solaris software and enters standby mode.

Syntax

shutdown

shutdown -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-h

Displays help for this command.


Description

If Solaris is running, the system is cleanly halted and then powered off to standby mode. If Solaris is not running then the system is powered off to standby mode.

This should be used in preference to the poweroff command.

See Also

poweron, poweroff

Example


lom>shutdown 
Shutting down Solaris ... 
lom> 
lom>console 
 
 
The system is down. 
syncing file systems... done 
Powering off ... 
lom>Powering boards off ... 

ssh-keygen

Generates Secure Shell (SSH) host keys or displays the SSH host key fingerprint.

Syntax

ssh-keygen [-l] [-t <rsa|dsa>]

ssh-keygen [-r]

ssh-keygen [-h]

Options/Parameters

The following table lists all options or parameters and describes their use:


-l

Shows the host key fingerprint. Default is RSA.

-t

Specifies the type of host key. Default is RSA.

-r

Regenerates host key.

-h

Displays help for this command.


Description

Generates SSH host keys or displays the host key fingerprint on the SC.

When the SSH server has been enabled on the SC, the firmware checks whether an SSH host key exists. If not, the firmware generates (automatically) a pair of RSA private/public host keys. If you want DSA host keys on the SC, you must invoke ssh-keygen manually with the -t switch.

Once generated, new host keys take effect (are loaded into memory) after:

It is good security practice for well-managed machines to get new host keys periodically. If you suspect that the key has been compromised, you can run the ssh-keygen command to regenerate system host keys. Host keys, once generated, can only be replaced and not deleted. For newly generated host keys to take effect, the SSH server must be restarted, either by running the restartssh command or with a reboot.

Since host keys are large, 1 Kbyte in size, it is difficult to verify an entire host key. ssh-keygen can be used to display a host key fingerprint, which is the output of the md5 message-digest algorithm presented as a sequence of 16 octets printed as hexadecimal with lowercase letters and separated by colons. See CODE EXAMPLE 34.

Since host keys are stored on the SC, they get backed up with dumpconfig and can be restored by restoreconfig (By default, the dumpconfig command saves keys in encrypted format). When an SC failover occurs, the keys get copied to the redundant SC. In other words, the main SC and the redundant SC share the same set of SSH keys.

You can regenerate the host keys at any time by running ssh-keygen. If the host key already exists, you must specify the -r switch.

See Also

restartssh

Example


CODE EXAMPLE 34 ssh-keygen Command Example

lom> ssh-keygen -r -t rsa
Use 'restartssh' to restart the SSH server with the new host key.
lom>ssh-keygen -l
7d:0f:e7:50:b3:dc:68:75:89:cc:d5:4b:0d:35:b0:e7 (RSA host key)
 

testboard

Tests the specified CPU/Memory board.

Syntax

testboard [-f] board-name

testboard -h

Options/Parameters

The following table lists all options or parameters and describes their use:


-f

Force testing of an already-tested board.

board-name

The board to be tested, and must be one of sb0, sb2 or sb4.

-h

Displays help for this command.


Description

Runs POST on the CPU/Memory board specified on the command line. The board must not be in use by Solaris at the time (that is, its status as displayed by showboards must not be Active). To display the board status use the showboards command.

Example