| Author |
Message |
louis n
Guest
|
Posted:
Mon Oct 24, 2005 8:50 pm Post subject:
How to script/automate a sql cluster failover |
|
|
Is it possible to write a script or some utility that will let me
schedule a failover?
I've been asked to automate and schedule -- failover of a two node sql
cluster. e.g. fail over to node 2, restart node1, fail back to node 1,
restart node2.
The sql cluster(s) are windows 2000 advanced server running MSSQL 2000.
Thanks in Advance |
|
| Back to top |
|
 |
John Toner [MVP]
Guest
|
Posted:
Tue Oct 25, 2005 8:50 pm Post subject:
Re: How to script/automate a sql cluster failover |
|
|
shutdown.exe could certainly be used as well to script a reboot of a node.
Regards,
John
"louis n" <louisducnguyen@gmail.com> wrote in message
news:1130183210.262988.192720@g47g2000cwa.googlegroups.com...
| Quote: | Is it possible to write a script or some utility that will let me
schedule a failover?
I've been asked to automate and schedule -- failover of a two node sql
cluster. e.g. fail over to node 2, restart node1, fail back to node 1,
restart node2.
The sql cluster(s) are windows 2000 advanced server running MSSQL 2000.
Thanks in Advance
|
|
|
| Back to top |
|
 |
Chuck Timon [MSFT]
Guest
|
Posted:
Tue Oct 25, 2005 8:50 pm Post subject:
Re: How to script/automate a sql cluster failover |
|
|
You can use the cluster.exe commands in a batch file and then use the
scheuler service to run them.
--
Chuck Timon, Jr.
Microsoft Corporation
CCS Beta Engineer
This posting is provided "AS IS" with no
warranties, and confers no rights.
"louis n" <louisducnguyen@gmail.com> wrote in message
news:1130183210.262988.192720@g47g2000cwa.googlegroups.com...
| Quote: | Is it possible to write a script or some utility that will let me
schedule a failover?
I've been asked to automate and schedule -- failover of a two node sql
cluster. e.g. fail over to node 2, restart node1, fail back to node 1,
restart node2.
The sql cluster(s) are windows 2000 advanced server running MSSQL 2000.
Thanks in Advance
|
|
|
| Back to top |
|
 |
|
|
|
|