Answers below...
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://www.msmvps.com/clustering - Blog
[quoted text, click to view] "Tom" <ts@nospam.nospam> wrote in message
news:eONPO%23MRFHA.3560@TK2MSFTNGP14.phx.gbl...
> Hi!
>
> I am planiing to install SQL 2000 EE on Win 2003 Cluster:
>
> 2 node cluster, Windows 2003
> 1 SQL Server instance (active/passive)
>
> In order to do so I need some answers:
>
> 1. Should I install Win 2003 SP1 on both nodes (what are the
> experiences?, any problems?).
Yes. Mine have been very good. If you add in the Security Configuration
Wizard, read the screens carefully.
[quoted text, click to view] > 2. What is recommended practice: default instance or named instance?
If you are going to have more then one named instance, then the popular vote
is go with only named instances and not to install a default instance. The
call is really yours. You can have one default instance, and 15 named
instances or 16 named instances in a SQL cluster.
[quoted text, click to view] > 3. I plan to Install hotfix SQL2000-KB815495-8.00.0818-ENU.exe
> Is there a newer hotfix that should be installed and where to find
> it?
Good question! I don't put this one on. You should only install a hotfix, if
you have the problem that the hotfix solves.
[quoted text, click to view] > 4. Each node has 2GB of RAM so /3GB switch in boot.ini should be used?
Testing will tell you for sure, but in general, yes.
[quoted text, click to view] > 5. MSDTC will have it's own group and disk resource, it's own IP and
> network name.
> Because of lack of disk space Quorum, MSDTC, and system databases
> (master, model, msdb)
> will be on different disk resources but on the same physical disk
> (mirrored-RAID 1) (the disk will have
> three volumes each forming its own disk resource). Quorum, MSDTC,
> and system databases
> are not heavily used so we should not have IO contention problems.
> Right?
Again, you will have to test. How busy will the system be? How many
concurrent users? Will MSDTC actually be used and how hard?
[quoted text, click to view] > 6. Database, Log and Tempdb (with log) each on it's own disk (mirrored
> w. RAID 1). The question is:
> TempDb and it's log on the same drive - BOL mentions putting tempdb
> on the separate disk but
> says nothing about it's log.
Databases and Logs should be on seperate disk subsystems, this includes
TempDB.
[quoted text, click to view] > 7. Because the server is SQL Server dedicated we can leave Dynamic SQL
> Server memory and use
> "Boost SQL Server priority on Windows" option. Is this OK?
>
Yes :)
[quoted text, click to view] > All advices are welcome,
>
> Tom
>
>