Start a Conversation

Unsolved

This post is more than 5 years old

9038

July 31st, 2014 08:00

Trying to setup VMAX with SNMP

Does anyone have a walk through on this process? I am new to the EMC world and trying to set up SNMP.

Thanks for any help provided.

Paul

859 Posts

July 31st, 2014 21:00

you will need to edit the storeventd settings in daemon_option file. You can find more information in this doc:

https://support.emc.com/docu46992_Solutions_Enabler_7.6_Installation_Guide.pdf?language=en_US

regards,

Saurabh

1.2K Posts

July 31st, 2014 23:00

To configure storevntd to send trap, user should modify the daemon_option file, The file can be found in the following directory:

In UNIX:

/var/symapi/config

In Windows:

C:\Program Files\EMC\SYMAPI\config:

Enable SNMP: Events are mapped into SNMP traps and sent to a specified host running an SNMP trap client.

storevntd:log_event_targets=snmp

Define Symmetrix array ID and event category which need to be monitored:

storevntd:log_symmetrix_events=sid=000294900927,status,disk,device;   \

                         sid=000190102000,1213,thresh_critical=80,thresh_major=65, \

                      thresh_warn=50

The event daemon can be configured to log entire categories of events or to log only events with specific event codes. In this example “status,disk,device;” are defined categories. To see all of the supported event categories, the following command can be run:

stordaemon   action storevntd –cmd list –categories

Define the SNMP trap destination, The format of the entry is IP_address,port,filter,state, with no spaces. Filter represents the trap sending filtering levels as defined in the fcmgmt MIB and state represents the startup row state in the trap_client_registration table in the fcmgmt MIB. In this example, filtering is set to 10 meaning that all messages will be logged and the startup row state is active

storevntd:snmp_trap_client_registration=152.62.42.105,162,10,ACTIVE 

For the more symevntd configuration details, please refer “Monitoring EMC Symmetrix Using the Solutions Enabler Event Daemon Technical Notes” on EMC online Support.


Hope this helps.

1 Rookie

 • 

108 Posts

January 30th, 2019 03:00

Does enabling a SNMP in unisphere requires all these procedure or just enabling an SNMP in Notifications in unisphere will trigger an snmp trap ? I just like to find the connection between these two SNMP Config from Solution enabler & Unisphere

May 2nd, 2019 05:00

yes you will need to configure it in Unisphere and SE for it to work.

4 Posts

September 17th, 2019 01:00

both way can enable send snmp trap ; if you want to get performance trap then you must setup in unisphere!

4 Posts

September 17th, 2019 01:00

 just enabling an SNMP in Notifications in unisphere will trigger an snmp trap.

No Events found!

Top