January 14, 2011 at 7:29 am
I am going to be applying SP2 to a SP1 CU5 production cluster. I believe I have this right but just want verification from anyone that has done this.
I can apply the SP2 to the inactive node which will update the binaries, once complete fail over the SQL Server node/drives to the inactive node and as SQL Server starts up it will apply SP2 to SQL Server.. IE Master, etc.... Then apply SP2 to the second node which is now inactive.
This, in effect, will make only a few minutes of an outage as SQL Server doesn't have to be down really for applying SP2.
Is this correct?
January 14, 2011 at 8:02 am
January 16, 2011 at 1:15 am
you can use the following to update a passive node also from the command line
SQLServer2008SP2-KB92xxxx-x86-ENU.exe /allinstances /passive=1
or
SQLServer2008SP2-KB92xxxx-x86-ENU.exe /instancename = SQLinst1,SQLinst2 /passive=1
This works for SQL2005 SP2 and above 😉
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
January 18, 2011 at 8:25 am
Thanks. Just reaffirmed what I already thought.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply