mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Added more Dell iDrac state sensors (#8254)
* feature: Add more Dell iDrac state sensors * add test data * Added drac.json test data * Re-run test data * Fix drac.inc.php
This commit is contained in:
committed by
Neil Lathwood
parent
3cd6d90239
commit
8fdedcf484
@@ -1,4 +1,4 @@
|
||||
mib: mibs/dell/DELL-RAC-MIB
|
||||
mib: DELL-RAC-MIB:IDRAC-MIB-SMIv2
|
||||
modules:
|
||||
sensors:
|
||||
state:
|
||||
@@ -16,3 +16,53 @@ modules:
|
||||
- { value: 4, descr: nonCritical, graph: 1, generic: 1 }
|
||||
- { value: 5, descr: critical, graph: 1, generic: 2 }
|
||||
- { value: 6, descr: nonRecoverable, graph: 1, generic: 2 }
|
||||
-
|
||||
oid: systemStateIDSDMCardUnitStatusCombined
|
||||
value: systemStateIDSDMCardUnitStatusCombined
|
||||
num_oid: .1.3.6.1.4.1.674.10892.5.4.200.10.1.58.
|
||||
descr: 'IDSDM Card Unit Combined Status'
|
||||
index: 'systemStateIDSDMCardUnitStatusCombined.{{ $index }}'
|
||||
states:
|
||||
- { value: 1, descr: other, graph: 1, generic: 3 }
|
||||
- { value: 2, descr: unknown, graph: 1, generic: 3 }
|
||||
- { value: 3, descr: ok, graph: 1, generic: 0 }
|
||||
- { value: 4, descr: nonCritical, graph: 1, generic: 1 }
|
||||
- { value: 5, descr: critical, graph: 1, generic: 2 }
|
||||
- { value: 6, descr: nonRecoverable, graph: 1, generic: 2 }
|
||||
-
|
||||
oid: systemStateIDSDMCardDeviceStatusCombined
|
||||
value: systemStateIDSDMCardDeviceStatusCombined
|
||||
num_oid: .1.3.6.1.4.1.674.10892.5.4.200.10.1.60.
|
||||
descr: 'IDSDM Card Device Combined Status'
|
||||
index: 'systemStateIDSDMCardDeviceStatusCombined.{{ $index }}'
|
||||
states:
|
||||
- { value: 1, descr: other, graph: 1, generic: 3 }
|
||||
- { value: 2, descr: unknown, graph: 1, generic: 3 }
|
||||
- { value: 3, descr: ok, graph: 1, generic: 0 }
|
||||
- { value: 4, descr: nonCritical, graph: 1, generic: 1 }
|
||||
- { value: 5, descr: critical, graph: 1, generic: 2 }
|
||||
- { value: 6, descr: nonRecoverable, graph: 1, generic: 2 }
|
||||
-
|
||||
oid: intrusionStatus
|
||||
value: intrusionStatus
|
||||
num_oid: .1.3.6.1.4.1.674.10892.5.4.300.70.1.5.
|
||||
descr: 'Intrusion Status'
|
||||
index: 'intrusionStatus.{{ $index }}'
|
||||
states:
|
||||
- { value: 1, descr: other, graph: 1, generic: 3 }
|
||||
- { value: 2, descr: unknown, graph: 1, generic: 3 }
|
||||
- { value: 3, descr: ok, graph: 1, generic: 0 }
|
||||
- { value: 4, descr: nonCritical, graph: 1, generic: 1 }
|
||||
- { value: 5, descr: critical, graph: 1, generic: 2 }
|
||||
- { value: 6, descr: nonRecoverable, graph: 1, generic: 2 }
|
||||
-
|
||||
oid: intrusionReading
|
||||
value: intrusionReading
|
||||
num_oid: .1.3.6.1.4.1.674.10892.5.4.300.70.1.6.
|
||||
descr: 'Intrusion Reading'
|
||||
index: 'intrusionReading.{{ $index }}'
|
||||
states:
|
||||
- { value: 1, descr: chassisNotBreached, graph: 1, generic: 0 }
|
||||
- { value: 2, descr: chassisBreached, graph: 1, generic: 2 }
|
||||
- { value: 3, descr: chassisBreachedPrior, graph: 1, generic: 1 }
|
||||
- { value: 4, descr: chassisBreachSensorFailure, graph: 1, generic: 1 }
|
||||
|
@@ -10,80 +10,85 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
$tables = array(
|
||||
array('virtualDiskTable','.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4.','virtualDiskState','virtualDiskName') ,
|
||||
array('processorDeviceTable','.1.3.6.1.4.1.674.10892.5.4.1100.30.1.5.','processorDeviceStatus','processorDeviceBrandName') ,
|
||||
array('memoryDeviceTable','.1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.','memoryDeviceStatus','memoryDeviceLocationName') ,
|
||||
array('voltageProbeTable','.1.3.6.1.4.1.674.10892.5.4.600.20.1.5.','voltageProbeStatus','voltageProbeLocationName') ,
|
||||
array('amperageProbeTable','.1.3.6.1.4.1.674.10892.5.4.600.30.1.5.','amperageProbeStatus','amperageProbeLocationName') ,
|
||||
array('systemBatteryTable','.1.3.6.1.4.1.674.10892.5.4.600.50.1.5.','systemBatteryStatus','systemBatteryLocationName')
|
||||
);
|
||||
$tables = [
|
||||
['virtualDiskTable','.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4.','virtualDiskState','virtualDiskName'],
|
||||
['processorDeviceTable','.1.3.6.1.4.1.674.10892.5.4.1100.30.1.5.','processorDeviceStatus','processorDeviceBrandName'],
|
||||
['memoryDeviceTable','.1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.','memoryDeviceStatus','memoryDeviceLocationName'],
|
||||
['voltageProbeTable','.1.3.6.1.4.1.674.10892.5.4.600.20.1.5.','voltageProbeStatus','voltageProbeLocationName'],
|
||||
['amperageProbeTable','.1.3.6.1.4.1.674.10892.5.4.600.30.1.5.','amperageProbeStatus','amperageProbeLocationName'],
|
||||
['systemBatteryTable','.1.3.6.1.4.1.674.10892.5.4.600.50.1.5.','systemBatteryStatus','systemBatteryLocationName']
|
||||
];
|
||||
|
||||
foreach ($tables as $tablevalue) {
|
||||
$temp = snmpwalk_cache_multi_oid($device, $tablevalue[0], array(), 'IDRAC-MIB-SMIv2');
|
||||
$cur_oid = $tablevalue[1];
|
||||
list($table_oid, $num_oid, $value_oid, $descr_oid) = $tablevalue;
|
||||
$temp = snmpwalk_cache_multi_oid($device, $table_oid, array(), 'IDRAC-MIB-SMIv2', null, '-OQUse');
|
||||
// '-OQUsetX'
|
||||
|
||||
if (!empty($temp)) {
|
||||
// Find the right states
|
||||
if ($value_oid == 'virtualDiskState') {
|
||||
$states = [
|
||||
['value' => 1, 'generic' => 3, 'graph' => 0, 'descr' => 'unknown'],
|
||||
['value' => 2, 'generic' => 0, 'graph' => 0, 'descr' => 'online'],
|
||||
['value' => 3, 'generic' => 2, 'graph' => 0, 'descr' => 'failed'],
|
||||
['value' => 4, 'generic' => 1, 'graph' => 0, 'descr' => 'degraded'],
|
||||
];
|
||||
} elseif ($value_oid == 'processorDeviceStatus' || $value_oid == 'memoryDeviceStatus') {
|
||||
$states = [
|
||||
['value' => 1, 'generic' => 3, 'graph' => 0, 'descr' => 'other'],
|
||||
['value' => 2, 'generic' => 3, 'graph' => 0, 'descr' => 'unknown'],
|
||||
['value' => 3, 'generic' => 0, 'graph' => 0, 'descr' => 'ok'],
|
||||
['value' => 4, 'generic' => 1, 'graph' => 0, 'descr' => 'nonCritical'],
|
||||
['value' => 5, 'generic' => 2, 'graph' => 0, 'descr' => 'critical'],
|
||||
['value' => 6, 'generic' => 2, 'graph' => 0, 'descr' => 'nonRecoverable'],
|
||||
];
|
||||
} elseif ($value_oid == 'voltageProbeStatus' || $value_oid == 'amperageProbeStatus' || $value_oid == 'systemBatteryStatus') {
|
||||
$states = [
|
||||
['value' => 1, 'generic' => 3, 'graph' => 0, 'descr' => 'other'],
|
||||
['value' => 2, 'generic' => 3, 'graph' => 0, 'descr' => 'unknown'],
|
||||
['value' => 3, 'generic' => 0, 'graph' => 0, 'descr' => 'ok'],
|
||||
['value' => 4, 'generic' => 1, 'graph' => 0, 'descr' => 'nonCriticalUpper'],
|
||||
['value' => 5, 'generic' => 2, 'graph' => 0, 'descr' => 'criticalUpper'],
|
||||
['value' => 6, 'generic' => 2, 'graph' => 0, 'descr' => 'nonRecoverableUpper'],
|
||||
['value' => 7, 'generic' => 1, 'graph' => 0, 'descr' => 'nonCriticalLower'],
|
||||
['value' => 8, 'generic' => 2, 'graph' => 0, 'descr' => 'criticalLower'],
|
||||
['value' => 9, 'generic' => 2, 'graph' => 0, 'descr' => 'nonRecoverableLower'],
|
||||
['value' => 10, 'generic' => 2, 'graph' => 0, 'descr' => 'failed'],
|
||||
];
|
||||
}
|
||||
|
||||
if (is_array($temp)) {
|
||||
// Create State Index
|
||||
$state_name = $tablevalue[2];
|
||||
$state_index_id = create_state_index($state_name);
|
||||
|
||||
//Create State Translation
|
||||
if ($state_index_id !== null) {
|
||||
if ($state_name == 'virtualDiskState') {
|
||||
$states = array(
|
||||
array($state_index_id,'unknown',0,1,3) ,
|
||||
array($state_index_id,'online',0,2,0) ,
|
||||
array($state_index_id,'failed',0,3,2) ,
|
||||
array($state_index_id,'degraded',0,4,1)
|
||||
);
|
||||
} elseif ($state_name == 'processorDeviceStatus' || $state_name == 'memoryDeviceStatus') {
|
||||
$states = array(
|
||||
array($state_index_id,'other',0,1,3) ,
|
||||
array($state_index_id,'unknown',0,2,3) ,
|
||||
array($state_index_id,'ok',0,3,0) ,
|
||||
array($state_index_id,'nonCritical',0,4,1) ,
|
||||
array($state_index_id,'critical',0,5,2) ,
|
||||
array($state_index_id,'nonRecoverable',0,6,2)
|
||||
);
|
||||
} elseif ($state_name == 'voltageProbeStatus' || $state_name == 'amperageProbeStatus' || $state_name == 'systemBatteryStatus') {
|
||||
$states = array(
|
||||
array($state_index_id,'other',0,1,3) ,
|
||||
array($state_index_id,'unknown',0,2,3) ,
|
||||
array($state_index_id,'ok',0,3,0) ,
|
||||
array($state_index_id,'nonCriticalUpper',0,4,1) ,
|
||||
array($state_index_id,'criticalUpper',0,5,2) ,
|
||||
array($state_index_id,'nonRecoverableUpper',0,6,2) ,
|
||||
array($state_index_id,'nonCriticalLower',0,7,1) ,
|
||||
array($state_index_id,'criticalLower',0,8,2) ,
|
||||
array($state_index_id,'nonRecoverableLower',0,9,2) ,
|
||||
array($state_index_id,'failed',0,10,2)
|
||||
);
|
||||
}
|
||||
|
||||
foreach ($states as $value) {
|
||||
$insert = array(
|
||||
'state_index_id' => $value[0],
|
||||
'state_descr' => $value[1],
|
||||
'state_draw_graph' => $value[2],
|
||||
'state_value' => $value[3],
|
||||
'state_generic_value' => $value[4]
|
||||
);
|
||||
dbInsert($insert, 'state_translations');
|
||||
}
|
||||
}
|
||||
create_state_index($value_oid, $states);
|
||||
|
||||
foreach ($temp as $index => $entry) {
|
||||
if ($state_name == 'memoryDeviceStatus') {
|
||||
$descr = $temp[$index][$tablevalue[3]] . ', ' . $temp[$index]['memoryDeviceSize']/1024 . ' MB';
|
||||
if ($value_oid == 'memoryDeviceStatus') {
|
||||
$descr = $entry[$descr_oid] . ', ' . $entry['memoryDeviceSize']/1024 . ' MB';
|
||||
} else {
|
||||
$descr = $temp[$index][$tablevalue[3]];
|
||||
$descr = $entry[$descr_oid];
|
||||
}
|
||||
|
||||
//Discover Sensors
|
||||
discover_sensor($valid['sensor'], 'state', $device, $cur_oid.$index, $index, $state_name, $descr, '1', '1', null, null, null, null, $temp[$index][$tablevalue[2]], 'snmp', $index);
|
||||
discover_sensor(
|
||||
$valid['sensor'],
|
||||
'state',
|
||||
$device,
|
||||
$num_oid . $index,
|
||||
$index,
|
||||
$value_oid,
|
||||
$descr,
|
||||
1,
|
||||
1,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
$entry[$value_oid],
|
||||
'snmp',
|
||||
$index
|
||||
);
|
||||
|
||||
//Create Sensor To State Index
|
||||
create_sensor_to_state_index($device, $state_name, $index);
|
||||
create_sensor_to_state_index($device, $value_oid, $index);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2070
tests/data/drac.json
Normal file
2070
tests/data/drac.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,2 +1,580 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Dell Out-of-band SNMP Agent for Remote Access Controller
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10892.5
|
||||
1.3.6.1.2.1.1.3.0|67|248215339
|
||||
1.3.6.1.2.1.1.4.0|4|<private>
|
||||
1.3.6.1.2.1.1.5.0|4|<private>
|
||||
1.3.6.1.2.1.1.6.0|4|<private>
|
||||
1.3.6.1.4.1.674.10892.2.2.1.0|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.200.10.1.58.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.200.10.1.60.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.300.70.1.5.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.300.70.1.6.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.12.1.2.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.12.1.2.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.12.1.8.1.1|4|PS1 Status
|
||||
1.3.6.1.4.1.674.10892.5.4.600.12.1.8.1.2|4|PS2 Status
|
||||
1.3.6.1.4.1.674.10892.5.4.600.12.1.9.1.1|2|264
|
||||
1.3.6.1.4.1.674.10892.5.4.600.12.1.9.1.2|2|264
|
||||
1.3.6.1.4.1.674.10892.5.4.600.12.1.16.1.1|2|230
|
||||
1.3.6.1.4.1.674.10892.5.4.600.12.1.16.1.2|2|230
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.2|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.3|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.4|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.5|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.6|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.7|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.8|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.9|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.10|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.11|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.12|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.13|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.14|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.15|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.16|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.17|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.18|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.19|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.20|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.21|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.22|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.23|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.24|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.25|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.26|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.27|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.28|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.1.1.29|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.3|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.4|2|4
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.5|2|5
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.6|2|6
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.7|2|7
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.8|2|8
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.9|2|9
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.10|2|10
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.11|2|11
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.12|2|12
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.13|2|13
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.14|2|14
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.15|2|15
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.16|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.17|2|17
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.18|2|18
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.19|2|19
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.20|2|20
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.21|2|21
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.22|2|22
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.23|2|23
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.24|2|24
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.25|2|25
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.26|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.27|2|27
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.28|2|28
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.2.1.29|2|29
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.3|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.4|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.5|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.6|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.7|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.8|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.9|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.10|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.11|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.12|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.13|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.14|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.15|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.16|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.17|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.18|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.19|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.20|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.21|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.22|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.23|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.24|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.25|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.26|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.27|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.28|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.3.1.29|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.1|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.3|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.4|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.5|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.6|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.7|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.8|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.9|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.10|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.11|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.12|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.13|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.14|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.15|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.16|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.17|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.18|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.19|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.20|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.21|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.22|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.23|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.24|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.25|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.26|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.27|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.28|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.4.1.29|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.2|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.3|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.4|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.5|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.6|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.7|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.8|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.9|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.10|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.11|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.12|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.13|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.14|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.15|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.16|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.17|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.18|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.19|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.20|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.21|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.22|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.23|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.24|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.25|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.26|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.27|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.28|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.5.1.29|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.6.1.28|2|230000
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.6.1.29|2|230000
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.1|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.2|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.3|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.4|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.5|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.6|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.7|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.8|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.9|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.10|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.11|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.12|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.13|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.14|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.15|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.16|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.17|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.18|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.19|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.20|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.21|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.22|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.23|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.24|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.25|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.26|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.27|2|16
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.28|2|18
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.7.1.29|2|18
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.1|4|CPU1 VCORE PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.2|4|CPU1 FIVR PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.3|4|CPU2 VCORE PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.4|4|CPU2 FIVR PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.5|4|System Board 3.3V PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.6|4|System Board 1.5V AUX PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.7|4|System Board 5V AUX PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.8|4|CPU2 M23 VPP PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.9|4|CPU1 M23 VPP PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.10|4|System Board 1.05V PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.11|4|System Board 2.5V AUX PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.12|4|System Board 5V SWITCH PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.13|4|System Board BP1 5V PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.14|4|System Board PS1 PG Fail
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.15|4|System Board PS2 PG Fail
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.16|4|CPU2 DIMM PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.17|4|CPU1 VCCIO PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.18|4|CPU2 M01 VDDQ PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.19|4|CPU1 M01 VDDQ PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.20|4|CPU2 M01 VTT PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.21|4|CPU2 M23 VTT PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.22|4|CPU2 M01 VPP PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.23|4|CPU1 M01 VPP PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.24|4|System Board 1.5V PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.25|4|CPU1 M01 VTT PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.26|4|CPU2 M23 VDDQ PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.27|4|CPU1 M23 VTT PG
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.28|4|PS1 Voltage 1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.8.1.29|4|PS2 Voltage 2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.3|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.4|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.5|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.6|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.7|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.8|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.9|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.10|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.11|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.12|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.13|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.14|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.15|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.16|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.17|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.18|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.19|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.20|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.21|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.22|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.23|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.24|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.25|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.26|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.27|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.28|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.15.1.29|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.2|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.3|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.4|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.5|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.6|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.7|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.8|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.9|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.10|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.11|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.12|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.13|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.14|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.15|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.16|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.17|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.18|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.19|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.20|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.21|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.22|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.23|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.24|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.25|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.26|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.20.1.16.1.27|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.1.1.2|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.1.1.3|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.2.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.2.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.2.1.3|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.3.1.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.3.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.3.1.3|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.4.1.1|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.4.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.4.1.3|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.5.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.5.1.2|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.5.1.3|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.1|2|8
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.3|2|168
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.7.1.1|2|23
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.7.1.2|2|23
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.7.1.3|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1.1|4|PS1 Current 1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1.2|4|PS2 Current 2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1.3|4|System Board Pwr Consumption
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.10.1.3|2|728
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.11.1.3|2|658
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.15.1.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.15.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.30.1.15.1.3|2|5
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.1.1.2|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.2.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.2.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.3.1.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.3.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.4.1.1|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.4.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.5.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.5.1.2|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.6.1.1|2|4
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.6.1.2|2|4
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.7.1.1|4|System Board CMOS Battery
|
||||
1.3.6.1.4.1.674.10892.5.4.600.50.1.7.1.2|4|PERC1 ROMB Battery
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.2|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.3|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.4|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.5|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.6|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.7|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.8|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.9|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.10|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.11|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.1.1.12|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.1|2|4440
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.2|2|3240
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.3|2|3720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.4|2|3360
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.5|2|4560
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.6|2|4080
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.7|2|4560
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.8|2|4080
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.9|2|3840
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.10|2|3720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.11|2|4560
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.12|2|3480
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.1|4|System Board Fan1A
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.2|4|System Board Fan1B
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.3|4|System Board Fan2A
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.4|4|System Board Fan2B
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.5|4|System Board Fan3A
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.6|4|System Board Fan3B
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.7|4|System Board Fan4A
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.8|4|System Board Fan4B
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.9|4|System Board Fan5A
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.10|4|System Board Fan5B
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.11|4|System Board Fan6A
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.8.1.12|4|System Board Fan6B
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.1|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.2|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.3|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.4|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.5|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.6|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.7|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.8|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.9|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.10|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.11|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.12.1.13.1.12|2|720
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.5.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.5.1.2|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.5.1.3|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.1|2|220
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.2|2|620
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.3|2|600
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.8.1.1|4|System Board Inlet Temp
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.8.1.2|4|CPU1 Temp
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.8.1.3|4|CPU2 Temp
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.10.1.1|2|470
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.10.1.2|2|850
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.10.1.3|2|850
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.11.1.1|2|420
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.11.1.2|2|800
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.11.1.3|2|800
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.12.1.1|2|30
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.12.1.2|2|80
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.12.1.3|2|80
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.13.1.1|2|-70
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.13.1.2|2|30
|
||||
1.3.6.1.4.1.674.10892.5.4.700.20.1.13.1.3|2|30
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.1.1.2|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.2.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.2.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.3.1.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.3.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.4.1.1|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.4.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.5.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.5.1.2|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.7.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.7.1.2|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.8.1.1|4|Intel
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.8.1.2|4|Intel
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.9.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.9.1.2|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.10.1.1|2|21
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.10.1.2|2|21
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.11.1.1|2|4000
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.11.1.2|2|4000
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.12.1.1|2|2400
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.12.1.2|2|2400
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.13.1.1|2|8000
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.13.1.2|2|8000
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.14.1.1|2|1300
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.14.1.2|2|1300
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.16.1.1|4|Model 63 Stepping 2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.16.1.2|4|Model 63 Stepping 2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.17.1.1|2|6
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.17.1.2|2|6
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.18.1.1|2|6
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.18.1.2|2|6
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.19.1.1|2|12
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.19.1.2|2|12
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.20.1.1|2|4
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.20.1.2|2|4
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.21.1.1|2|29
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.21.1.2|2|29
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.22.1.1|2|29
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.22.1.2|2|29
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.23.1.1|4|Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.23.1.2|4|Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.26.1.1|4|CPU.Socket.1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.30.1.26.1.2|4|CPU.Socket.2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.1.1.2|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.1.1.3|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.1.1.4|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.1.1.5|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.1.1.6|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.1.1.7|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.1.1.8|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.2.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.2.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.2.1.3|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.2.1.4|2|4
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.2.1.5|2|5
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.2.1.6|2|6
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.2.1.7|2|7
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.2.1.8|2|8
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.3.1.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.3.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.3.1.3|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.3.1.4|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.3.1.5|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.3.1.6|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.3.1.7|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.3.1.8|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.4.1.1|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.4.1.2|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.4.1.3|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.4.1.4|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.4.1.5|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.4.1.6|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.4.1.7|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.4.1.8|2|2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.1.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.1.2|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.1.3|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.1.4|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.1.5|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.1.6|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.1.7|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.5.1.8|2|3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.7.1.1|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.7.1.2|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.7.1.3|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.7.1.4|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.7.1.5|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.7.1.6|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.7.1.7|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.7.1.8|2|26
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.8.1.1|4|DIMM.Socket.A1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.8.1.2|4|DIMM.Socket.A2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.8.1.3|4|DIMM.Socket.A3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.8.1.4|4|DIMM.Socket.A4
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.8.1.5|4|DIMM.Socket.B1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.8.1.6|4|DIMM.Socket.B2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.8.1.7|4|DIMM.Socket.B3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.8.1.8|4|DIMM.Socket.B4
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.10.1.1|4|A
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.10.1.2|4|A
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.10.1.3|4|A
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.10.1.4|4|A
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.10.1.5|4|B
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.10.1.6|4|B
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.10.1.7|4|B
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.10.1.8|4|B
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.14.1.1|2|16777216
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.14.1.2|2|16777216
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.14.1.3|2|16777216
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.14.1.4|2|16777216
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.14.1.5|2|16777216
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.14.1.6|2|16777216
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.14.1.7|2|16777216
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.14.1.8|2|16777216
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.15.1.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.15.1.2|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.15.1.3|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.15.1.4|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.15.1.5|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.15.1.6|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.15.1.7|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.15.1.8|2|0
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.21.1.1|4|Hynix Semiconductor
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.21.1.2|4|Hynix Semiconductor
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.21.1.3|4|Hynix Semiconductor
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.21.1.4|4|Hynix Semiconductor
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.21.1.5|4|Hynix Semiconductor
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.21.1.6|4|Hynix Semiconductor
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.21.1.7|4|Hynix Semiconductor
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.21.1.8|4|Hynix Semiconductor
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.22.1.1|4|HMA42GR7AFR4N-TF
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.22.1.2|4|HMA42GR7AFR4N-TF
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.22.1.3|4|HMA42GR7AFR4N-TF
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.22.1.4|4|HMA42GR7AFR4N-TF
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.22.1.5|4|HMA42GR7AFR4N-TF
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.22.1.6|4|HMA42GR7AFR4N-TF
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.22.1.7|4|HMA42GR7AFR4N-TF
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.22.1.8|4|HMA42GR7AFR4N-TF
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.23.1.1|4|12345678
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.23.1.2|4|12345678
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.23.1.3|4|12345678
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.23.1.4|4|12345678
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.23.1.5|4|12345678
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.23.1.6|4|12345678
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.23.1.7|4|12345678
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.23.1.8|4|12345678
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.26.1.1|4|DIMM.Socket.A1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.26.1.2|4|DIMM.Socket.A2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.26.1.3|4|DIMM.Socket.A3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.26.1.4|4|DIMM.Socket.A4
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.26.1.5|4|DIMM.Socket.B1
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.26.1.6|4|DIMM.Socket.B2
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.26.1.7|4|DIMM.Socket.B3
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.26.1.8|4|DIMM.Socket.B4
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.27.1.1|2|1866
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.27.1.2|2|1866
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.27.1.3|2|1866
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.27.1.4|2|1866
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.27.1.5|2|1866
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.27.1.6|2|1866
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.27.1.7|2|1866
|
||||
1.3.6.1.4.1.674.10892.5.4.1100.50.1.27.1.8|2|1866
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.2.1|4|Virtual Disk 0
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4.1|2|2
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.6.1|2|2288128
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.10.1|2|2
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.11.1|2|2
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.13.1|2|6
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.14.1|2|10
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.20.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.23.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.24.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.25.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.26.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.30.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.31.1|2|0
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.32.1|4|SAS
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.33.1|4|HDD
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.34.1|2|1
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.35.1|4|Disk.Virtual.0:RAID.Integrated.1-1
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.36.1|4|Virtual Disk 0 on Integrated RAID Controller 1
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.37.1|2|3
|
||||
1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.38.1|2|512
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|2482153
|
||||
11.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
|
||||
|
Reference in New Issue
Block a user