There is no option to have the cluster service inform you in the event of a fail over.
You have a couple of options as far as monitoring for a fail over.
1. Setup your normal monitoring solution to monitor the event logs on the nodes of the cluster looking for the SQL Server service starting.
2. Setup a SQL Agent job to send an email when it runs, and have that job scheduled to run every time the SQL Agent starts.
Last Wiki Answer Submitted: September 2, 2008 9:30 pm by Denny Cherry64,520 pts.
All Answer Wiki Contributors: Denny Cherry64,520 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.
Such a simple solution, and so easy to implement! Why didn’t I think of this?!? Thanks…
-robert