April 25, 2006 at 6:13 am
On SQL Server 2000 Enterprise Edition with SP3a running on Windows Server 2003 Enterprise Edition in a Active \ Active Cluster.
There are two nodes on the cluster. Both nodes are active. There are 6 instances of SQL Servers running on each nodes.
The box is with 24x7 availability. What would be the optimal approach to achieve this with minimal downtime?
1.
Is that can I move all the SQL Server instances from Node A to Node B
and take the Node a "Pause" then apply the SQL Server SP4?
2. What is the optimal approach to minimize the downtime on applying the SP4
on all the instances in both nodes?
3. What would be easier approach to rollback in case it goes wrong?
4. When applying the SQL Server SP4 it would ask for reboot, can I cancel the
reboot and install the SP4 on all the 4 instances on a node then go for single
reboot of the node?
5. Can I apply the SQL Server SP4 on the instances which are offline?
April 25, 2006 at 7:01 am
Do you have AWE enabled?
If so then you need to install the 2040 hot fix as well as SP4 (build 2039).
Each instance needs a separate install of the service pack.
SP4 readme.htm says that a roll back is not possible.
When I applied SP4 + hotfix the server didn't ask for a reboot but did ask to restart the MSSQLSERVER and SQLSERVERAGENT services. You will have a service per instance.
Not sure of the answers to your other questions.
April 25, 2006 at 8:53 pm
April 26, 2006 at 8:15 am
Depending on what services you have running when you apply the service pack, you may or may not have to restart the computer(s). But if you are doing this six times, one after the other, choose No after each one (if asked) and reboot when they're all done.
John
April 26, 2006 at 12:33 pm
If you have 6 instances spread across 2 nodes (making 6 virtual and 12 real) then you need to apply the service pack to your 6 instances.
SP4 is cluster aware so install it on virtual server and it propogates to the nodes.
As stated the server reboot depends on what services are being used.
Whatever else happens I would plan for a complete reboot at the end of the 6th install in any case.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply