Comments Inline
--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com
I support the Professional Association for SQL Server
www.sqlpass.org [quoted text, click to view] "Hassan" <fatima_ja@hotmail.com> wrote in message
news:%23Vie4%23sLEHA.3016@tk2msftngp13.phx.gbl...
> I have a couple of questions now that I installed a multi instance SQL 2K
> failover cluster on Win2003 . In my case 2 instances
>
> 1) How does one apply SQL service packs or Windows service packs/security
> patches to the 2 instances ?
Read the Readme file. Service packs and hotfixes run much like the SQL
installer and handle installing to all nodes at once for a particular
instance. Therefore, you will need to apply SPs and Hotfixes to each
instance. OS security patches are obviously applied to each node
independantly.
[quoted text, click to view] >
> 2) If i need to restart the SQL instances, how do i do it ? I hear we
should
> not do it from the services or thru Service Manager ? Is that right ? If
so
> , how do we do it ?
Service manager, Enterprise Mangler, or the Cluster adminstrator tool can be
used to stop and start SQL instances. Do not use the Services applet.
[quoted text, click to view] >
> 3) I have manually moved and initiated failovers thru the cluster
> administrator but now to get a lil more into it and kinda master it before
> we go live, what do I need to do to prepare myself in supporting one. The
> installation was simple and things look manageable thru Cluster Admin, but
> Im sure theres lot more than that when it comes to live troubleshooting.
>
Yep. Event logs and the cluster log are your friend when it comes to
cluster troubleshooting.
[quoted text, click to view] > 4) How does clustering support a db that is also a publisher and is part
of
> transactional replication ? anything that i need to be aware of especially
> when it failsover ?
Make sure the log reader task restarts, especially if your publisher and
distributer are on different instances or machines. Otherwise it is the
same as any other SQL service restart.
[quoted text, click to view] >
> 5) Do all of you'll that have setup the cluster stick to the default
> settings when you look at the properties for the cluster/resource/group
with
> regards to thresholds,etc..
>
Mostly. I changed the startup timeouts because I have hosts with 32GB of
RAM and I assign 28GB to SQL. That takes a while to initialize so I
adjusted accordingly. Otherwise, I have left the default settings alone.
[quoted text, click to view] > Thanks a lot in advance..
>
FYI, these are good questions and show you have done a lot of homework.
>