Go to main content
Guía del usuario de Oracle® Server Management Agents

Salir de la Vista de impresión

Actualización: Octubre de 2015
 
 

Recuperación de la información del grupo de sensores

  • En el símbolo del sistema, escriba lo siguiente:
    • En un sistema Linux:

      snmpwalk -v 2c -c public -M /usr/share/snmp/mibs/ -m ALL localhost sunHwMonSensorGroup | grep '\.9 = '

    • En un sistema Oracle Solaris 11.1:

      snmpwalk -v 2c -c public -M +/usr/lib/ssm/lib/mibs/ -m ALL localhost sunHwMonSensorGroup | grep '\.9 = '

    • En un sistema Oracle Solaris 10:

      snmpwalk -v 2c -c public -M +/opt/sun-ssm/lib/mibs/ -m ALL localhost sunHwMonSensorGroup | grep '\.9 = '

    donde grep '.9 = ' filtra una propiedad de la FRU en cuestión.

    Aparecerá una pantalla similar a la siguiente:

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorType.9 = INTEGER: voltage(133)

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorName.9 = STRING: /SYS/MB/V_+12V

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorParentFruIndex.9 = INTEGER: 146

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorParentFruName.9 = STRING: /SYS/MB

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorAlarmStatus.9 = INTEGER: cleared(1)

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorStateDescr.9 = STRING: Normal

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorCurrentValue.9 = INTEGER: 12160

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorBaseUnit.9 = INTEGER: volts(4)

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorExponent.9 = INTEGER: -3

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorUpperNonRecoverableThreshold.9 = INTEGER: 14994

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorUpperCriticalThreshold.9 = INTEGER: 13986

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorUpperNonCriticalThreshold.9 = INTEGER: 12978

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorLowerNonRecoverableThreshold.9 = INTEGER: 8946

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorLowerCriticalThreshold.9 = INTEGER: 9954

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorLowerNonCriticalThreshold.9 = INTEGER: 10962

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorEnabledThresholds.9 = BITS: FC lowerThresholdNonCritical(0) upperThresholdNonCritical(1) lowerThresholdCritical(2) upperThresholdCritical(3) lowerThresholdFatal(4) upperThresholdFatal(5)


    Notas -  Si se utiliza Oracle ILOM 2.0, se devuelven las líneas siguientes:

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorType.9 = INTEGER: unknown(1)

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorParentFruIndex.9 = INTEGER: -1

    SUN-HW-MONITORING-MIB::sunHwMonNumericVoltageSensorParentFruName.9 = STRING:

    Es el comportamiento previsto, ya que esta información es específica de Oracle ILOM 3.0.



    Consejo  -  Al analizar las líneas siguientes, tenga en cuenta que se devuelve sunHwMonNumericVoltageSensorCurrentValue utilizando el exponente definido en sunHwMonNumericVoltageSensorExponent. SUN-HW-MONITORING-MIB:: sunHwMonNumericVoltageSensorCurrentValue.9 = INTEGER: 12290 SUN-HW-MONITORING-MIB:: sunHwMonNumericVoltageSensorBaseUnit.9 = INTEGER: volts(4) SUN-HW-MONITORING-MIB:: sunHwMonNumericVoltageSensorExponent.9 = INTEGER: -3 Este ejemplo tiene un exponente de -3, lo que significa que el valor del voltaje de sunHwMonNumericVoltageSensorCurrentValue debe multiplicarse por 10-3, lo que dará 12.290 voltios.