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, PowerEdge™, and OpenManage™ are
trademarks of Dell Inc. Microsoft
Windows Server
United States and/or other countries. SUSE™ is a registered trademark of Novell Inc. in the United
States and other countries. Red Hat
Hat, Inc. in the United States and other countries. Intel
trademarks and Intel386™ is a trademark of Intel Corporation in the United States and other countries.
®
AMD
Devices Inc. UNIX
of Rambus Inc.
Other trademarks and trade names may be used in this publication 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 itsown.
®
are either trademarks or registered trademarks of Microsoft Corporation in the
, AMD Opteron™, AMD-V™, and AMD PowerNow!™ are trademarks of Advanced Micro
®
is a registered trademark of The Open Group. Rambus® is a registered trademark
®
, Windows®, Active Directory®, Hyper-V™, MS-DOS®, and
®
and Red Hat Enterprise Linux® are registered trademarks of Red
You can perform essential systems management tasks using Dell
OpenManage Server Administrator’s graphical user interface (GUI) or the
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.
Other features of OpenManage Server Administrator are as follows:
•Support for displaying and configuring BIOS settings for all supported
platforms.
•Support for latest version of vendor libraries.
•Support for managed node components on all platforms released after
OpenManage Server Administrator version 6.2.
•Support for configuring boot order and adding or removing devices from
the boot list using CLI.
•Support for SHA 256 certificate authentication.
•Support for installing OMSA on Linux with specific packages, according to
its distribution, version, or architecture.
Configuration features allow Server Administrator to perform essential tasks
described in detail in the following sections.
revolutions per minute (
RPM), memory
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 146 for more information.
NOTE: After installing the Dell OpenManage Server Administrator, ensure that you
log out and log in to reset the path to access Dell OpenManage CLI utilities.
Introduction15
Page 16
NOTE: For information on terms used in this document, see the Glossary on the Dell
support website.
What's New in Version 6.3
Following are the new features of OpenManage Server Administrator 6.3:
•Support for TCM (Trusted Cryptographic Module)
•Support for power management of physical disks attached to the controller
•Support for writing the security parameters of the controller
•Support for the following:
–vFlash type and available size in vFlash media details
–NIC Team interface properties in
–Slot details in
NOTE: For the supported operating systems list, see the Dell Systems Software
Support Matrix. To access this document, go to support.dell.com/manuals, click
Software, and select your product.
NOTE: CLI commands are not supported on systems with VMware ESXi operating
system.
omreport controller
omreport chassis
command
command
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 emulator command.com, which has
environment variable limitations that can cause subtle problems with
the CLI.
Primary CLI Commands
The commands that carry out the functions of Server Administrator are:
16Introduction
Page 17
•
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.
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
omhelp""Using the omhelp Command" on
omreport""omreport: Viewing System Status
Section TitleRelated Sections
Components Using the
Instrumentation Service" on
page 79"
page 23"
Using the Instrumentation Service"
on page 27"
""omconfig system or
servermodule assetinfo: Editing
Cost of Ownership Values" on
page 151"
Introduction17
Page 18
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 DellUpdate Packages for Linux User’ s Guide, or the Se rver Update
Utility User’s Guide on the Dell Support website at support.dell.com/manuals for
more information on corresponding CLI syntax.
Additional useful topics about the CLI include:
•""Working With CLI Command Results" on page 251"
CLI Error Checking and Error Messages
When you type CLI commands, the CLI checks these commands for correct
syntax. If you type 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
Message:
Temperature probe warning threshold value(s) set
successfully.
BIOS setup configured successfully. Change will
take effect after the next reboot.
Command:
18Introduction
Page 19
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 type 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
Introduction19
Page 20
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
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
20Introduction
Page 21
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.
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:
Introduction21
Page 22
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:
command
level 1
command
level 2
command
level 3
name=value
pair 1
name=value
pair 2
22Introduction
Page 23
2
Using the omhelp Command
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
Using the omhelp Command23
Page 24
•shutdown
•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
Page 25
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" on page 79.
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
preferencesModular/Non-modular
system
omreport: Viewing System Status Using the Instrumentation Service27
Page 28
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 Windows 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 l e 3- 2 sho ws t he 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" on
page 27.
28omreport: Viewing System Status Using the Instrumentation Service
Page 29
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
Command
Level 1
omreport
Command Level 2Command
Level 3
User
Privilege
Required
Use
modularenclosureU, P, AShows information
for all the modular
chassis.
aboutU, P, AShows version
number and
properties for Server
Administrator.
details=true U, P, ADisplays information
for all the Server
Administrator
programs installed.
chassis/mainsystemU, P, AShows the general
status of all the main
components.
acswitchU, P, AShows failover
settings where
redundant AC power
lines are supported in
a system.
batteriesU, P, AShows the properties
set for batteries.
biosU, P, AShows BIOS
information such as
manufacturer,
version, and release
date.
biossetupAShows BIOS setup
properties configured
during system boot.
omreport: Viewing System Status Using the Instrumentation Service29
Page 30
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
(continued)
Command
Level 1
Command Level 2Command
Level 3
fansU, P, AShows the status and
firmwareU, P, AShows the name and
frontpanelU, P, AShows whether the
fruU, P, AShows the Field
hwperformanceU, P, AShows the status and
infoU, P, AShows a status
intrusionU, P, AShows the status of
User
Privilege
Required
Use
thresholds for system
fans.
version of the
firmware.
front panel button
settings, such as the
Power button and/or
Nonmasking
Interrupt (NMI)
button (if present on
the system), are
enabled or disabled. It
also displays the front
panel security access
information and the
front panel LCD
information.
Replaceable Unit
(FRU) information.
cause for the system’s
performance
degradation.
summary for main
system chassis
components.
the system’s intrusion
sensor(s).
30omreport: Viewing System Status Using the Instrumentation Service
Page 31
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
(continued)
Command
Level 1
Command Level 2Command
Level 3
ledsU, P, AShows the properties
memoryU, P, AShows properties of
nicsU, P, AShows the NIC and
portsU, P, AShows the properties
processorsU, P, AShows properties of
pwrmanagementU, P, AShows power
pwrmonitoringU, P, AShows properties of
pwrsuppliesU, P, AShows properties of
User
Privilege
Required
Use
you have set for
light-emitting diodes
to flash under various
alert conditions.
your system's memory
arrays.
Team interface
properties
for your system’s
parallel and serial
ports, such as I/O
address, IRQ level,
connector type, and
maximum speed.
your system’s
processors, including
speed, manufacturer,
and processor family.
inventory details such
as system idle power,
system maximum
potential power, and
power budget
information.
power consumption.
power supplies.
omreport: Viewing System Status Using the Instrumentation Service31
Page 32
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
(continued)
Command
Level 1
Command Level 2Command
Level 3
User
Privilege
Required
Use
remoteaccessU, P, AShows general
information on
remote access.
slotsU, P, AShows properties of
your system’s
expansion slots and
other slot types.
tempsU, P, AShows the status and
thresholds for the
system temperature
sensors.
voltsU, P, AShows the status and
thresholds for the
system voltage
sensors.
removableflashmedia U, P, AShows the system’s
virtual flash (vFlash)
and secure digital
(SD) card details.
storageU, P, ASee "Using the
Storage Management
Service" on page 169.
system/servermoduleU, P, AShows a high-level
summary of system
components.
alertactionU, P, AShows warning and
failure threshold
values, as well as
actions configured
when an essential
component detects
a warning or
failure state.
32omreport: Viewing System Status Using the Instrumentation Service
Page 33
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
where alerts for
platform events are
configured to be sent.
response for each
listed platform event.
omreport: Viewing System Status Using the Instrumentation Service33
Page 34
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport
(continued)
Command
Level 1
Command Level 2Command
Level 3
User
Privilege
Required
Use
recoveryP, AShows how your
system is configured
to respond to a hung
operating system.
shutdownP, AShows how the
shutdown action is to
be performed.
summaryU, P, AShows the key facts
for all system
components,
including main
system chassis,
software, and storage.
thrmshutdownP, AShows the shutdown
action, if any, to be
taken when a
temperature warning
or failure condition is
detected.
versionU, P, AShows a summary for
all updatable
components on your
system.
preferenceswebserverU, P, AShows the URL
information of your
Server Administrator
Web serv e r.
34omreport: Viewing System Status Using the Instrumentation Service
Page 35
Help With the omreport Command
Use the omreport -? command to get a list of the available commands
for omreport.
Use omreport
and system commands. The following information on omreport system -? also
applies to get help for the omreport chassis command.
To see a list of valid commands for omreport system, type:
omreport system -? | more
<command level 2> -?
to get help on the level 2 about, chassis,
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’s configuration.
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)
omreport: Viewing System Status Using the Instrumentation Service35
Page 36
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 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
36omreport: Viewing System Status Using the Instrumentation Service
Page 37
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 system’s 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
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
omreport: Viewing System Status Using the Instrumentation Service37
Page 38
Server Administrator displays a general status for your main system
chassis/main system components.
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
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
AC Power Lines
Status: Ok
Location: AC Power Line 1
AC Present: Power Present
Active Source: Active
Status: Ok
:2
: Input Source Line 1, upon
redundancy restoration,
return to Line 1
38omreport: Viewing System Status Using the Instrumentation Service
Page 39
Location: AC Power Line 2
AC Present: Power Present
Active Source: Not Active
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 d is p la ys t he a va il a ble BIOS setup parameters:
omreport: Viewing System Status Using the Instrumentation Service39
Page 40
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.
Embedded Video
Controller
Displays whether the Embedded Video Controller option is
enabled or disabled.
Boot ModeDisplays whether the boot mode is configured to BIOS or
Unified Extensible Firmware Interface (UEFI).
Processor C1-EDisplays the Processor C1-E status.
CPU Execute DisableDisplays whether the Execute Disable (XD) option is
enabled or disabled.
Processor C State
Control
Displays whether the Processor C State Control option is
enabled or disabled.
Processor CMPDisplays the number of cores enabled per processor.
User accessible USB
Ports
CPU Virtualization
Te ch n ol o gy
AC Power Recovery
Mode
Embedded SATA
Controller
Displays whether the user-accessible USB port is enabled or
disabled.
Displays the additional hardware capabilities provided by
Virtualization Technology.
Displays the system state when input power is restored after
an outage.
Displays whether the embedded SATA controller is set to
ATA mode, RAID mode, or is disabled.
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 disabled.
Dual NIC (3/4)Displays whether NIC 3and NIC 4 with PXE/iSCSI is
enabled or disabled.
40omreport: Viewing System Status Using the Instrumentation Service
Page 41
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
PXE/iSCSI) or disabled during system boot.
NIC 4Displays whether the fourth NIC is enabled (with or
without PXE/iSCSI) or disabled during system boot.
Trusted Cryptographic
Module (TCM)
Tru s t ed P l a tfor m
Module (TPM)
Security
Internal USB Port
(number)
Operating System
Wat c h do g Ti m e r
HT AssistDisplays the status of the probe filter chipset option.
Internal SD CardDisplays whether the internal SD card is enabled or
BezelDisplays whether the bezel removal intrusion check during
Console RedirectionDisplays if the BIOS screen is redirected over a particular
DisketteDisplays whether the diskette is disabled, auto enabled, or
Demand Based Power
Management (DBS)
Embedded Hypervisor Displays whether the embedded hypervisor is enabled or
IDEDisplays whether the drive is enabled or disabled.
Displays if TCM is on or off.
Displays if TPM is off, on with pre-boot measurements, or
on without pre-boot measurements.
Displays if the internal USB is enabled or disabled.
NOTE: Server Administrator may not display the USB
sequence number if there is only one USB port on the system.
Displays whether the operating system watchdog timer is
enabled or disabled.
disabled.
system reboot is enabled or disabled.
serial port or if it is turned off.
read-only.
Displays whether DBS is enabled or disabled on the system.
disabled.
(continued)
omreport: Viewing System Status Using the Instrumentation Service41
Page 42
Table 3-3. BIOS Setup Parameters
ParametersDescription
IDE Primary Drive 0Displays whether the device is automatically detected and
enabled or if the device is disabled.
IDE Primary Drive 1Displays whether the device is automatically detected and
enabled or if the device is disabled.
IntrusionDisplays whether the intrusion check is enabled or disabled
during system boot.
MouseDisplays whether the mouse is enabled or disabled.
Optical Drive
Controller
Parallel port addressDisplays whether the address is located on LPT1, LPT2, and
Parallel port modeDisplays the setting associated with the parallel port.
Primary SCSIDisplays whether the device is on or off.
RAID on motherboard Displays whether RAID-on-motherboard is detected as a
RAID Channel ADisplays whether RAID-on-motherboard Channel A is
RAID Channel BDisplays whether RAID-on-motherboard Channel B is
SATA
Serial Port 1Displays whether serial port 1 is mapped to a COM port, a
Serial Port 2Displays whether serial port 2 is mapped to a COM port, a
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 Displays whether COM port 1 and COM port 2 are off or on
Displays whether the optical drive controller is enabled or
disabled.
LPT3, or if it is disabled.
RAID device, a SCSI device, or if the device is disabled
during system boot.
detected as a RAID device or a SCSI device.
detected as a RAID device or a SCSI device.
COM port 1, a COM port 3, a COM1 BMC, a BMC Serial,
a BMC NIC, a BMC RAC, or is disabled.
COM port 2, a COM port 4, or is disabled.
with or without console redirection.
(continued)
42omreport: Viewing System Status Using the Instrumentation Service
Page 43
Table 3-3. BIOS Setup Parameters
ParametersDescription
Console Redirection
After Boot
External Serial
Connector
Console Redirection
Failsafe Baud Rate
Serial Address SelectDisplays port address for the serial devices.
Displays whether console redirection after system reboot is
enabled or disabled.
Displays whether the external serial connector is mapped to
Serial Device 1, Serial Device 2, or a Remote Access Device.
Displays the setting for console redirection failsafe baud
rate.
(continued)
To view all available boot devices, alias names, and boot order sequences,
type:
omreport chassis biossetup attribute=bootorder
NOTE: On Linux systems, user/user groups upgraded to
administrator/administrator groups cannot view the boot order sequence.
Use the omreport chassis removableflashmedia or omreport mainsystem
removableflashmedia to view the removable flash media details on the
system along with its health status. Type:
omreport chassis removableflashmedia
or
omreport mainsystem removableflashmedia
Server Administrator displays a summary of your system’s removable flash
media information.
Depending on your system’s configuration, you may notice the following
output:
Removable Flash Media Information
Health : Critical
omreport: Viewing System Status Using the Instrumentation Service43
Page 44
Internal Dual SD Module Redundancy : Critical
Attribute
Value
Internal SD Modules Status
Status
Connector Name
State
Storage Size
Status
Connector Name
State
Storage Size
VFlash Media Details
Connector Name
Type
State
Available Size
: Redundancy
: Lost
: OK
: System Board SD Status 1
: Present
: 512 MB
: OK
: System Board SD Status 2
: Present
: 512 MB
: System Board SD Status 1
: vFlash SD Card
: Present
: 472 MB
Storage Size
: 512 MB
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
44omreport: Viewing System Status Using the Instrumentation Service
Page 45
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 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.
The Front Panel LCD Security Access displays if the front panel security
access information is set to View, Modify, or Disable.
The Front Panel LCD Information displays information such as service tag,
remote indication status, and so on.
omreport chassis fru/omreport mainsystem fru
Use the omreport chassis fru or omreport mainsystem fru command to view
FRU information. When you type:
omreport: Viewing System Status Using the Instrumentation Service45
Page 46
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.
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 xx0xsystems that support
PMBus.
Depending on your system’s configuration, you may notice the following
output:
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:
46omreport: Viewing System Status Using the Instrumentation Service
Page 47
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.
Depending on your system’s configuration, you may notice the following
output:
Index: 0
Chassis Name: Main System
Chassis
Host Name: everglades
Baseboard Management Controller
Version
Primary Backplane Version: 1.01
Sensor Data Record Version: SDR Version 0.33
Chassis Model: PowerEdge 1750
System Revision Name: II
Chassis Lock: Present
Chassis Service Tag: 8RLNB1S
Chassis Asset Tag:
Flash chassis indentify LED state : Off
Flash chassis indentify LED
timeout value
: 1.80
: 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: Viewing System Status Using the Instrumentation Service47
Page 48
omreport chassis intrusion
A message that resembles the following displays:
Status
Probe Name
State
: 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.
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
48omreport: Viewing System Status Using the Instrumentation Service
Page 49
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
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 Service49
Page 50
omreport chassis nics/omreport mainsystem nics
Use the omreport chassis nics or omreport mainsystem nics command to
view NIC and Team interface details.
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 of all NICs on your system and the values
for the following fields: Index (NIC card number), Interface Name, Vendor,
Description, Connection Status, and Slot.
If you specify the index, Server Administrator displays properties for a specific
NIC and the values for the following fields: Physical Interface, Interface,
NOTE: This command is applicable only if Team interface is configured in the
system. Team interface can be configured using NIC vendor tools, such as
Broadcom.
The index parameter is optional. If you do not specify the index, Server
Administrator displays details of all the Team interfaces on your system and
the values for the following fields: Index (NIC card number), Interface Name, Vend or, Description, and Redundancy Status.
If you specify the index, Server Administrator displays the Team interface
details for the specific NIC and the values for the following fields: Team
Interface, Interface, IPv4 Addresses, IPv6 Addresses, Team Interface
Receive Statistics, Team Interface Transmit Statistics, Interface Receive
Statistics, and Interface Transmit Statistics.
50omreport: Viewing System Status Using the Instrumentation Service
Page 51
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.
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: Index, Status, Connector Name,
Processor Brand, Processor Version, Current Speed, State, and Core Count.
Index is the processor number.
Status is the current status of the processor.
omreport: Viewing System Status Using the Instrumentation Service51
Page 52
Connector Name is the name or number of the device that occupies the
processor slot in the system.
Processor Brand is the type of processor made by a manufacturer such as
Intel Itanium, Intel Pentium III, Intel Xeon, or AMD Opteron.
Processor Version is the model and stepping number of the processor.
Current Speed is the actual processor speed in MegaHertz at system boot
time.
State is whether the processor slot is enabled or disabled.
Core Count is the number of processors integrated into one chip.
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.
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)
•Turbo Mode
For AMD Processor
•64-bit Support
•AMD-V
•AMD PowerNow!
•No Execute (NX)
52omreport: Viewing System Status Using the Instrumentation Service
Page 53
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
NOTE: Due to the limitations of certain operating systems (for example, VMware
ESXi), certain features may not be available with this release of OpenManage
Server Administrator.
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).
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.
omreport: Viewing System Status Using the Instrumentation Service53
Page 54
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.
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.
54omreport: Viewing System Status Using the Instrumentation Service
config=additionalReports the current state of IPv4 and IPv6 addresses on
config=advsolReports advanced BMC/iDRAC6 or remote access information
config=nicReports BMC/iDRAC6 or remote access information for the
config=serialReports serial port information for BMC or remote access.
config=serialoverlan Reports BMC/iDRAC6 or remote access information on a serial
config=
terminalmode
config=userReports information on BMC/iDRAC6 or remote access users.
remote access controller if DRAC is installed.
iDRAC6.
on a serial over local area network (LAN) connection.
LAN.
over LAN connection.
Reports terminal mode settings for the serial port.
omreport: Viewing System Status Using the Instrumentation Service59
Page 60
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.
60omreport: Viewing System Status Using the Instrumentation Service
Page 61
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.
omreport: Viewing System Status Using the Instrumentation Service61
Page 62
SEVERITY: COMPONENT
Ok: Main System Chassis
Critical: Storage
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 alertlog action=clear" or
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" on page 139 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
To view the contents of the ESM log, type:
omreport system esmlog
or
omreport servermodule esmlog
62omreport: Viewing System Status Using the Instrumentation Service
Page 63
Overall Health Status of the ESM Log
When you type omreport system esmlog or omreport servermodule esmlog,
the ESM log displays. The first line of the report reflects the overall health of
the system hardware. For example, 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" on page 79.
NOTE: Due to the limitations of certain operating systems (for example, VMware
ESXi), certain features may not be available with this release of OpenManage
Server Administrator.
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
omreport: Viewing System Status Using the Instrumentation Service63
Page 64
•Fan Warning
•Fan Failure
•Memory Pre-failure
•Memory Failure
•System Power Probe Warning
•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
64omreport: Viewing System Status Using the Instrumentation Service
Page 65
•Storage Controller Battery Warning
•Storage Controller Battery Failure
•Removable Flash Media Present
•Removable Flash Media Removed
•Removable Flash Media 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.
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" on page 151.
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
omreport: Viewing System Status Using the Instrumentation Service65
Page 66
--------------Power Supplies
---------------Settings
Enable: Informational, Warning and Critical
Disable: None
----------Fans
----------Settings
Enable: Critical
Disable: Informational and Warning
--------------------Removable Flash Media
--------------------Settings
Enable: Informational, Warning and Critical
Disable: None
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-6
shows the events displayed for various component types.
NOTE: Due to the limitations of certain operating systems (for example, VMware
ESXi), certain features may not be available with this release of OpenManage
Server Administrator.
Table 3-6. System Events by Component Type
name=value pairDescription
type=accordsReports events for AC power cords
type=batteryReports events for batteries
type=fanenclosuresReports events for fan enclosures
66omreport: Viewing System Status Using the Instrumentation Service
Page 67
Table 3-6. System Events by Component Type
name=value pairDescription
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=removableflashmediaReports events for removable flash media
type=voltsReports events for voltages
Example Command for an Event Type
(continued)
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: Viewing System Status Using the Instrumentation Service67
Page 68
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.
Table 3-7 shows the available settings.
Table 3-7. 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 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.
68omreport: Viewing System Status Using the Instrumentation Service
Page 69
Table 3-7. Settings for the omreport system pedestinations/omreport servermodule
pedestinations
OutputAttributesDescription
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=
communitystring
(continued)
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.
communitystring: Displays the text
string that acts as a password and is
used to authenticate SNMP messages
sent between the BMC and the
destination management station.
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: Viewing System Status Using the Instrumentation Service69
Page 70
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.
NOTE: Due to the limitations of certain operating systems (for example, VMware
ESXi), certain features may not be available with this release of OpenManage
Server Administrator.
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
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
70omreport: Viewing System Status Using the Instrumentation Service
Page 71
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 2003 Server
Version: Service Pack 2(Build 2XXX)
System Time: Fri Sep 20 18:02:52 2XXX
System Bootup
: Wed Sep 18 18:37:58 2XXX
Time
System
--------------
Host Name: svctag-dxxxxs
System
: Please set the value
Location
Model: PowerEdge 1955
Life Cycle
: Enabled
Controller
Asset Tag: Test
Service Tag: DXXXXS
omreport: Viewing System Status Using the Instrumentation Service71
Page 72
Slot Number: Slot 01-02
Form Factor: Half Height Dual Width
Remote Access
Information
Remote Access
Device
vFlash Media: Present
vFlash Media
Type
vFlash Media
Available Size
vFlash Media
Size
Processor 1
Processor
Brand
Processor
Version
Voltage : 1400 mV
Processor 2
Processor
Brand
Processor
Version
: iDRAC6 Enterprise
: vFlash SD Card
: 922 MB
: 976 MB
: Intel(R) Xeon(R) CPU
: Model 15 Stepping 6
: Intel(R) Xeon(R) CPU
: Model 15 Stepping 6
Voltage : 1400 mV
Memory
Total
Installed
Capacity
72omreport: Viewing System Status Using the Instrumentation Service
: 2048 MB
Page 73
Memory
: 2048 MB
Available to
the OS
Total Maximum
: 32768 MB
Capacity
Memory Array
: 1
Count
Remote Access Controller
Remote Access Controller Information
Product: iDRAC6 Enterprise
IP Address: 192.xxx.x.xxx
IP Subnet: 255.xxx.x.xxx
IP Gateway: 192.xxx.x.xxx
IPv6 Address 1 : ::
IPv6 Address 2 : ::
IPv6 Gateway: ::
Network Data
Network
Interface 0
IP Address: [No Value]
Network
Interface 1
IP Address: [No Value]
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
•Life Cycle Controller
omreport: Viewing System Status Using the Instrumentation Service73
Page 74
Main System Chassis/Main System
Chassis
•Chassis Model
•Chassis Service Tag
•Chassis Lock
•Chassis Asset Tag
Remote Access Information
•Remote Access Device
•vFlash Media
•vFlash Media Size
Processor
The following are listed for each processor in the system:
•Processor Brand
•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
74omreport: Viewing System Status Using the Instrumentation Service
Page 75
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
•Slots Available
•Slots Used
•Ecc Type
BIOS
•Manufacturer
•BIOS Version
•Release Date
Firmware
•Name
•Version
Network Data
The following details are listed for each NIC and Team interface, if Team
interface is configured in the system:
•IP Address
•Subnet Mask
•Default Gateway
•MAC Address
omreport: Viewing System Status Using the Instrumentation Service75
Page 76
Storage Enclosures
The following details are listed for each storage enclosure attached to the
system:
•Name
•Service Tag
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
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
76omreport: Viewing System Status Using the Instrumentation Service
Page 77
--------------------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 2><x86>
Name : Dell Server Administrator
Version : 6.x.x
omreport preferences Commands
Use the omreport preferences command to view the URL information of your
Server Administrator Web server.
Table 3-8 shows the available attributes.
Table 3-8. omreport preferences webserver
name=value pairDescription
attribute=geturlReports the URL information of your Web server.
attribute=getsignalgorithmReports the current key sign algorithm.
omreport: Viewing System Status Using the Instrumentation Service77
Page 78
78omreport: Viewing System Status Using the Instrumentation Service
Page 79
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" on page 151.
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" on page 27
.
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 Service79
Page 80
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.
80omconfig: Managing Components Using the Instrumentation Service
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 -?
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
86omconfig: Managing Components Using the Instrumentation Service
Page 87
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 Windows, Red
Hat Enterprise Linux, or SUSE Linux Enterprise Server operating 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
Version: 6.x.x
Copyright: Copyright (C) Dell Inc. 1995-2009. All
Company: Dell Inc.
: Dell OpenManage Server Administrator
rights reserved.
For more details about the environment for Server Administrator, type:
omconfig 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 and provides other useful details. The output that follows is an
example, and it can change depending on your system’s configuration and the
version of Server Administrator that is available:
Contains: Broadcom SNMP Agent 10.xx.xx
Common Storage Module 3.x.x
Data Engine 5.x.x
omconfig: Managing Components Using the Instrumentation Service87
Page 88
Hardware Application Programming Interface
5.x.x
Instrumentation Service 6.x.x
Instrumentation Service Integration Layer
1.x.x
Intel SNMP Agent 1.xx.x
OpenManage Inventory Collector 6.x.x
OpenManage Tools 6.x.x
Remote Access Controller 4 Data Populator
4.x.x
Remote Access Controller 4 Managed Node
4.6.3
Secure Port Server 1.x.x
Server Administrator Framework 6.x.x
Agent for Remote Access 1.x.x
Storage Management 3.x.x
Sun Java Runtime Environment 1.x.xx
88omconfig: Managing Components Using the Instrumentation Service
Page 89
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.
NOTE: Due to the limitations of certain operating systems (for example, VMware
ESXi), certain features may not be available with this release of OpenManage
Server Administrator.
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
omconfig: Managing Components Using the Instrumentation Service89
name=value pair 2
setting=
setting=off | last| on off: System is turned off.
delay=random |
immediate | timedelay
time <value>
Description
last: System returns to previous state.
on: System is turned on.
random: System is turned on with
random delay.
immediate: System returns to previous
state immediately.
timedelay <value>: System is turned
on based on user specified time delay.
setting=uefi | biosuefi: Enables the system to boot to
sequence=aliasname1,
aliasname2,.....
aliasnameN
Description
enabled: Enables the bezel removal
intrusion check during system boot.
disabled: Disables the bezel removal
intrusion check during system boot.
Instructs the BIOS which device is used
to boot the system, and the order in
which the boot routine is to check each
device.
NOTE: On Linux systems, user/user
groups upgraded to
administrator/administrator groups
cannot configure this BIOS setup setting.
operating systems that support Unified
Extensible Firmware Interface (UEFI).
bios: Enables the system to boot to
operating systems that do not support
UEFI.
Configures the boot sequence according
to the set aliasnames. To view the set
alias names, run the command
omreport chassis
biossetup attribute=
bootorder
.
NOTE: On Linux systems, user/user
groups upgraded to
administrator/administrator groups
cannot configure this BIOS setup setting.
90omconfig: Managing Components Using the Instrumentation Service
Page 91
Table 4-3. BIOS Setup Settings
(continued)
name=value pair 1
attribute=
attribute=
hddorder
name=value pair 2
setting=
sequence=aliasname1,
aliasname2,.....
aliasnameN
Description
Configures the BIOS setup hard disk
sequence according to the set
aliasnames. Changes will take effect
after rebooting the system. To view the
set alias names, run the command
omreport chassis
biossetup attribute=
bootorder
.
NOTE: On Linux systems, user/user
groups upgraded to
administrator/administrator groups
cannot configure this BIOS setup setting.
omconfig: Managing Components Using the Instrumentation Service91
Page 92
Table 4-3. BIOS Setup Settings
(continued)
name=value pair 1
attribute=
attribute=cstates setting=enabled |
attribute=
conredirect
attribute=crabsetting=enabled |
attribute=cpuc1e setting=enabled |
attribute=cpuhtsetting=enabled |
attribute=cpuvtsetting=enabled |
name=value pair 2
setting=
disabled
setting=enabled |
disabled
disabled
disabled
disabled
disabled
Description
enabled: Enables the processor to go
into a deep sleep state when the system
is not utilized.
disabled: Disables the processor to go
into a deep sleep state when the system
is not utilized.
enabled: Redirects the BIOS screen over
Serial Port 1. Keyboard and text output
are redirected over Serial Port 2.
disabled: Turns off the BIOS console
redirection.
enabled: Enables BIOS console
redirection after system reboot.
disabled: Disables BIOS console
redirection.
NOTE: The command crab is valid for Dell
PowerEdge x9xx systems only.
enabled: Enables processor C1-E after
system reboot.
disabled: Disables processor C1-E after
system reboot.
on: Enables the network interface (PXE
or iSCSI is not enabled on either of the
NICs).
pxeboth: Enables PXE on both NICs.
nic1pxe: Enables PXE on first NIC and
none (No PXE or iSCSI) on second NIC.
nic2pxe: Enables none (No PXE or
iSCSI) on first NIC and PXE on second
NIC.
isciboth: Enables iSCSI on both NICs.
nic1isci: Enables iSCSI on first NIC and
none (No PXE or iSCSI) on second NIC.
nic2isci: Enables none (No PXE or
iSCSI) on first NIC and iSCSI on
second NIC.
nic1pxenic2isci: Enables PXE on first
NIC and iSCSI on second NIC.
nic1iscinic2pxe: Enables iSCSI on first
NIC and PXE on second NIC.
NICs).
NOTE: The following options are
deprecated:
onpxeboth: Enables PXE on both NICs.
onpxenone: PXE is not enabled on
either of the NICs.
onpxenic1: Enables PXE on NIC 1.
onpxenic2: Enables PXE on NIC 2.
enabled: Enables embedded hypervisor.
disabled: Disables embedded hypervisor.
94omconfig: Managing Components Using the Instrumentation Service
Page 95
Table 4-3. BIOS Setup Settings
(continued)
name=value pair 1
attribute=
attribute=
embvideoctrl
attribute=
esataport
attribute=
extserial
attribute=fbrsetting=9600 | 19200
attribute=htassist setting=enabled |
name=value pair 2
setting=
setting=enabled |
disabled
setting=off | autooff: Sets the embedded SATA port value
setting=com1 | com2
| rad
| 57600 | 115200
disabled
Description
enabled: Enables the embedded video
controller to be the primary video
device.
disabled: Disables the embedded video
controller to be the primary video
device.
to off.
auto: Sets the embedded SATA port
value to auto.
com1: Maps external serial connector to
COM 1.
com2: Maps external serial connector to
COM 2.
rad: Maps external serial connector to
remote access device.
9600: Sets the console redirection failsafe
baud rate to 9600 bits per second.
19200: Sets the console redirection failsafe
baud rate to 19200 bits per second.
57600: Sets the console redirection
failsafe baud rate to 57600 bits per
second.
115200: Sets the console redirection
failsafe baud rate to 115200 bits per
second.
enabled: Enables the probe filter chipset
option.
disabled: Disables the probe filter
chipset option.
NOTE: Certain applications will not
function fully if you enable or disable
this option.
omconfig: Managing Components Using the Instrumentation Service95
Page 96
Table 4-3. BIOS Setup Settings
(continued)
name=value pair 1
attribute=
attribute=idesetting=on | off
attribute=
idepridrv
attribute=
intrusion
attribute=
intusb[1..2]
name=value pair 2
setting=
force=true
setting=off | autooff: Disables the device.
setting=enabled |
disabled
setting=enabled |
disabled
NOTE: The
following option is
deprecated:
attribute=intusb
Description
on: Enables this device.
off: Disables this device.
force=true: Verification of setting
change.
auto: Detects and enables the device
automatically.
enabled: Enables the intrusion check
during system boot. If the system also
has bezel intrusion checking, then the
intrusion option checks for removal of
the bezel of the system.
disabled: Disables the intrusion check
during system boot.
enabled: Enables the internal USB port.
disabled: Disables the internal USB
port.
attribute=mouse setting=on | offon: Enables the mouse.
off: Disables the mouse.
96omconfig: Managing Components Using the Instrumentation Service