BladeSystem - General
1820667 Members
2493 Online
109626 Solutions
New Discussion

BL35p SNMP not giving information on drive status

 
Fuzier
New Member

BL35p SNMP not giving information on drive status

Hi,

We are using several BL35P G1 with Windows 2003 server std R2 SP2, with the last version of insight manager, in the HP system management homepage, we can see for example that one drive has failed; however when we use SNMP to query the server, we do not get any information an the hard drive status (1.3.6.1.4.1.232.3.2.3.1.1.4)(we only get temperature and fan status).

When we query the same oid with our bl20p, it is working just fine...

Any thought?

Thanks in advance


--

Here arethe OIDs we are using, are those different between the bl20p and bl35p?

my $cpqSeCpuStatus = '1.3.6.1.4.1.232.1.2.2.1.1.6';
my $cpqDaCntlrCondition = '1.3.6.1.4.1.232.3.2.2.1.1.6';
my $cpqDaLogDrvStatus = '1.3.6.1.4.1.232.3.2.3.1.1.4';
my $cpqDaLogDrvCondition = '1.3.6.1.4.1.232.3.2.3.1.1.11';
my $cpqDaPhyDrvStatus = '1.3.6.1.4.1.232.3.2.5.1.1.6';
my $cpqDaPhyDrvCondition = '1.3.6.1.4.1.232.3.2.5.1.1.37';
my $cpqDaPhyDrvSmartStatus = '1.3.6.1.4.1.232.3.2.5.1.1.57';
my $cpqHeThermalSystemFanStatus = '1.3.6.1.4.1.232.6.2.6.4';
my $cpqHeThermalCpuFanStatus = '1.3.6.1.4.1.232.6.2.6.5';
my $cpqHeFltTolFanCondition = '1.3.6.1.4.1.232.6.2.6.7.1.9';
my $cpqHeTemperatureCondition = '1.3.6.1.4.1.232.6.2.6.8.1.6';
my $cpqHeFltTolPwrSupplyCondition = '1.3.6.1.4.1.232.6.2.9.1';
my $cpqHeFltTolPowerSupplyCondition = '1.3.6.1.4.1.232.6.2.9.3.1.4';
my $cpqRackCommonEnclosureFanCondition = '1.3.6.1.4.1.232.22.2.3.1.3.1.11';
my $cpqRackPowerSupplyCondition = '1.3.6.1.4.1.232.22.2.5.1.1.1.17';