Reproduction of these materials in any manner whatsoever without the written permission of Dell Inc.
is strictly forbidden.
Trademarks used in this text: Dell, the DELL logo, Pow er Edg e, Po we rVau lt , and OpenManage are
trademarks of Dell Inc.; Microsoft, Windows, Active Directory, Hyper-V, and Windows Server are either
trademarks or registered trademarks of Microsoft Corporation in the United States and/or other
countries; SUSE is a registered trademark of Novell, Inc. in the United States and other countries;
Red Hat and Red Hat Enterprise Linux are registered trademarks of Red Hat, Inc. in the United States
and other countries; Intel, Pentium, and Itanium are registered trademarks and Intel386 is a trademark
of Intel Corporation in the United States and other countries; AMD, AMD Opteron, AMD-V, and AMD Pow er No w! are trademarks of Advanced Micro Devices, Inc.; UNIX is a registered trademark of The
Open Group in the United States and other countries; OS/2 is a registered trademark of
International Business Machines Corporation; Rambus is a registered trademark of Rambus, Inc.
Other trademarks and trade names may be used in this document to refer to either the entities claiming
the marks and names or their products. Dell Inc. disclaims any proprietary interest in trademarks and
trade names other than its own.
You can perform essential systems management tasks using Dell™
OpenManage
command line interface (CLI).
The reporting and viewing features allow retrieval of overall health status for
systems on your network. At the component level, you can view information
about voltages, temperatures, fan’s
functioning, and many other critical component details. You can see a
detailed account of many relevant cost of ownership (COO) facts about your
system in a summary view. Version information for BIOS, firmware, operating
system, and all installed software is easy to retrieve.
Configuration features allow Server Administrator to perform essential tasks
described in detail in the following sections.
NOTE: You can use the CLI instead of the Server Administrator home page, and turn
the Server Administrator Web server off if you have security concerns. The CLI does
not use the Web server. Use the omconfig system webserver action=stop command
to turn off the Web server. The Web server starts automatically after a reboot, so this
command must be issued each time a system starts up. See ""omconfig system
webserver/omconfig servermodule webserver" on page 125" for more information.
™ Server Administrator’s graphical user interface (GUI) or the
revolutions per minute (
RPM), memory
What's New for Version 6.0.1
The following features are new in this release of Server Administrator:
•Support for three new
•Support for the following system components:
•Reporting presence of optional iDRAC6 Enterprise card
•Provides an option to configure reporting of more attributes on
front panel LCD
•Reporting presence of iDRAC6 Enterprise and the size of storage, if
present
•Reporting of new PCI devices that are part of
•Display of the CPU turbo mode
xx1x
systems.
xx1x
systems
Introduction15
•Display of new memory types (DDR3 Registered,
DDR3 Unregistered)
•Display of new slot types (PCIe Gen1/2)
•Enabling/disabling Non-Uniform Memory Architecture
(Node Interleaving) during deployment
•Enabling Network Controller-Sideband Interface support on each of
the LOMs on an individual basis for all LOMs
•Reporting memory operating modes (optimizer, mirror, and advanced
ECC)
•Support for NICS receive and transmit statistics.
•Configuring AC Power Recovery delay
•Support for configuration and reporting Serial Address Select
•Enhanced power monitoring support:
•Reporting of power consumption values in BTU (British Thermal
Unit), as well as Watts.
•Support for Peak power headroom and instantaneous headroom
•Support for user-definable power budget cap
•Support for reporting of maximum potential power consumption and
minimum potential power consumption
•Support for reporting input power rating of power supply
•Support for power profile configuration
•Support for events alerting capability for peak power consumption
•Inclusion of Internet Protocol version 6:
•This release supports IPv6, in addition to IPv4.
16Introduction
Using CLI Commands from Windows
Command Prompts
If you are running the Microsoft Windows® operating system, use the 32-bit
command prompt to issue a Server Administrator CLI command. You can
access the 32-bit command prompt by clicking the Start button and pointing
to Programs→ Accessories→ Command Prompt shortcut, or by clicking the Start button, selecting Run, and typing cmd.exe in the Run dialog box.
Do not type command into the Run dialog box to launch a command line
window; this activates the MS-DOS
environment variable limitations that can cause subtle problems with the CLI.
®
emulator command.com, which has
Primary CLI Commands
The commands that carry out the functions of Server Administrator are:
•
omconfig
•
omhelp
•
omreport
The omconfig command writes values that you assign to an object's
properties. You can specify values for warning thresholds on components or
prescribe what action your system is to take when a certain warning or failure
event occurs. You can also use the omconfig command to assign specific
values to your system's asset information parameters, such as the purchase
price of the system, the system's asset tag, or the system's location.
The omhelp command displays short text help for CLI commands.
The shorthand equivalent of omhelp is the command for which you want
help followed by -?. For example, to display help for the omreport command,
type one of the following commands:
omhelp omreport
omreport -?
The omreport command produces reports of your system’s management
information.
NOTE: For an overall summary of CLI commands, type omhelp.
Introduction17
Table 1-1 lists the primary CLI commands used by Server Administrator.
This guide contains a section for each primary command.
Table 1-1. CLI Commands and Sections in This Guide
Primary CLI
Command
omconfig"omconfig: Managing Components
omhelp"Using the omhelp Command"
omreport"omreport: Viewing System Status
NOTE: omupdate commands are no longer supported in Server Administrator and
are replaced by Dell Update Package or Server Update Utility commands. To update
the different components, download the Dell Update Package and run <package
name> /s [/f]. See the Dell Update Packages for Microsoft Windows Operating Systems
User’s Guide, the Dell Update Packages for Linux User’s Guide, or the Server Update
Utility User’s Guide for more information on corresponding CLI syntax.
Section TitleRelated Sections
"omconfig system or servermodule
Using the Instrumentation Service"
Using the Instrumentation Service"
assetinfo: Editing Cost of Ownership
Va lu e s"
Additional useful topics about the CLI include:
•"Working With CLI Command Results"
•"Glossary"
CLI Error Checking and Error Messages
When you type CLI commands, the CLI checks these commands for correct
syntax. If you enter a command and the command is executed successfully,
a message displays, stating that your command has been successful.
Success Messages
When you type a successful omconfig command, data for that
component displays.
The following omconfig command examples show valid CLI commands and
their success messages:
Command:
omconfig chassis temps index=0 warnthresh=default
18Introduction
Message:
Temperature probe warning threshold value(s) set
successfully.
omconfig system assetinfo info=depreciation
duration=6
Message:
Asset information set successfully.
Failure Messages
CLI failure messages provide reasons why some commands do not succeed.
Some common reasons why commands fail include syntax errors and
components that are not present. Many error messages provide syntax
information that you can use to execute the command successfully.
If you try to execute a command for a component or feature not present in
your system configuration, the error message states that the component is not
present.
Command:
omconfig chassis volts index=3 minwarnthresh=
3.3000
Example message:
Error! Number with up to 3 digits after decimal
point expected, read 3.3000
The value given by the command specifies more than
3 digits after the decimal point. A valid minimum
warning threshold value for volts contains up to
3 digits after the decimal point.
When you enter the revised command with three decimal points, you receive
another error message:
Error! This voltage probe min warning threshold
must be between 11.400 and 12.480.
Revised command:
omconfig chassis volts index=3 minwarnthresh=
11.500
Message:
Voltage probe warning threshold(s) set
successfully.
Scripting and Comparing With the CLI
The Server Administrator CLI allows administrators to write batch programs
or scripts to be executed by the operating system. For an enterprise with many
systems, an administrator could write a configuration script that specified the
warning thresholds for each major component of a system and also specified
a set of actions that the administrator wants each system to take in case of
a warning or failure event. In the most critical cases, the administrator could
write a script so that the system shuts down to prevent damage. The
administrator could then distribute and execute the script to many managed
systems at the same time. Such a scenario facilitates configuring any number
of new systems acquired by a company and makes implementation of new
system administration policies easier across many existing systems that
require reconfiguration.
A similar scenario could be used to populate a large number of newly acquired
systems with detailed asset information. Much of the information would be the
same, such as the manufacturer or lessor of the system, whether support for the
system is outsourced, name of the system's insurance company, method of
depreciation, and so on. Any variable that is common to all systems could be
scripted, sent to all managed systems, and executed. Asset information that is
unique to a system could be scripted as a group and sent to that managed
node for execution. For example, a script could specify values for all unique
20Introduction
variables such as owner, primary user phone number, asset tag, and so on.
Scripts to populate unique values would set all unique variables at once rather
than one by one through the system's command line.
In many cases, the CLI allows a user with a very well-defined task in mind to
retrieve information about the system rapidly. If a user wants to review a
comprehensive summary of all system components and save that summary
information to a file for comparison with later system states, the CLI is ideal.
Using CLI commands, administrators can write batch programs or scripts to
execute at specific times. When these programs execute, they can capture
reports on components of interest, such as fan RPMs during periods of high
system usage compared with the same measurements at times of lowest
system usage. Command results can be routed to a file for later analysis.
Reports can help administrators gain information that can be used to adjust
usage patterns, to justify purchasing new system resources, or to focus on the
health of a problem component.
Command Syntax Overview
Commands vary in complexity. The simplest command has only command
level 1. The omhelp command is a simple command. When you type omhelp, a list of the main CLI commands is displayed.
The next level of complexity includes commands that contain command
levels 1 and 2. All of the about commands are examples of command level 2
complexity. The omconfig about and omreport about commands cause a very
brief summary to display. The summary shows version information for the
systems management software installed on your system; for example, Server
Administrator 1.x.
Some commands have command level 1 and command level 2 and one
name=value pair. Consider the following example command that instructs
Server Administrator for more details about the environment for Server
Administrator:
omreport about details=true
Command level 1 is omreport, command level 2 is about, and the name=
value pair is
details=true.
Introduction21
Many commands use command level 1, command level 2, and command level
3, but do not require any parameters (name=value pairs). Most omreport
commands are of this type. For example:
omreport system alertaction
causes a list of alert actions that are configured for components on your
system to be displayed.
The most complex commands have all three command levels and can
have multiple name=value pairs. An example of two name=value pairs:
omconfig system assetinfo info=depreciation
duration=3
An example of nine name=value pairs:
omconfig system assetinfo info=acquisition
purchasecost=
purchasedate=<mmddyy> ponum=
<n> waybill=<n> installdate=<mmddyy>
<n> signauth=<text>
expensed=<yes | no> costcenter=<text>
In each section, command syntax and other information about commands is
formatted with any of the following fields that apply:
The omhelp command and its equivalent, <command>-?, accesses the CLI's
detailed help text interface. You can get help at several levels of detail.
Each fully qualified CLI command may have a variable number of distinct
parts: the command (command level 1), one or more subcommands (command
level 2 and command level 3, if present), and one or more name=value pair(s).
By appending -? (space-dash-question mark) to any command, you can get
help for that command.
Example Help Commands
When you type omconfig -?, you get general help about the omconfig
command. The help at this level lists the available subcommands for
omconfig:
•about
•preferences
•chassis
•system
When you type omconfig system -?, CLI help lists all the
subcommands available for omconfig system:
•alertaction
•alertlog
•assetinfo
•cmdlog
•esmlog
•events
•platformevents
•pedestinations
•recovery
•shutdown
Using the omhelp Command23
•thrmshutdown
•webserver
Figure 2-1 shows the levels of help for a command.
Figure 2-1. Different Levels of Help for a Command
You can also parse the omconfig system assetinfo command as follows:
where command levels 1, 2, and 3 are represented by omconfig system assetinfo,
name=value pair 1 is represented by info=depreciation, and name=value pair 2
is represented by method=straightline.
To set your depreciation method to straight line, type:
omconfig system assetinfo info=depreciation
method=straightline
The CLI responds with the following message:
Asset information set successfully.
When you type omconfig system assetinfo -?, the help that
displays provides information about assigning values for the name and option
fields. Partial results for the request omconfig system assetinfo -? are as
follows:
assetinfo Set asset information.
24Using the omhelp Command
For one info value, specify one or more optional parameter(s).
Table 2-1 displays the optional parameters for info=acquisition:
omreport: Viewing System Status
Using the Instrumentation Service
The omreport command allows you to see detailed information about your
system components. You can retrieve summaries for many system components
at one time, or you can get details about a specific component. This chapter
shows you how to get reports with the level of detail that you want.
Commands documented in this chapter vary in whether they define the fields that
appear in the results of a particular omreport command. Fields are defined only
if they have a special or less familiar use.
As with all other components, you can use omreport to view component
status, and omconfig to manage a component. For information on
configuring components for management, see "omconfig: Managing
Components Using the Instrumentation Service."
You can use omreport commands to get information you need to execute an
omconfig command. For example, if you want to edit the minimum
temperature for a warning event on a temperature probe, you need to know
the index of the probe you want to configure. You can use omreport chassis temps to display a list of probes and their indexes.
Table 3-1. System Availability for the omreport Command
Command Level 1Command Level 2Applicable To
omreportmodularenclosureModular system
servermoduleModular system
mainsystemModular system
systemNon-modular system
chassisNon-modular system
omreport: Viewing System Status Using the Instrumentation Service27
Conventions for Parameter Tables
When listing the parameters that a command can take, the parameters are
listed in alphabetical order instead of the order in which they appear in the
command line interface.
The symbol |, often called pipe, is the logical exclusive or operator.
For example, enable | disable means that you can enable or disable the
component or feature, but you cannot simultaneously enable and disable the
component or feature.
Command Summary of the omreport Command
NOTE: Although this chapter lists all possible omreport commands, the commands
available on your system depend on your system configuration. The results that
display for the omreport command vary from one system to another. Data displays
for installed components only.
NOTE: When a system includes an external chassis, the displayed results vary by
operating system. On SUSE® Linux Enterprise Server and Red Hat® Enterprise
Linux® systems, omreport commands display external chassis information in
a separate section after the main chassis information. On Microsoft
systems, data about the external chassis does not appear in the omreport output.
Table 3-2 is a high-level summary of the omreport command. The column
titled "Command level 1" shows the omreport command at its most general.
"Command level 2" shows the major objects or components that you can view
using omreport (about, chassis, storage, and system). "Command level 3" lists
the specific objects and components for which you can view reports. "User
privilege required" refers to the type of privilege you need to perform the
command, where U=User, P=Power User, and A=Administrator. "Use" is
a very general statement about the actions that can be performed using
omreport. More details about syntax and use of the command appear later in
this section.
Tab le 3 -2 s ho ws the omreport commands available for about, system, and
main system chassis. For information about viewing storage components,
see "omreport: Viewing System Status Using the Instrumentation Service."
®
Windows®
28omreport: Viewing System Status Using the Instrumentation Service
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
Command
Level 1
omreport
Command
Level 2
modularen
closure
aboutU, P, AShows version number and properties for
chassis/mai
nsystem
Command
Level 3
details=true U, P, ADisplays information for all the Server
acswitchU, P, AShows failover settings where redundant
batteriesU, P, AShows the properties set for batteries.
biosU, P, AShows BIOS information such as
biossetupAShows BIOS setup properties configured
fancontrolU, P, AShows the properties set for fan speed.
fansU, P, AShows the status and thresholds for
firmwareU, P, AShows firmware properties such as
frontpanelU, P, AShows whether the front panel button
fruU, P, AShows the Field Replaceable Unit (FRU)
hwperformanceU, P, AShows the status and cause for the
User
Privilege
Required
U, P, AShows information for all the modular
U, P, AShows the general status of all the main
Use
chassis.
Server Administrator.
Administrator programs installed.
components.
AC power lines are supported in a system.
manufacturer, version, and date last
updated.
during system boot.
system fans.
version, date of last update, and whether
the firmware is updatable.
settings, such as the Powe r button and/or
Nonmasking Interrupt (NMI) button
(if present on the system), are enabled or
disabled.
information.
system’s performance degradation.
omreport: Viewing System Status Using the Instrumentation Service29
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
(continued)
Command
Level 1
Command
Level 2
Command
Level 3
infoU, P, AShows a status summary for main system
intrusionU, P, AShows the status of the system’s
ledsU, P, AShows the properties you have set for
memoryU, P, AShows properties of your system's
nicsU, P, AShows the number of NICs installed in
portsU, P, AShows the properties for your system’s
processorsU, P, AShows properties of your system’s
pwrmanagement U, P, AShows power management profiles that
pwrmonitoringU, P, AShows properties of power consumption.
pwrsuppliesU, P, AShows properties of power supplies.
remoteaccessU, P, AShows general information on remote
slotsU, P, AShows properties of your system’s
tempsU, P, AShows the status and thresholds for the
voltsU, P, AShows the status and thresholds for the
User
Privilege
Required
Use
chassis components.
intrusion sensor(s).
light-emitting diodes to flash under
various alert conditions.
memory arrays.
your system and displays controller and
interface related details.
parallel and serial ports, such as I/O
address, IRQ level, connector type, and
maximum speed.
processors, including speed,
manufacturer, and processor family.
will provide control over power
utilization.
access.
expansion slots and other slot types.
system temperature sensors.
system voltage sensors.
30omreport: Viewing System Status Using the Instrumentation Service
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
(continued)
Command
Level 1
Command
Level 2
storageU, P, ASee "Using the Storage Management
system/serv
ermodule
Command
Level 3
alertactionU, P, AShows warning and failure threshold
alertlogU, P, AAllows the administrator to display the
assetinfoU, P, AShows the cost of ownership information
cmdlogU, P, AAllows the administrator to display the
esmlogU, P, AAllows the administrator to display the
eventsU, P, AShows the system’s Simple Network
operatingsystem U, P, AShows the name and version of your
pedestinationsU, P, AShows destinations where alerts for
platformeventsU, P, AShows the system’s response for each
recoveryP, AShows how your system is configured to
shutdownP, AShows how the shutdown action is to be
User
Privilege
Required
U, P, AShows a high-level summary of system
Use
Service."
components.
values, as well as actions configured when
an essential component detects a warning
or failure state.
alert log.
for your system.
command log.
hardware log.
Management Protocol (SNMP) event
settings.
operating system.
platform events are configured to be sent.
listed platform event.
respond to a hung operating system.
performed.
omreport: Viewing System Status Using the Instrumentation Service31
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
(continued)
Command
Level 1
Command
Level 2
Command
Level 3
summaryU, P, AShows the key facts for all system
thrmshutdownP, AShows the shutdown action, if any, to be
versionU, P, AShows a summary for all updatable
User
Privilege
Required
Use
components, including main system
chassis, software, and storage.
taken when a temperature warning or
failure condition is detected.
components on your system.
Help With the omreport Command
Use the omreport -? command to get a list of the available commands for
omreport.
Use omreport
<command level 2> -?
to get help on the level 2 about, chassis,
and system commands. The following information on omreport system -?
applies also applies to get help for the omreport chassis command.
To see a list of valid commands for omreport system, type:
omreport system -? | more
omreport modularenclosure
Use the omreport modularenclosure command to view details of the modular
system. Type:
omreport modularenclosure
NOTE: This CLI command is available when Dell OpenManage Server
Administrator is installed on Dell modular systems.
Server Administrator displays information related to the modular enclosure
and chassis management controller CMC (if available):
NOTE: As with all output shown in this guide, the following output is an example
and may vary depending on your system configuration.
32omreport: Viewing System Status Using the Instrumentation Service
Modular Chassis Information
Chassis Information
Attribute: Model
Value: Modular Server Enclosure
Attribute: Lock
Value: true
Attribute: Service Tag
Value: 8RLNB1S
CMC Information
Attribute: Product
Value: Chassis Management Controller (CMC)
Attribute: Description
Value: The system component provides a complete set
of remote management functions for Dell
systems.
Attribute: Version
Value: 1.0 (100)
Attribute: IP Address
Value: 101.102.103.104
Attribute: IP Address Source
Value: Dynamic
Attribute: IP Address Type
Value: IPv4
Attribute: Remote Connect Interface
Value: Launch CMC Web Interface
omreport: Viewing System Status Using the Instrumentation Service33
omreport about
Use the omreport about command to learn the product name and version
number of the systems management application installed on your system.
The following is an example output from the omreport about command:
Product name: Dell OpenManage Server Administrator
Version: 6.x.x
Copyright: Copyright (C) Dell Inc. 1995-2009. All rights
reserved.
Company: Dell Inc.
For details about the environment for Server Administrator, type:
omreport about details=true
Server Administrator includes a number of services, each of which has a
version number of its own. The Contains field reports version numbers for
the services as well as other useful details. The output below is an example,
and can change depending on your configuration and the version of Server
Administrator installed on your system:
Contains: Instrumentation Service 6.x.x
Storage Management Service 2.x.x
Sun JRE - OEM Installed Version 1.x.x
Secure Port Server 3.x.x
Core Service 1.x.x
Instrumentation Service Integration Layer 1.x.x
Storage Management Service Integration Layer 1.x.x
Server Administrator 6.x.x
34omreport: Viewing System Status Using the Instrumentation Service
omreport chassis/omreport mainsystem
Commands
Use the omreport chassis or omreport mainsystem commands to view details
for the entire chassis or for a particular component.
omreport chassis/ omreport mainsystem
Ty p e :
omreport chassis
or
omreport mainsystem
Server Administrator displays a general status for your main system
chassis/main system components.
NOTE: As with all output shown in this guide, the following output is an example
and may vary depending on your system configuration.
Use the omreport chassis acswitch or omreport mainsystem acswitch
command if your system has redundant AC power lines that are configured in
a failover arrangement. Type:
omreport chassis acswitch
or
omreport mainsystem acswitch
omreport: Viewing System Status Using the Instrumentation Service35
Server Administrator displays the following output:
AC Failover Switch
AC Switch Redundancy
Redundancy Status: Full
Number of devices required
for full redundancy
Redundancy Mode:
Redundancy Configuration: Input Source Line 1, upon redundancy
AC Power Lines
Status: Ok
Location: AC Power Line 1
AC Present: Power Present
Active Source: Active
Status: Ok
Location: AC Power Line 2
AC Present: Power Present
Active Source: Not Active
:2
restoration, return to Line 1
Server Administrator reports values for the Redundancy Status and
Redundancy Mode fields.
Use the omreport chassis biossetup or omreport mainsystem biossetup
command to view BIOS setup parameters that are normally available only
during system boot.
Ty p e :
omreport chassis biossetup
or
omreport mainsystem biossetup
Tab le 3 -3 di sp la ys th e a va il a ble BIOS setup parameters:
NOTE: All the BIOS Setup parameters are not displayed. Only those BIOS setup
properties configured during system boot are displayed.
Table 3-3. BIOS Setup Parameters
ParametersDescription
Attribute
BootsequenceDisplays the device used to boot the system.
NumlockDisplays whether the keypad can be used as number keys.
User accessible USBDisplays whether the user-accessible USB port is enabled or
disabled.
CPU Virutalization
Technology
AC Power Recovery Mode Displays the system state when input power is restored after an
Embedded SATA
Controller
SATA port 0Displays the state of SATA port 0.
SATA Port 1Displays the state of SATA port 1.
Dual NIC (1/2)Displays whether NIC 1 and NIC 2 with PXE/iSCSI is enabled or
Dual NIC (3/4)Displays whether NIC 3and NIC 4 with PXE/iSCSI is enabled or
Displays the additional hardware capabilities provided by
Virtualization Technology.
outage.
Displays whether the embedded SATA controller is set to ATA
mode, RAID mode, or is disabled.
disabled.
disabled.
omreport: Viewing System Status Using the Instrumentation Service37
Table 3-3. BIOS Setup Parameters
ParametersDescription
NIC 1 Displays whether the first NIC is enabled (with or without
PXE/iSCSI) or disabled during system boot.
NIC 2Displays whether the second NIC is enabled (with or without
PXE/iSCSI) or disabled during system boot.
NIC 3Displays whether the third NIC is enabled (with or without
NIC 4Displays whether the fourth NIC is enabled (with or without
Trusted Platform Module
(TPM) Security
Internal USBDisplays whether internal USB is enabled or disabled.
Operating System
Wat c h do g Ti m er
Internal SD CardDisplays whether the internal SD card is enabled or disabled.
BezelDisplays whether the bezel removal intrusion check during system
Console RedirectionDisplays if the BIOS screen is redirected over a particular serial port
DisketteDisplays whether the diskette is disabled, auto enabled, or
Demand Based Power
Management (DBS)
Embedded HypervisorDisplays whether the embedded hypervisor is enabled or disabled.
IDEDisplays whether the drive is enabled or disabled.
IDE Primary Drive 0Displays whether the device is automatically detected and enabled
IDE Primary Drive 1Displays whether the device is automatically detected and enabled
IntrusionDisplays whether the intrusion check is enabled or disabled during
MouseDisplays whether the mouse is enabled or disabled.
Optical Drive ControllerDisplays whether the optical drive controller is enabled or disabled.
PXE/iSCSI) or disabled during system boot.
PXE/iSCSI) or disabled during system boot.
Displays whether Trusted Platform Module is off, on with pre-boot
measurements, or on without pre-boot measurements.
Displays whether the operating system watchdog timer is enabled
or disabled.
reboot is enabled or disabled.
or if it is turned off.
read-only.
Displays whether DBS is enabled or disabled on the system.
or if the device is disabled.
or if the device is disabled.
system boot.
(continued)
38omreport: Viewing System Status Using the Instrumentation Service
Table 3-3. BIOS Setup Parameters
ParametersDescription
Parallel port addressDisplays whether the address is located on LPT1, LPT2, and LPT3,
or if it is disabled.
Parallel port modeDisplays the setting associated with the parallel port.
Primary SCSIDisplays whether the device is on or off.
RAID on motherboardDisplays whether RAID-on-motherboard is detected as a
RAID device, a SCSI device, or if the device is disabled during
system boot.
RAID Channel ADisplays whether RAID-on-motherboard Channel A is detected as a
RAID device or a SCSI device.
RAID Channel BDisplays whether RAID-on-motherboard Channel B is detected as a
RAID device or a SCSI device.
SATA
Serial Port 1Displays whether serial port 1 is mapped to a COM port, a
COM port 1, a COM port 3, a COM1 BMC, a BMC Serial, a BMC
NIC, a BMC RAC, or is disabled.
Serial Port 2Displays whether serial port 2 is mapped to a COM port, a
COM port 2, a COM port 4, or is disabled.
SpeakerDisplays whether the speaker is on or off.
USB or USBBDisplays whether the USB port is enabled or disabled.
Secondary SCSIDisplays whether the device is enabled or disabled.
Serial Communications
Serial CommunicationsDisplays whether COM port 1 and COM port 2 are off or on with or
without console redirection.
Console Redirection
After Boot
External Serial Connector Displays whether the external serial connector is mapped to Serial
Console Redirection
Failsafe Ba ud Rate
Serial Address SelectDisplays port address for the serial devices.
Displays whether console redirection after system reboot is enabled
or disabled.
Device 1 or Serial Device 2 or a Remote Access Device.
Displays the setting for console redirection failsafe baud rate.
(continued)
omreport: Viewing System Status Using the Instrumentation Service39
omreport chassis bmc/omreport mainsystem bmc
This command is phased-out in this release. It is replaced by the command
omreport chassis remoteaccess/omreport mainsystem remoteaccess.
This command is no longer available through Server Administrator.
omreport chassis fans/omreport mainsystem fans
Use the omreport chassis fans or omreport mainsystem fans command to
view the fan probe status and settings. Type:
omreport chassis fans index=n
or
omreport mainsystem fans index=n
The index parameter is optional. If you do not specify the index, Server
Administrator displays a summary of status, readings, and thresholds set for
any fan probes that might be present on your system. If you specify the index,
Server Administrator displays a summary for a specific fan probe.
Use the omreport chassis fancontrol or omreport mainsystem fancontrol
command to view the fan speed settings on your system. Fan speed can be set
to optimize speed for cooling or for quiet operation. Table 3-4 shows the
available settings.
Table 3-4. Fan Control Settings
name=value pairDescription
speed=quietSet fan speed for quiet operation.
speed=maxcoolSet fan speed for maximum cooling.
40omreport: Viewing System Status Using the Instrumentation Service
Use the omreport chassis frontpanel or omreport mainsystem frontpanel
command to view if the front panel button control settings, such as the Power
button and/or Nonmasking Interrupt (NMI) button (if present on the
system), are enabled or disabled.
If the Power button override is present on your system, you can see whether
the Power button override is enabled or not. If enabled, the Power button turns
the power to the system On and Off.
If the NMI button is present on your system, you can see whether the NMI
button is enabled or not. The NMI button can be used to troubleshoot
software and device errors when using certain operating systems.
omreport chassis fru/omreport mainsystem fru
Use the omreport chassis fru or omreport mainsystem fru command to view
FRU information. When you type:
omreport chassis fru
or
omreport mainsystem fru
Server Administrator displays a summary of your system’s FRU information.
This information is available in the Server Administrator GUI, SNMP, and
Common Information Model and is primarily used to support
troubleshooting activities.
omreport: Viewing System Status Using the Instrumentation Service41
Use the omreport chassis hwperformance or omreport mainsystem
hwperformance command to view the status and cause for the system’s
performance degradation. When you type:
omreport chassis hwperformance
or
omreport mainsystem hwperformance
Server Administrator displays a summary of your system’s hardware
performance degradation information.
NOTE: This command is applicable only to selected Dell™ xx0x systems that
support PMBus.
Depending on your configuration, output may resemble the following
example:
Hardware Performance
Index
Probe Name
Status
Cause
: 0
: System Board Power Optimized
: Normal
: [N/A]
omreport chassis info/omreport mainsystem info
Use the omreport chassis info or omreport mainsystem info command to see
a summary of installed component versions:
omreport chassis info index=n
or
omreport mainsystem info index=n
The index parameter specifies a chassis number and is optional. If you do
not specify the index, Server Administrator displays summary chassis
information for each chassis. If you specify the index, Server Administrator
displays summary information for a specific chassis.
42omreport: Viewing System Status Using the Instrumentation Service
Depending on your configuration, output may resemble the following example:
Index: 0
Chassis Name: Main System Chassis
Host Name: everglades
Baseboard Management Controller Version: 1.80
Primary Backplane Version: 1.01
Sensor Data Record Version: SDR Version 0.33
Chassis Model: PowerEdge 1750
System Revision Name: Triathlon MLK II
Chassis Lock: Present
Chassis Service Tag: 8RLNB1S
Chassis Asset Tag:
Flash chassis indentify LED state: Off
Flash chassis indentify LED timeout value : 300
omreport chassis intrusion
Use the omreport chassis intrusion command to find out whether the cover
of your system is open or not. Server Administrator tracks chassis intrusion
events because intrusions may indicate an attempt to steal a system
component, or to perform unauthorized maintenance on the system. Type:
omreport chassis intrusion
A message that resembles the following displays:
Status
Probe Name
State
omreport: Viewing System Status Using the Instrumentation Service43
: Ok
: Main chassis intrusion
: Chassis is closed
omreport chassis leds/omreport mainsystem leds
Use the omreport chassis leds or omreport mainsystem leds command to find
out whether clear hard drive fault is supported and what severity level lights
up the LED. Type:
omreport chassis leds index=n
or
omreport mainsystem leds index=n
The index parameter is optional. If you do not specify the index, Server
Administrator displays a summary of LED information for chassis 0. If you
specify the index, Server Administrator displays a summary for a specific chassis.
The following is an example output:
Flash chassis indentify LED state
Flash chassis indentify LED timeout value
Use omreport chassis memory or omreport mainsystem memory to view
details for each memory module slot in your system. If your system supports
redundant memory, this command also displays the status, state, and type of
memory redundancy implemented on your system. Type:
omreport chassis memory index=n
or
omreport mainsystem index=n
The index parameter is optional. If you do not specify the index, Server
Administrator displays information for all memory modules on your system.
If you specify the index, Server Administrator displays a summary for a
specific memory module.
Output for an occupied memory slot may resemble the following:
Index
Status
Connector Name
Type
Size
: 1
: OK
: DIMM_B
: SDRAM-SYNCHRONOUS
: 256 MB
44omreport: Viewing System Status Using the Instrumentation Service
An unoccupied memory slot still has a connector name. Output for an
unoccupied memory slot may resemble the following:
Index
Status
Connector Name
Type
Size
: 2
: Unknown
: DIMM_D
: Not Occupied
: Unknown
If your system supports redundant memory, the redundancy output may
resemble the following:
Memory Redundancy
Redundancy Status
Fail Over State
Redundancy Configuration
Attributes
Memory Array 1
Attributes
Memory Array 1
Attributes
Memory Array 1
Attributes
Memory Array 1
Attributes
Memory Array 1
: Full
: Inactive
: SpareBank
: Location
: Proprietary Add-on Card
: Use
: Unknown
: Installed Capacity
: 1536 MB
: Maximum Capacity
: 12288 MB
: Slots Available
: 12
omreport: Viewing System Status Using the Instrumentation Service45
omreport chassis nics/omreport mainsystem nics
Use the omreport chassis nics or omreport mainsystem nics command to
view NIC properties. Type:
omreport chassis nics index=n
or
omreport mainsystem nics index=n
The index parameter is optional. If you do not specify the index, Server
Administrator displays properties about all NICS on your system. If you
specify the index, Server Administrator displays properties for a specific NIC.
Values display for the following fields: Index (number of the NIC card),
IP Address, Ven do r, Description, and Connection Status.
omreport chassis ports/omreport mainsystem ports
Use the omreport chassis ports or omreport mainsystem ports command to
view properties of your system’s parallel and serial ports.
Values display for the following fields: Port Type, External Name,
Base I/O Address, IRQ Level, Connector Type, and Maximum Speed.
Port Type is the detailed type of each system port, from the more general
serial, parallel, and USB ports to the names of ports by device type connected
to it, for example, pointing device or keyboard.
External Name is the name of the port, such as serial or parallel, USB, mouse,
keyboard, and so on.
Base I/O Address is the starting I/O address expressed in hexadecimal.
IRQ Level is a hardware interrupt on a system. The hardware interrupt signals
the system's CPU that an event has started or ended in a peripheral
component such as a modem or printer. When communicated over a
peripheral component interconnect card, the IRQ level is a standard way
to identify the type of device that is sending the interrupt request.
Connector Type refers to the type of plug or cable and plug that connects
two devices together, in this case, the type of connector that attaches an
external device to a system. There are many connector types, each designed to
connect a different device type to a system. Examples include DB-9 Male, AT,
Access Bus, PS/2, and so on.
46omreport: Viewing System Status Using the Instrumentation Service
Maximum Speed is the port speed. Port speed refers to the data transmission
rate of an input/output channel, measured in numbers of bits per second.
Serial ports usually have a maximum speed of 115 Kbps and USB version 1.x
ports have a maximum speed of 12 Kbps.
Use the omreport chassis processors or omreport mainsystem processors
command to view properties of your system’s processors.
Values display for the following fields: Connector Name, Manufacturer, Processor Family, Processor Version, Current Speed, External Clock Speed,
and State.
Connector Name refers to the name or number of the device that occupies
the processor slot in the system.
Manufacturer is the business entity that sells the processor.
Processor Family refers to the type of processor made by a manufacturer such
as Intel
Processor Version refers to the model and stepping number of the processor.
Current Speed is the actual processor speed in MegaHertz at system boot
time.
External Clock Speed is the speed of the processor's external clock in
MegaHertz.
State refers to whether the processor slot is enabled or disabled.
Core Count refers to the number of processors integrated into one chip.
®
Itanium® or Pentium® III or AMD™ Opteron™.
Capabilities and Cache Properties of a Specific Processor
To view the cache properties of a processor on a given connector, type:
omreport chassis processors index=n
or
omreport mainsystem processors index=n
The index parameter is optional. If you do not specify the index, Server
Administrator displays properties for all processors. If you specify the index,
Server Administrator displays properties for a specific processor.
omreport: Viewing System Status Using the Instrumentation Service47
The following fields are defined for the capabilities present on a particular
microprocessor:
For Intel Processor
•64-bit Support
•Hyperthreading (HT)
•Virtualization Technology (VT)
•Demand-Based Switching (DBS)
•Execute Disable (XD)
For AMD Processor
•64-bit Support
•AMD-V
•AMD PowerNow!
™
™
•No Execute (NX)
The following fields are defined for a cache present on a particular
microprocessor. If the cache is internal to the processor, the fields do not
appear in the cache report:
•Speed
•Cache Device Supported Type
•Cache Device Current Type
•External Socket Name
Fields Reported for Each Cache on a Particular Processor
The following fields are displayed for each cache on a particular processor:
Status reports whether a specific cache on the processor is enabled or disabled.
Level refers to a primary or secondary cache. Primary-level cache is a memory
bank built into the processor. Secondary-level cache is a staging area that
feeds the primary cache. A secondary-level cache may be built into the
processor or reside in a memory chipset outside the processor. The internal
processor cache is referred to as a Level 1 (or L1). L2 cache is the external
cache in a system with an Intel Pentium processor, and it is the second level of
cache that is accessed. The names L1 and L2 are not indicative of where the
cache is physically located (internal or external), but describe which cache is
accessed first (L1, therefore internal).
48omreport: Viewing System Status Using the Instrumentation Service
Speed refers to the rate at which the cache can forward data from the main
memory to the processor.
Max Size is the maximum amount of memory that the cache can hold in
kilobytes.
Installed Size is the actual size of the cache.
Ty p e indicates whether the cache is primary or secondary.
Location is the location of the cache on the processor or on a chipset outside
the processor.
A Write Policy describes how the cache deals with a write cycle. In a
write-back policy, the cache acts like a buffer. When the processor starts a
write cycle, the cache receives the data and stops the cycle. The cache then
writes the data back to the main memory when the system bus is available.
In a write-through policy, the processor writes through the cache to the main
memory. The write cycle does not complete until the data is stored into the
main memory.
Associativity refers to the way in which main memory content is stored on
the cache.
•A fully associative cache allows any line in main memory to be stored at
any location in the cache.
•A 4-way set-associative cache directly maps four specific lines of memory
to the same four lines of cache.
•A 3-way set-associative cache directly maps three specific lines of memory
to the same three lines of cache.
•A 2-way set-associative cache directly maps two specific lines of memory to
the same two lines of cache.
•A 1-way set-associative cache directly maps a specific line of memory in the
same line of cache.
For example, line 0 of any page in memory must be stored in line 0 of cache
memory.
Cache Device Supported Type is the type of static random access memory
(SRAM) that the device can support.
Cache Device Current Type is the type of the currently installed SRAM that
the cache is supporting.
omreport: Viewing System Status Using the Instrumentation Service49
External Socket Name Silk Screen Name is the name printed on the system
board next to the socket.
Error Correction Type identifies the type of error checking and correction
(ECC) that this memory can perform. Examples are correctable ECC or
uncorrectable ECC.
This report shows cache information for each cache present on the
microprocessor.
config=additionalReports the current state of IPv4 and IPv6 addresses on iDRAC6.
config=advsolReports advanced BMC/iDRAC6 or remote access information on a
config=nicReports BMC/iDRAC6 or remote access information for the LAN.
config=serialReports serial port information for BMC or remote access.
config=serialoverlanReports BMC/iDRAC6 or remote access information on a serial over
config=terminalmode Reports terminal mode settings for the serial port.
config=userReports information on BMC/iDRAC6 or remote access users.
remote access controller if DRAC is installed.
serial over local area network (LAN) connection.
LAN connection.
54omreport: Viewing System Status Using the Instrumentation Service
omreport chassis slots/omreport mainsystem slots
Use the omreport chassis slots or omreport mainsystem slots command to
view properties of your system’s slots.
Ty p e :
omreport chassis slots index=n
or
omreport mainsystem slots index=n
The index parameter is optional. If you do not specify the index, Server
Administrator displays properties for all of the slots in your system. If you
specify the index, Server Administrator displays properties for a specific slot.
For each slot in the system, values display for the following fields: Index,
Slot ID, Adapter, and Data Bus Width.
Index is the number of the slot in the system.
Slot ID is the silk screen name printed on your system's motherboard next to
the slot. Alphanumeric text uniquely identifies each slot in the system.
Adapter refers to the name and/or type of the card that fits into the slot, for
example, a storage array controller, SCSI adapter, iDRAC6 Enterprise, or
HBA.
Data Bus Width is the width, in bits, of the information pathway between
the components of a system. The range of the data bus width can be from
16 to 64 bits.
omreport chassis temps/omreport mainsystem temps
Use the omreport chassis temps or omreport mainsystem temps command to
view properties of your system’s temperature probes. Type:
omreport chassis temps index=n
or
omreport mainsystem temps index=n
The index parameter is optional. If you do not specify the index, Server
Administrator displays a summary of status, readings, and thresholds set for any
temperature probes that might be present on your system. If you specify the
index, Server Administrator displays a summary for a specific temperature probe.
omreport: Viewing System Status Using the Instrumentation Service55
omreport chassis volts/omreport mainsystem volts
Use the omreport chassis volts or omreport mainsystem volts command to
view properties of your system’s voltage probes. Type:
omreport chassis volts index=n
or
omreport mainsystem volts index=n
The index parameter is optional. If you do not specify the index, Server
Administrator displays a summary of status, readings, and thresholds set for
any voltage probes that might be present on your system. If you specify the
index, Server Administrator displays a summary for a specific voltage probe.
omreport system Commands/omreport
servermodule Commands
Use the omreport system or omreport servermodule commands to view logs,
threshold values, cost of ownership information, and information about how
shutdown actions and recovery actions are configured.
omreport system/omreport servermodule
Use the omreport system or omreport servermodule command to see a
general status of the components of your system. When you specify a level 3
command, such as omreport system shutdown/omreport servermodule shutdown, you can get detailed information for one system component rather
than the high-level status obtained with omreport system or omreport servermodule.
Ty p e :
omreport system
or
omreport servermodule
If your system has both a main system chassis/main system and at least one
direct attached storage device, Server Administrator may display a summary
that resembles the following example.
56omreport: Viewing System Status Using the Instrumentation Service
SEVERITY:COMPONENT
Ok:Main System Chassis
Critical:Storage
NOTE: As with all output shown in this guide, the following output is an example
and may vary depending on your system configuration.
Commands for Viewing Logs
You can use the omreport system or omreport servermodule command to
view logs: the alert log, the command log, and the hardware or ESM log.
NOTE: If the Alert log or Command log displays invalid XML data (such as when
XML data generated for the selection is not well-formed), to clear the log and
resolve the issue."
"omconfig system cmdlog action=clear" resolves the issue.
If you need to retain the log information for future reference, save a copy of the log
before clearing. See "Commands for Clearing Logs" for more information about
clearing logs.
To view the contents of the alert log, type:
omreport system alertlog
or
omreport servermodule alertlog
To view the contents of the command log, type:
omreport system cmdlog
or
omreport servermodule cmdlog
omconfig system alertlog action=clear" or
To view the contents of the ESM log, type:
omreport system esmlog
or
omreport servermodule esmlog
Overall Health Status of the ESM Log
When you type omreport system esmlog or omreport servermodule esmlog,
the Embedded Systems Management (ESM) report displays. The first line of
the report reflects the overall health of the system hardware. For example,
omreport: Viewing System Status Using the Instrumentation Service57
Health: OK means that less than 80 percent of the space allotted for the
ESM log is occupied by messages. If 80 percent or more of the allotted space
for the ESM log is occupied, the following caution appears:
Health: Non-Critical
If a caution appears, resolve all warning and critical severity conditions,
and then clear the log.
omreport system alertaction/omreport servermodule alertaction
Use the omreport system alertaction or omreport servermodule alertaction
command to view a summary of alert actions that have been configured for
warning and failure events on your system components. Alert actions determine
how Server Administrator responds when a component has a warning or
failure event.
The omreport system alertaction or omreport servermodule alertaction
command is useful for viewing which alert actions have been specified for
components. To set an alert action for a component, use the omconfig system alertaction or omconfig servermodule alertaction command. For more
information, see "omconfig: Managing Components Using the
Instrumentation Service."
Components and Events for Which You Can View Alert Actions
You can view alert action properties for the following components and events,
if the components/events are present on the system:
•Battery Warning
•Battery Failure
•Chassis Intrusion
•Current Probe Warning
•Current Probe Failure
•Fan Warning
•Fan Failure
•Memory Pre-failure
•Memory Failure
•System Power Probe Warning
58omreport: Viewing System Status Using the Instrumentation Service
•System Power Probe Detects a Failure
•System Peak Power
•Power Supply Warning
•Power Supply Failure
•Degraded Redundancy
•Lost Redundancy
•Temperature Warning
•Temperature Failure
•Voltage Warning
•Voltage Failure
•Processor Warning
•Processor Failure
•Hardware Log Warning
•Hardware Log Full
•Watchdog Asr
•Storage System Warning
•Storage System Failure
•Storage Controller Warning
•Storage Controller Failure
•Physical Disk Warning
•Physical Disk Failure
•Virtual Disk Warning
•Virtual Disk Failure
•Enclosure Warning
•Enclosure Failure
•Storage Controller Battery Warning
•Storage Controller Battery Failure
NOTE: Storage Controller Battery Warning and
Failure
events are not available on modular systems.
NOTE: System Power Probe Warning is not applicable to modular systems.
omreport: Viewing System Status Using the Instrumentation Service59
Storage Controller Battery
omreport system assetinfo/omreport servermodule assetinfo
Use the omreport system assetinfo or omreport servermodule assetinfo
command to see cost of ownership data for the system, such as acquisition,
depreciation, and warranty information. To set any of these fields, use the
omconfig system assetinfo or omconfig servermodule assetinfo command.
For more information, see "omconfig system or servermodule assetinfo:
Editing Cost of Ownership Values."
omreport system events/omreport servermodule events
Use the omreport system events or omreport servermodule events command
to view the current enabled or disabled SNMP traps. This command displays
a summary of each component in your system for which events can be
generated. For each component, the report shows which severities are set to
be reported and which severities are set not to be reported. The following is
an example output for a few components:
omreport system events
or
omreport servermodule events
Current SNMP Trap Configuration
----------System
----------Settings
Enable: Informational, Warning and Critical
Disable: None
--------------Power Supplies
---------------Settings
Enable: Informational, Warning and Critical
Disable: None
60omreport: Viewing System Status Using the Instrumentation Service
----------Fans
----------Settings
Enable: Critical
Disable: Informational and Warning
The full report lists the settings for all components in your system for which
events can be generated.
To view the status for components of a specific type, use the omreport system
events type=
<component name>
<component name>
or omreport servermodule event type=
command. This command displays a summary of each
component in your system for which events can be generated. Table 3-7
shows the events displayed for various component types.
NOTE: Some component types may be unavailable on your system.
Table 3-7. System Events by Component Type
name=value pairDescription
type=accordsReports events for AC power cords.
type=batteryReports events for batteries
type=fanenclosures
type=fans Reports events for fans.
type=intrusionReports events for chassis intrusion.
type=log Reports events for logs.
type=memoryReports events for memory.
type=powersuppliesReports events for power supplies.
type=redundancyReports events for redundancy.
type=systempowerReports events for system power.
type=tempsReports events for temperatures.
type=voltsReports events for voltages.
Reports events for fan enclosures.
omreport: Viewing System Status Using the Instrumentation Service61
Example Command for an Event Type
Ty p e :
omreport system events type=fans
or
omreport servermodule events type=fans
The following is an example output:
----------Fans
----------Settings
Enable: Critical
Disable: Informational and Warning
omreport system operatingsystem/omreport servermodule
operatingsystem
Use the omreport system operatingsystem or omreport servermodule
operatingsystem command to display information about your operating
system.
omreport system pedestinations/omreport servermodule pedestinations
Use the omreport system pedestinations or omreport servermodule
pedestinations command to view destinations where alerts for platform events
are configured to be sent. Depending on the number of destinations displayed,
you can configure a separate IP address for each destination address.
Ty p e :
omreport system pedestinations
or
omreport servermodule pedestinations
The output of the omreport system pedestinations or omreport
servermodule pedestinations command lists each of the valid parameters.
NOTE: The actual number of destinations that can be configured on your system
may differ.
62omreport: Viewing System Status Using the Instrumentation Service
Table 3-8 shows the available settings.
Table 3-8. Settings for the omreport system pedestinations/omreport servermodule
pedestinations
OutputAttributesDescription
Destination List
Destination Number:
Destination1
Destination IP Address:
101.102.103.104
Destination Number:
Destination 2
Destination IP Address:
110.120.130.140
Destination Number:
Destination 3
Destination IP Address:
201.202.203.204
Destination Number:
Destination 4
Destination IP Address:
210.211.212.213
Destination
Configuration
Settings
attribute=communitystringcommunitystring: Displays the text string
destination 1: Displays the first destination.
101.102.103.104: IP address of the first
destination.
destination 2: Displays the second
destination.
110.120.130.140: IP address of the second
destination.
destination 3: Displays the third destination.
201:202:203:204: IP address of the third
destination.
destination 4: Displays the fourth
destination.
210.211.212.213: IP address of the fourth
destination.
that acts as a password and is used to
authenticate SNMP messages sent between
the BMC and the destination management
station.
omreport: Viewing System Status Using the Instrumentation Service63
omreport system platformevents/omreport servermodule platformevents
Use the omreport system platformevents or omreport servermodule
platformevents command to view how the system responds for each listed
platform event.
omreport system recovery/omreport servermodule recovery
Use the omreport system recovery or omreport servermodule recovery
command to see whether there is an action configured for a hung operating
system. You can also view the number of seconds that must elapse before an
operating system is considered hung.
omreport system shutdown/omreport servermodule shutdown
Use the omreport system shutdown or omreport servermodule shutdown
command to view any pending shutdown actions for your system.
If properties for shutdown are configured, executing this command displays
these properties.
omreport system summary/omreport servermodule summary
Use the omreport system summary or omreport servermodule summary
command to view a comprehensive summary of software and hardware
components currently installed on your system.
Example Command Output
Ty p e :
omreport system summary
or
omreport servermodule summary
64omreport: Viewing System Status Using the Instrumentation Service
The output that appears in your CLI window depends on the systems
management software, operating system, and hardware components and
options installed on your system. The following partial command results are
unique and may not resemble the results for your system’s hardware and
software configuration:
System Summary
-----------------Software Profile
-----------------System Management
Name: Dell OpenManage Server Administrator
Version: 6.x.x
Description: Systems Management Software
Contains:: Instrumentation Service 6.x.x
: Storage Management Service 3.x.x
: Sun JRE - OEM Installed Version 3.x.x
: Secure Port Server 1.x.x
: Dell OpenManage Core Service 1.x.x
: Instrumentation Service Integration Layer
1.x.x
: Storage Management Service Integration Layer
1.x.x
Operating System
Name: Microsoft Windows 2000 Server
Version: Service Pack 3 (Build 2XXX)
System Time: Fri Sep 20 18:02:52 2XXX
System Bootup Time : Wed Sep 18 18:37:58 2XXX
The system summary hardware information includes data values for installed
components of the following types present in your system:
System Attributes
•Host name
•System location
omreport: Viewing System Status Using the Instrumentation Service65
Main System Chassis/Main System
Chassis
•Chassis Model
•Chassis Service Tag
•Chassis Lock
•Chassis Asset Tag
Processor
The following are listed for each processor in the system:
•Processor Manufacturer
•Processor Family
•Processor Version
•Current Speed
•Maximum Speed
•External Clock Speed
•Voltage
Memory
•Total Installed Capacity
•Memory Available to the Operating System
•Total Maximum Capacity
•Memory Array Count
Memory Array
The following details are listed for each memory board or module in the
system (for example, the system board or the memory module in a given
slot number):
•Location
•Use
•Installed Capacity
•Maximum Capacity
66omreport: Viewing System Status Using the Instrumentation Service
•Slots Available
•Slots Used
•Ecc Type
BIOS
•Manufacturer
•BIOS Version
•Release Date
•BIOS Firmware Information
•Name
•BIOS Firmware Version
Firmware
•Name
•Version
Network Interface Card
The following details are listed for each NIC in the system:
•IP Address
•Subnet Mask
•Default Gateway
•MAC Address
Storage Enclosures
The following details are listed for each storage enclosure attached to the
system:
•Name
•Product ID
omreport: Viewing System Status Using the Instrumentation Service67
omreport system thrmshutdown/omreport servermodule thrmshutdown
Use the omreport system thrmshutdown or omreport servermodule
thrmshutdown command to view the properties configured for a thermal
shutdown action.
The three properties that display for thermal shutdown are disabled, warning,
or failure. If the CLI displays the following message, the thermal shutdown
feature has been disabled:
Thermal protect shutdown severity: disabled
If the system is configured to shutdown when a temperature probe detects
a warning or failure event, one of the following messages displays:
omreport system version/omreport servermodule version
Use the omreport system version or omreport servermodule version
command to list the version numbers of the BIOS, firmware, systems
management software, and operating system installed on your system.
Example Command Output
Ty p e :
omreport system version
or
omreport servermodule version
68omreport: Viewing System Status Using the Instrumentation Service
The output that appears in your CLI window depends on the version of the
BIOS, RAID controllers, and firmware installed on your system. The following
partial command results are unique and may not resemble the results for your
system’s configuration:
Version Report
--------------------Main System Chassis
--------------------Name : BIOS
Version : 0.2.16
Name : BMC
Version : 0.26
Name : Primary Backplane
Version : 1.01
--------------Software
--------------Name : Microsoft Windows Server 2003,
Enterprise Edition
Version : 5.2 <Build 3790 : Service Pack 1>
<x86>
Name : Dell Server Administrator
Version : 6.0.1
omreport: Viewing System Status Using the Instrumentation Service69
70omreport: Viewing System Status Using the Instrumentation Service
4
omconfig: Managing Components
Using the Instrumentation Service
The omconfig command allows you to provide values that define warning
events, configure alert actions, clear logs, and configure system shutdown,
as well as allowing you to perform other systems management tasks.
Examples of omconfig capabilities include the administrator's privilege to
clear command, alert, and hardware logs; the administrator's privilege to
configure and execute system shutdown; power user and administrator's
privilege to default or specify values for warning events on fans, voltage
probes, and temperature probes; power user and administrator's privilege to
set alert actions in the event of a warning or failure event from intrusion, fans,
voltage probes, and temperature probes.
For information on using the omconfig system command to view and manage
cost of ownership information (assetinfo), see "omconfig system or
servermodule assetinfo: Editing Cost of Ownership Values."
Often, you must use the omreport commands to get the information you need
to execute an omconfig command. For example, if you want to edit the
minimum temperature for a warning event on a temperature probe, you need
to know the index of the probe you want to configure. You can use the
omreport chassis temps or omreport mainsystem temp command to display a
list of probes and their indexes. For more information on using the omreport
command, see "omreport: Viewing System Status Using the Instrumentation
Service."
Table 4-1. System Availability for the omconfig Command
Command Level 1Command Level 2Applicable to
omconfigservermoduleModular system
mainsystemModular system
systemNon-modular system
chassisNon-modular system
omconfig: Managing Components Using the Instrumentation Service71
Conventions for Parameter Tables
When listing the parameters that a command can take, the parameters are
listed in alphabetical order instead of the order in which they appear in the
command line interface.
The symbol |, often called pipe, is the logical exclusive or operator. For example,
enable | disable means that you can enable or disable the component or
feature, but you cannot simultaneously enable and disable the component or
feature.
omconfig Command Summary
NOTE: Although this section lists all possible omconfig commands, the commands
available on your system depend on your system configuration. If you try to get help
or execute a command for a component not installed on your system, Server
Administrator issues a message that the component or feature is not found on
the system.
Table 4-2 is a high-level summary of the omconfig command. The columns
titled "Command level 2" and "Command level 3" list the major arguments
that can be used with omconfig. "User privilege required" refers to the type of
privilege you need to perform the command, where U=User, P=Power User,
and A=Administrator. "Use" is a very general statement about the actions
that can be performed using omconfig. More details about syntax and use of
the command appear later in this section.
change threshold
values on ESM3 and
PowerEdge x8xx
systems.
storageSee "Using the Storage
Management Service."
Help With the omconfig Command
Use the omconfig -? command to get a list of the available commands for
omconfig.
Use omconfig <command level 2> -? to get help on the about, chassis,
preferences, and system’s level 2 commands. The following information on
omconfig system -? applies equally to getting help for the omconfig chassis
command.
Use the omconfig system -? command to get a list of the available commands
for omconfig system.
Use the omconfig preferences -? command to get a list of the available
commands for omconfig preferences, such as cdvformat, which is the custom
delimiter format (cdv). Type the following command to display the list of
delimiter values for the cdv:
omconfig preferences cdvformat -?
Use a command of the form omconfig system <command level 3>-? to get a
list of the parameters you must use to execute a particular omconfig system
command. For example, the following commands produce a list of valid
parameters for omconfig system alertaction and omconfig system shutdown:
omconfig system alertaction -?
omconfig system shutdown -?
omconfig: Managing Components Using the Instrumentation Service77
In the case of the omconfig system alertaction command, you can use various
options to prevent all of the command line interface (CLI) help from
scrolling by before you can read it.
To scroll command output one screen at a time, type:
omconfig system alertaction -? | more
where | more allows you to press the spacebar to see the next screen of the
CLI help output.
To make a file that contains all the help for the omconfig system alertaction -?
command, type:
omconfig system alertaction -? -outa alert.txt
where -outa directs the output of the command to a file called alert.txt.
To read the help for the alertaction command on a Microsoft
Red Hat
®
Enterprise Linux®, or SUSE® Linux Enterprise Server operating
®
Windows®,
system, type:
more alert.txt
omconfig about
Use the omconfig about command to learn the product name and version
number of the systems management application installed on your system.
The following is an example output of the omconfig about command:
Product name : Dell OpenManage Server Administrator
Version: 6.x.x
Copyright: Copyright (C) Dell Inc. 1995-2009. All rights
reserved.
Company: Dell Inc.
For more details about the environment for Server Administrator, type:
omconfig about details=true
78omconfig: Managing Components Using the Instrumentation Service
Server Administrator includes a number of services, each of which has a
version number of its own. The Contains field reports version numbers for the
services and provides other useful details. The output that follows is an
example, and it can change depending on your configuration and the version
of Server Administrator that is available:
Contains: Instrumentation Service 6.x.x
Storage Management Service 3.x.x
Sun JRE - OEM Installed Version 3.x.x
Secure Port Server 1.x.x
Core Service 1.x.x
Instrumentation Service Integration Layer 1.x.x
Storage Management Service Integration Layer 1.x.x
Server Administrator 6.x.x
omconfig chassis/omconfig mainsystem
Use the omconfig chassis or omconfig mainsystem commands to default or
to set values for fan, voltage, and temperature probes, to configure BIOS
behavior during system start up, to clear memory error counts, and to enable
or disable power button control features where system configuration permits.
Use the omconfig chassis -? or omconfig mainsystem -? command to view a
list of all omconfig chassis/omconfig mainsystem commands.
Use the omconfig chassis biossetup or omconfig mainsystem biossetup
command to configure system BIOS settings that are normally available only
in your system's BIOS setup boot time settings.
CAUTION: Changing certain BIOS setup options might disable your system or
require you to reinstall the operating system.
NOTE: Reboot your system for the BIOS setup options take effect.
NOTE: Not all BIOS setup options are available on every system.
omconfig: Managing Components Using the Instrumentation Service79
Table 4-3 shows the name=value pairs you can use with this command.
Table 4-3. BIOS Setup Settings
name=value pair 1
attribute=
attribute=
acpwrrecovery
attribute=bezelsetting=enable | disable enable: Enables the bezel removal intrusion
NOTE: This command is no longer available through Server Administrator.
omconfig chassis fans/omconfig mainsystem fans
Use the omconfig chassis fans or omconfig mainsystem fans command to
set fan probe warning thresholds. As with other components, you can view
both warning and failure threshold values, but you cannot set failure
thresholds. Your system's manufacturer sets the minimum and maximum
failure thresholds.
Valid Parameters for Fan Warning Thresholds
Tab le 4 -4 s ho ws the va li d parameters for setting fan warning thresholds:
88omconfig: Managing Components Using the Instrumentation Service
You cannot default one value and set another. In other words, if you default
the minimum warning threshold value, you are also selecting the default
value for the maximum warning threshold value.
Specifying a Value for Minimum and Maximum Warning Thresholds
If you prefer to specify values for the fan probe warning thresholds, you must
specify the number of the probe you are configuring and the minimum and/or
maximum warning threshold values. In the following example, the probe that
is being configured is probe 0. The first command sets only the minimum
threshold; the second sets minimum and maximum thresholds:
Use the omconfig chassis fancontrol or omconfig mainsystem fancontrol
command to set the fan speed. You can optimize speed for cooling or for
quiet operation. Table 4-5 shows the valid parameters for the command.
config=sysnameNADisplays the name of the system.
config=syspowerNADisplays system power information.
config=servicetagDisplays system service tag information.
config=ipv4idracDiplays IPv4 DRAC information.
config=ipv6idracDiplays IPv6 DRAC information.
config=
ambienttemp
security=modifyNAAllows you to modify the LCD text.
security=viewNAProvides read-only access to the LCD text.
security=disabledNAProvides limited access to the LCD text.
remoteindication=
true
NAenable: Enables the NMI button on the system.
disable: Disables the NMI button on the system.
NAtrue: Enables the Powe r button on the system.
false: Disables the Powe r button on the system.
NADisplays the system temperature in centigrade.
NALCD flashes when the system detects an active
remote session.
(continued)
omconfig chassis info/omconfig mainsystem info
Use the omconfig chassis info or omconfig mainsystem info command to
enter an asset tag name and a chassis name for your system. If your system is a
modular one, you can enter asset tag names for modular components as well.
Table 4-7 shows the valid parameters for the command.
Table 4-7. omconfig chassis info/omconfig mainsystem info
name=value pairDescription
index=<n>Number of the chassis whose asset tag or name you are setting.
tag=<text>Asset tag in the form of alphanumeric text. Letters or numbers
should not exceed 10 characters.
name=<text>Name of the chassis.
In the following example, the asset tag for the main system chassis is being set
to buildsys:
omconfig chassis info index=0 tag=buildsys
or
omconfig mainsystem info index=0 tag=buildsys
omconfig: Managing Components Using the Instrumentation Service91
Index 0 always defaults to the main system chassis. The following command
omits index=n, but accomplishes the same thing:
omconfig chassis info tag=buildsys
or
omconfig mainsystem info tag=buildsys
An acceptable command, when executed, results in the following message:
Chassis info set successfully.
For some chassis, you can assign a different name. You cannot rename the
main system chassis. In the example below, the command renames chassis 2
from storscsi1 to storscsia:
omconfig chassis info index=2 name=storscsia
or
omconfig mainsystem info index=2 name=storscsia
As with other commands, the CLI issues an error message if you do not have a
chassis 2 (the main chassis=0). The CLI allows you to issue commands only
for the system configuration you have.
omconfig chassis leds/omconfig mainsystem leds
Use the omconfig chassis leds or omconfig mainsystem leds command to
specify when to flash a chassis fault LED or chassis identification LED.
This command also allows you to clear the LED for the system's hard drive.
Table 4-8 shows the valid parameters for the command.
Use the omconfig chassis memorymode or omconfig mainsystem
memorymode command to specify the redundancy mode you want to use for
your system’s memory in case of memory errors.
Redundant memory enables a system to switch to other available memory
modules if unacceptable errors are detected in the modules that the system is
currently using. The omconfig chassis memorymode or omconfig mainsystem memorymode command allows you to disable redundancy;
when you disable redundancy, you instruct the system not to switch to other
available memory modules when the module the system is using begins to
encounter errors. To enable redundancy, choose among spare, mirror, and
RAID.
Spare mode disables a bank of system memory in which a correctable memory
event is detected, enables the spare bank, and copies all the data from the
original bank to the spare bank. Spare bank requires at least three banks of
identical memory; the operating system does not recognize the spare bank.
Mirror mode switches to a redundant copy of memory when an uncorrectable
memory event is detected. After switching to the mirrored memory, the
system does not switch back to the original system memory until the next
reboot. The operating system does not recognize half of the installed system
memory in this mode.
RAID mode provides an extra level of memory checking and error recovery at
the expense of some memory capacity.
omconfig: Managing Components Using the Instrumentation Service93
Table 4-9 shows the valid parameters for the command.
index=<n>Number of the chassis where the memory module resides (the default is
redundancy=spare |
mirror | disabled |
raid5
opmode=mirror |
optimizer | advecc
chassis 0, the main system chassis).
Spare disables the memory module that has a correctable memory event
and copies the failing module’s data to a spare bank.
Disabled indicates that the system is not to use other available memory
modules if uncorrectable memory events are detected.
Mirror switches the systems to a mirrored copy of the memory if the
failing module has an uncorrectable memory event. In the mirror mode,
the operating system does not switch back to the original module until
the system reboots.
RAID-5 is a method of system memory configuration. This is logically
similar to the RAID-5 mode used in hard drive storage systems. This
memory mode provides an extra level of memory checking and error
recovery at the expense of some memory capacity. The RAID mode
supported is RAID level 5 striping with rotational parity.
Mirror switches the systems to a mirrored copy of the memory if the
failing module has an uncorrectable memory event. In the mirror mode,
the operating system does not switch back to the original module until
the system reboots.
Optimizer enables the DRAM controllers to operate independently in
64-bit mode and optimizes memory performance.
Advanced ECC(advecc) enables the two DRAM controllers to combine
in 128-bit mode and provide optimized reliability. Memory that cannot
be teamed by the controllers is not reported to the operating system.
You cannot default one value and set another. If you default the minimum
warning threshold value, you are also selecting the default value for the
maximum warning threshold value.
Specify a Value for Warning Thresholds
If you prefer to specify values for the power consumption probe warning
thresholds, you must specify the number of the probe you are configuring and
the warning threshold value. You can configure the values to be displayed
either in BTU/hr or Watts. In the following example, the probe that is being
configured is probe 4:
config=additional ipv4=enable | disableenable: IPv4 stack will be loaded on iDRAC6
config=advsolcharaccuminterval=number number: Sets the character accumulate
config=nicenable=true | false true: Enables IPMI over LAN.
name=value pair 2Description
disable: IPv4 stack will be flushed on
iDRAC6
ipv6=enable | disableenable: Enables IPv6 stack to load on
iDRAC6.
disable: Disables IPv6 stack to unload on
iDRAC6.
interval in 5 millisecond intervals.
charsendthreshold=number number: Sets the number of characters.
BMC automatically sends a serial over LAN
data packet that contains the number of
characters as soon as this number of
characters (or greater) has been accepted
from the baseboard serial controller into
the BMC.
false: Disables IPMI over LAN.
98omconfig: Managing Components Using the Instrumentation Service