A P P E N D I X  A

Command-Line Interface Reference

This chapter contains the most common Embedded Lights Out Manager (ELOM) commands used to administer your Sun server from the command-line interface (CLI). This chapter contains the following sections:


CLI Command Quick Reference

The following tables provide a quick reference to the most common ELOM CLI commands.


TABLE A-1 Command Syntax and Usage

Content

Typeface

Description

Your input

Fixed-width bold

Text that you type at the computer. Enter it in exactly as shown.

Onscreen output

Fixed-width regular

Text that the computer displays.

Variable

Italic

Replace these with a name or value you choose.

Square brackets, [ ]

 

Text in square brackets is optional.

Vertical bars, |

 

Text separated by a vertical bar represents the only available values. Select one.



TABLE A-2 General Commands

Description

Command

Log out of the CLI.

exit

Display the version of the ELOM firmware running on the SP.

version

Display information about commands and targets.

help

Display information about a specific command.

help command or target



TABLE A-3 User Commands

Description

Command

Add a local user.

create /SP/users/username (user names must be between 8-16 characters in length)

Set or change password.

set /SP/users/username password=xxxxxxxx (passwords must be between 8-16 characters in length)

Set or change permission.

set /SP/users/username permission=[operator|administrator|callback|user] (the default is operator)

Delete a local user.

delete /SP/users/username

Change a local user's properties.

set /SP/users/username permission=operator

Display information about all local users.

show -display [targets|properties|all]
-level [
value|all] /SP/users



TABLE A-4 Network and Serial Port Setting Commands

Description

Command

Display network configuration information.

show /SP/network

Change network properties for the ELOM. Changing certain network properties, like the IP address, will disconnect your active session. You cannot change the MACaddress.

set /SP/network

IPAddress=xxx.xxx.xxx.xxx

Netmask=xxx.xxx.xxx.xxx

Gateway=xxx.xxx.xxx.xxx

Set DHCP or change to static settings.

set /SP/network IPSource=[dhcp|static]



TABLE A-5 Alert Commands

Description

Command

Display information about PET alerts.

show /SP/AgentInfo/PET/Destination[1...4]

Change alert configuration.

set /SP/AgentInfo/PET/ Destination[1...4] IPAdress=ipaddress


 


TABLE A-6 SNMP Commands

Description

Command

Display information about SNMP settings. By default, the SNMP port is 161, and v3 is enabled.

show /SP/AgentInfo/SNMP

 

show /SP/AgentInfo/SNMP port=snmpportnumber snmpset=enabled|disabled

Display SNMP users.

show /SP/AgentInfo/SNMP/user

Add an SNMP user.

create /SP/AgentInfo/SNMP/user/snmpusername authpassword=password
authprotocol=
[MD5|SHA]
permission=
[rw|ro] privacypassword=password privacyprotocol=[none|DES]

Delete an SNMP user.

delete /SP/services/SNMP/user/snmpusername

Display information about SNMP public (read-only) communities.

show /SP/AgentInfo/SNMP/communities/public

Add this device to an SNMP public community.

create /SP/AgentInfo/SNMP/communities/
public/
comm1

Delete this device from an SNMP public community.

delete /SP/AgentInfo/SNMP/communities/
public/
comm1

Display information about SNMP private (read-write) communities.

show /SP/AgentInfo/SNMP/communities/private

Add this device to an SNMP private community.

create /SP/AgentInfo/SNMP/communities/
private/
comm2

Delete this device from an SNMP private community.

delete /SP/sAgentInfo/NMP/communities/
private/
comm2


 


TABLE A-7 System Start and Stop Commands

Description

Command

Start the host system.

set /SP/SYS/CtrlInfo PowerCtrl=on

Stop the host system gracefully.

set /SP/SYS/CtrlInfo PowerCtrl=gracefuloff

Stop the host system forcefully.

set /SP/SYS/CtrlInfo PowerCtrl=forceoff

Reset the host system.

set /SP/SYS/CtrlInfo PowerCtrl=reset

Start a session to connect to the host console.

start /SP/AgentInfo/console

Stop the session connected to the host console.

stop /SP/AgentInfo/console


 


CLI Commands and Syntax Reference

This section provides reference information about the CLI commands.

Command Verbs

TABLE A-8 lists the CLI command verbs, and points to the relevant section.


TABLE A-8 CLI Command Verbs

Command

Description

Section

cd

Navigates the object namespace.

cd

create

Sets up an object in the namespace.

create

delete

Removes an object from the namespace.

delete

exit

Terminates a session to the CLI.

exit

help

Displays Help information about commands and targets.

help

reset

Resets the target’s state.

reset

set

Sets target properties to the specified value.

set

show

Displays information about targets and properties.

show

start

Starts the target.

start

stop

Stops the target.

stop

version

Displays the version of ELOM firmware that is running.

version


Executing Commands

You can execute a command by including the full path to the target (one command), or by navigating to the namespace and then executing the command from there (two commands).



Note - CLI commands are case-sensitive.


For example:

-> show /SYS/CPU/CPU0


-> show SYS/CPU/CPU0
/SYS/CPU/CPU0
    Targets:
 
    Properties:
        Designation = CPU 0
        Manufacturer = Intel
        Name = Tigerton
        Speed = 2400MHz
        Status = enabled
 
    Target Commands:
        show

The above show command produces the same result as the following two commands:

-> cd /SYS/CPU/CPU0

-> show


-> cd SYS/CPU/CPU0
/SYS/CPU/CPU0
 
 -> show
 
  /SYS/CPU/CPU0
    Targets:
 
    Properties:
        Designation = CPU 0
        Manufacturer = Intel
        Name = Tigerton
        Speed = 2400MHz
        Status = enabled
 
    Target Commands:
        show

 

Options

The CLI supports the following options. However, not all options are supported for all commands. The only option that works with all commands is -help. Refer to a specific command section in this document for available options, or use the -help option to list the options that are valid for a particular command. See the following example for using the -help option with the show command:

 

 -> show -help
The show command is used to display information about targets
and their properties and associated commands.
 
Usage: show [-d|-display targets|properties|commands|all] [-l|-level 1|2|3...|a ll] [<target>] [<property> <property> ...]
 
Available options for this command:
-help : display help message of this command
-display (-d) : specify the information to be displayed
-level (-l) : specify the relative level in the target hierarchy to which the a ction will apply
 
 ->

TABLE 0-1 lists the CLI command options.


TABLE 0-1 CLI Options

Option Long Form

Short Form

Description

-default

 

Causes the verb to perform only its default functions.

-destination

 

Specifies the destination for data.

-display

-d

Shows the data you want to display.

-examine

-x

Examines the command but does not execute it.

-force

-f

Causes an immediate action instead of an orderly shutdown.

-help

-h

Displays Help information.

-keep

-k

Establishes a holding time for command job ID and status.

-level

-l

Executes the command for the current target and all targets contained through the level specified.

-output

-o

Specifies the content and form of command output.

-resetstate

 

Indicates to what target-specific state to reset the target.

-script

 

Skips warnings or prompts normally associated with the command.

-source

 

Indicates the location of a source image.


Targets

Every object in your namespace is a target for a command. Not all targets are supported for all commands. Each command section lists the valid targets for that command. The example below shows the available targets when executing the show command from the highest level in the CLI namespace, /:

 -> show
 
  /
    Targets:
        SP
        SYS
        CH
 
    Properties:
 
    Target Commands:
        show
        cd
 
 ->
Properties

Properties are the configurable attributes specific to each target. A target can have one or more properties. Use the show command to list the valid properties for each target. The example below shows the properties for the user, root.

 -> show
 
  /SP/users/root
    Targets:
 
    Properties:
        status = enable
        permission = administrator
        password = (Could not show property)
 
    Target Commands:
        show
        set
 
 ->

 

cd

Use the cd command to navigate the namespace. When you use cd to change to a target location, that location then becomes the default target for all other commands.

Using the - default option with no target returns you to the top of the namespace. Entering just cd displays your current location in the namespace. Entering help targets displays a list of all targets in the entire namespace.

Syntax

cd target

Options

[-h|help]

Targets and Properties

Any location in the namespace.

Examples

To create a user named newuser1, use cd to change to /SP/users, then execute the create command with /SP/users as the default target.

-> cd /SP/users

-> create newuser1

To return to the root position, enter:

-> cd /

create

Use the create command to set up an object in the namespace. Unless you specify properties with the create command, they are empty.

Syntax

create [options] target [propertyname=value]

Options

[-h|help]

Targets, Properties, and Values

TABLE A-9 Create command Targets, Properties, Values, and Defaults

Valid Targets

Properties

Values

Default

/SP/users/username

password

role

string

[administrator|operator|user|callback]

(None)

operator

/SP/AgentInfo/SNMP/communities/
communityname

permissions

[ro|rw]

ro

/SP/AgentInfo/SNMP/user/
username

authenticationprotocol

authenticationpassword

permissions

privacyprotocol

privacypassword

MD5

string

[ro|rw]

[none|DES]

string

MD5

(Null string)

ro

DES

(Null string)


Example

-> create /SP/users/susan role=administrator

delete

Use the delete command to remove an object from the namespace. You are not prompted to confirm a delete command.

Syntax

delete [options] target

Options

[-h|help]

Targets

TABLE A-10 delete Command Targets

Valid Targets

/SP/users/username

/SP/AgentInfo/SNMP/communities/communityname

/SP/AgentInfo/SNMP/user/username


Example

-> delete /SP/users/basicuser

exit

Use the exit command to terminate a session to the CLI.

Syntax

exit [options]

Options

[-h|help]

help

Use the help command to display Help information about commands and targets. Using the -output terse option displays usage information only. The -output verbose option displays usage, description, and additional information including examples of command usage. If you do not use the -output option, usage information and a brief description of the command are displayed.

Specifying command targets displays a complete list of valid targets for that command from the fixed targets in /SP. Fixed targets are targets that cannot be created by a user.

 

Syntax

help command

Options

[-h|help]

Commands

cd, create, delete, exit, help, load, reset, set, show, start, stop, version

Example

-> help load


The load command is used to transfer a file from a server and update a target.
Usage: load -source URL targets
Available options for this command:
-help : display help message of this command

set

Use the set command to change the value of a property associated with a target.

Syntax

set [target] property=value [propertyname=value]

Options

[-h help]

Targets, Properties, and Values

TABLE A-11 set Command Targets, Properties, and Values

Valid Targets

Properties

Values

Default

/SP/users/username

password

permission

string

[administrator|operator|user|callback]

(None)

operator

/SP/clock

Date

Time

NTPStatus

NTPServer

MM/DD/CCYY

hh/mm/ss

[enabled|disabled]

ipaddress

/SP/clock

/SP/AgentInfo/SNMP

port

snmpset

version1

version2c

version3

decimal

[enabled|disabled]

[enabled|disabled]

[enabled|disabled]

[enabled|disabled]

161

disabled

disabled

disabled

enabled

/SP/AgentInfo/SNMP
communities/
communityname

Permissions

[ro|rw]

ro

/SP/AgentInfo/SNMP/user
/
username

AuthProtocol

AuthPassword

Permission

PrivacyProtocol

PrivacyPassword

[MD5|SHA]

string

[ro|rw]

[none|DES]

string

MD5

(Null string)

ro

DES

(Null string)

/SP/network

IPAddress

Netmask

Gateway

DNS

IPSource

Hostname

[IP address|none]

[IP address|none]

[IP address|none]

[IP address|none]

[dhcp|static]

STRING

(None)

255.255.255.255

(None)

(None)

(None)

 


Example

-> set /SP/users/basicuser permission=administrator

show

Use the show command to display information about targets and properties.

The show command is used to display information about managed elements. It can be used to view information about a single managed elements, a tree of managed elements, or managed elements matching a property value filter.

The -level option controls the depth of the show command, and it applies to all modes of the -display option. Specifying -level 1 displays the level of the namespace where the object exists. Values greater than 1 return information for the target’s current level in the namespace and the specified value levels below. If the argument is -level all, it applies to the current level in the namespace and everything below.

Syntax

show [options] [-display targets|properties|commands|all] [-ll -level 1|2|3...|all] [target] [property property...]

Options

[-d|display] [-h|-help] [-l|level]

Targets and Properties

TABLE A-12 show Command Targets and Properties

Valid Targets

Properties

/SP/network

MACaddress

 

IPAddress

 

Netmask

 

Gateway

 

DNS

 

IPSource

 

Hostname


Examples

->show /SP/network

/SP/network


Targets:
    Target Commands:
        show
        set

start

Use the start command to turn on the target or to initiate a connection to the host console.

Syntax

start [options] target

Options

[-h|help]

Targets

TABLE A-13 start Command Target

Valid Target

Description

/SP/AgentInfo/Console

Starts an interactive session to the console stream.


Examples

-> start /SP/AgentInfo/Console

stop

Use the stop command to shut down the target or to terminate another user’s connection to the host console.

Syntax

stop [options] target

Options

[-h|help]

Targets

TABLE A-14 stop Command Target

Valid Target

Description

/SP/AgentInfo/Console

Terminate another user’s connection to the host console.


Examples

-> stop /SP/AgentInfo/Console

reset

Use the reset command to reset the target’s state. This command can be used with and without options.

Syntax

reset [target]

Options

[-h|help]

Example

-> reset /system3

version

Use the version command to display ELOM version information.

Syntax

version

Options

[-h|help]

Example

-> version

SM CLP Version v1.0.0

SM ME Addressing Version v1.0.0


Namespace Levels and Targets

This section provides a list of the CLI targets (namespaces). TABLE A-15 shows the three level 1 targets (SP, SYS, and CH) and the levels beneath each.


TABLE A-15 CLI Namespace Levels and Targets

Top Level

Level 1 Targets

Level 2 Targets

Level 3 Targets

Level 4 Targets

Level 5 Targets

/

 

 

 

 

 

 

/CH

 

 

 

 

 

/SP

 

 

 

 

 

/SP

users

 

 

 

 

/SP

network

 

 

 

 

/SP

clock

TimeZoneList

 

 

 

/SP

AgentInfo

 

 

 

 

 

 

PEF

 

 

 

 

 

 

EventFilterTable1

 

 

 

 

 

EventFilterTable2

 

 

 

 

 

EventFilterTable3

 

 

 

 

 

EventFilterTable4

 

 

 

 

 

EventFilterTable5

 

 

 

 

 

EventFilterTable6

 

 

 

 

PET

 

 

 

 

 

 

Destination1

 

 

 

 

 

Destination2

 

 

 

 

 

Destination3

 

 

 

 

 

Destination4

 

 

 

 

SEL

 

 

 

 

 

Console

 

 

 

 

 

Mail

 

 

 

 

 

 

receiver1

 

 

 

 

 

receiver2

 

 

 

 

 

receiver3

 

 

 

 

 

receiver4

 

 

 

 

 

receiver5

 

 

 

 

 

receiver6

 

 

 

 

 

receiver7

 

 

 

 

 

receiver8

 

 

 

 

 

receiver9

 

 

 

 

 

receiver10

 

 

 

 

SNMP

 

 

 

 

 

 

communities

 

 

 

 

 

 

public

 

 

 

 

 

private

 

 

 

 

user

 

 

/SP

TftpUpdate

 

 

 

 

/SP

CPLDUpdate

 

 

 

 

/SYS

 

 

 

 

 

/SYS

BoardInfo

 

 

 

 

/SYS

ProductInfo

 

 

 

 

/SYS

ChassisInfo

 

 

 

 

/SYS

CtrlInfo

 

 

 

 

 

 

FaultLed

 

 

 

/SYS

CPU

 

 

 

 

 

 

CPU0

 

 

 

 

 

CPU1

 

 

 

 

 

CPU2

 

 

 

 

 

CPU3

 

 

 

/SYS

Memory

 

 

 

 

 

 

DIMM_A0

 

 

 

 

 

DIMM_A1

 

 

 

 

 

DIMM_A2

 

 

 

 

 

DIMM_A3

 

 

 

 

 

DIMM_A4

 

 

 

 

 

DIMM_A5

 

 

 

 

 

DIMM_B0

 

 

 

 

 

DIMM_B1

 

 

 

 

 

DIMM_B2

 

 

 

 

 

DIMM_B3

 

 

 

 

 

DIMM_B4

 

 

 

 

 

DIMM_B5

 

 

 

 

 

DIMM_C0

 

 

 

 

 

DIMM_C1

 

 

 

 

 

DIMM_C2

 

 

 

 

 

DIMM_C3

 

 

 

 

 

DIMM_C4

 

 

 

 

 

DIMM_C5

 

 

 

 

 

DIMM_D0

 

 

 

 

 

DIMM_D1

 

 

 

 

 

DIMM_D2

 

 

 

 

 

DIMM_D3

 

 

 

 

 

DIMM_D4

 

 

 

 

 

DIMM_D5

 

 

 

/SYS

MIDPlane

 

 

 

 

/SYS

NICInfo0

 

 

 

 

/SYS

Temperature

 

 

 

 

 

 

CPU_0_TEMP

 

 

 

 

 

CPU_1_TEMP

 

 

 

 

 

CPU_2_TEMP

 

 

 

 

 

CPU_3_TEMP

 

 

 

 

 

VRD_0_TEMP

 

 

 

 

 

VRD_1_TEMP

 

 

 

 

 

VRD_2_TEMP

 

 

 

 

 

VRD_3_TEMP

 

 

 

 

 

DIMM_0_TEMP

 

 

 

 

 

DIMM_1_TEMP

 

 

 

 

 

PROCESSOR_0_HOT

 

 

 

 

 

PROCESSOR_1_HOT

 

 

 

 

 

PROCESSOR_2_HOT

 

 

 

 

 

PROCESSOR_2_HOT

 

 

 

/SYS

Voltage

 

 

 

 

 

 

P_VCCP0

 

 

 

 

 

P_VCCP1

 

 

 

 

 

P_VCCP2

 

 

 

 

 

P_VCCP3

 

 

 

 

 

P1V2_VTT

 

 

 

 

 

P1V5_MCH

 

 

 

 

 

P1V5_ESB

 

 

 

 

 

P1V8_B0

 

 

 

 

 

P1V8_STB

 

 

 

 

 

P1V2_NIC

 

 

 

 

 

P12V_CPU1

 

 

 

 

 

P12V_CPU0

 

 

 

 

 

P12V

 

 

 

 

 

P3V3_SUS

 

 

 

 

 

P3V3

 

 

 

 

 

P5V

 

 

 

 

 

P1V25_VTT_STB

 

 

 

 

 

P1V5_B0

 

 

 

 

 

P1V5_B1

 

 

 

 

 

P2V5_STB

 

 

 

 

 

P1V8_B1

 

 

 

 

 

P0V9_B0

 

 

 

 

 

P0V9_B1

 

 

 

 

 

P12V_CPU3

 

 

 

 

 

P12V_CPU2

 

 

 

 

 

P1V8_NIC

 

 

 

 

 

P3V3_SUS

 

 

 

 

 

VCC5_SUS

 

 

 

 

 

HOST_PWR

 

 

 

 

 

STBY_PWR

 

 


 


Properites and Values for Targets

This section contains details about the targets, properties and values available to you when using the command-line interface (CLI). The information is divided into three subsections based on the three namespaces, Service Processor Information (/SP). System Information (/SYS), and and Chassis Information (/CH). Each subsection contains tables showing all the relative targets and supported verbs and all the property names with their valid values, access type, and description.

Service Processor Information

The service processor namespace, /SP, contains targets that you can use to configure and manage the server. These targets allow you to configure and manage network settings, user accounts, firmware updates, and platform event filters and traps.

Targets and Verbs


Relative

Targets

Supported Verbs

cd

exit

help

load

create

delete

Set

show

start

stop

reset

version

/

x

x

x

 

 

 

x

x

 

 

 

x

/SP/

x

x

x

x

 

 

x

x

 

 

x

x


 

/SP

The top level of the /SP namespace allows you to view firmware and CPLD versions and the server module’s slot ID. You can also set the session timeout.


Property

Name

Valid

Value

Access

 

Description

 

Firmwareversion

N/A

R

Firmware version

Timeout

N/A

R/W

Timeout value of CLI session

CPLDVersion

N/A

R

CPLD Version

SlotID

N/A

R

Slot ID in chassis


User

The User target allows you to manage user accounts.

Targets and Verbs

 


Relative

Targets

Supported Verbs

cd

exit

help

load

create

delete

set

show

start

stop

reset

version

/SP/user

x

x

x

 

x

x

 

x

 

 

 

x

/SP/user/username

x

x

x

 

 

 

x

x

 

 

 

x


/SP/users/username

Where username is the name of the user account.

 


Property

Name

Valid

Value

Access

 

Description

 

status

enable, disable

R/W

status of this user

permission

administrator, operator, user, callback

R/W

permission of this user

password

STRING

W

password of this user


Network

The network target allows you to configure your server’s network settings.

Targets and Verbs

 


Relative

Targets

Supported Verbs

cd

exit

help

load

create

delete

set

show

start

stop

reset

version

/SP/network

x

x

x

 

 

 

x

x

 

 

 

 


 

/SP/network

 


Property

Name

Valid

Value

Access

 

Description

 

MACAddress

N/A

R

Agent ethernet MAC address

IPAddress

IP ADDRESS

B/W

Configuration of the agent IP address

Netmask

IP ADDRESS

R/W

Configuration of the agent IP subnet mask

Gateway

IP ADDRESS

R/W

Configuration of the agent IP gateway address

DNS

IP ADDRESS

R/W

Configuration of the agent IP address source

IPsource

static, dhcp

R/W

Configuration of the agent IP address source

Hostname

STRING

R/W

Configuration of the agent hostname


Clock

The Clock target allows you to configure the system clock. You can configure the system clock manually, or you can designate an NTP server.

Targets and Verbs

 


Relative

Targets

Supported Verbs

cd

exit

help

load

create

delete

set

show

start

stop

reset

version

/SP/clock

x

x

x

 

 

 

x

x

 

 

 

x


/SP/clock

 


Property

Name

Valid

Value

Access

 

Description

 

Date

MM/DD/YYYY

R/W

Date of agent

Time

hh:mm:ss

R/W

Time of agent

NTPstatus

enable, disable

R/W

Synchronize time using NTP

NTPserver

IP ADDRESS

R/W

IP address of NTP server


TftpUpdate

Use the TftpUpdate target to perform firmware updates.

/SP/TftpUpdate

 


Property

Name

Valid

Value

Access

 

Description

 

ServerIP

IP ADDRESS

R/W

Setting of an IP address for the TFTP server.

Filename

STRING

R/W

Setting of a file name for the image.

SaveFlag

yes, no

R/W

The option to save current settings.

Update

action

W

Start update


 

Management Agent Information

The Management Agent Information target provides several options to configure and display parameters of the management agent, such as SNMP, SMTP parameters.

Targets and Verbs

 


Relative

Targets

Supported Verbs

cd

exit

help

load

create

delete

set

show

start

stop

reset

version

/SP/AgentInfo

x

x

x

 

 

 

x

x

x

x

 

x

/SP/AgentInfo/PEF

x

x

x

 

 

 

x

x

 

 

 

x

/SP/AgentInfo/PEF/EventFilterTable[1:6]

x

x

x

 

 

 

x

x

 

 

 

x

/SP/AgentInfo/PET

x

x

x

 

 

 

x

x

 

 

 

x

/SP/AgentInfo/SEL

x

x

x

 

 

 

x

x

 

 

 

x

/SP/AgentInfo/Console

x

x

x

 

 

 

 

 

x

x

 

x

/SP/AgentInfo/Mail

x

x

x

 

 

 

x

x

 

 

 

x

/SP/AgentInfo/Mail/receiver[1:10]

x

x

x

 

 

 

x

x

 

 

 

x

/SP/AgentInfo/SNMP

x

x

x

 

 

 

x

x

 

 

 

x

/SP/AgentInfo/SNMP/communities

x

x

x

 

x

x

x

x

 

 

 

x

/SP/AgentInfo/SNMP/users

x

x

x

 

x

x

x

x

 

 

 

x


/SP/AgentInfo/PEF

 


Property

Name

Valid

Value

Access

 

Description

 

PEFGlobalCtrl

enable, disable

R/W

PEF global control switch

PEFActionGloblCtrlPowerOff

enable, disable

R/W

PEF action global control-power

PEFActionGloblCtrlPowerCycle

enable, disable

R/W

PEF action global control-power

PEFActionGloblCtrlPowerReset

enable, disable

R/W

PEF action global control-power

PEFActionGloblCtrlAlert

enable, disable

R/W

PEF action global control-alert

PEFActionGloblCtrlMail

enable, disable

R/W

PEF action global control-mail

PEFActionGlobalCtrlInterrupt

enable, disable

R/W

PEF action global control-interrupt


/SP/AgentInfo/PEF/EventFilterTbl[1:6]

 


Property

Name

Valid

Value

Access

 

Description

 

Status

enable, disable

R/W

Enable/disable this table

SensorType

all, voltage, temperature. memory

R/W

Event filter sensor type

PowerCtrl

PowerDown, Reset, PowerCycle

R/W

Event action-power

DiagnosticInterrupt

enable, disable

R/W

Event action-interrupt

SendAlert

enable, disable

R/W

Event action-alert

SendMail

enable, disable

R/W

Event action-mail


/SP/AgentInfo/SEL/

 


Property

Name

Valid

Value

Access

 

Description

 

ClearEventlog

action

R/W

Clear event logs


/SP/AgentInfo/Mail/

 


Property

Name

Valid

Value

Access

 

Description

 

SMTPServer

IP ADDRESS

R/W

Set SMTP server IP address

Sender

STRING

R/W

Set Mail notification sender

ClearSMTPServer

action

W

Clear SMTP server IP address

ClearSender

action

W

Clear Sender name


/SP/AgentInfo/Mail/receiver[1:10]

 


Property

Name

Valid

Value

Access

 

Description

 

EmailAddress

MAIL ADDRESS

R/W

Receiver mail address

ClearReceiver

action

W

Clear the mail address


/SP/AgentInfo/SNMP/

 


Property

Name

Valid

Value

Access

 

Description

 

port

INTEBER(0-65535)

R/W

SNMP daemon port

snmpset

enable, disable

R/W

SNMP management information settable

version1

enable, disable

R/W

SNMP protocol version 1 support

version2c

enable, disable

R/W

SNMP protocol version 2 support

version3

enable, diaable

R/W

SNMP protocol version 3 support


/SP/AgentInfo/SNMP/communities/public

 


Property

Name

Valid

Value

Access

 

Description

 

Permission

ro, rw

R/W

SNMP community permission


/SP/AgentInfo/SNMP/communities/private

 


Property

Name

Valid

Value

Access

 

Description

 

Permission

ro, rw

R/W

SNMP community permission


/SP/AgentInfo/SNMP/user

 


Property

Name

Valid

Value

Access

 

Description

 

Permission

ro, rw

R/W

SNMP user pernission

AuthProtocol

MD5, SHA

R/W

SNMP v3 user authentication protocol

AuthPassword

STRING

W

SNMP v3 user authentication password

PrivacyProtocol

none, DES

R/W

SNMP v3 user privacy protocol

PrivacyPassword

STRING

W

SNMP v3 privacy password


 

System Information

The System Information contains board, product, chassis, CPU, memory module, and health informaiton. It also provides power state control.

Targets and Verbs

 


Relative

Targets

Supported Verbs

cd

exit

help

load

create

delete

set

show

start

stop

reset

version

/SYS

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/BoardInfo

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/ProductInfo

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/ChassisInfo

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/CtrlInfo

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/CPU

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/CPU/CPU[1:N]

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/Memory/DIMM[A0:D5]

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/MemModule/MemModule[1:N]

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/NICInfo0

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/Temperature

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/Temperature/Temperature[1:N]

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/Voltage

x

x

x

 

 

 

 

x

 

 

 

x

/SYS/Voltage[1:N]

x

x

x

 

 

 

 

x

 

 

 

x


 

/SYS/BoardInfo

 


Property

Name

Valid

Value

Access

 

Description

 

BIOSVersion

-

R

Display the BIOS version.

BoardManufacturer

-

R

Displays the name of the manufacturer of the management board.

BoardMfgDateTime

-

R

Displays the date of manufacture for the management board.

BoardProductName

-

R

Displays the product name of the management board.

BoardSerialNumber

-

R

Displays serial part number of the management board.


/SYS/ProductInfo

 


Property

Name

Valid

Value

Access

 

Description

 

ProductManufacturer

-

R

Displays product manufacturer

ProductProductName

-

R

Displays name of the product.

ProductPartNumber

-

R

Displays product part number.

ProductSerialNumber

-

R

Displays product serial number.

AssetTag

-

R

Displays product asset tag.


/SYS/ChassisInfo

 


Property

Name

Valid

Value

Access

 

Description

 

ChassisType

-

R

Displays the chassis type.

ChassisPartNumber

-

R

Displays the chassis part number.

ChassisSerialNumber

-

R

Displays the status of chassis.


/SYS/CtrlInfo

 


Property

Name

Valid

Value

Access

 

Description

 

PowerStatus

-

R

Displays the power status.

PowerCtrl

on, off, reset

W

Control power.

BootCtrl

regular, PXE, BIOSSetup, PCCheck_enable, PCCheck_disable

R/W

Control boot and display boot status.

IdLedCtrl

on, off

R/W

Control IdLed and display IdLed status


/SYS/CtrlInfo/FaultLed

 


Property

Name

Valid

Value

Access

 

Description

 

FaultLedStatus

-

R

Displays fault LED status.

FaultLedCtrl

-

W

Control fault LED.


/SYS/CPU/CPU[1:N]

 


Property

Name

Valid

Value

Access

 

Description

 

SocketDesignation

-

R

Displays the CPU socket designation.

Manufacturer

-

R

Displays the CPU manufacturer.

Name

-

R

Displays the CPU name.

Speed

-

R

Displays the CPU speed.

Status

-

R

Displays the CPU status.


/SYS/MemModule/Memory/DIMM[A0:D5]

 


Property

Name

Valid

Value

Access

 

Description

 

Designation

-

R

Displays the memory module designation.

Type

-

R

Displays the memory module type.

Speed

-

R

Displays the memory module speed.

Size

-

R

Displays the memory module size.

Status

-

R

Displays the memory module status.


/SYS/Temperature/Temperature[1:N]

 


Property

Name

Valid

Value

Access

 

Description

 

Designation

-

R

Displays the temperature designation.

Status

-

R

Displays the temperature status.

SensorReading

-

R

Displays the temperature current value.

LNCT

-

R

Displays the temperature lower warning threshold.

LCT

-

R

Displays the temperature lower critical threshold.

UNCT

-

R

Displays the temperature upper warning threshold.

UCT

-

R

Displays the temperature upper critical threshold.


/SYS/Voltage[1:N]

 


Property

Name

Valid

Value

Access

 

Description

 

Designation

-

R

Displays the voltage designation.

Status

-

R

Displays the voltage status.

SensorReading

-

R

Displays the voltage current value.

LNCT

-

R

Displays the voltage lower warning threshold.

LCT

-

R

Displays the voltage lower critical threshold.

UNCT

-

R

Displays the voltage upper warning threshold.

UCT

-

R

Displays the voltage upper critical threshold.


 

/SYS/NICInfo0

 


Property

Name

Valid

Value

Access

 

Description

 

Manufacturer

-

R

Displays the NIC manufacturer.

Name

-

R

Displays the NIC name.

PartNumber

-

R

Displays the NIC part number.

SerialNumber

-

R

Displays the NIC serial number.

PortNumber

-

R

Displays NIC port number.

MACAddress1

-

R

Displays the NIC MAC address 1.

MACAddress2

-

R

Displays the NIC MAC address 2.


/SYS/MIDPlane

 


Property

Name

Valid

Value

Access

 

Description

 

productPartNo

-

R

Displays the midplane part number.

productSerialNo

-

R

Displays the midplane serial number.

productAssetTag

-

R

Displays the midplane asset tag number.

chassisSerialNo

-

R

Displays the chassis serial number.

chassisPartNo

-

R

Displays the chassis part number.


Chassis Information

The Sun Blade X6450 server module’s ELOM also allows you to monitor chassis component sensor information using the CLI. Use the /CH namespace to view the output from the chassis’ sensors.

/CH

 


Relative

Targets

Supported Verbs

cd

exit

help

load

create

delete

set

show

start

stop

reset

version

/CH

-

-

x

-

-

-

-

x

-

-

-

x


 


Property

Name

Valid

Value

Access

 

Description

 

fm0.f0.speed

-

R

Sensor reading of fan speed

fm0.f1.speed

-

R

Sensor reading of fan speed

fm1.f0.speed

-

R

Sensor reading of fan speed

fm1.f1.speed

-

R

Sensor reading of fan speed

fm2.f0.speed

-

R

Sensor reading of fan speed

fm2.fo.speed

-

R

Sensor reading of fan speed

fm3.f0.speed

-

R

Sensor reading of fan speed

fm3.f1.speed

-

R

Sensor reading of fan speed

fm4.f0.speed

-

R

Sensor reading of fan speed

fm5.f0.speed

-

R

Sensor reading of fan speed

fm5.f1.speed

-

R

Sensor reading of fan speed

ps0.t_amb

-

R

Ambient temperature reading of power supply

ps0.fan_speed

-

R

Sensor reading of power supply fan speed

ps0.V12V

-

R

Voltage reading of 12V power supply

ps0.V3_3V

-

R

Voltage reading of 3B power supply

ps0.I12V_0

-

R

Current reading of 12V power supply

ps0.I3_3V

-

R

Current reading of 3.3V power supply

ps1.t_amb

-

R

Ambient temperature reading of power supply

ps1.fan_speed

-

R

Sensor reading of power supply fan

ps1.V12V

-

R

Voltage reading of 12V power supply

ps1.V3_3V

-

R

Voltage readin of 3.3V power supply

ps1.I12V_0

-

R

Current reading of 12V power supply

ps1.I12V_1

-

R

Current reading of 12V power supply

ps1.I3_3V

-

R

Current reading of 3.3V power supply

ch.t_amb_o

-

R

Ambient temperature reading of the chassis

ch.t_amb_1

-

R

Ambient temperature reading of the chassis

ps0.dc_watts

-

R

Power calculation of DC power supply

ps0.ac_watts

-

R

Power calculation of AC power supply

ps0.peff

-

R

Unspecified

ps1.dc_watts

-

R

Power calculation of DC power supply

ps1.ac_watts

-

R

Power calculation of DC power supply

ps1.peff

-

R

Unspecified

ch.dc_watts

-

R

Power calculation of chassis DC power supply

ch.ac_watts

-

R

Power calculatoin of chassis AC power supply