Showing posts with label resource. Show all posts
Showing posts with label resource. Show all posts

Monday, March 26, 2012

Rename SQL Server Virtual name in 2003 Cluster

Is it possible to change the current SQL virtual host name in Windows 2003?
and How?
I tried it by right click on the SQL Network name resource -> properties ->
parameters -> change the name. Then search the registry and change it to a
new name and reboot the node. It works but is there an easy way and is what
I did a safe procedure.
Thanks
Ayad
You sure can, see http://support.microsoft.com/?id=307336 for details
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Ayad" <ashammout1@.hotmail.com> wrote in message
news:%239vieFHsEHA.760@.tk2msftngp13.phx.gbl...
> Is it possible to change the current SQL virtual host name in Windows
> 2003?
> and How?
> I tried it by right click on the SQL Network name resource ->
> properties ->
> parameters -> change the name. Then search the registry and change it to a
> new name and reboot the node. It works but is there an easy way and is
> what
> I did a safe procedure.
> Thanks
> Ayad
>
|||Thanks Rod. But I don't want to un-install and re-install SQL to change the
name.
Ayad
"Rodney R. Fournier [MVP]" <rod@.die.spam.die.nw-america.com> wrote in
message news:%23X1xRMIsEHA.2732@.TK2MSFTNGP09.phx.gbl...[vbcol=seagreen]
> You sure can, see http://support.microsoft.com/?id=307336 for details
> Cheers,
> Rod
> MVP - Windows Server - Clustering
> http://www.nw-america.com - Clustering
> http://msmvps.com/clustering - Blog
> "Ayad" <ashammout1@.hotmail.com> wrote in message
> news:%239vieFHsEHA.760@.tk2msftngp13.phx.gbl...
a
>
|||Ok, that's cool. You know you don't have to reinstall. It's right click
rename, then sp_dropserver old_virtualservername
go, sp_addserver new_virtualservername, local go, etc.
Cheers,
Rod
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering
http://msmvps.com/clustering - Blog
"Ayad" <ashammout1@.hotmail.com> wrote in message
news:eEPiKeJsEHA.2904@.TK2MSFTNGP15.phx.gbl...
> Thanks Rod. But I don't want to un-install and re-install SQL to change
> the
> name.
> Ayad
> "Rodney R. Fournier [MVP]" <rod@.die.spam.die.nw-america.com> wrote in
> message news:%23X1xRMIsEHA.2732@.TK2MSFTNGP09.phx.gbl...
> a
>
|||Hi
Not much choice. Clustering is one of those technologies that you follow the
KB articles exactly otherwise the whole thing comes apart and you end up
re-installing everything.
Sorry.
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Ayad" <ashammout1@.hotmail.com> wrote in message
news:eEPiKeJsEHA.2904@.TK2MSFTNGP15.phx.gbl...
> Thanks Rod. But I don't want to un-install and re-install SQL to change
the[vbcol=seagreen]
> name.
> Ayad
> "Rodney R. Fournier [MVP]" <rod@.die.spam.die.nw-america.com> wrote in
> message news:%23X1xRMIsEHA.2732@.TK2MSFTNGP09.phx.gbl...
to
> a
>
|||I agree with Mike. The ONLY SUPPORTED way to rename a virtual SQL name is to uninstall and reinstall as documented in Microsoft Knowledge Base article
INF: How to Change a Clustered SQL Server Network Name
http://support.microsoft.com/?kbid=307336
This article has the following important NOTE
"Cluster Administrator provides a method to rename cluster resources. To do this, right-click the resource in Cluster Administrator and click Rename. However, if you
rename the SQL Server Network Name resource, a variety of situations could occur, the most critical being that the SQL Server virtual server instance may no longer come
online. "
Best Regards,
Uttam Parui
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
Microsoft highly recommends that users with Internet access update their Microsoft software to better protect against viruses and security vulnerabilities. The easiest way
to do this is to visit the following websites: http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx

Saturday, February 25, 2012

Removing Cluster node

I want to remove a node from my SQL Server Cluster using Add/Remove
Programs. the SQL resource is on the node that is remaining. Question:
When I do the actual removal of the node, will SQL stay on line on the other
node, or does it go offline for a short period of time?
Thanks!
Why?
What version of Windows? 2000? 20003? 2000 uses Add/remove for the service,
2003 does not anymore.
In either case use Cluster Administrator to evict the node from the cluster.
Cheers,
Rodney R. Fournier
MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://msmvps.com/clustering - Blog
http://www.clusterhelp.com - Cluster Training
ClusterHelp.com is a Microsoft Certified Gold Partner
"Steve" <Steve.sam@.hotmail.com> wrote in message
news:O2bgTM5eHHA.1312@.TK2MSFTNGP03.phx.gbl...
>I want to remove a node from my SQL Server Cluster using Add/Remove
>Programs. the SQL resource is on the node that is remaining. Question:
>When I do the actual removal of the node, will SQL stay on line on the
>other node, or does it go offline for a short period of time?
> Thanks!
>
|||We're on Windows 2003 Enterprise 64 bit
I'm just interested in the SQL part right now. I'm using SQL 2005 Standard.
When SQL is on one of the nodes, I'm experiencing all kinds of problems and
have been unable to resolve the issue so I'm just going to get rid of that
node and build a new one. I know I need to evict the node from Windows
Clustering, but I also want to remove the node from the SQL cluster in the
proper way, which I believe to be through add/remove programs and selecting
the instance of SQL to change. But what I wanted to know was if there is
downtime involved in removing the node from the SQL Cluster (i.e. SQL
Virtual Server)
Thanks!
"Rodney R. Fournier [MVP]" <rod@.die.spam.die.nw-america.com> wrote in
message news:etOxiR5eHHA.4772@.TK2MSFTNGP05.phx.gbl...
> Why?
> What version of Windows? 2000? 20003? 2000 uses Add/remove for the
> service, 2003 does not anymore.
> In either case use Cluster Administrator to evict the node from the
> cluster.
> Cheers,
> Rodney R. Fournier
> MVP - Windows Server - Clustering
> http://www.nw-america.com - Clustering Website
> http://msmvps.com/clustering - Blog
> http://www.clusterhelp.com - Cluster Training
> ClusterHelp.com is a Microsoft Certified Gold Partner
>
> "Steve" <Steve.sam@.hotmail.com> wrote in message
> news:O2bgTM5eHHA.1312@.TK2MSFTNGP03.phx.gbl...
>
|||"Steve" <Steve.sam@.hotmail.com> wrote in message
news:e9MVkY5eHHA.2052@.TK2MSFTNGP05.phx.gbl...
> We're on Windows 2003 Enterprise 64 bit
> I'm just interested in the SQL part right now. I'm using SQL 2005
> Standard. When SQL is on one of the nodes, I'm experiencing all kinds of
> problems and have been unable to resolve the issue so I'm just going to
> get rid of that node and build a new one. I know I need to evict the node
> from Windows Clustering, but I also want to remove the node from the SQL
> cluster in the proper way, which I believe to be through add/remove
> programs and selecting the instance of SQL to change. But what I wanted
> to know was if there is downtime involved in removing the node from the
> SQL Cluster (i.e. SQL Virtual Server)
> Thanks!
>
> "Rodney R. Fournier [MVP]" <rod@.die.spam.die.nw-america.com> wrote in
> message news:etOxiR5eHHA.4772@.TK2MSFTNGP05.phx.gbl...
>
>
You would use add/remove pgms to destroy the whole SQL Server install, not
just one node.
Cluster Administrator is your friend.