all groups > sql server clustering > december 2005 >
You're in the

sql server clustering

group:

Fail over notification



Fail over notification jayjay
12/19/2005 5:45:01 PM
sql server clustering: I have Sql 2000 on Windows 2003 server, i would like to be notified when
cluster fail over accours. How can i do this.

Re: Fail over notification Rodney R. Fournier [MVP]
12/20/2005 7:52:39 AM
MOM 2005 and NetIQ's AppManager work very well :)

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://www.msmvps.com/clustering - Blog
http://www.clusterhelp.com - Cluster Training


[quoted text, click to view]

Re: Fail over notification Mike Epprecht (SQL MVP)
12/20/2005 8:56:59 AM
Hi

Monitoring Software like Tivoli, HP Openview etc.

Else, write an application that plugs into WMI and work it from there.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike@epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

[quoted text, click to view]

Re: Fail over notification Geoff N. Hiten
12/20/2005 10:08:32 AM
One simple way is to have your SQL server run a startup stored procedure
that emails a message like "SQL Cluster Server Fubar has just restarted at
hh:mm". You can then ignore or supress the message for planned maintenance
windows.

--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP


[quoted text, click to view]

Re: Fail over notification jayjay
12/20/2005 12:11:02 PM
Thanks Rodney,

[quoted text, click to view]
Re: Fail over notification jayjay
12/20/2005 12:11:02 PM
Thanks Mike,

[quoted text, click to view]
Re: Fail over notification jayjay
12/20/2005 12:11:03 PM
Thanks John,

[quoted text, click to view]
Re: Fail over notification jayjay
12/20/2005 12:12:02 PM
thanks Geoff,

[quoted text, click to view]
Re: Fail over notification John Toner [MVP]
12/20/2005 1:19:29 PM
Another way to accomplish this would be to have a generic script/application
cluster resource in your cluster groups that launch a file that will trigger
the notification. You can review the following KB article for an example:

http://support.microsoft.com/kb/260527

Regards,
John


[quoted text, click to view]

Re: Fail over notification Anthony Thomas
12/24/2005 8:49:28 AM
In addition to a startup procedure, you could also create a SQLAgent startup
job that does the same thing. Keep in mind, however, that startup
procedures will have a different startup sequence than SQLAgent startup
jobs: the later will not initiate until the database recovery process is
complete; startup procedures are launched earlier in the boot-up sequence.

Sincerely,


Anthony Thomas


--

[quoted text, click to view]

AddThis Social Bookmark Button