July 20, 2011 at 1:46 am
I want to restart sql server cluster services What precautions should I take?This is a active passive cluster.
Thanks
July 20, 2011 at 1:47 am
You should stop all clustered services before restarting the clustered service. Why do you want to restart the cluster service?
July 20, 2011 at 2:43 am
providing your group dependencies are set correctly offlining and onlining the group will take all resources up\down as necessary. If you want to offline\restart just the clustered sql server service (no disks, IP, network name, etc), just offline and then online the clustered SQL Server agent and SQL Server services from cluster manager.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 21, 2011 at 7:59 am
You could simply restart the server that SQL Server is running on... it will fail over the drives and services to the passive node in about 1 minute. OR do with the others have said about going into Cluster Admin and stopping/starting either just SQL Server or the entire group.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply