Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Clustering / January 2006

Tip: Looking for answers? Try searching our database.

SQL Cluster Failover Notifications

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
msadexchman - 25 Jan 2006 18:17 GMT
Hello,

We have a 2 node active/passive SQL 2005 cluster and were wondering if
anyone knows if there is a solution which would allow someone to be notified
automatically should the active node failover to the passive node?  Maybe an
email being sent?  A page?

Any ideas?

Regards
Anthony Thomas - 26 Jan 2006 03:12 GMT
Create a startup job in SQL Agent to page out a notification on SQL Agent
startup.  This will notify you of failover or just a restart on the same
node.  Either way, you will know that the system was offline momentarily.

I choose the SQL Agent over a startup proc because the boot sequence.  Both
wait on the RECOVERY COMPLETE signal, but startup procs have to wait for the
xpstar.dll to load first, Agent comes online first.

Anthony Thomas

> Hello,
>
[quoted text clipped - 6 lines]
>
> Regards
Linchi Shea - 28 Jan 2006 06:01 GMT
You can write a script (VBScript or Perl) using Cluster Automation Server to
record the status and the current position of the instances, and compare the
info with the previous snapshot to determine whether anything has changed. I
do this to notify whether an instance is running on the preferred node(s).

Linchi

> Hello,
>
[quoted text clipped - 6 lines]
>
> Regards
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.