|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Today @ 8:01 AM
Points: 73,
Visits: 303
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, August 15, 2012 2:22 PM
Points: 8,
Visits: 91
|
|
How can I tell if the node added correctly?
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Today @ 8:01 AM
Points: 73,
Visits: 303
|
|
Hi Carol, Once you have completed the script you can go to the Cluster Administrator by going to Start Menu -> Run and paste this cluadmin.exe or by going into the control Panel -> administrative Tools -> Cluster Administrator. Then Under Groups find the name of the SQL Server Group. Right Click on SQL Server -> Properties: Under Properties [General] tab check that you have the name of your Clusters node on the Posible Owners section. That means that SQL Server can run on all the nodes listed in there. You can also try to fail SQL from the active node to another node and make sure that it successfully runs. Take a look at the attached image. if you have more questions, please feel free to reply to this posting.
QUIGROUP- Need a Certified experienced DBA for a project or troubleshooting? Need help with programming, database recovery, performance tuning, ETL, SSRS or developing new databases? Contact us.. 1-786-273-9809
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, April 06, 2009 2:36 AM
Points: 1,
Visits: 3
|
|
Hi,
You should also add the /PID flag to the commad, otherwise the SQL Server Evaluation edition is installed to the second node!
PK
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: 2 days ago @ 8:46 AM
Points: 32,
Visits: 114
|
|
You can also try by commenting out the Product key by Adding a ; in front of
;PID= "XXXX-XXXX-XXX..."
The file can be found in setup folder \x64\DefaultSetup.ini
|
|
|
|