
Signature
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP
I agree the lack of troubleshooting and diagnostics when building Windows
2000 clusters is horrendous. I have been spoiled for the past year as I
have only been building failover clusters with SQL Server 2008 on Windows
Server 2008.
Unfortunately, the customer I am working with needs to replace an old
cluster. They are forced to build the failover cluster with Windows 2000
and SQL Server 2000 as the 3rd party application running on top is only
certified to use this legacy platform.
Quorum and all the shared disks are available to all nodes within the
cluster. Everything appears to be fine, logs are clean.It has been ages
since I played with a 2000 cluster - I'll pluck away at it tomorrow and see
what I come up with.
Thanks Geoff!!!
Ross
> One of the biggest weaknesses of Windows 2000 is that it let you build a
> non-working cluster. Windows 2003 is better and 2008 is great.
[quoted text clipped - 49 lines]
>> Description:
>> Cluster resource 'Disk Q:' failed.
Edwin vMierlo [MVP] - 11 Jul 2008 14:06 GMT
logs are clean ?
and you have a "Cluster resource 'Disk Q:' failed" in the system event log ?
there must be something in the cluster.log file !
can you do the following:
- on node 2, disable cluster service
- on node 2, disable clusdisk.sys
- shutdown node 2
- on node 1, disable cluster service
- on node 1, disable clusdisk.sys
- reboot node 1
---> can you access your Q ?
- on node 1, enable cluster service
- on node 1, enable clusdisk.sys
- shutdown node 1
- powerup node 2
---> can you access your Q ?
- on node 2, enable cluster service
- on node 2, enable clusdisk.sys
- reboot node 2
---> does cluster service start ?
---> can you access Q ?
- powerup node 1
---> does cluster service start ?
- with cluster administrator: move the cluster group to node 1
---> does the group move to node 1 ?
- with cluster administrator: move the cluster group to node 2
---> does the group move to node 2 ?
and at each stage, if your answer is no to any of the questions, then stop,
and troubleshoot that first
HTH,
Edwin.
> I agree the lack of troubleshooting and diagnostics when building Windows
> 2000 clusters is horrendous. I have been spoiled for the past year as I
[quoted text clipped - 68 lines]
> >> Description:
> >> Cluster resource 'Disk Q:' failed.