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
For the more symevntd configuration details, please refer “Monitoring EMC Symmetrix Using the Solutions Enabler Event Daemon Technical Notes” on EMC online Support.
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
sauravrohilla
859 Posts
0
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
Zhang_Jiawen
2 Intern
•
1.2K Posts
1
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.
saranraj456
1 Rookie
•
108 Posts
0
January 30th, 2019 03:00
finbarrcorksac
99 Posts
0
May 2nd, 2019 05:00
Robert_Li
4 Posts
0
September 17th, 2019 01:00
Robert_Li
4 Posts
0
September 17th, 2019 01:00
just enabling an SNMP in Notifications in unisphere will trigger an snmp trap.