Dell OMCI: Wacky values for Temperature and etc? (Win7x64)
- by Yablargo
Hey All. I am running a Dell Precision R5400 Workstation with dell OMCI installed. I am using it to test polling various data over WMI for our monitoring across the enterprise. I'm getting some weird results. perhaps someone can help point me in the direction of some clarification?
Posted is the results of my DCIM\SYSMAN\DCIM_NumericSensor probe for sensor type 2(temp sensor)
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
-----------------------------------
DCIM_NumericSensor instance
-----------------------------------
Accuracy:
AccuracyUnits:
AdditionalAvailability:
Availability:
AvailableRequestedStates:
BaseUnits: 2
Caption:
CommunicationStatus:
CreationClassName: DCIM_NumericSensor
CurrentReading: -214748365
CurrentState: Unknown
Description:
DetailedStatus:
DeviceID: Root/MainSystemChassis/TemperatureObj
ElementName: Temperature Sensor:CPU0
EnabledDefault: 2
EnabledState: 2
EnabledThresholds:
ErrorCleared:
ErrorDescription:
HealthState: 5
Hysteresis:
IdentifyingDescriptions:
InstallDate:
IsLinear:
LastErrorCode:
LocationIndicator:
LowerThresholdCritical:
LowerThresholdFatal:
LowerThresholdNonCritical:
MaxQuiesceTime:
MaxReadable:
MinReadable:
Name:
NominalReading:
NormalMax:
NormalMin:
OperatingStatus:
OperationalStatus: 2
OtherEnabledState:
OtherIdentifyingInfo:
OtherSensorTypeDescription:
PollingInterval:
PossibleStates: Unknown,Normal,Fatal,Lower Non-Critical,Upper Non-Critical,Lower
Critical,Upper Critical
PowerManagementCapabilities:
PowerManagementSupported:
PowerOnHours:
PrimaryStatus:
ProgrammaticAccuracy:
RateUnits: 0
RequestedState: 12
Resolution:
SensorType: 2
SettableThresholds:
Status:
StatusDescriptions:
StatusInfo:
SupportedThresholds:
SystemCreationClassName: DCIM_ComputerSystem
SystemName: dt:5Q7BKK1
TimeOfLastStateChange:
Tolerance:
TotalPowerOnHours:
TransitioningToState: 12
UnitModifier: 0
UpperThresholdCritical:
UpperThresholdFatal:
UpperThresholdNonCritical:
ValueFormulation: 2
I'm not really sure whats going on, but note the CurrentReading: -214748365. I have reinstalled OMCI a few times, installed the OMCI 7x compatability and same thing I consistently get that error. It almost looks like its a issue between 32/64 bit value or something? Do I have to convert it to a float ? :)