| Author |
Message |
Livelink_Admin
Guest
|
Posted:
Tue Jan 04, 2005 2:55 am Post subject:
Scheduling clustered services down time? |
|
|
I need to stop some clustered services at 10pm and start them again at 11pm.
This allows our application to disconnect from Oracle during cold backups,
thereby terminating all sessions to the database.
I used to do this with net start / stop, prior to being in a cluster
administrator configuration. How can I do this through cluster administrator
so that it doesn't generate errors or fail over to the other server? Are
there some command line options? I just want the services to go offline for
a period of time.
Thanks! |
|
| Back to top |
|
 |
Rodney R. Fournier [MVP]
Guest
|
Posted:
Tue Jan 04, 2005 3:23 am Post subject:
Re: Scheduling clustered services down time? |
|
|
Cluster.exe is the command line version of the GUI Cluster Administrator,
you can indeed do this all from the CUI (Command User Interface :)).
The key is to take the group offline during the 1 hour outage. Just remember
you doing this 1 hour a day will kill more then a few 9's.
So: cluster /cluster:cluster-name cluster-group name /offline - If you name
your MYCLUST and your group is Oracle:
cluster /cluster:MYCLUST group ORACLE /offline
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Livelink_Admin" <Livelink_Admin@discussions.microsoft.com> wrote in message
news:51208280-9167-43B6-B85A-99635E6E7651@microsoft.com...
| Quote: | I need to stop some clustered services at 10pm and start them again at
11pm.
This allows our application to disconnect from Oracle during cold backups,
thereby terminating all sessions to the database.
I used to do this with net start / stop, prior to being in a cluster
administrator configuration. How can I do this through cluster
administrator
so that it doesn't generate errors or fail over to the other server? Are
there some command line options? I just want the services to go offline
for
a period of time.
Thanks!
|
|
|
| Back to top |
|
 |
Livelink_Admin
Guest
|
Posted:
Tue Jan 04, 2005 8:15 pm Post subject:
Re: Scheduling clustered services down time? |
|
|
Thanks Rodney! Your answer led me to some other resources (below). I
believe the first one fits my situation pefectly.
http://support.microsoft.com/default.aspx/kb/195761/en-us
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/sag_mscsaclstexe_4.asp
------------------------------------------------------------
"Rodney R. Fournier [MVP]" wrote:
| Quote: | Cluster.exe is the command line version of the GUI Cluster Administrator,
you can indeed do this all from the CUI (Command User Interface :)).
The key is to take the group offline during the 1 hour outage. Just remember
you doing this 1 hour a day will kill more then a few 9's.
So: cluster /cluster:cluster-name cluster-group name /offline - If you name
your MYCLUST and your group is Oracle:
cluster /cluster:MYCLUST group ORACLE /offline
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Livelink_Admin" <Livelink_Admin@discussions.microsoft.com> wrote in message
news:51208280-9167-43B6-B85A-99635E6E7651@microsoft.com...
I need to stop some clustered services at 10pm and start them again at
11pm.
This allows our application to disconnect from Oracle during cold backups,
thereby terminating all sessions to the database.
I used to do this with net start / stop, prior to being in a cluster
administrator configuration. How can I do this through cluster
administrator
so that it doesn't generate errors or fail over to the other server? Are
there some command line options? I just want the services to go offline
for
a period of time.
Thanks!
|
|
|
| Back to top |
|
 |
Andrew Austen
Guest
|
Posted:
Fri Jan 07, 2005 7:41 pm Post subject:
Re: Scheduling clustered services down time? |
|
|
We have a couple of generic applications that run as cluster resources that
have a memory leak. I use a batch file that's scheduled as a AT job to run
once a week to stop the 3 resources then start them again and send me an
email with their status afterwoods. The whole process takes about 12
seconds.
CLUSTER /cluster:cluster-name RESOURCE resource-name /offline
Cheers
Andrew
"Livelink_Admin" <LivelinkAdmin@discussions.microsoft.com> wrote in message
news:709911B3-9D16-46EC-8609-491099F4E211@microsoft.com...
| Quote: | Thanks Rodney! Your answer led me to some other resources (below). I
believe the first one fits my situation pefectly.
http://support.microsoft.com/default.aspx/kb/195761/en-us
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/sag_mscsaclstexe_4.asp
------------------------------------------------------------
"Rodney R. Fournier [MVP]" wrote:
Cluster.exe is the command line version of the GUI Cluster Administrator,
you can indeed do this all from the CUI (Command User Interface :)).
The key is to take the group offline during the 1 hour outage. Just
remember
you doing this 1 hour a day will kill more then a few 9's.
So: cluster /cluster:cluster-name cluster-group name /offline - If you
name
your MYCLUST and your group is Oracle:
cluster /cluster:MYCLUST group ORACLE /offline
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Livelink_Admin" <Livelink_Admin@discussions.microsoft.com> wrote in
message
news:51208280-9167-43B6-B85A-99635E6E7651@microsoft.com...
I need to stop some clustered services at 10pm and start them again at
11pm.
This allows our application to disconnect from Oracle during cold
backups,
thereby terminating all sessions to the database.
I used to do this with net start / stop, prior to being in a cluster
administrator configuration. How can I do this through cluster
administrator
so that it doesn't generate errors or fail over to the other server?
Are
there some command line options? I just want the services to go
offline
for
a period of time.
Thanks!
|
|
|
| Back to top |
|
 |
|
|
|
|