dbTalk Databases Forums  

SQL2000 cluster on Windows 2003 "Setup failed to perform the required operation on the cluster nodes"

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss SQL2000 cluster on Windows 2003 "Setup failed to perform the required operation on the cluster nodes" in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gareth
 
Posts: n/a

Default SQL2000 cluster on Windows 2003 "Setup failed to perform the required operation on the cluster nodes" - 02-07-2005 , 04:52 AM






Hi,

After a few frustrating hours yesterday of continually seeing this
error message when trying to install an instance of SQL2000a on to
Windows 2003 cluster I managed to get it to work. In my case the
answer was simple, on both nodes copy the entire SQL2000a install
directories to c:\SQL2000a (has to be in the same place on both nodes)
on both cluster nodes and then the install worked fine. I also copied
the the SP3a directories to c:\SQL2000a\SP3a on both nodes and had no
problem installing that.

Originally I was trying to install SQL from a network share which both
nodes had access to (which I checked several times) and had already
disabled AV on the nodes etc. What was most annoying was in none of
the books or articles I read about clustering SQL was the fact that
installing from a network share is not going to work, unless I've
missed something.

Anyways hopefully this will help someone else.

Gareth

Reply With Quote
  #2  
Old   
Rodney R. Fournier [MVP]
 
Posts: n/a

Default Re: SQL2000 cluster on Windows 2003 "Setup failed to perform the required operation on the cluster nodes" - 02-07-2005 , 06:42 AM






I have seen this happen from time to time. I know you are fixed, but this Q
is what you wanted
http://support.microsoft.com/default...b;en-us;818548

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://www.msmvps.com/clustering - Blog

"Gareth" <gb_brown (AT) hotmail (DOT) com> wrote

Quote:
Hi,

After a few frustrating hours yesterday of continually seeing this
error message when trying to install an instance of SQL2000a on to
Windows 2003 cluster I managed to get it to work. In my case the
answer was simple, on both nodes copy the entire SQL2000a install
directories to c:\SQL2000a (has to be in the same place on both nodes)
on both cluster nodes and then the install worked fine. I also copied
the the SP3a directories to c:\SQL2000a\SP3a on both nodes and had no
problem installing that.

Originally I was trying to install SQL from a network share which both
nodes had access to (which I checked several times) and had already
disabled AV on the nodes etc. What was most annoying was in none of
the books or articles I read about clustering SQL was the fact that
installing from a network share is not going to work, unless I've
missed something.

Anyways hopefully this will help someone else.

Gareth



Reply With Quote
  #3  
Old   
dibblm
 
Posts: n/a

Default Re: SQL2000 cluster on Windows 2003 "Setup failed to perform the required operation on the cluster nodes" - 03-03-2005 , 01:49 PM



Well how do you know if your install is version a

I am trying to install a new virtual instance and found that when I begin
setup the only drives I see are the Quorum drives. I dont see my other 3
volumes that are in my MSDTC group. I installed initially a couple months
ago without a flaw.

NOW>....I can only see my Quorum resources.
"Gareth" <gb_brown (AT) hotmail (DOT) com> wrote

Quote:
Hi,

After a few frustrating hours yesterday of continually seeing this
error message when trying to install an instance of SQL2000a on to
Windows 2003 cluster I managed to get it to work. In my case the
answer was simple, on both nodes copy the entire SQL2000a install
directories to c:\SQL2000a (has to be in the same place on both nodes)
on both cluster nodes and then the install worked fine. I also copied
the the SP3a directories to c:\SQL2000a\SP3a on both nodes and had no
problem installing that.

Originally I was trying to install SQL from a network share which both
nodes had access to (which I checked several times) and had already
disabled AV on the nodes etc. What was most annoying was in none of
the books or articles I read about clustering SQL was the fact that
installing from a network share is not going to work, unless I've
missed something.

Anyways hopefully this will help someone else.

Gareth



Reply With Quote
  #4  
Old   
PK via SQLMonster.com
 
Posts: n/a

Default Re: SQL2000 cluster on Windows 2003 "Setup failed to perform the required operation on the cluster nodes" - 03-03-2005 , 09:31 PM



Hi dibblm,

Before i begin the SQL virtual instllation, i create a separate group in
clustering services, always being the name of the SQL virtual server your
going to create. Then add a the disk resource to this group and bring it
online. Make sure the disk is online on the node you'll be starting the
installation from. Then you should see the disk resourse in the setup.

I am new to clustering but this method has worked for me.
Anyone, please advice if this is not the Microsoft reccommended way.

Thanks,
PK

--
Message posted via http://www.sqlmonster.com

Reply With Quote
  #5  
Old   
Uhway
 
Posts: n/a

Default Re: SQL2000 cluster on Windows 2003 "Setup failed to perform the required operation on the cluster nodes" - 03-15-2005 , 09:37 PM



Is a separate disk drive is needed for Quorum in setting up a Windows 2003
cluster? What type of raid config you are using for sql (1 or 1+0)? How
many drives you have on your disk array?

Also what's the best way to archive tables with binary data? Flat
files/bcp/DTS may not work if need to import binary data(not a fixed length
column) with quotes etc. What I am thinking is export to another database
and back it up/archive on a regular basis. That way it will be easy to
restore when needed. Any other options?

Thanks
BVR

Thanks
"dibblm" <dibblm (AT) hotmail (DOT) com> wrote

Quote:
Well how do you know if your install is version a

I am trying to install a new virtual instance and found that when I begin
setup the only d rivesIseearetheQuorumdrives.Idontseemyother3
volumes that are in my MSDTC group. I installed initially a couple months
ago without a flaw.

NOW>....I can only see my Quorum resources.
"Gareth" <gb_brown (AT) hotmail (DOT) com> wrote in message
news:277c01a9.0502070252.714b546b (AT) posting (DOT) google.com...
Hi,

After a few frustrating hours yesterday of continually seeing this
error message when trying to install an instance of SQL2000a on to
Windows 2003 cluster I managed to get it to work. In my case the
answer was simple, on both nodes copy the entire SQL2000a install
directories to c:\SQL2000a (has to be in the same place on both nodes)
on both cluster nodes and then the install worked fine. I also copied
the the SP3a directories to c:\SQL2000a\SP3a on both nodes and had no
problem installing that.

Originally I was trying to install SQL from a network share which both
nodes had access to (which I checked several times) and had already
disabled AV on the nodes etc. What was most annoying was in none of
the books or articles I read about clustering SQL was the fact that
installing from a network share is not going to work, unless I've
missed something.

Anyways hopefully this will help someone else.

Gareth





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.