October 7, 2015 at 12:33 am
Hi,
I wanted to apply SQL server 2014 service pack1 and CU1 & CU2 on a two node cluster environment without server downtime. Please suggest.
Thanks
October 7, 2015 at 1:59 am
first of all, you only have to install the most recent CU.
First install that CU at the non-active node.
the you will have downtime ! for failing over the SQLinstance from the active node to the non-active node (which just got the CU installed )
Keep in mind SQLServer may need extra time to upgrade the database stuctures.
Then you still have to apply your chosen CU to the newly non-active node.
I suggest leaving a couple of days in between applying the CU on the second node, just in case problems pop up on the upgraded instance.
In case of failback to the non-CU-d node, SQLServer will undo the upgrades in the db.
Play it safe, start with a FULL backup of all your databases !
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
October 7, 2015 at 4:46 am
vijayakumarn (10/7/2015)
Hi,I wanted to apply SQL server 2014 service pack1 and CU1 & CU2 on a two node cluster environment without server downtime. Please suggest.
Thanks
You'll first need to apply service pack 1 and then the latest CU as these updates are cumulative (hence their name Cumulative Update 😉 )
You will incur an outage at some point, however this can be minimal if you observe the following
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply