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, Active Directory, Hyper-V, MS-DOS 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™ 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.
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 142" for more information.
What's New for Version 6.1
These are the release highlights of OpenManage Server Administrator:
•Support for configuration and display of the following BIOS setup options:
•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
16Introduction
•Inclusion of Internet Protocol version 6:
•This release supports IPv6, in addition to IPv4.
NOTE: For the supported operating systems list, see the Dell Systems Software
Support Matrix located at DVD_Drive\docs\readme\PEOSOM on the Dell-provided
media or on the Dell support website at support.dell.com.
NOTE: CLI commands are not supported on systems with VMware® ESXi
operating system.
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.
Introduction17
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 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 on the Dell Systems Management tools and Documentation DVD
or on the Dell Support website at support.dell.com for more information on
corresponding CLI syntax.
Section TitleRelated Sections
"omconfig system or
Using the Instrumentation Service"
Using the Instrumentation Service"
servermodule assetinfo: Editing
Cost of Ownership Values"
Additional useful topics about the CLI include:
•"Working With CLI Command Results"
•"Glossary"
18Introduction
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
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.
Introduction19
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
20Introduction
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
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.
Introduction21
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:
omconfig system assetinfo info=acquisition
purchasecost=
purchasedate=<
expensed=<
<n> waybill=<n> installdate=<
mmddyy
yes | no
> ponum=<n> signauth=<
> costcenter=<
text
mmddyy
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
>
>
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
•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
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
omreportmodularenclosure
servermodule
mainsystem
system
chassis
preferences
omreport: Viewing System Status Using the Instrumentation Service27
Modular system
Modular system
Modular system
Non-modular system
Non-modular system
Modular/Non-modular
system
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
®
systems, omreport commands display external chassis information in
Linux
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.
Table 3-2 shows 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."
®
Linux Enterprise Server and Red Hat® Enterprise
®
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 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 date last
updated.
biossetupAShows BIOS setup
properties configured
during system boot.
fancontrolU, P, AShows the properties
set for fan speed.
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 2Command
Level 3
fansU, P, AShows the status and
firmwareU, P, AShows firmware
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.
properties such as
version, date of last
update, and whether
the firmware
is updatable.
front panel button
settings, such as the
Power button and/or
Nonmasking
Interrupt (NMI)
button (if present on
the system), are
enabled or disabled.
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
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 number of
portsU, P, AShows the properties
processorsU, P, AShows properties of
pwrmanagementU, P, AShows power
pwrmonitoringU, P, AShows properties of
User
Privilege
Required
Use
you have set for lightemitting diodes to
flash under various
alert conditions.
your system's memory
arrays.
NICs installed in your
system and displays
controller and
interface related
details.
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.
management profiles
that will provide
control over power
utilization.
power consumption.
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 2Command
Level 3
User
Privilege
Required
Use
pwrsuppliesU, P, AShows properties of
power supplies.
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.
storageU, P, ASee "Using the
Storage Management
Service."
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
Table 3-2. Command Level 1, Level 2, and Level 3 for omreport (continued)
where alerts for
platform events are
configured to be sent.
response for each
listed platform event.
omreport: Viewing System Status Using the Instrumentation Service33
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 server.
34omreport: Viewing System Status Using the Instrumentation Service
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.
Modular Chassis Information
Chassis Information
Attribute: Model
Value: Modular Server Enclosure
Attribute: Lock
Value: true
Attribute: Service Tag
Value: 8RLNB1S
CMC Information
Attribute: Product
omreport: Viewing System Status Using the Instrumentation Service35
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
36omreport: Viewing System Status Using the Instrumentation Service
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.
Storage Management Service 2.x.
Sun JRE - OEM Installed Version 1.x.
Secure Port Server 3.x.
Core Service 1.x.
Instrumentation Service Integration Layer
x.x
1.
Storage Management Service Integration
Layer 1.
Server Administrator 6.x.
x.x
x
x.x
x
x
x
x
omreport: Viewing System Status Using the Instrumentation Service37
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
Type:
omreport chassis
or
omreport mainsystem
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
38omreport: Viewing System Status Using the Instrumentation Service
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
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.
Type:
omreport chassis biossetup
or
omreport mainsystem biossetup
Table 3-3 displays the available 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.
Embedded Video
Controller
Boot ModeDisplays whether the boot mode is configured to BIOS or
CPU Execute DisableDisplays whether the Execute Disable (XD) option is
C StatesDisplays whether the C States option is enabled or disabled.
Displays whether the Embedded Video Controller option is
enabled or disabled.
Unified Extensible Firmware Interface (UEFI).
enabled or disabled.
40omreport: Viewing System Status Using the Instrumentation Service
Table 3-3. BIOS Setup Parameters (continued)
ParametersDescription
Processor CMPDisplays the number of cores enabled per processor.
User accessible USB
Ports
CPU Virtualization
Technology
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.
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 Platform
Module (TPM)
Security
Displays whether Trusted Platform Module is off, on with
pre-boot measurements, or on without pre-boot
measurements.
Internal USBDisplays whether internal USB is enabled or disabled.
Operating System
Watchdog Timer
Displays whether the operating system watchdog timer is
enabled or disabled.
Internal SD CardDisplays whether the internal SD card is enabled or
disabled.
omreport: Viewing System Status Using the Instrumentation Service41
Table 3-3. BIOS Setup Parameters (continued)
ParametersDescription
BezelDisplays whether the bezel removal intrusion check during
system reboot is enabled or disabled.
Console RedirectionDisplays if the BIOS screen is redirected over a particular
serial port or if it is turned off.
DisketteDisplays whether the diskette is disabled, auto enabled, or
read-only.
Demand Based Power
Management (DBS)
Embedded Hypervisor Displays whether the embedded hypervisor is enabled or
IDEDisplays whether the drive is enabled or disabled.
IDE Primary Drive 0Displays whether the device is automatically detected and
IDE Primary Drive 1Displays whether the device is automatically detected and
IntrusionDisplays whether the intrusion check is enabled or disabled
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
Displays whether DBS is enabled or disabled on the system.
disabled.
enabled or if the device is disabled.
enabled or if the device is disabled.
during system boot.
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.
42omreport: Viewing System Status Using the Instrumentation Service
Table 3-3. BIOS Setup Parameters (continued)
ParametersDescription
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 Communications Displays whether COM port 1 and COM port 2 are off or on
with or without console redirection.
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 or Serial Device 2 or a Remote Access
Device.
Displays the setting for console redirection failsafe baud
rate.
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: Viewing System Status Using the Instrumentation Service43
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.
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.
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.
omreport: Viewing System Status Using the Instrumentation Service45
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=
or
omreport mainsystem info
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 configuration, output may resemble the following
example:
Index: 0
Chassis Name: Main System
n
index=n
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
46omreport: Viewing System Status Using the Instrumentation Service
: 1.80
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
: 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=
or
omreport mainsystem leds index=
n
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.
omreport: Viewing System Status Using the Instrumentation Service47
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=
or
omreport mainsystem index=
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
n
n
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
48omreport: Viewing System Status Using the Instrumentation Service
: 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 chassis nics/omreport mainsystem nics
Use the omreport chassis nics or omreport mainsystem nics command to
view NIC properties. Type:
omreport chassis nics index=
or
omreport mainsystem nics index=
n
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, Ve nd or, 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.
omreport: Viewing System Status Using the Instrumentation Service49
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: 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.
®
Itanium® or Pentium® III or AMD™ Opteron™.
50omreport: Viewing System Status Using the Instrumentation Service
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.
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)
For AMD Processor
•64-bit Support
•AMD-V
•AMD PowerNow!
™
™
•No Execute (NX)
omreport: Viewing System Status Using the Instrumentation Service51
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.
52omreport: Viewing System Status Using the Instrumentation Service
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.
omreport: Viewing System Status Using the Instrumentation Service53
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.
58omreport: 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=
or
omreport mainsystem slots index=
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.
n
n
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=
or
omreport mainsystem temps index=
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 Service59
n
n
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=
or
omreport mainsystem volts index=
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.
n
n
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.
Type:
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.
60omreport: Viewing System Status Using the Instrumentation Service
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 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
omreport: Viewing System Status Using the Instrumentation Service61
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."
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
62omreport: Viewing System Status Using the Instrumentation Service
•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
omreport: Viewing System Status Using the Instrumentation Service63
•Storage Controller Battery Warning
•Storage Controller Battery Failure
NOTE: Storage Controller Battery Warning and
events are not available on modular systems.
Failure
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."
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
64omreport: Viewing System Status Using the Instrumentation Service
--------------Power Supplies
---------------Settings
Enable: Informational, Warning and Critical
Disable: None
----------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> or omreport servermodule event type=
<component name> 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: 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-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.
omreport: Viewing System Status Using the Instrumentation Service65
Reports events for fan enclosures.
Table 3-7. System Events by Component Type (continued)
name=value pairDescription
type=systempowerReports events for system power.
type=tempsReports events for temperatures.
type=voltsReports events for voltages.
Example Command for an Event Type
Type:
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.
66omreport: Viewing System Status Using the Instrumentation Service
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-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 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.
omreport: Viewing System Status Using the Instrumentation Service67
Table 3-8. Settings for the omreport system pedestinations/omreport servermodule
pedestinations (continued)
OutputAttributesDescription
Destination
Configuration
Settings
attribute=
communitystring
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 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.
68omreport: Viewing System Status Using the Instrumentation Service
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
Version: 6.
Description: Systems Management Software
Contains: Instrumentation Service 6.
omreport: Viewing System Status Using the Instrumentation Service69
x.x
: Storage Management Service 3.x.
: Sun JRE - OEM Installed Version
3.
x.x
: Secure Port Server 1.x.
: Dell OpenManage Core Service 1.x.
: Instrumentation Service Integration
Layer 1.
: Storage Management Service
Integration Layer 1.
x.x
x
x.x
x.x
x
x
Operating
System
Name: Microsoft Windows 2003 Server
Version: Service Pack 2(Build 2
System Time: Fri Sep 20 18:02:52 2
System Bootup
Time
Server Module
-------------Information
Host Name: svctag-d
System
Location
Model: PowerEdge 1955
Asset Tag: Test
Service Tag: D
Slot Number: Slot 01-02
Form Factor: Half Height Dual Width
Processor 1
Processor
Brand
Processor
Version
: Wed Sep 18 18:37:58 2
xxxx
s
: Please set the value
XXXX
S
: Intel(R) Xeon(R) CPU
: Model 15 Stepping 6
XXX
XXX
XXX
)
Voltage : 1400 mV
Processor 2
Processor
Brand
Processor
Version
Voltage : 1400 mV
70omreport: Viewing System Status Using the Instrumentation Service
: Intel(R) Xeon(R) CPU
: Model 15 Stepping 6
Memory
Total
: 2048 MB
Installed
Capacity
Memory
: 2048 MB
Available to
the OS
Total Maximum
: 32768 MB
Capacity
Memory Array
: 1
Count
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
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
omreport: Viewing System Status Using the Instrumentation Service71
•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
•Slots Available
•Slots Used
•Ecc Type
BIOS
•Manufacturer
•BIOS Version
•Release Date
•BIOS Firmware Information
•Name
•BIOS Firmware Version
72omreport: Viewing System Status Using the Instrumentation Service
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 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: Viewing System Status Using the Instrumentation Service73
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
Type:
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
--------------------Main System Chassis
---------------------
Name : BIOS
Version : 0.2.16
Name : BMC
Version : 0.26
Name : Primary Backplane
Version : 1.01
74omreport: Viewing System Status Using the Instrumentation Service
--------------Software
---------------
Name : Microsoft Windows Server 2003,
Enterprise Edition
Version : 5.2 <Build 3790: Service Pack 2><x86>
Name : Dell Server Administrator
Version : 6.1
omreport preferences Commands
Use the omreport preferences command to view the URL information of your
Server Administrator Web server.
Table 3-9 shows the available attributes.
Table 3-9. omreport preferences webserver
name=value pairDescription
attribute=geturlReports the URL information of your Web server.
omreport: Viewing System Status Using the Instrumentation Service75
76omreport: Viewing System Status Using the Instrumentation Service
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
omconfigservermodule
mainsystem
system
chassis
Modular system
Modular system
Non-modular system
Non-modular system
omconfig: Managing Components Using the Instrumentation Service77
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.
choose between
maximum power
economy and
optimized
performance of the
system.
consumption
information and
thresholds.
access information.
threshold values by
default or value.
NOTE: You cannot
change threshold
values on ESM3 and
PowerEdge x8xx
systems.
threshold values by
default or value.
NOTE: You cannot
change threshold
values on ESM3 and
PowerEdge x8xx
systems.
Storage
Management
Service."
84omconfig: Managing Components Using the Instrumentation 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 -?
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.
omconfig: Managing Components Using the Instrumentation Service85
To read the help for the alertaction command on a Microsoft® Windows®,
Red Hat
system, type:
®
Enterprise Linux®, or SUSE® Linux Enterprise Server operating
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.
Copyright: Copyright (C) Dell Inc. 1995-2009. All
Company: Dell Inc.
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 configuration and the version
of Server Administrator that is available:
: Dell OpenManage Server Administrator
x.x
rights reserved.
Contains: Broadcom SNMP Agent 10.xx.xx
Common Storage Module 3.x.x
Data Engine 5.x.x
Hardware Application Programming Interface
5.x.x
Instrumentation Service 6.
Instrumentation Service Integration Layer
1.
x.x
Intel SNMP Agent 1.xx.x
OpenManage Inventory Collector 6.x.x
86omconfig: Managing Components Using the Instrumentation Service
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.
Server Administrator Framework 6.x.
x.x
x
Agent for Remote Access 1.x.x
Storage Management 3.x.x
Sun Java Runtime Environment 1.x.xx
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.
omconfig: Managing Components Using the Instrumentation Service87
®
Table 4-3 shows the name=value pairs you can use with this command.
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 drive.
disabled: Disables the internal USB
drive.
off: Disables the mouse.
enabled: Enables the first NIC during
system boot.
enabledwithpxe: Enables the first NIC
during system boot (with PXE on if the
system has PXE)
disabled: Disables the first NIC during
system boot.
enabledonly: Enables the first NIC
during system boot (with PXE off if the
system has PXE).
enablednonepxe: Enables the first NIC
during system boot (with PXE off if the
system has PXE).
enabledwithiscsi: Enables the first NIC
during system boot (with iSCSI on if the
system has iSCSI).
omconfig: Managing Components Using the Instrumentation Service93
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
Table 4-4 shows the valid parameters for setting fan warning thresholds: