Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to remove (uninstall ) cluster sql server manually

 
   Database Forums (Home) -> Clustering RSS
Next:  apparent dunce needs basic DTS global variable he..  
Author Message
Suchi

External


Since: May 26, 2007
Posts: 12



(Msg. 1) Posted: Fri Dec 28, 2007 4:56 pm
Post subject: How to remove (uninstall ) cluster sql server manually
Archived from groups: microsoft>public>sqlserver>clustering (more info?)

HI All,


As HIten said,(in my previous post) I am able to remove all the registry
entries except hklm\software\microsoft\mssqlserver after couple of reboots of
the both the nodes.

I am still getting Getting "Cannot delet MSsqlserver: Error while deleting
key" error.

I did not delete any resources in cluadmin. Do i need to delete
sqlserver,agent, search resources only or disk resources also need to get
deleted?

Thanks in advance
Suchi

 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Suchi

External


Since: May 26, 2007
Posts: 12



(Msg. 2) Posted: Fri Dec 28, 2007 5:16 pm
Post subject: RE: How to remove (uninstall ) cluster sql server manually [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

To be clear enough, In below Kb article it is mentioned as

If the instance of SQL Server you are removing was clustered, remove any
cluster resources for the instance that may remain in the Cluster
Administrator.

I am new to Clusters, what are all the resourcs do i need to delete?

How to manually remove SQL Server 2000 default, named, or virtual instance
http://support.microsoft.com/kb/290991/en-us




"Suchi" wrote:

> HI All,
>
>
> As HIten said,(in my previous post) I am able to remove all the registry
> entries except hklm\software\microsoft\mssqlserver after couple of reboots of
> the both the nodes.
>
> I am still getting Getting "Cannot delet MSsqlserver: Error while deleting
> key" error.
>
> I did not delete any resources in cluadmin. Do i need to delete
> sqlserver,agent, search resources only or disk resources also need to get
> deleted?
>
> Thanks in advance
> Suchi
>
>
>
>

 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Tom Moreau

External


Since: Apr 21, 2004
Posts: 441



(Msg. 3) Posted: Sat Dec 29, 2007 7:30 am
Post subject: Re: How to remove (uninstall ) cluster sql server manually [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You'll need to go into ClusterAdmin and remove the resources. Don't remove
the disk resource.

Also, check out www.clusterhelp.com for suitable training in clusters.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Suchi" wrote in message

To be clear enough, In below Kb article it is mentioned as

If the instance of SQL Server you are removing was clustered, remove any
cluster resources for the instance that may remain in the Cluster
Administrator.

I am new to Clusters, what are all the resourcs do i need to delete?

How to manually remove SQL Server 2000 default, named, or virtual instance
http://support.microsoft.com/kb/290991/en-us




"Suchi" wrote:

> HI All,
>
>
> As HIten said,(in my previous post) I am able to remove all the registry
> entries except hklm\software\microsoft\mssqlserver after couple of reboots
> of
> the both the nodes.
>
> I am still getting Getting "Cannot delet MSsqlserver: Error while
> deleting
> key" error.
>
> I did not delete any resources in cluadmin. Do i need to delete
> sqlserver,agent, search resources only or disk resources also need to get
> deleted?
>
> Thanks in advance
> Suchi
>
>
>
>
 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Suchi

External


Since: May 26, 2007
Posts: 12



(Msg. 4) Posted: Sat Dec 29, 2007 7:30 am
Post subject: Re: How to remove (uninstall ) cluster sql server manually [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Much tom..
Do i need to delete sql group also to clean the sql server?


"Tom Moreau" wrote:

> You'll need to go into ClusterAdmin and remove the resources. Don't remove
> the disk resource.
>
> Also, check out www.clusterhelp.com for suitable training in clusters.
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
> SQL Server MVP
> Toronto, ON Canada
> https://mvp.support.microsoft.com/profile/Tom.Moreau
>
>
> "Suchi" wrote in message
>
> To be clear enough, In below Kb article it is mentioned as
>
> If the instance of SQL Server you are removing was clustered, remove any
> cluster resources for the instance that may remain in the Cluster
> Administrator.
>
> I am new to Clusters, what are all the resourcs do i need to delete?
>
> How to manually remove SQL Server 2000 default, named, or virtual instance
> http://support.microsoft.com/kb/290991/en-us
>
>
>
>
> "Suchi" wrote:
>
> > HI All,
> >
> >
> > As HIten said,(in my previous post) I am able to remove all the registry
> > entries except hklm\software\microsoft\mssqlserver after couple of reboots
> > of
> > the both the nodes.
> >
> > I am still getting Getting "Cannot delet MSsqlserver: Error while
> > deleting
> > key" error.
> >
> > I did not delete any resources in cluadmin. Do i need to delete
> > sqlserver,agent, search resources only or disk resources also need to get
> > deleted?
> >
> > Thanks in advance
> > Suchi
> >
> >
> >
> >
>
>
 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Tom Moreau

External


Since: Apr 21, 2004
Posts: 441



(Msg. 5) Posted: Sat Dec 29, 2007 11:54 am
Post subject: Re: How to remove (uninstall ) cluster sql server manually [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No, just keep the group and the disk resource. Remove everything else
within the SQL group. You'll probably want to reboot afterwards (both
nodes).

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Suchi" wrote in message

Thanks Much tom..
Do i need to delete sql group also to clean the sql server?


"Tom Moreau" wrote:

> You'll need to go into ClusterAdmin and remove the resources. Don't remove
> the disk resource.
>
> Also, check out www.clusterhelp.com for suitable training in clusters.
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
> SQL Server MVP
> Toronto, ON Canada
> https://mvp.support.microsoft.com/profile/Tom.Moreau
>
>
> "Suchi" wrote in message
>
> To be clear enough, In below Kb article it is mentioned as
>
> If the instance of SQL Server you are removing was clustered, remove any
> cluster resources for the instance that may remain in the Cluster
> Administrator.
>
> I am new to Clusters, what are all the resourcs do i need to delete?
>
> How to manually remove SQL Server 2000 default, named, or virtual
> instance
> http://support.microsoft.com/kb/290991/en-us
>
>
>
>
> "Suchi" wrote:
>
> > HI All,
> >
> >
> > As HIten said,(in my previous post) I am able to remove all the registry
> > entries except hklm\software\microsoft\mssqlserver after couple of
> > reboots
> > of
> > the both the nodes.
> >
> > I am still getting Getting "Cannot delet MSsqlserver: Error while
> > deleting
> > key" error.
> >
> > I did not delete any resources in cluadmin. Do i need to delete
> > sqlserver,agent, search resources only or disk resources also need to
> > get
> > deleted?
> >
> > Thanks in advance
> > Suchi
> >
> >
> >
> >
>
>
 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Suchi

External


Since: May 26, 2007
Posts: 12



(Msg. 6) Posted: Sun Dec 30, 2007 11:56 am
Post subject: Re: How to remove (uninstall ) cluster sql server manually [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks much Tom.
I have deleted cluster resources (except disk)as you said.
I could delete all except hklm\software\microsoft\mssqlserver on node1.
Node2 is completed cleaned. Eeven deleted
hklm\software\microsoft\mssqlserver from node2.

Still getting cannt delete key while deleting above reg key on node1.
Is there anythng I am missing here?Done several reboots also..

Thanks a lot..


"Tom Moreau" wrote:

> No, just keep the group and the disk resource. Remove everything else
> within the SQL group. You'll probably want to reboot afterwards (both
> nodes).
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
> SQL Server MVP
> Toronto, ON Canada
> https://mvp.support.microsoft.com/profile/Tom.Moreau
>
>
> "Suchi" wrote in message
>
> Thanks Much tom..
> Do i need to delete sql group also to clean the sql server?
>
>
> "Tom Moreau" wrote:
>
> > You'll need to go into ClusterAdmin and remove the resources. Don't remove
> > the disk resource.
> >
> > Also, check out www.clusterhelp.com for suitable training in clusters.
> >
> > --
> > Tom
> >
> > ----------------------------------------------------
> > Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
> > SQL Server MVP
> > Toronto, ON Canada
> > https://mvp.support.microsoft.com/profile/Tom.Moreau
> >
> >
> > "Suchi" wrote in message
> >
> > To be clear enough, In below Kb article it is mentioned as
> >
> > If the instance of SQL Server you are removing was clustered, remove any
> > cluster resources for the instance that may remain in the Cluster
> > Administrator.
> >
> > I am new to Clusters, what are all the resourcs do i need to delete?
> >
> > How to manually remove SQL Server 2000 default, named, or virtual
> > instance
> > http://support.microsoft.com/kb/290991/en-us
> >
> >
> >
> >
> > "Suchi" wrote:
> >
> > > HI All,
> > >
> > >
> > > As HIten said,(in my previous post) I am able to remove all the registry
> > > entries except hklm\software\microsoft\mssqlserver after couple of
> > > reboots
> > > of
> > > the both the nodes.
> > >
> > > I am still getting Getting "Cannot delet MSsqlserver: Error while
> > > deleting
> > > key" error.
> > >
> > > I did not delete any resources in cluadmin. Do i need to delete
> > > sqlserver,agent, search resources only or disk resources also need to
> > > get
> > > deleted?
> > >
> > > Thanks in advance
> > > Suchi
> > >
> > >
> > >
> > >
> >
> >
>
>
 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Tom Moreau

External


Since: Apr 21, 2004
Posts: 441



(Msg. 7) Posted: Sun Dec 30, 2007 3:07 pm
Post subject: Re: How to remove (uninstall ) cluster sql server manually [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hmm. Have you removed all of the binaries, e.g. C:\Program Files\Microsoft
SQL Server\...

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Suchi" wrote in message

Thanks much Tom.
I have deleted cluster resources (except disk)as you said.
I could delete all except hklm\software\microsoft\mssqlserver on node1.
Node2 is completed cleaned. Eeven deleted
hklm\software\microsoft\mssqlserver from node2.

Still getting cannt delete key while deleting above reg key on node1.
Is there anythng I am missing here?Done several reboots also..

Thanks a lot..


"Tom Moreau" wrote:

> No, just keep the group and the disk resource. Remove everything else
> within the SQL group. You'll probably want to reboot afterwards (both
> nodes).
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
> SQL Server MVP
> Toronto, ON Canada
> https://mvp.support.microsoft.com/profile/Tom.Moreau
>
>
> "Suchi" wrote in message
>
> Thanks Much tom..
> Do i need to delete sql group also to clean the sql server?
>
>
> "Tom Moreau" wrote:
>
> > You'll need to go into ClusterAdmin and remove the resources. Don't
> > remove
> > the disk resource.
> >
> > Also, check out www.clusterhelp.com for suitable training in clusters.
> >
> > --
> > Tom
> >
> > ----------------------------------------------------
> > Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
> > SQL Server MVP
> > Toronto, ON Canada
> > https://mvp.support.microsoft.com/profile/Tom.Moreau
> >
> >
> > "Suchi" wrote in message
> >
> > To be clear enough, In below Kb article it is mentioned as
> >
> > If the instance of SQL Server you are removing was clustered, remove
> > any
> > cluster resources for the instance that may remain in the Cluster
> > Administrator.
> >
> > I am new to Clusters, what are all the resourcs do i need to delete?
> >
> > How to manually remove SQL Server 2000 default, named, or virtual
> > instance
> > http://support.microsoft.com/kb/290991/en-us
> >
> >
> >
> >
> > "Suchi" wrote:
> >
> > > HI All,
> > >
> > >
> > > As HIten said,(in my previous post) I am able to remove all the
> > > registry
> > > entries except hklm\software\microsoft\mssqlserver after couple of
> > > reboots
> > > of
> > > the both the nodes.
> > >
> > > I am still getting Getting "Cannot delet MSsqlserver: Error while
> > > deleting
> > > key" error.
> > >
> > > I did not delete any resources in cluadmin. Do i need to delete
> > > sqlserver,agent, search resources only or disk resources also need to
> > > get
> > > deleted?
> > >
> > > Thanks in advance
> > > Suchi
> > >
> > >
> > >
> > >
> >
> >
>
>
 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Suchi

External


Since: May 26, 2007
Posts: 12



(Msg. 8) Posted: Sun Dec 30, 2007 5:17 pm
Post subject: RE: How to remove (uninstall ) cluster sql server manually [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes Tom. I deleted all binaries.

"Suchi" wrote:

> To be clear enough, In below Kb article it is mentioned as
>
> If the instance of SQL Server you are removing was clustered, remove any
> cluster resources for the instance that may remain in the Cluster
> Administrator.
>
> I am new to Clusters, what are all the resourcs do i need to delete?
>
> How to manually remove SQL Server 2000 default, named, or virtual instance
> http://support.microsoft.com/kb/290991/en-us
>
>
>
>
> "Suchi" wrote:
>
> > HI All,
> >
> >
> > As HIten said,(in my previous post) I am able to remove all the registry
> > entries except hklm\software\microsoft\mssqlserver after couple of reboots of
> > the both the nodes.
> >
> > I am still getting Getting "Cannot delet MSsqlserver: Error while deleting
> > key" error.
> >
> > I did not delete any resources in cluadmin. Do i need to delete
> > sqlserver,agent, search resources only or disk resources also need to get
> > deleted?
> >
> > Thanks in advance
> > Suchi
> >
> >
> >
> >
 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Tom Moreau

External


Since: Apr 21, 2004
Posts: 441



(Msg. 9) Posted: Sun Dec 30, 2007 11:17 pm
Post subject: Re: How to remove (uninstall ) cluster sql server manually [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

And the appropriate keys were removed from CurrentControlSet\Services etc.?
If so, then you may very well have to rebuild the node.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Suchi" wrote in message

Yes Tom. I deleted all binaries.

"Suchi" wrote:

> To be clear enough, In below Kb article it is mentioned as
>
> If the instance of SQL Server you are removing was clustered, remove any
> cluster resources for the instance that may remain in the Cluster
> Administrator.
>
> I am new to Clusters, what are all the resourcs do i need to delete?
>
> How to manually remove SQL Server 2000 default, named, or virtual
> instance
> http://support.microsoft.com/kb/290991/en-us
>
>
>
>
> "Suchi" wrote:
>
> > HI All,
> >
> >
> > As HIten said,(in my previous post) I am able to remove all the registry
> > entries except hklm\software\microsoft\mssqlserver after couple of
> > reboots of
> > the both the nodes.
> >
> > I am still getting Getting "Cannot delet MSsqlserver: Error while
> > deleting
> > key" error.
> >
> > I did not delete any resources in cluadmin. Do i need to delete
> > sqlserver,agent, search resources only or disk resources also need to
> > get
> > deleted?
> >
> > Thanks in advance
> > Suchi
> >
> >
> >
> >
 >> Stay informed about: How to remove (uninstall ) cluster sql server manually 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How to remove (uninstall ) cluster sql server manually? - Hi All, Environment:windows2003 sp1 SQl server 2000, sp2, and It is clustered(2 nodes) I need to uninstall SQL server2000 . When i tried to uninstall from setup, i have got error and so i have deleted manually so sql binaries and registry ..

Uninstall - I am trying to uninstall sql server 2005 that was installed in cluster mode. There are no entries in add remove programs, and when I use the cd, there is not an option to remove an instance. I also tried via command line. Can anyone help?

SQL2005 Uninstall Issues - Hi, I've built a Windows 2003 SP1 two node cluster and installed 2 SQL 2005 instances - one the Default Instance, the other a Named Instance. I've uninstalled the Default Instance and the Workstation Components using the Add/Remove Programs and it..

KB928365 does not uninstall on clusters - Although one can run the uninstall of the security hotfix from Add/ Remove programs, the .Net file versions do not seem to rollback. For example, vbc.exe and system.dll in both \WINDOWS\Microsoft.NET \Framework\v2.0.50727..

New Cluster server - Hi all, This is the first time i am experience cluster server for sql server(no SAN). My question is what id the best way to configure partition the hard drive for performance and security. Log and data files are needed in separate physical..
   Database Forums (Home) -> Clustering All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]