1827680 Members
3339 Online
109967 Solutions
New Discussion

Need help with SNMP in IMC 7.01

 
airport_guy
Occasional Advisor

Need help with SNMP in IMC 7.01

I am trying to monitor the state of my Dell disk.  When I do a SNMP Walk test, I get the following values:

 

28) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.1 (virtualDiskState.1) ready(1)
29) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.2 (virtualDiskState.2) ready(1)
30) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.3 (virtualDiskState.3) ready(1)
31) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.4 (virtualDiskState.4) ready(1)
32) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.5 (virtualDiskState.5) degraded(6)
33) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.6 (virtualDiskState.6) degraded(6)
34) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.7 (virtualDiskState.7) ready(1)
35) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.8 (virtualDiskState.8) ready(1)
36) 1.3.6.1.4.1.674.10893.1.20.140.1.1.4.9 (virtualDiskState.9) ready(1)

 

When I try to Add a Custom Index, i chhose the following:

 

Name:DellVirtualDiskState

Measurement:  Custom: State

Type:  [index1[0]:VirtualDiskState:1:0]

Instance Label (Definition OID):  1.3.6.1.4.1.674.10893.1.20.140.1.1.4

Formula:  1.3.6.1.4.1.674.10893.1.20.140.1.1.4

 

When I go to resolve, I get the following values:

[Virtual Disk State::1]

[Virtual Disk State::6}

 

I am trying to get an alarm to alert when the value is not equal to 1; but I want to know which virtual disk is not equal to 1.

 

How do I get IMC to recognize all 9 virtual disk states individually?

 

Here is the OID information:

Name: virtualDiskState
Type: OBJECT-TYPE
OID: 1.3.6.1.4.1.674.10893.1.20.140.1.1.4
Full Path:1.3.6.1.4.enterprises.dell.storage.software.storageManagement.logicalDevices.virtualDiskTable.virtualDiskEntry.virtualDiskState
Module: StorageManagement-MIB
Parent: virtualDiskEntry
Max Access: read-only
NumericalSyntax: Integer
ComposedSyntax: INTEGER
Status: mandatory
Enum List: 1:verifying(7) 2:permanentlyDegraded(52) 3:degraded(6) 4:backgroundInit(36) 5:initializing(35) 6:offline(4) 7:online(3) 8:failed(2) 9:formatting(26) 10:ready(1) 11:failedRedundancy(18) 12:reconstructing(32) 13:rebuilding(24) 14:regenerating(16) 15:resynching(15)
Description: The current condition of this virtual disk (which includes any member array disks.) Possible states: 0: Unknown 1: Ready - The disk is accessible and has no known problems. 2: Failed - Access has been lost to the data or is about to be lost. 3: Online 4: Offline - The disk is not accessible. The disk may be corrupted or intermittently unavailable. 6: Degraded - The data on the virtual disk is no longer fault tolerant because one of the underlying disks is not online. 15: Resynching 16: Regenerating 24: Rebuilding 26: Formatting 32: Reconstructing 35: Initializing 36: Background Initialization 38: Resynching Paused 52: Permanently Degraded 54: Degraded Redundancy

 

 

1 REPLY 1
Vince00
Occasional Advisor

Re: Need help with SNMP in IMC 7.01

The only value you should be concerned with is "1.3.6.1.4.1.674.10893.1.20.140.1.1.4" where it is Greater than or equal to "2" 

 

All the OID's past the 140.1.1.4 are just there as temporary holders for past disk states.  If you confirm your addition and then go to monitor settings and add it to a device you should be able to monitor the value of 1.3.6.1.4.1.674.10893.1.20.140.1.1.4 which is more than likely "1 for Ready"  

 

You could then change the state of the drive and see what is populating realtime for the information your gathering.

 

Probably not the best help but similar to a statistic i'm gathering for signal quality on a wireless connection.  My issue is how to report on it more than just once..