Start a Conversation

Unsolved

This post is more than 5 years old

349

June 26th, 2015 05:00

Monitor LACP ports up/down and send trap or email


Hi,

We want to monitor the state of the VNX File TCP/IP ports, and make the VNX to send us a SNMP trap or email alert.

We had some problems with connectrivity like:

2015-04-20 17:14:40: 13155696640: DRIVERS: 3: LACP LACP0: link down cge-1-0 reason:"From Collecting to Attached: because
selected!=SELECTED."out

2015-04-20 17:15:06: 13155696640: DRIVERS: 3: LACP LACP0: link up cge-1-0 reason:"From Attached to Collecting:Partner is
in sync and it is selected."

2015-04-20 17:15:11: 13155696640: DRIVERS: 3: LACP LACP0: link down cge-1-0

Customer detected some issues to connect to share but they were unable to identify the problem until we (EMC Partners) dialed into the box.

I was reading Event_and_notifications.pdf but I can't find the way exactly how to do that.

Any help?

Thanks in advance

Dario

8.6K Posts

June 26th, 2015 06:00

Just run nas_event to list the alerts available for dart/drivers

8.6K Posts

June 26th, 2015 13:00

$ nas_event -list -component 1 -f 36 -id|grep -i link

86170140674 2 WARNING(4) ${deviceName,45,%s}: link down${additionalInfo,8,%s}

86170140675 3 WARNING(4) ${deviceName,45,%s}: link up${additionalInfo,8,%s}

86170140676 4 WARNING(4) ${deviceName,45,%s}: link down${additionalInfo,8,%s}

86170140677 5 WARNING(4) ${deviceName,45,%s}: link up${additionalInfo,8,%s}

No Events found!

Top