February 4, 2014 at 6:19 am
Can you share your experience for SP upgrade for SQL 2005 active/passive cluster.
I have read that for sql 2005 you do the upgrade to the active node first and when you failover to passive, it gets updated as well. Is this true, please advise.
Regards,
SQLisAwe5oMe.
February 6, 2014 at 12:30 am
Not 100% sure about 2005 but I know that for 2008 you apply the update to the passive node, failover and then apply the update to the "new" passive node.
February 7, 2014 at 3:10 am
SQLisAwE5OmE (2/4/2014)
Can you share your experience for SP upgrade for SQL 2005 active/passive cluster.I have read that for sql 2005 you do the upgrade to the active node first and when you failover to passive, it gets updated as well. Is this true, please advise.
No you launch the SP installer and it will upgrade all nodes. It should be done within a maintenance window as an outage can be expected
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
February 7, 2014 at 7:07 am
Does it mean we run SP installer from active node?
February 7, 2014 at 7:36 am
SQL!$@w$0ME (2/7/2014)
Does it mean we run SP installer from active node?
Yes
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
February 7, 2014 at 10:46 am
run the installer from a location that ALL the nodes can see.
---------------------------------------------------------------------
February 7, 2014 at 10:53 am
Please see if these steps are good to follow:
STEPS: (SP upgrade - 2005 Cluster)
1.) Move both instances on one node (if active/active)
2.) Run the patch files from active node
Installer automatically upgrade passive node first and then active.
3.) After installation reboot the passive node.
4.) Once passive node came online than failover the instance on that node
5.) Reboot the other node.
6.) At the end failback the instances as per the previous set up
February 10, 2014 at 5:47 am
The SP installer can update the clustered components on all nodes, plus the non-clustered components on the node on which it is run, all within a single run of the SP installer.
However, I do not think it updates the non-clustered components on nodes that it is not run on. You should therefore plan on running the SP installer on all the nodes that you have SQL Server installed on, to make sure that all non-clustered components are updated.
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
February 24, 2014 at 12:16 pm
In SQL 2005, SP is cluster-aware. Just run it on the active node and it patches all passive nodes of that instance.
--
SQLBuddy
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply