EUROstor RAID (#12969)

* Proware Controller in EuroStore RAID Chassis

* fix style

* Eurostore

* renew testdata

* Fix style
This commit is contained in:
Kevin Zink 2021-06-21 10:13:40 +02:00 committed by GitHub
parent b7d1420020
commit 7ef302a8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 8405 additions and 0 deletions

32
LibreNMS/OS/Eurostor.php Normal file
View File

@ -0,0 +1,32 @@
<?php
namespace LibreNMS\OS;
use App\Models\Device;
use LibreNMS\Interfaces\Discovery\OSDiscovery;
use LibreNMS\OS;
class Eurostor extends OS implements OSDiscovery
{
public function discoverOS(Device $device): void
{
$info = snmp_getnext_multi($this->getDeviceArray(), ['siVendor', 'siModel', 'siSerial', 'siFirmVer'], '-OQUs', 'proware-SNMP-MIB');
$device->version = trim($info['siFirmVer'], '"');
$device->hardware = trim($info['siModel'], '"');
$device->features = trim($info['siVendor'], '"');
$device->serial = trim($info['siSerial'], '"');
if (preg_match('/^ES/', $device->hardware)) {
$device->hardware = 'EUROstore [' . $device->hardware . ']';
}
if (preg_match('/^ARC/', $device->features)) {
$device->features = 'Controller: Areca ' . $device->features;
}
// Sometimes firmware outputs serial as hex-string
if (isHexString($device->serial)) {
$device->serial = snmp_hexstring($device->serial);
}
}
}

View File

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 185 82.2" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-13.7 -108)" stroke-width=".265"><path d="m87.9 190c13.5-8.31 23.9-18.3 28.5-27.1 2.06-4.02 2.76-6.66 2.79-10.5 0.0181-2.9-0.0505-3.37-0.798-5.48-1.55-4.39-4.59-8.87-9.34-13.8-7.14-7.4-18.5-15.8-31.1-23-3.62-2.07-3.44-2.06 3.44 0.207 26.4 8.69 45.2 20.3 51.6 31.9 3.49 6.35 3.59 13.2 0.294 20-1.57 3.23-3.73 6.06-7.05 9.24-5.86 5.61-14.4 10.6-25.4 14.9-3.92 1.53-11.5 3.99-13.5 4.39-0.854 0.173-0.811 0.118 0.583-0.741zm17.1-8.49c3.55-1.52 8.19-3.98 11.1-5.9 7.9-5.16 12.8-10.8 15-17.1 0.892-2.55 0.944-2.89 0.952-6.14 7e-3 -2.91-0.0874-3.73-0.606-5.29-3.04-9.15-13.1-18.2-29.3-26.3-4.26-2.13-7.54-3.6-7.69-3.44-0.0583 0.0583 0.697 0.682 1.68 1.39 2.95 2.11 7.69 6.02 10.7 8.82 7.54 6.98 12.5 13.7 14.4 19.3 0.669 2.04 0.757 2.69 0.746 5.49-9e-3 2.47-0.145 3.64-0.611 5.29-1.23 4.34-4.01 9.27-7.75 13.8-2.31 2.77-6.7 7.12-9.36 9.27-2.27 1.84-2.13 1.71-1.79 1.71 0.157 0 1.25-0.413 2.43-0.917zm-91.4-29.4c1.6e-5 -13.2 0.0322-18.6 0.0716-12 0.0394 6.67 0.0394 17.5-2.9e-5 24.1-0.0394 6.57-0.0716 1.12-0.0716-12.1zm131 16.9c-1.13-0.347-1.34-0.534-1.82-1.61-0.448-1.01-0.563-1.97-0.679-5.67l-0.14-4.46h5.63v3.85c0 3.95 0.192 4.88 1.01 4.88 1.01 0 1.1-0.469 1.1-5.7 0-5.96 0.299-5.38-3.79-7.4-3.79-1.87-3.75-1.78-3.74-8.33 9e-3 -4.67 0.0623-5.28 0.567-6.39 0.767-1.69 1.6-1.95 6.17-1.94 5.76 0.011 6.14 0.419 6.3 6.74l0.102 4.1h-5.48l-0.132-3.54c-0.114-3.05-0.199-3.58-0.612-3.84-0.39-0.238-0.575-0.176-0.992 0.332-0.45 0.549-0.513 1.05-0.513 4.15 0 2.09 0.124 3.8 0.303 4.19 0.208 0.456 1.22 1.14 3.22 2.2 4.17 2.18 4 1.82 4.09 8.71 0.114 7.99-0.214 9.17-2.73 9.86-1.53 0.416-6.36 0.332-7.89-0.138zm17.9 0.16c-0.766-0.112-1.7-0.404-2.07-0.649-1.41-0.924-1.43-1.14-1.43-15.5v-13.2h-1.59v-1.7c0-1.66 0.0179-1.7 0.728-1.79l0.728-0.0837 0.147-7.54h5.54v7.67h2.38v3.44h-2.39l0.137 25.8 2.25 0.163v3.67l-1.52-0.033c-0.837-0.0182-2.15-0.124-2.91-0.236zm8.82-0.19c-0.75-0.269-1.53-0.783-1.85-1.21-0.539-0.731-0.552-1.04-0.62-14.7-0.0784-15.7-0.138-15.2 1.92-16.3 0.919-0.475 1.53-0.547 4.63-0.542 3.15 5e-3 3.7 0.073 4.66 0.581 1.86 0.988 1.82 0.635 1.82 16.1 0 15.4 0.0576 14.9-1.91 15.9-1.49 0.716-6.86 0.832-8.66 0.187zm4.86-3.49c0.178-0.332 0.274-4.84 0.274-12.8 0-10.8-0.0497-12.4-0.416-12.7-0.229-0.229-0.518-0.416-0.643-0.416s-0.414 0.187-0.643 0.416c-0.366 0.366-0.416 1.9-0.416 12.9 0 9.37 0.0795 12.6 0.318 12.8 0.477 0.477 1.22 0.383 1.53-0.194zm9.27-12.6v-16.5h2.93c1.88 0 2.87 0.0943 2.76 0.265-0.382 0.618 0.206 0.755 0.932 0.218 1.05-0.779 3.31-0.957 4.57-0.36 1.66 0.789 1.88 1.63 1.99 7.75l0.101 5.36h-5.6l-0.144-9.66-0.647-0.0913c-1.34-0.189-1.34-0.239-1.34 15.2v14.4h-5.56zm-123-3.22c0.182-0.0734 0.48-0.0734 0.661 0s0.0331 0.133-0.331 0.133c-0.364 0-0.513-0.06-0.331-0.133zm23-22c0.473-0.0587 1.25-0.0587 1.72 0s0.086 0.107-0.86 0.107-1.33-0.048-0.86-0.107z" fill="#006984" fill-opacity=".616"/><path d="m36.9 176c-3.12-0.323-4.46-0.983-5.15-2.54-0.897-2.03-1.04-5.9-0.96-26.3l0.0733-19.2 7.81-0.146v21.3c0 19.3 0.0401 21.3 0.43 21.7 0.612 0.612 1.74 0.406 2.14-0.392 0.259-0.515 0.334-5.31 0.337-21.6l0.0039-21h7.69l-0.0734 22c-0.0694 20.8-0.101 22.1-0.566 23.2-0.967 2.21-2.42 2.83-7.18 3.08-1.31 0.0665-3.36 0.0199-4.55-0.103zm46.3 0.0112c-3.69-0.417-4.84-1.1-5.58-3.3-0.406-1.2-0.461-3.21-0.535-19.6-0.0841-18.7 0.0049-20.8 0.927-22.8 0.909-1.91 3.67-2.62 9.39-2.44 3.18 0.102 3.99 0.217 5.15 0.723 2.92 1.28 3.06 2.43 2.93 25.2-0.09 15.7-0.143 17.5-0.568 18.8-0.6 1.82-1.35 2.55-3.11 3.05-1.77 0.498-6.1 0.716-8.6 0.434zm4.13-5.28c0.418-0.782 0.376-37.1-0.0436-37.5-0.175-0.175-0.627-0.318-1.01-0.318s-0.831 0.143-1.01 0.318c-0.459 0.459-0.459 37.3 0 37.7 0.503 0.503 1.74 0.386 2.05-0.194zm-73.5-18.8v-24.1h12.4v5.01l-4.63 0.153v14l4.63 0.153v4.99l-4.63 0.153v18.5l4.63 0.153v5.01h-12.4zm40.3 0.0661 0.0675-24 6.48 4e-3c7.01 4e-3 8.48 0.202 9.98 1.35 1.57 1.2 1.79 2.56 1.79 11.2 0 7.4-0.0118 7.56-0.627 8.81-0.391 0.795-1.03 1.54-1.69 1.98-0.96 0.636-1.01 0.727-0.567 0.975 0.271 0.15 0.926 0.69 1.45 1.2 1.45 1.4 1.56 2.35 1.56 13.1v9.38h-7.94v-10c0-9.66-0.0196-10.1-0.512-10.3-0.281-0.151-0.877-0.274-1.32-0.274h-0.811v20.6h-7.94zm9.93-2.59c0.585-0.409 0.588-0.457 0.588-8.05 0-8.49 0.0043-8.47-1.74-8.47h-0.907v16.9h0.735c0.404 0 0.999-0.185 1.32-0.412z" fill="#333"/></g></svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 79.7 82.2" xmlns="http://www.w3.org/2000/svg"><path d="m12.3 81.4c13.5-8.31 23.9-18.3 28.5-27.1 2.06-4.02 2.76-6.66 2.79-10.5 0.0181-2.9-0.0505-3.37-0.798-5.48-1.55-4.39-4.59-8.87-9.34-13.8-7.14-7.4-18.5-15.8-31.1-23-3.62-2.07-3.44-2.06 3.44 0.207 26.4 8.69 45.2 20.3 51.6 31.9 3.49 6.35 3.59 13.2 0.294 20-1.57 3.23-3.73 6.06-7.05 9.24-5.86 5.61-14.4 10.6-25.4 14.9-3.92 1.53-11.5 3.99-13.5 4.39-0.854 0.173-0.811 0.118 0.583-0.741zm17.1-8.49c3.55-1.52 8.19-3.98 11.1-5.9 7.9-5.16 12.8-10.8 15-17.1 0.892-2.55 0.944-2.89 0.952-6.14 7e-3 -2.91-0.0874-3.73-0.606-5.29-3.04-9.15-13.1-18.2-29.3-26.3-4.26-2.13-7.54-3.6-7.69-3.44-0.0583 0.0583 0.697 0.682 1.68 1.39 2.95 2.11 7.69 6.02 10.7 8.82 7.54 6.98 12.5 13.7 14.4 19.3 0.669 2.04 0.757 2.69 0.746 5.49-9e-3 2.47-0.145 3.64-0.611 5.29-1.23 4.34-4.01 9.27-7.75 13.8-2.31 2.77-6.7 7.12-9.36 9.27-2.27 1.84-2.13 1.71-1.79 1.71 0.157 0 1.25-0.413 2.43-0.917zm39.6-12.5c-1.13-0.347-1.34-0.534-1.82-1.61-0.448-1.01-0.563-1.97-0.679-5.67l-0.14-4.46h5.63v3.85c0 3.95 0.192 4.88 1.01 4.88 1.01 0 1.1-0.469 1.1-5.7 0-5.96 0.299-5.38-3.79-7.4-3.79-1.87-3.75-1.78-3.74-8.33 9e-3 -4.67 0.0623-5.28 0.567-6.39 0.767-1.69 1.6-1.95 6.17-1.94 5.76 0.011 6.14 0.419 6.3 6.74l0.102 4.1h-5.48l-0.132-3.54c-0.114-3.05-0.199-3.58-0.612-3.84-0.39-0.238-0.575-0.176-0.992 0.332-0.45 0.549-0.513 1.05-0.513 4.15 0 2.09 0.124 3.8 0.303 4.19 0.208 0.456 1.22 1.14 3.22 2.2 4.17 2.18 4 1.82 4.09 8.71 0.114 7.99-0.214 9.17-2.73 9.86-1.53 0.416-6.36 0.332-7.89-0.138zm-59.2-41.3c0.473-0.0587 1.25-0.0587 1.72 0s0.086 0.107-0.86 0.107c-0.946 0-1.33-0.048-0.86-0.107z" fill="#006984" fill-opacity=".616" stroke-width=".265"/><path d="m44.6 43.3v-24.1h12.4v5.01l-4.63 0.153v14l4.63 0.153v4.99l-4.63 0.153v18.5l4.63 0.153v5.01h-12.4z" fill="#333" stroke-width=".265"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -7,3 +7,5 @@ discovery:
-
sysDescr:
- Raid Subsystem V
sysObjectID_except:
- .1.3.6.1.4.1.14752.1.3 #Proware/EuroStor

View File

@ -0,0 +1,132 @@
mib: proware-SNMP-MIB
modules:
sensors:
temperature:
data:
-
oid: hwControllerBoardTempTable
value: hwControllerBoardTempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.1.10.1.3.{{ $index }}'
index: hwControllerBoardTempIndex.{{ $index }}
descr: hwControllerBoardTempDesc
-
oid: hwEnclosure01TempTable
value: hwEnclosure01TempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.2.10.1.3.{{ $index }}'
index: hwEnclosure01TempIndex.{{ $index }}
descr: hwEnclosure01TempDesc
-
oid: hwEnclosure02TempTable
value: hwEnclosure02TempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.3.10.1.3.{{ $index }}'
index: hwEnclosure02TempIndex.{{ $index }}
descr: hwEnclosure02TempDesc
-
oid: hwEnclosure03TempTable
value: hwEnclosure03TempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.4.10.1.3.{{ $index }}'
index: hwEnclosure03TempIndex.{{ $index }}
descr: hwEnclosure03TempDesc
-
oid: hwEnclosure04TempTable
value: hwEnclosure04TempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.5.10.1.3.{{ $index }}'
index: hwEnclosure04TempIndex.{{ $index }}
descr: hwEnclosure04TempDesc
-
oid: hwEnclosure05TempTable
value: hwEnclosure05TempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.6.10.1.3.{{ $index }}'
index: hwEnclosure05TempIndex.{{ $index }}
descr: hwEnclosure05TempDesc
-
oid: hwEnclosure06TempTable
value: hwEnclosure06TempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.7.10.1.3.{{ $index }}'
index: hwEnclosure06TempIndex.{{ $index }}
descr: hwEnclosure06TempDesc
-
oid: hwEnclosure07TempTable
value: hwEnclosure07TempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.8.10.1.3.{{ $index }}'
index: hwEnclosure07TempIndex.{{ $index }}
descr: hwEnclosure07TempDesc
-
oid: hwEnclosure08TempTable
value: hwEnclosure08TempValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.9.10.1.3.{{ $index }}'
index: hwEnclosure08TempIndex.{{ $index }}
descr: hwEnclosure08TempDesc
fanspeed:
data:
-
oid: hwEnclosure01FanTable
value: hwEnclosure01FanSpeed
num_oid: '.1.3.6.1.4.1.14752.1.3.2.2.9.1.3.{{ $index }}'
index: hwEnclosure01FanIndex.{{ $index }}
descr: hwEnclosure01FanDesc
group: 'Backplane 1'
-
oid: hwEnclosure02FanTable
value: hwEnclosure02FanSpeed
num_oid: '.1.3.6.1.4.1.14752.1.3.2.3.9.1.3.{{ $index }}'
index: hwEnclosure02FanIndex.{{ $index }}
descr: hwEnclosure02FanDesc
group: 'Backplane 2'
-
oid: hwEnclosure03FanTable
value: hwEnclosure03FanSpeed
num_oid: '.1.3.6.1.4.1.14752.1.3.2.4.9.1.3.{{ $index }}'
index: hwEnclosure03FanIndex.{{ $index }}
descr: hwEnclosure03FanDesc
group: 'Backplane 3'
-
oid: hwEnclosure04FanTable
value: hwEnclosure04FanSpeed
num_oid: '.1.3.6.1.4.1.14752.1.3.2.5.9.1.3.{{ $index }}'
index: hwEnclosure04FanIndex.{{ $index }}
descr: hwEnclosure04FanDesc
group: 'Backplane 4'
-
oid: hwEnclosure05FanTable
value: hwEnclosure05FanSpeed
num_oid: '.1.3.6.1.4.1.14752.1.3.2.6.9.1.3.{{ $index }}'
index: hwEnclosure05FanIndex.{{ $index }}
descr: hwEnclosure05FanDesc
group: 'Backplane 5'
-
oid: hwEnclosure06FanTable
value: hwEnclosure06FanSpeed
num_oid: '.1.3.6.1.4.1.14752.1.3.2.7.9.1.3.{{ $index }}'
index: hwEnclosure06FanIndex.{{ $index }}
descr: hwEnclosure06FanDesc
group: 'Backplane 6'
-
oid: hwEnclosure07FanTable
value: hwEnclosure07FanSpeed
num_oid: '.1.3.6.1.4.1.14752.1.3.2.8.9.1.3.{{ $index }}'
index: hwEnclosure07FanIndex.{{ $index }}
descr: hwEnclosure07FanDesc
group: 'Backplane 7'
-
oid: hwEnclosure08FanTable
value: hwEnclosure08FanSpeed
num_oid: '.1.3.6.1.4.1.14752.1.3.2.9.9.1.3.{{ $index }}'
index: hwEnclosure08FanIndex.{{ $index }}
descr: hwEnclosure08FanDesc
group: 'Backplane 8'
voltage:
data:
-
oid: hwControllerBoardVolTable
value: hwControllerBoardVolValue
num_oid: '.1.3.6.1.4.1.14752.1.3.2.1.8.1.3.{{ $index }}'
index: hwControllerBoardVolIndex.{{ $index }}
descr: hwControllerBoardVolDesc
divisor: 1000
skip_values:
-
oid: hwControllerBoardVolDesc
op: '=='
value: 'Battery Status'

View File

@ -0,0 +1,8 @@
os: eurostor
text: 'EUROstor RAID Subsystem'
icon: eurostor
type: appliance
mib_dir: proware
discovery:
-
sysObjectID: .1.3.6.1.4.1.14752.1.3

View File

@ -0,0 +1,85 @@
<?php
$chassis_array = snmpwalk_cache_multi_oid($device, 'systeminformation', $chassis_array, 'proware-SNMP-MIB');
$id = 1;
foreach ($chassis_array as $chassis_contents) {
// Discover the chassis
$entity_array[] = [
'entPhysicalIndex' => $id++,
'entPhysicalDescr' => "Eurostore {$chassis_contents['siModel']}",
'entPhysicalClass' => 'chassis',
'entPhysicalModelName' => $chassis_contents['siModel'],
'entPhysicalSerialNum' => $chassis_contents['siSerial'],
'entPhysicalContainedIn' => '0',
'entPhysicalVendorType' => $chassis_contents['siVendor'],
'entPhysicalHardwareRev' => $chassis_contents['siBootVer'],
'entPhysicalFirmwareRev' => $chassis_contents['siFirmVer'],
];
}
for ($i = 1; $i <= 8; $i++) {
$backplane_array = snmpwalk_cache_multi_oid($device, 'hwEnclosure' . $i, $backplane_array, 'proware-SNMP-MIB');
foreach ($backplane_array as $backplane_contents) {
if ($backplane_contents['hwEnclosure0' . $i . 'Installed'] != 2) {
continue;
}
$backplane_id = $id++;
// Discover the chassis
$entity_array[] = [
'entPhysicalIndex' => $backplane_id,
'entPhysicalDescr' => $backplane_contents['hwEnclosure0' . $i . 'Description'],
'entPhysicalClass' => 'backplane',
'entPhysicalContainedIn' => '1',
'entPhysicalParentRelPos' => $i,
];
$hdd_array = snmpwalk_cache_multi_oid($device, 'hddEnclosure0' . $i . 'InfoTable', $hdd_array, 'proware-SNMP-MIB');
var_dump($hdd_array);
foreach ($hdd_array as $hdd_contents) {
// Discover the chassis
$entity_array[] = [
'entPhysicalContainedIn' => $backplane_id,
'entPhysicalIndex' => $id++,
'entPhysicalDescr' => $hdd_contents['hddEnclosure0' . $i . 'Desc'],
'entPhysicalClass' => 'container',
'entPhysicalParentRelPos' => $hdd_contents['hddEnclosure0' . $i . 'Slots'],
'entPhysicalName' => $hdd_contents['hddEnclosure0' . $i . 'Name'],
'entPhysicalSerialNum' => $hdd_contents['hddEnclosure0' . $i . 'Serial'],
'entPhysicalFirmwareRev' => $hdd_contents['hddEnclosure0' . $i . 'FrimVer'],
'entPhysicalIsFRU' => 'true',
'entPhysicalAlias' => $hdd_contents['hddEnclosure0' . $i . 'State'],
];
}
}
}
foreach ($entity_array as $entPhysicalIndex => $entry) {
$entPhysicalIndex = array_key_exists('entPhysicalIndex', $entry) ? $entry['entPhysicalIndex'] : '';
$entPhysicalDescr = array_key_exists('entPhysicalDescr', $entry) ? $entry['entPhysicalDescr'] : '';
$entPhysicalClass = array_key_exists('entPhysicalClass', $entry) ? $entry['entPhysicalClass'] : '';
$entPhysicalName = array_key_exists('entPhysicalName', $entry) ? $entry['entPhysicalName'] : '';
$entPhysicalModelName = array_key_exists('entPhysicalModelName', $entry) ? $entry['entPhysicalModelName'] : '';
$entPhysicalSerialNum = array_key_exists('entPhysicalSerialNum', $entry) ? $entry['entPhysicalSerialNum'] : '';
$entPhysicalContainedIn = array_key_exists('entPhysicalContainedIn', $entry) ? $entry['entPhysicalContainedIn'] : '';
$entPhysicalMfgName = array_key_exists('entPhysicalMfgName', $entry) ? $entry['entPhysicalMfgName'] : '';
$entPhysicalParentRelPos = array_key_exists('entPhysicalParentRelPos', $entry) ? $entry['entPhysicalParentRelPos'] : '';
$entPhysicalVendorType = array_key_exists('entPhysicalVendorType', $entry) ? $entry['entPhysicalVendorType'] : '';
$entPhysicalHardwareRev = array_key_exists('entPhysicalHardwareRev', $entry) ? $entry['entPhysicalHardwareRev'] : '';
$entPhysicalFirmwareRev = array_key_exists('entPhysicalFirmwareRev', $entry) ? $entry['entPhysicalFirmwareRev'] : '';
$entPhysicalSoftwareRev = array_key_exists('entPhysicalSoftwareRev', $entry) ? $entry['entPhysicalSoftwareRev'] : '';
$entPhysicalIsFRU = array_key_exists('entPhysicalIsFRU', $entry) ? $entry['entPhysicalIsFRU'] : '';
$entPhysicalAlias = array_key_exists('entPhysicalAlias', $entry) ? $entry['entPhysicalAlias'] : '';
$entPhysicalAssetID = array_key_exists('entPhysicalAssetID', $entry) ? $entry['entPhysicalAssetID'] : '';
$ifIndex = array_key_exists('ifIndex', $entry) ? $entry['ifIndex'] : '';
discover_entity_physical($valid, $device, $entPhysicalIndex, $entPhysicalDescr, $entPhysicalClass, $entPhysicalName, $entPhysicalModelName, $entPhysicalSerialNum, $entPhysicalContainedIn, $entPhysicalMfgName, $entPhysicalParentRelPos, $entPhysicalVendorType, $entPhysicalHardwareRev, $entPhysicalFirmwareRev, $entPhysicalSoftwareRev, $entPhysicalIsFRU, $entPhysicalAlias, $entPhysicalAssetID, $ifIndex);
}//end foreach
echo "\n";
unset(
$update_data,
$insert_data,
$entry,
$entity_array
);

View File

@ -0,0 +1,46 @@
<?php
$stateLookupTable = [
'RaidSet Member' => 1,
'Hot Spare' => 2,
'Failed' => 3,
];
$state_name = 'raidMember';
$states = [
['value' => 0, 'generic' => 1, 'graph' => 0, 'descr' => 'undefined'],
['value' => 1, 'generic' => 0, 'graph' => 0, 'descr' => 'member'],
['value' => 2, 'generic' => 3, 'graph' => 0, 'descr' => 'spare'],
['value' => 3, 'generic' => 2, 'graph' => 0, 'descr' => 'failed'],
];
$walk = [
'hddEnclosure01' => '.1.3.6.1.4.1.14752.1.3.3.1.4.1.8.',
'hddEnclosure02' => '.1.3.6.1.4.1.14752.1.3.3.2.4.1.8.',
'hddEnclosure03' => '.1.3.6.1.4.1.14752.1.3.3.3.4.1.8.',
'hddEnclosure04' => '.1.3.6.1.4.1.14752.1.3.3.4.4.1.8.',
'hddEnclosure05' => '.1.3.6.1.4.1.14752.1.3.3.5.4.1.8.',
'hddEnclosure06' => '.1.3.6.1.4.1.14752.1.3.3.6.4.1.8.',
'hddEnclosure07' => '.1.3.6.1.4.1.14752.1.3.3.7.4.1.8.',
'hddEnclosure08' => '.1.3.6.1.4.1.14752.1.3.3.8.4.1.8.',
];
foreach ($walk as $mib => $num_oid) {
$oids = snmpwalk_group($device, $mib . 'InfoTable', 'proware-SNMP-MIB');
if (! empty($oids)) {
$raids = snmpwalk_group($device, 'raidInfoTable', 'proware-SNMP-MIB');
create_state_index($state_name, $states);
foreach ($oids as $index => $entry) {
$group = 'Non RAID member';
$tmp = preg_replace('/hddEnclosure0(\d)(\d+)/i', 'E${1}S${2}', $mib . $entry[$mib . 'Slots']);
foreach ($raids as $raid) {
if (in_array($tmp, explode(',', $raid['raidMemberDiskChannels']))) {
$group = $raid['raidName'];
break;
}
}
discover_sensor($valid['sensor'], 'state', $device, $num_oid . $index, $mib . $index, $state_name, $entry[$mib . 'Desc'], 1, 1, null, null, null, null, $stateLookupTable[$entry[$mib . 'State']], 'snmp', $mib . $index, null, null, $group);
create_sensor_to_state_index($device, $state_name, $mib . $index);
}
}
}

View File

@ -0,0 +1,9 @@
<?php
$stateLookupTable = [
'RaidSet Member' => 1,
'Hot Spare' => 2,
'Failed' => 3,
];
$sensor_value = $stateLookupTable[$sensor_value];

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,785 @@
1.3.6.1.2.1.1.1.0|4|Raid Subsystem V1.00
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.14752.1.3
1.3.6.1.2.1.1.3.0|67|1133184350
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.2.1.2.2.1.1.1|2|1
1.3.6.1.2.1.2.2.1.2.1|4|Raid Management Through Ethernet
1.3.6.1.2.1.2.2.1.3.1|2|6
1.3.6.1.2.1.2.2.1.4.1|2|1500
1.3.6.1.2.1.2.2.1.5.1|66|100000000
1.3.6.1.2.1.2.2.1.6.1|4x|001B4D019A7C
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.9.1|67|0
1.3.6.1.2.1.2.2.1.10.1|65|1224699733
1.3.6.1.2.1.2.2.1.11.1|65|16433888
1.3.6.1.2.1.2.2.1.12.1|65|13901396
1.3.6.1.2.1.2.2.1.13.1|65|72
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.15.1|65|201779
1.3.6.1.2.1.2.2.1.16.1|65|383503084
1.3.6.1.2.1.2.2.1.17.1|65|2323459
1.3.6.1.2.1.2.2.1.18.1|65|267
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.21.1|66|0
1.3.6.1.2.1.2.2.1.22.1|6|0.0
1.3.6.1.2.1.4.3.0|65|2304310
1.3.6.1.2.1.4.4.0|65|0
1.3.6.1.2.1.4.5.0|65|173121
1.3.6.1.2.1.4.6.0|65|0
1.3.6.1.2.1.4.7.0|65|0
1.3.6.1.2.1.4.8.0|65|0
1.3.6.1.2.1.4.9.0|65|0
1.3.6.1.2.1.4.10.0|65|2117801
1.3.6.1.2.1.4.11.0|65|0
1.3.6.1.2.1.4.12.0|65|0
1.3.6.1.2.1.4.14.0|65|0
1.3.6.1.2.1.4.15.0|65|0
1.3.6.1.2.1.4.16.0|65|0
1.3.6.1.2.1.4.17.0|65|0
1.3.6.1.2.1.4.18.0|65|0
1.3.6.1.2.1.4.19.0|65|0
1.3.6.1.2.1.4.20.1.2.149.217.131.41|2|1
1.3.6.1.2.1.4.20.1.3.149.217.131.41|64|255.255.240.0
1.3.6.1.2.1.5.1.0|65|0
1.3.6.1.2.1.5.2.0|65|0
1.3.6.1.2.1.5.3.0|65|0
1.3.6.1.2.1.5.4.0|65|0
1.3.6.1.2.1.5.5.0|65|0
1.3.6.1.2.1.5.6.0|65|0
1.3.6.1.2.1.5.7.0|65|0
1.3.6.1.2.1.5.8.0|65|0
1.3.6.1.2.1.5.9.0|65|0
1.3.6.1.2.1.5.10.0|65|0
1.3.6.1.2.1.5.11.0|65|0
1.3.6.1.2.1.5.12.0|65|0
1.3.6.1.2.1.5.13.0|65|0
1.3.6.1.2.1.5.14.0|65|0
1.3.6.1.2.1.5.15.0|65|0
1.3.6.1.2.1.5.16.0|65|0
1.3.6.1.2.1.5.17.0|65|0
1.3.6.1.2.1.5.18.0|65|0
1.3.6.1.2.1.5.19.0|65|0
1.3.6.1.2.1.5.20.0|65|0
1.3.6.1.2.1.5.21.0|65|0
1.3.6.1.2.1.5.22.0|65|0
1.3.6.1.2.1.5.23.0|65|0
1.3.6.1.2.1.5.24.0|65|0
1.3.6.1.2.1.5.25.0|65|0
1.3.6.1.2.1.5.26.0|65|0
1.3.6.1.2.1.6.5.0|65|5
1.3.6.1.2.1.6.6.0|65|6
1.3.6.1.2.1.6.7.0|65|0
1.3.6.1.2.1.6.8.0|65|0
1.3.6.1.2.1.6.9.0|66|0
1.3.6.1.2.1.6.10.0|65|219
1.3.6.1.2.1.6.11.0|65|133
1.3.6.1.2.1.6.12.0|65|0
1.3.6.1.2.1.6.14.0|65|0
1.3.6.1.2.1.6.15.0|65|0
1.3.6.1.2.1.7.1.0|65|1578967
1.3.6.1.2.1.7.2.0|65|13383
1.3.6.1.2.1.7.3.0|65|0
1.3.6.1.2.1.7.4.0|65|1565573
1.3.6.1.2.1.11.1.0|65|1565306
1.3.6.1.2.1.11.2.0|65|1565294
1.3.6.1.2.1.11.3.0|65|4
1.3.6.1.2.1.11.4.0|65|7
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|0
1.3.6.1.2.1.11.8.0|65|0
1.3.6.1.2.1.11.9.0|65|0
1.3.6.1.2.1.11.10.0|65|0
1.3.6.1.2.1.11.11.0|65|0
1.3.6.1.2.1.11.12.0|65|0
1.3.6.1.2.1.11.13.0|65|1565295
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|820440
1.3.6.1.2.1.11.16.0|65|150553
1.3.6.1.2.1.11.17.0|65|0
1.3.6.1.2.1.11.18.0|65|0
1.3.6.1.2.1.11.19.0|65|0
1.3.6.1.2.1.11.20.0|65|0
1.3.6.1.2.1.11.21.0|65|0
1.3.6.1.2.1.11.22.0|65|0
1.3.6.1.2.1.11.24.0|65|0
1.3.6.1.2.1.11.25.0|65|0
1.3.6.1.2.1.11.26.0|65|0
1.3.6.1.2.1.11.27.0|65|0
1.3.6.1.2.1.11.28.0|65|1565296
1.3.6.1.2.1.11.29.0|65|0
1.3.6.1.2.1.11.30.0|2|2
1.3.6.1.4.1.14752.1.3.1.1.0|4|ARC-8066
1.3.6.1.4.1.14752.1.3.1.2.0|4|ES-6642B
1.3.6.1.4.1.14752.1.3.1.3.0|4|A116EHDEPR900010
1.3.6.1.4.1.14752.1.3.1.4.0|4|V1.50 2012-06-13
1.3.6.1.4.1.14752.1.3.1.5.0|4|V1.50 2012-02-17
1.3.6.1.4.1.14752.1.3.1.6.0|4|V1.50 2012-02-17
1.3.6.1.4.1.14752.1.3.1.7.0|4|PPC440
1.3.6.1.4.1.14752.1.3.1.8.0|2|800
1.3.6.1.4.1.14752.1.3.1.9.0|2|32768
1.3.6.1.4.1.14752.1.3.1.10.0|2|32768
1.3.6.1.4.1.14752.1.3.1.11.0|2|0
1.3.6.1.4.1.14752.1.3.1.12.0|2|2048
1.3.6.1.4.1.14752.1.3.1.13.0|2|800
1.3.6.1.4.1.14752.1.3.1.14.0|2|1
1.3.6.1.4.1.14752.1.3.1.15.0|2|2
1.3.6.1.4.1.14752.1.3.1.16.0|2|128
1.3.6.1.4.1.14752.1.3.1.17.0|2|128
1.3.6.1.4.1.14752.1.3.1.18.0|2|256
1.3.6.1.4.1.14752.1.3.1.19.0|2|1
1.3.6.1.4.1.14752.1.3.1.20.0|2|0
1.3.6.1.4.1.14752.1.3.1.21.0|2|1
1.3.6.1.4.1.14752.1.3.1.22.0|2|0
1.3.6.1.4.1.14752.1.3.1.23.0|2|80
1.3.6.1.4.1.14752.1.3.1.24.0|2|115200
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.4|2|4
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.5|2|5
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.6|2|6
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.7|2|7
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.8|2|8
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.9|2|9
1.3.6.1.4.1.14752.1.3.2.1.8.1.1.10|2|10
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.1|4|12V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.2|4|5V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.3|4|3.3V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.4|4|DDR-II +1.8V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.5|4|CPU +1.8V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.6|4|CPU +1.2V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.7|4|CPU +1.0V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.8|4|DDR-II +0.9V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.9|4|RTC 3.0V
1.3.6.1.4.1.14752.1.3.2.1.8.1.2.10|4|Battery Status
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.1|2|12220
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.2|2|4999
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.3|2|3328
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.4|2|1808
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.5|2|1824
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.6|2|1248
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.7|2|1040
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.8|2|896
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.9|2|3280
1.3.6.1.4.1.14752.1.3.2.1.8.1.3.10|2|255
1.3.6.1.4.1.14752.1.3.2.1.10.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.1.10.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.2.1.10.1.2.1|4|CPU Temperature
1.3.6.1.4.1.14752.1.3.2.1.10.1.2.2|4|Controller Temp.
1.3.6.1.4.1.14752.1.3.2.1.10.1.3.1|2|43
1.3.6.1.4.1.14752.1.3.2.1.10.1.3.2|2|32
1.3.6.1.4.1.14752.1.3.2.2.1.0|2|2
1.3.6.1.4.1.14752.1.3.2.2.2.0|4|SAS2 E -.B0.01.b001
1.3.6.1.4.1.14752.1.3.2.2.3.0|2|1
1.3.6.1.4.1.14752.1.3.2.2.4.0|2|3
1.3.6.1.4.1.14752.1.3.2.2.5.0|2|6
1.3.6.1.4.1.14752.1.3.2.2.6.0|2|23
1.3.6.1.4.1.14752.1.3.2.2.7.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.2.7.1.2.1|4|Power 01-1
1.3.6.1.4.1.14752.1.3.2.2.7.1.3.1|2|1
1.3.6.1.4.1.14752.1.3.2.2.8.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.2.8.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.2.2.8.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.2.2.8.1.2.1|4|1V-1
1.3.6.1.4.1.14752.1.3.2.2.8.1.2.2|4|5V-1
1.3.6.1.4.1.14752.1.3.2.2.8.1.2.3|4|12V-1
1.3.6.1.4.1.14752.1.3.2.2.8.1.3.1|2|1030
1.3.6.1.4.1.14752.1.3.2.2.8.1.3.2|2|5080
1.3.6.1.4.1.14752.1.3.2.2.8.1.3.3|2|12120
1.3.6.1.4.1.14752.1.3.2.2.9.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.2.9.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.2.2.9.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.2.2.9.1.1.4|2|4
1.3.6.1.4.1.14752.1.3.2.2.9.1.1.5|2|5
1.3.6.1.4.1.14752.1.3.2.2.9.1.1.6|2|6
1.3.6.1.4.1.14752.1.3.2.2.9.1.2.1|4|Fan1-1
1.3.6.1.4.1.14752.1.3.2.2.9.1.2.2|4|Fan2-1
1.3.6.1.4.1.14752.1.3.2.2.9.1.2.3|4|Fan3-1
1.3.6.1.4.1.14752.1.3.2.2.9.1.2.4|4|Fan4-1
1.3.6.1.4.1.14752.1.3.2.2.9.1.2.5|4|Fan5-1
1.3.6.1.4.1.14752.1.3.2.2.9.1.2.6|4|Fan6-1
1.3.6.1.4.1.14752.1.3.2.2.9.1.3.1|2|4270
1.3.6.1.4.1.14752.1.3.2.2.9.1.3.2|2|4320
1.3.6.1.4.1.14752.1.3.2.2.9.1.3.3|2|6750
1.3.6.1.4.1.14752.1.3.2.2.9.1.3.4|2|6360
1.3.6.1.4.1.14752.1.3.2.2.9.1.3.5|2|5920
1.3.6.1.4.1.14752.1.3.2.2.9.1.3.6|2|2980
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.4|2|4
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.5|2|5
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.6|2|6
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.7|2|7
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.8|2|8
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.9|2|9
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.10|2|10
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.11|2|11
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.12|2|12
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.13|2|13
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.14|2|14
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.15|2|15
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.16|2|16
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.17|2|17
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.18|2|18
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.19|2|19
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.20|2|20
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.21|2|21
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.22|2|22
1.3.6.1.4.1.14752.1.3.2.2.10.1.1.23|2|23
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.1|4|ENC. Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.2|4|Chip Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.3|4|Slot01 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.4|4|Slot02 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.5|4|Slot03 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.6|4|Slot04 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.7|4|Slot05 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.8|4|Slot06 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.9|4|Slot07 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.10|4|Slot08 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.11|4|Slot09 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.12|4|Slot10 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.13|4|Slot11 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.14|4|Slot12 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.15|4|Slot13 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.16|4|Slot14 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.17|4|Slot15 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.18|4|Slot16 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.19|4|Slot17 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.20|4|Slot18 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.21|4|Slot19 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.22|4|Slot20 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.2.23|4|Slot21 Temp
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.1|2|39
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.2|2|56
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.3|2|30
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.4|2|29
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.5|2|26
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.6|2|31
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.7|2|29
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.8|2|25
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.9|2|32
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.10|2|29
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.11|2|26
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.12|2|32
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.13|2|29
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.14|2|26
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.15|2|32
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.16|2|29
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.17|2|26
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.18|2|32
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.19|2|29
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.20|2|26
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.21|2|32
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.22|2|30
1.3.6.1.4.1.14752.1.3.2.2.10.1.3.23|2|27
1.3.6.1.4.1.14752.1.3.2.3.1.0|2|2
1.3.6.1.4.1.14752.1.3.2.3.2.0|4|SAS2 E -.B0.01.b001
1.3.6.1.4.1.14752.1.3.2.3.3.0|2|1
1.3.6.1.4.1.14752.1.3.2.3.4.0|2|3
1.3.6.1.4.1.14752.1.3.2.3.5.0|2|5
1.3.6.1.4.1.14752.1.3.2.3.6.0|2|23
1.3.6.1.4.1.14752.1.3.2.3.7.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.3.7.1.2.1|4|Power 01-2
1.3.6.1.4.1.14752.1.3.2.3.7.1.3.1|2|1
1.3.6.1.4.1.14752.1.3.2.3.8.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.3.8.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.2.3.8.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.2.3.8.1.2.1|4|1V-2
1.3.6.1.4.1.14752.1.3.2.3.8.1.2.2|4|5V-2
1.3.6.1.4.1.14752.1.3.2.3.8.1.2.3|4|12V-2
1.3.6.1.4.1.14752.1.3.2.3.8.1.3.1|2|1030
1.3.6.1.4.1.14752.1.3.2.3.8.1.3.2|2|5010
1.3.6.1.4.1.14752.1.3.2.3.8.1.3.3|2|12120
1.3.6.1.4.1.14752.1.3.2.3.9.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.3.9.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.2.3.9.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.2.3.9.1.1.4|2|4
1.3.6.1.4.1.14752.1.3.2.3.9.1.1.5|2|5
1.3.6.1.4.1.14752.1.3.2.3.9.1.2.1|4|Fan1-2
1.3.6.1.4.1.14752.1.3.2.3.9.1.2.2|4|Fan2-2
1.3.6.1.4.1.14752.1.3.2.3.9.1.2.3|4|Fan3-2
1.3.6.1.4.1.14752.1.3.2.3.9.1.2.4|4|Fan4-2
1.3.6.1.4.1.14752.1.3.2.3.9.1.2.5|4|Fan5-2
1.3.6.1.4.1.14752.1.3.2.3.9.1.3.1|2|4320
1.3.6.1.4.1.14752.1.3.2.3.9.1.3.2|2|4320
1.3.6.1.4.1.14752.1.3.2.3.9.1.3.3|2|6610
1.3.6.1.4.1.14752.1.3.2.3.9.1.3.4|2|6360
1.3.6.1.4.1.14752.1.3.2.3.9.1.3.5|2|6020
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.4|2|4
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.5|2|5
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.6|2|6
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.7|2|7
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.8|2|8
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.9|2|9
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.10|2|10
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.11|2|11
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.12|2|12
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.13|2|13
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.14|2|14
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.15|2|15
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.16|2|16
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.17|2|17
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.18|2|18
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.19|2|19
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.20|2|20
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.21|2|21
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.22|2|22
1.3.6.1.4.1.14752.1.3.2.3.10.1.1.23|2|23
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.1|4|ENC. Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.2|4|Chip Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.3|4|Slot22 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.4|4|Slot23 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.5|4|Slot24 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.6|4|Slot25 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.7|4|Slot26 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.8|4|Slot27 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.9|4|Slot28 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.10|4|Slot29 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.11|4|Slot30 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.12|4|Slot31 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.13|4|Slot32 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.14|4|Slot33 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.15|4|Slot34 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.16|4|Slot35 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.17|4|Slot36 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.18|4|Slot37 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.19|4|Slot38 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.20|4|Slot39 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.21|4|Slot40 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.22|4|Slot41 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.2.23|4|Slot42 Temp
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.1|2|41
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.2|2|58
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.3|2|32
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.4|2|30
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.5|2|27
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.6|2|32
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.7|2|30
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.8|2|26
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.9|2|33
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.10|2|30
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.11|2|26
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.12|2|32
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.13|2|30
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.14|2|26
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.15|2|32
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.16|2|29
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.17|2|26
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.18|2|31
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.19|2|29
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.20|2|26
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.21|2|31
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.22|2|29
1.3.6.1.4.1.14752.1.3.2.3.10.1.3.23|2|26
1.3.6.1.4.1.14752.1.3.2.4.1.0|2|0
1.3.6.1.4.1.14752.1.3.2.4.2.0|4|
1.3.6.1.4.1.14752.1.3.2.4.3.0|2|0
1.3.6.1.4.1.14752.1.3.2.4.4.0|2|0
1.3.6.1.4.1.14752.1.3.2.4.5.0|2|0
1.3.6.1.4.1.14752.1.3.2.4.6.0|2|0
1.3.6.1.4.1.14752.1.3.2.5.1.0|2|0
1.3.6.1.4.1.14752.1.3.2.5.2.0|4|
1.3.6.1.4.1.14752.1.3.2.5.3.0|2|0
1.3.6.1.4.1.14752.1.3.2.5.4.0|2|0
1.3.6.1.4.1.14752.1.3.2.5.5.0|2|0
1.3.6.1.4.1.14752.1.3.2.5.6.0|2|0
1.3.6.1.4.1.14752.1.3.2.6.1.0|2|0
1.3.6.1.4.1.14752.1.3.2.6.2.0|4|
1.3.6.1.4.1.14752.1.3.2.6.3.0|2|0
1.3.6.1.4.1.14752.1.3.2.6.4.0|2|0
1.3.6.1.4.1.14752.1.3.2.6.5.0|2|0
1.3.6.1.4.1.14752.1.3.2.6.6.0|2|0
1.3.6.1.4.1.14752.1.3.2.7.1.0|2|0
1.3.6.1.4.1.14752.1.3.2.7.2.0|4|
1.3.6.1.4.1.14752.1.3.2.7.3.0|2|0
1.3.6.1.4.1.14752.1.3.2.7.4.0|2|0
1.3.6.1.4.1.14752.1.3.2.7.5.0|2|0
1.3.6.1.4.1.14752.1.3.2.7.6.0|2|0
1.3.6.1.4.1.14752.1.3.2.8.1.0|2|0
1.3.6.1.4.1.14752.1.3.2.8.2.0|4|
1.3.6.1.4.1.14752.1.3.2.8.3.0|2|0
1.3.6.1.4.1.14752.1.3.2.8.4.0|2|0
1.3.6.1.4.1.14752.1.3.2.8.5.0|2|0
1.3.6.1.4.1.14752.1.3.2.8.6.0|2|0
1.3.6.1.4.1.14752.1.3.2.9.1.0|2|0
1.3.6.1.4.1.14752.1.3.2.9.2.0|4|
1.3.6.1.4.1.14752.1.3.2.9.3.0|2|0
1.3.6.1.4.1.14752.1.3.2.9.4.0|2|0
1.3.6.1.4.1.14752.1.3.2.9.5.0|2|0
1.3.6.1.4.1.14752.1.3.2.9.6.0|2|0
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.4|2|4
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.5|2|5
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.6|2|6
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.7|2|7
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.8|2|8
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.9|2|9
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.10|2|10
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.11|2|11
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.12|2|12
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.13|2|13
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.14|2|14
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.15|2|15
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.16|2|16
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.17|2|17
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.18|2|18
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.19|2|19
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.20|2|20
1.3.6.1.4.1.14752.1.3.3.1.4.1.1.21|2|21
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.1|4|SLOT 01
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.2|4|SLOT 02
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.3|4|SLOT 03
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.4|4|SLOT 04
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.5|4|SLOT 05
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.6|4|SLOT 06
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.7|4|SLOT 07
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.8|4|SLOT 08
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.9|4|SLOT 09
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.10|4|SLOT 10
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.11|4|SLOT 11
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.12|4|SLOT 12
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.13|4|SLOT 13
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.14|4|SLOT 14
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.15|4|SLOT 15
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.16|4|SLOT 16
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.17|4|SLOT 17
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.18|4|SLOT 18
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.19|4|SLOT 19
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.20|4|SLOT 20
1.3.6.1.4.1.14752.1.3.3.1.4.1.2.21|4|SLOT 21
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.1|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.2|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.3|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.4|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.5|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.6|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.7|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.8|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.9|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.10|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.11|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.12|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.13|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.14|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.15|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.16|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.17|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.18|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.19|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.20|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.3.21|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.1|4|MK0371YHJXE0DG
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.2|4|MK0371YHK2ZPAA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.3|4|MK0371YHK3G8XA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.4|4|MK0371YHK42K3A
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.5|4|MK0371YHK1X2ZA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.6|4|MK0371YHK40B1A
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.7|4|MK0371YHK47XRA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.8|4|MK0371YHK1X60A
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.9|4|MK0371YHK32ZYG
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.10|4|MK0371YHK4LR3A
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.11|4|MK0371YHJVNSMG
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.12|4|MK0371YHK3G04A
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.13|4|MK0371YHK1X4JA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.14|4|MK0371YHK1X9NA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.15|4|MK0371YHK47VDA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.16|4|MK0371YHJZBBXG
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.17|4|MK0371YHK1X2WA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.18|4|MK0371YHK1X8SA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.19|4|MK0371YHJYPHRG
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.20|4|MK0371YHK4JHHA
1.3.6.1.4.1.14752.1.3.3.1.4.1.4.21|4|MK0371YHK2N80A
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.1|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.2|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.3|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.4|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.5|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.6|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.7|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.8|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.9|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.10|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.11|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.12|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.13|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.14|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.15|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.16|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.17|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.18|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.19|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.20|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.5.21|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.1|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.2|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.3|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.4|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.5|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.6|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.7|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.8|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.9|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.10|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.11|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.12|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.13|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.14|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.15|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.16|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.17|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.18|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.19|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.20|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.6.21|2|3000600
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.1|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.2|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.3|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.4|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.5|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.6|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.7|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.8|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.9|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.10|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.11|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.12|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.13|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.14|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.15|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.16|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.17|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.18|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.19|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.20|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.7.21|2|1
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.1|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.2|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.3|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.4|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.5|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.6|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.7|4|Failed
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.8|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.9|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.10|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.11|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.12|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.13|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.14|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.15|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.16|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.17|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.18|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.19|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.20|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.1.4.1.8.21|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.4|2|4
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.5|2|5
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.6|2|6
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.7|2|7
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.8|2|8
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.9|2|9
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.10|2|10
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.11|2|11
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.12|2|12
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.13|2|13
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.14|2|14
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.15|2|15
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.16|2|16
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.17|2|17
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.18|2|18
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.19|2|19
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.20|2|20
1.3.6.1.4.1.14752.1.3.3.2.4.1.1.21|2|21
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.1|4|SLOT 22
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.2|4|SLOT 23
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.3|4|SLOT 24
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.4|4|SLOT 25
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.5|4|SLOT 26
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.6|4|SLOT 27
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.7|4|SLOT 28
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.8|4|SLOT 29
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.9|4|SLOT 30
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.10|4|SLOT 31
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.11|4|SLOT 32
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.12|4|SLOT 33
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.13|4|SLOT 34
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.14|4|SLOT 35
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.15|4|SLOT 36
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.16|4|SLOT 37
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.17|4|SLOT 38
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.18|4|SLOT 39
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.19|4|SLOT 40
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.20|4|SLOT 41
1.3.6.1.4.1.14752.1.3.3.2.4.1.2.21|4|SLOT 42
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.1|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.2|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.3|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.4|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.5|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.6|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.7|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.8|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.9|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.10|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.11|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.12|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.13|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.14|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.15|4|HGST HUS726T6TALE6L4
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.16|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.17|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.18|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.19|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.20|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.3.21|4|Hitachi HUA723030ALA640
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.1|4|MK0371YHK1X3UA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.2|4|MK0371YHJY56XG
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.3|4|MK0371YHK4LJ3A
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.4|4|MK0371YHK3EZUA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.5|4|MK0331YHG5W5SA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.6|4|MK0371YHK28TVA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.7|4|MK0371YHK47X0A
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.8|4|MK0371YHK26G2A
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.9|4|MK0371YHK1X3LA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.10|4|MK0371YHJZ9P1G
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.11|4|MK0371YHK3P2TA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.12|4|MK0371YHK02BLG
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.13|4|MK0371YHK4G3DA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.14|4|MK0371YHK1NG5A
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.15|4|V8K80VNR
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.16|4|MK0371YHK0G7MA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.17|4|MK0371YHK29UAA
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.18|4|MK0371YHK4PS5G
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.19|4|MK0371YHK1X69A
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.20|4|MK0371YHK1X36A
1.3.6.1.4.1.14752.1.3.3.2.4.1.4.21|4|MK0371YHK3Z21A
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.1|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.2|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.3|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.4|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.5|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.6|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.7|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.8|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.9|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.10|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.11|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.12|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.13|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.14|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.15|4|VKGNW460
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.16|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.17|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.18|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.19|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.20|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.5.21|4|MKAOAA10
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.1|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.2|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.3|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.4|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.5|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.6|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.7|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.8|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.9|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.10|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.11|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.12|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.13|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.14|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.15|2|6001200
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.16|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.17|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.18|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.19|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.20|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.6.21|2|3000600
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.1|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.2|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.3|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.4|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.5|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.6|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.7|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.8|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.9|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.10|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.11|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.12|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.13|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.14|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.15|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.16|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.17|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.18|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.19|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.20|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.7.21|2|1
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.1|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.2|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.3|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.4|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.5|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.6|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.7|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.8|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.9|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.10|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.11|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.12|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.13|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.14|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.15|4|Hot Spare
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.16|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.17|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.18|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.19|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.20|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.3.2.4.1.8.21|4|RaidSet Member
1.3.6.1.4.1.14752.1.3.4.1.1.1.0|2|0
1.3.6.1.4.1.14752.1.3.4.1.1.1.1|2|1
1.3.6.1.4.1.14752.1.3.4.1.1.1.2|2|2
1.3.6.1.4.1.14752.1.3.4.1.1.1.3|2|3
1.3.6.1.4.1.14752.1.3.4.1.1.2.0|4|Raid Set # 000
1.3.6.1.4.1.14752.1.3.4.1.1.2.1|4|Raid Set # 001
1.3.6.1.4.1.14752.1.3.4.1.1.2.2|4|Raid Set # 002
1.3.6.1.4.1.14752.1.3.4.1.1.2.3|4|Raid Set # 003
1.3.6.1.4.1.14752.1.3.4.1.1.3.0|2|10
1.3.6.1.4.1.14752.1.3.4.1.1.3.1|2|10
1.3.6.1.4.1.14752.1.3.4.1.1.3.2|2|10
1.3.6.1.4.1.14752.1.3.4.1.1.3.3|2|10
1.3.6.1.4.1.14752.1.3.4.1.1.4.0|4|Normal
1.3.6.1.4.1.14752.1.3.4.1.1.4.1|4|Normal
1.3.6.1.4.1.14752.1.3.4.1.1.4.2|4|Normal
1.3.6.1.4.1.14752.1.3.4.1.1.4.3|4|Normal
1.3.6.1.4.1.14752.1.3.4.1.1.5.0|2|30000000
1.3.6.1.4.1.14752.1.3.4.1.1.5.1|2|30000000
1.3.6.1.4.1.14752.1.3.4.1.1.5.2|2|30000000
1.3.6.1.4.1.14752.1.3.4.1.1.5.3|2|30000000
1.3.6.1.4.1.14752.1.3.4.1.1.6.0|2|0
1.3.6.1.4.1.14752.1.3.4.1.1.6.1|2|0
1.3.6.1.4.1.14752.1.3.4.1.1.6.2|2|0
1.3.6.1.4.1.14752.1.3.4.1.1.6.3|2|0
1.3.6.1.4.1.14752.1.3.4.1.1.7.0|2|3000000
1.3.6.1.4.1.14752.1.3.4.1.1.7.1|2|3000000
1.3.6.1.4.1.14752.1.3.4.1.1.7.2|2|3000000
1.3.6.1.4.1.14752.1.3.4.1.1.7.3|2|3000000
1.3.6.1.4.1.14752.1.3.4.1.1.8.0|4|E1S1,E1S2,E1S3,E1S4,E1S5,E1S6,E1S21,E1S8,E1S9,E1S10
1.3.6.1.4.1.14752.1.3.4.1.1.8.1|4|E1S11,E1S12,E1S13,E1S14,E1S15,E1S16,E1S17,E1S18,E1S19,E1S20
1.3.6.1.4.1.14752.1.3.4.1.1.8.2|4|E2S1,E2S2,E2S3,E2S4,E2S5,E2S6,E2S7,E2S8,E2S9,E2S10
1.3.6.1.4.1.14752.1.3.4.1.1.8.3|4|E2S11,E2S12,E2S13,E2S14,E2S21,E2S16,E2S17,E2S18,E2S19,E2S20