This post is more than 5 years old

1047

July 26th, 2016 06:00

OpenManage 8.3 snmp

OpenManage Server Administrator 8.3 on Centos has the issue with SNMP module. ( StorageManagement-MIB::virtualDiskDiskCachePolicy or .1.3.6.1.4.1.674.10893.1.20.140.1.1.26) shows INTEGER: 2 (Disabled) but it is Enabled on controller.

When Disk Cache Policy : Disabled

SNMP shows StorageManagement-MIB::virtualDiskDiskCachePolicy.1 = INTEGER: 4

Looks like the multiplication by 2.

My previous post about 8.2 version en.community.dell.com/.../19653595

12 Elder

 • 

6.2K Posts

July 27th, 2016 13:00

Hello

.1.3.6.1.4.1.674.10893.1.20.140.1.1.26) shows INTEGER: 2 (Disabled) but it is Enabled on controller.

Integer 2 is enabled. You might be using the wrong MIBs. According to the 8.3 MIB dcstorag.mib file:

-- 1.3.6.1.4.1.674.10893.1.20.140.1.1.26
virtualDiskDiskCachePolicy OBJECT-TYPE
    SYNTAX INTEGER
    ACCESS read-only
    STATUS mandatory
    DESCRIPTION
        "Indicates disk cache policy of the logical device.
        Value: 1 - Unchanged, 2 - Enabled, 4 - Disabled, 8 - Default, 10 - Undetermined"
    ::= { virtualDiskEntry 26 }

http://www.dell.com/support/home/us/en/04/Drivers/DriversDetails?driverId=MCKMY

Thanks

No Events found!

Top