Forum Discussion
DAsnar13
Jan 18, 2024Copper Contributor
Update on a failover cluster
Hi, i have some FailOvercluster in sql2017 and sql2022 .. I need to apply update (cu, sp pack?) and i have a question: - where i apply patch, on physical server or in each instance of the cluster ?...
olafhelper
Jan 19, 2024Bronze Contributor
- where i apply patch, on physical server or in each instance of the cluster ?
DAsnar13 , that's a bit strange question; where do you see a difference?
Procedure is:
- Apply SP/CU on the passive cluster node
- Perform a manually failover switch, active node becomes passive and verse vice
- Apply SP/CU on the now passive cluster node
DAsnar13
Feb 14, 2024Copper Contributor
Hi, "where i apply patch on physical server or in each instance of the cluster ?" My question is because a have a two physical node with four sql instance ..
Thanks
Thanks
- olafhelperFeb 15, 2024Bronze ContributorThen you have to apply SP/CU for each of the 4 instances separately and this ons all 2 nodes.
- DAsnar13Feb 19, 2024Copper ContributorHi, are you sure i need to install SP/CU on each instances ?