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 |
|
Evilpope
Starting Member
1 Post |
Posted - 2001-12-18 : 15:40:33
|
| I am running a sql 2000 active/passive cluster. There are 2 nodes on the cluster using a shared disk. I'm trying to install the service pack and I keep getting this error "setup failed to perform required operations on the cluster nodes" |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2001-12-18 : 17:36:38
|
| Check sqlsp.log and sqlspN.log (where N is the number of the install attempt).sqlsp.log will be in winnt directory of the active node. sqlspN.log will be in the same directory on the passive node. You will likely find the cause of the error in one of those files (Probably on the passive node) such as lack of disk space etc...HTH-Chad |
 |
|
|
|
|
|