dbTalk Databases Forums  

How do you rename SQL 2005 cluster server?

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


Discuss How do you rename SQL 2005 cluster server? in the microsoft.public.sqlserver.clustering forum.



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

Default How do you rename SQL 2005 cluster server? - 06-20-2009 , 06:44 PM






Microsoft's documentation is far from clear. I need some clarification. I
need to build a test environment and then convert it to production. To
convert it to production I need to rename the server.

My present server is stand alone and is named SERVER_A. The users connect
to SQL server via query analyzer with the name SERVER_A.

My clustered server is called SERVER_A_VM and the SQL server install is
called SERVER_A_VM_SQL. I need the SQL server install named SERVER_A after I
am through with my testing. I wanted to rename it and be done.

Also, what is the name that users connect to the cluster database server.
Is itg SERVER_A_VM or is is SERVER_A_VM_SQL?

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.

Reply With Quote
  #2  
Old   
Linchi Shea
 
Posts: n/a

Default RE: How do you rename SQL 2005 cluster server? - 06-21-2009 , 05:14 PM






Just folllow the doumentation in
http://msdn.microsoft.com/en-us/library/ms178083.aspx.

Quote:
Also, what is the name that users connect to the cluster database server.
Is itg SERVER_A_VM or is is SERVER_A_VM_SQL?
Users connect to SERVER_A_VM_SQL if that is your default SQL instance name.
But it's not very clear from your description if you have installed a named
instance with SERVER_A_VM being the virtual server name and SERVER_A_VM_SQL
being the instance name, in that case users connect with
SERVER_A_VM\SERVER_A_VM_SQL.

Quote:
Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.
If SERVER_A a default instance, users would connect to SERVER_A.

Linchi

"Paul" wrote:

Quote:
Microsoft's documentation is far from clear. I need some clarification. I
need to build a test environment and then convert it to production. To
convert it to production I need to rename the server.

My present server is stand alone and is named SERVER_A. The users connect
to SQL server via query analyzer with the name SERVER_A.

My clustered server is called SERVER_A_VM and the SQL server install is
called SERVER_A_VM_SQL. I need the SQL server install named SERVER_A after I
am through with my testing. I wanted to rename it and be done.

Also, what is the name that users connect to the cluster database server.
Is itg SERVER_A_VM or is is SERVER_A_VM_SQL?

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.


Reply With Quote
  #3  
Old   
Linchi Shea
 
Posts: n/a

Default RE: How do you rename SQL 2005 cluster server? - 06-21-2009 , 05:23 PM



BTW, if it's the instance name of a named instance in the cluster that you
want to rename, you are out of luck.

Linchi

"Linchi Shea" wrote:

Quote:
Just folllow the doumentation in
http://msdn.microsoft.com/en-us/library/ms178083.aspx.

Also, what is the name that users connect to the cluster database server.
Is itg SERVER_A_VM or is is SERVER_A_VM_SQL?

Users connect to SERVER_A_VM_SQL if that is your default SQL instance name.
But it's not very clear from your description if you have installed a named
instance with SERVER_A_VM being the virtual server name and SERVER_A_VM_SQL
being the instance name, in that case users connect with
SERVER_A_VM\SERVER_A_VM_SQL.

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.

If SERVER_A a default instance, users would connect to SERVER_A.

Linchi

"Paul" wrote:

Microsoft's documentation is far from clear. I need some clarification. I
need to build a test environment and then convert it to production. To
convert it to production I need to rename the server.

My present server is stand alone and is named SERVER_A. The users connect
to SQL server via query analyzer with the name SERVER_A.

My clustered server is called SERVER_A_VM and the SQL server install is
called SERVER_A_VM_SQL. I need the SQL server install named SERVER_A after I
am through with my testing. I wanted to rename it and be done.

Also, what is the name that users connect to the cluster database server.
Is itg SERVER_A_VM or is is SERVER_A_VM_SQL?

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.


Reply With Quote
  #4  
Old   
Paul
 
Posts: n/a

Default RE: How do you rename SQL 2005 cluster server? - 06-26-2009 , 02:55 PM



Thank you for the reply. This was the document that I originally based all
my work from. It is correct.

The problem I ran into was a LOT of extra noise documents that were posted
on the internet that were either out dated or incorrect. It is the incorrect
ones that confused me.

Once I built the system, I played around with it and it was simple to rename
the network name - which is what the users will need to connect to when
logging into the database as opposed to logging into the server.


"Linchi Shea" wrote:

Quote:
Just folllow the doumentation in
http://msdn.microsoft.com/en-us/library/ms178083.aspx.

Also, what is the name that users connect to the cluster database server.
Is itg SERVER_A_VM or is is SERVER_A_VM_SQL?

Users connect to SERVER_A_VM_SQL if that is your default SQL instance name.
But it's not very clear from your description if you have installed a named
instance with SERVER_A_VM being the virtual server name and SERVER_A_VM_SQL
being the instance name, in that case users connect with
SERVER_A_VM\SERVER_A_VM_SQL.

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.

If SERVER_A a default instance, users would connect to SERVER_A.

Linchi

"Paul" wrote:

Microsoft's documentation is far from clear. I need some clarification. I
need to build a test environment and then convert it to production. To
convert it to production I need to rename the server.

My present server is stand alone and is named SERVER_A. The users connect
to SQL server via query analyzer with the name SERVER_A.

My clustered server is called SERVER_A_VM and the SQL server install is
called SERVER_A_VM_SQL. I need the SQL server install named SERVER_A after I
am through with my testing. I wanted to rename it and be done.

Also, what is the name that users connect to the cluster database server.
Is itg SERVER_A_VM or is is SERVER_A_VM_SQL?

Also, Why am I not allowed to have the SQL Server name the same as the VM?
i.e. in STAND ALONE, I have SERVER_A and my SQL Server is called SERVER_A.


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.