JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Integrated Lights Out Manager (ILOM) 3.x

Supplement for the Sun Blade 6000 Modular System

search filter icon
search icon

Document Information

Using This Documentation

Downloading Chassis Firmware

Documentation and Feedback

About This Documentation

About Oracle ILOM on the Modular System

Oracle ILOM Overview

Oracle ILOM Features Specific to the Modular System

Modular System Power Usage

Fan Speed Control

Modular System Oracle ILOM CLI Targets

Sun Blade Zone Manager

Oracle ILOM Documentation

Monitoring System Health

Chassis Sensors Overview

Monitoring System Health With ILOM 3.1

Oracle ILOM 3.0 Sensor Information

Sensor Types

Display Sensor Readings in Oracle ILOM 3.0

Display Sensor Readings (Web Interface)

Display Sensor Readings (CLI)

Chassis Sensors in Oracle ILOM 3.0

Fan Sensors in Oracle ILOM 3.0

Power Supply Sensors in Oracle ILOM 3.0

NEM Sensors in Oracle ILOM 3.0

Server Module Sensors in Oracle ILOM 3.0

SNMP and PET Reference Information

SNMP Traps

PET Event Messages

Index

Display Sensor Readings (CLI)


Note - For ILOM 3.1, replace /CH with /SYSTEM.


  1. Log in to Oracle ILOM CMM.
  2. Use the following syntax to display sensor data:

    show target

    where target is the path to the sensor. All chassis sensors are located in the /CH space.

    The properties describing the sensor are displayed.

    Example:

    -> show /CH/FM3/F0/TACH
     
     /CH/FM3/F0/TACH
        Targets:
     
        Properties:
            type = Fan
            ipmi_name = FM3/F0/TACH
            class = Threshold Sensor
            value = 3200.000 RPM
            upper_nonrecov_threshold = N/A
            upper_critical_threshold = N/A
            upper_noncritical_threshold = N/A
            lower_noncritical_threshold = N/A
            lower_critical_threshold = N/A
            lower_nonrecov_threshold = N/A
            alarm_status = cleared

    Note - Alternatively, you can navigate to the target and type the show command without any arguments.