Active IQ Unified Manager Discussions

DFM 5 : send snmp traps to Tivoli

storagedp
3,879 Views

Hello,

I am using "OnCommand Unified Manager" 5.0.2 and I would like to send alerts to Tivoli through SNMP

The problem is that it seems that the dfm.mib in the "misc" folder of OCUM 5 is relative to NETWORK-APPLIANCE-MIB

Notice : I first loaded netapp.mib and the dfm.mib

This problem is similar to the post #31429, but the information related to OpenView in the faq does not help

Best Regards,

1 ACCEPTED SOLUTION

storagedp
3,879 Views

I found the solution : since dfm.mib is related to NETWORK-APPLIANCE-MIB and not NETAPP-MIB, which is available with ONTAP, I modified the IMPORTS in dfm.mib as follow :

IMPORTS

          netapp

                    FROM NETWORK-APPLIANCE-MIB

=>

IMPORTS

          netapp

               FROM NETAPP-MIB

And it works

View solution in original post

1 REPLY 1

storagedp
3,880 Views

I found the solution : since dfm.mib is related to NETWORK-APPLIANCE-MIB and not NETAPP-MIB, which is available with ONTAP, I modified the IMPORTS in dfm.mib as follow :

IMPORTS

          netapp

                    FROM NETWORK-APPLIANCE-MIB

=>

IMPORTS

          netapp

               FROM NETAPP-MIB

And it works

Public