Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AndyB13
Aged Yak Warrior
583 Posts |
Posted - 2005-09-06 : 11:38:44
|
HiI am wondering if someone can help me out here. I have to upgrade a cluster to SP4 and apply a hotfix tonight ([url]http://support.microsoft.com/kb/893312/[/url]) and i am after a bit of advice.Windows 2000 advanced server SP4SQL Server 2000 SP3 (Active/Passive)Both nodes are domain controllersI have two isuues i am after a bit of help with1. I noticed that in the services console of node1 (Active) that the SQL services are set to run under DOMAIN\User but on node2 (Passive) the same services are LocalSystem account. The SQL account in EM on the virtual server is set to DOMAIN\User. However what i havent checked (and i dont know) is that what happens when it failsover to node2, will it use the DOMAIN\User account or flip to LocalSystem. What should i do, or is this normal, as I have read that the accounts shouldnt be altered through the services console but only via EM.NB: The cluster services are set to run under DOMAIN\ClusterUser account on both nodes2. Anyone got any advice/strategies of implementing SP4/Hotfix on a cluster.This is what i have come up with, in my current situation.a) Backup DBsb) Set SQL services on both nodes to the DOMAIN\User account (Same as EM config)c) Reboot both nodesd) Login to both nodes with the DOMAIN\User accounte) Ensure node1 is online (originator/owner of the resources)f) Take SQL Server Agent & Full Text offlineg) Apply the hotfixh) Reboot both nodesi) Backup DBsj) Test failover - both directions (poss another reboot of each node)k) Install SP4l) Reboot both nodesm) Backup DBsn) Test failover - both directions (poss another reboot of each node)o) Go to BED!Hope that makes senseIf anyone can give any advice or resources that would be of great helpThanksAndyBeauty is in the eyes of the beerholder  |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-09-06 : 13:48:07
|
| 1. Someone didn't use EM to change the services, so that's why they are messed up. To rectify, just change the problem one via the Services applet. And if it fails over before you do this, it'll use Local System on the problem node.2. You are rebooting too often. There is no need to reboot after the service accounts have changed. You just need to ensure that the instances work on both nodes. Don't you have to install the hotfix after SP4?Tara |
 |
|
|
AndyB13
Aged Yak Warrior
583 Posts |
Posted - 2005-09-06 : 14:43:19
|
Thanks TaraThis is what i was thinking but i just wanted some clarification as my knowledge on Clustering is somewhat limited. With regards to the hotfix i'm not sure as the KB seems to only apply to SP3 or SP3a and the issue is not fixed in SP4. So i thought that applying the patch on SP3 1st seemed maybe more logical as it fits into my current scenario.Thanks again AndyBeauty is in the eyes of the beerholder |
 |
|
|
|
|
|