Exit Print View

Oracle Integrated Lights Out Manager (ILOM) 3.0 Supplement for Sun Blade T6340 Server Modules

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Understanding ILOM for the Sun Blade T6340 Server Module

ILOM Overview

Chassis Monitoring Module Features

Updating the System Firmware

Resetting the Password to the Factory Default

Managing the Host

Resetting the Host

Managing Host Boot Mode

Viewing and Configuring Host Control Information

Managing Host Diagnostics and POST

Managing System User Interactions

Managing the Service Processor

Storing Customer Information

Changing Service Processor Settings to Factory Defaults

Display Console History (CLI)

Change Console Escape Characters (CLI)

Changing Configuration Policy Settings

Managing Power Usage and Monitoring Power Consumption

Managing Network Access

Managing SSH Server Settings

Monitoring Active System Faults

Managing Devices

Managing Virtual Keyswitch Settings

Using the Remote Console

Hardware Connection Options

Configuring the Host for Using Remote Console With OpenBoot

Configuring the Host for Using Remote Console With Solaris OS

IPMI Sensor Reference

Sensors on the Sun Blade T6340 Server Module

Indicators on the Sun Blade T6340 Server Module

ALOM CMT Compatibility Shell

Limits to Backward Compatibility

Create an ALOM CMT Compatibility Shell

Switch Between the ALOM CMT Shell and the Host Console

Return to the ILOM From the ILOM CMT Shell

Comparing ILOM and ALOM CMT Commands

ALOM CMT Shell Configuration Commands

ALOM CMT Shell Log Commands

ALOM CMT Shell Status and Control Commands

ALOM CMT Shell FRU Commands

ALOM CMT Shell Automatic System Recovery (ASR) Commands

ALOM CMT Shell Miscellaneous Commands

ALOM CMT Variables

ALOM CMT Variable Comparison

Event Messages Available Through the ALOM Compatibility Shell

Event Message Overview

Event Severity Levels

Service Processor Usage Event Messages

Environmental Monitoring Event Messages

Host Monitoring Event Messages

SCC Backup and Restore

Information Stored on the SCC

Index

ALOM CMT Shell Configuration Commands

ALOM CMT Shell Configuration Commands
ALOM CMT Command
Summary
Comparable ILOM Command
password
Changes the login password of the current user.
set /SP/users/username password
restartssh
Restarts the SSH server so that new host keys generated by the ssh-keygen command are reloaded.
set /SP/services/ssh restart_sshd_action=true
setdate [[mmdd]HHMM |mmddHHMM[cc]yy][.SS]
Sets ALOM CMT date and time.
set /SP/clock datetime=value
setdefaults [–a]
Resets all ALOM CMT configuration parameters to their default values. The –a option resets the user information to the default (one admin account only).
set /SP reset_to_defaults=[none|factory|all]

setkeyswitch [normal|stby|diag| locked]
Sets the status of the virtual keyswitch. Setting the virtual keyswitch to standby (stby) powers off the server. Before powering off the host server, ALOM CMT asks for a confirmation.
set /SYS keyswitch_state=value
setsc [param] [value]
Sets the specified ALOM CMT parameter to the assigned value.
set target property=value

setupsc
Runs the interactive configuration script. This script configures the ALOM CMT configuration variables.
No equivalent in ILOM.

showplatform [–v]

Displays information about the host system’s hardware configuration, and whether the hardware is providing service. The –v option displays verbose information about the displayed components.
show /HOST

showfru
Displays information about the field-replaceable units (FRUs) in a host server.
Use the ILOM show [FRU] command to display static FRU information. (For dynamic FRU information, use the ALOM CMT showfru command.)
showusers –g lines

Displays a list of users currently logged in to ALOM CMT. The display for this command has a similar format to that of the UNIX command who. The –g option pauses the display after the number of lines you specify for lines.
show –level all –o table /SP/sessions

No equivalent in ILOM for –g option.

showhost version

Displays version information for host-side components. The version option displays the same information as the showhost command with no option.
show /HOST

showkeyswitch
Displays status of virtual keyswitch.
show /SYS keyswitch_state

showsc [param]
Displays the current nonvolatile random access memory (NVRAM) configuration parameters.
show target property

showdate
Displays the ALOM CMT date. ALOM CMT time is expressed in Coordinated Universal Time (UTC) rather than local time. The Solaris OS and ALOM CMT time are not synchronized.
show /SP/clock datetime

ssh-keygen –l

ssh-keygen –r

ssh-keygen –t {rsa|dsa}

Generates Secure Shell (SSH) host keys and displays the host key fingerprint on the SC.
show /SP/services/ssh/keys rsa|dsa

set /SP/services/ssh generate_new_key_action=true

set /SP/services/ssh generate_new_key_type=[rsa|dsa]

usershow [username]
Displays a list of all user accounts and permission levels, and whether passwords are assigned.
show /SP/users

useradd username
Adds a user account to ALOM CMT.
create /SP/users/username

userdel [–y] username

Deletes a user account from ALOM CMT. The –y option enables you to skip the confirmation question.
delete [–script] /SP/users/username

userpassword [username]
Sets or changes a user password.
set /SP/users/username password

userperm [username] [c] [u] [a] [r] [o] [s]
Sets the permission level for a user account.
set /SP/users/username role=permissions [a|u|c|r|o|s]