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

Changing SQL Service account passowrd on a cluster configu..

 
   Database Forums (Home) -> Clustering RSS
Next:  What's the deal with the MI5 messages??  
Author Message
Mehul

External


Since: Jun 01, 2006
Posts: 5



(Msg. 1) Posted: Mon Nov 19, 2007 4:08 pm
Post subject: Changing SQL Service account passowrd on a cluster configuration
Archived from groups: microsoft>public>sqlserver>clustering (more info?)

Hi,
I have SQL 2005 server (with Named Instance) running on a two node Cluster
Configuration (Active/Passive).

SQL Instance, SQL Server Agent, SQL Server Browser services are running
under a service account (domain account). Similarly Cluster service is also
running under a cluster service account (domain account).

I am looking for accurate steps to update password of SQL Service account
and Cluster service account that will cause minimum disruption of these
services. If there’s a link to documentation on how to update password, that
will be most useful.

 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Geoff N. Hiten

External


Since: Feb 23, 2005
Posts: 443



(Msg. 2) Posted: Mon Nov 19, 2007 10:39 pm
Post subject: Re: Changing SQL Service account passowrd on a cluster configuration [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

For the cluster service account password:
http://support.microsoft.com/kb/305813/en-us

For the SQL 2005 Instance, use the SQL Configuration Manager to change the
password. It handles the "cluster magic".

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP




"Mehul" wrote in message

> Hi,
> I have SQL 2005 server (with Named Instance) running on a two node Cluster
> Configuration (Active/Passive).
>
> SQL Instance, SQL Server Agent, SQL Server Browser services are running
> under a service account (domain account). Similarly Cluster service is
> also
> running under a cluster service account (domain account).
>
> I am looking for accurate steps to update password of SQL Service account
> and Cluster service account that will cause minimum disruption of these
> services. If there’s a link to documentation on how to update password,
> that
> will be most useful.
>

 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Linchi Shea

External


Since: Mar 03, 2006
Posts: 234



(Msg. 3) Posted: Mon Nov 19, 2007 10:39 pm
Post subject: Re: Changing SQL Service account passowrd on a cluster configurati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It could be just me, but I had problem using Configuration Manager to change
the SQL service account password from time to time. I don't remember the
exact error message now, but I remember not having success in getting the
change replicated among the nodes.

I've had more success with just using the services.msc mgmt console to
change the SQL service account password on each node. This is just a hassle
since on each node there are a few services to change. I know Configuration
Manager is not cluster aware, but had hoped that at least any change made
through it to the SQL registry entries would be automatically replicated by
the cluster service.

Linchi

"Geoff N. Hiten" wrote:

> For the cluster service account password:
> http://support.microsoft.com/kb/305813/en-us
>
> For the SQL 2005 Instance, use the SQL Configuration Manager to change the
> password. It handles the "cluster magic".
>
> --
> Geoff N. Hiten
> Senior SQL Infrastructure Consultant
> Microsoft SQL Server MVP
>
>
>
>
> "Mehul" wrote in message
>
> > Hi,
> > I have SQL 2005 server (with Named Instance) running on a two node Cluster
> > Configuration (Active/Passive).
> >
> > SQL Instance, SQL Server Agent, SQL Server Browser services are running
> > under a service account (domain account). Similarly Cluster service is
> > also
> > running under a cluster service account (domain account).
> >
> > I am looking for accurate steps to update password of SQL Service account
> > and Cluster service account that will cause minimum disruption of these
> > services. If there’s a link to documentation on how to update password,
> > that
> > will be most useful.
> >
>
>
 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Mehul

External


Since: Jun 01, 2006
Posts: 5



(Msg. 4) Posted: Mon Nov 19, 2007 11:22 pm
Post subject: Re: Changing SQL Service account passowrd on a cluster configurati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Geoff. But I would really like to know what are the steps to perform.
Do I need to change password on both the nodes or only on the active node ?
Once the password for the account is updated in AD, is it immediately
reflected on the SQL servers ?

"Geoff N. Hiten" wrote:

> For the cluster service account password:
> http://support.microsoft.com/kb/305813/en-us
>
> For the SQL 2005 Instance, use the SQL Configuration Manager to change the
> password. It handles the "cluster magic".
>
> --
> Geoff N. Hiten
> Senior SQL Infrastructure Consultant
> Microsoft SQL Server MVP
>
>
>
>
> "Mehul" wrote in message
>
> > Hi,
> > I have SQL 2005 server (with Named Instance) running on a two node Cluster
> > Configuration (Active/Passive).
> >
> > SQL Instance, SQL Server Agent, SQL Server Browser services are running
> > under a service account (domain account). Similarly Cluster service is
> > also
> > running under a cluster service account (domain account).
> >
> > I am looking for accurate steps to update password of SQL Service account
> > and Cluster service account that will cause minimum disruption of these
> > services. If there’s a link to documentation on how to update password,
> > that
> > will be most useful.
> >
>
>
 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Mehul

External


Since: Jun 01, 2006
Posts: 5



(Msg. 5) Posted: Mon Nov 19, 2007 11:24 pm
Post subject: Re: Changing SQL Service account passowrd on a cluster configurati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Linchi, Thanks for your feedback.

So what steps do you follow to update password for all these services using
services.msc ?

"Linchi Shea" wrote:

> It could be just me, but I had problem using Configuration Manager to change
> the SQL service account password from time to time. I don't remember the
> exact error message now, but I remember not having success in getting the
> change replicated among the nodes.
>
> I've had more success with just using the services.msc mgmt console to
> change the SQL service account password on each node. This is just a hassle
> since on each node there are a few services to change. I know Configuration
> Manager is not cluster aware, but had hoped that at least any change made
> through it to the SQL registry entries would be automatically replicated by
> the cluster service.
>
> Linchi
>
> "Geoff N. Hiten" wrote:
>
> > For the cluster service account password:
> > http://support.microsoft.com/kb/305813/en-us
> >
> > For the SQL 2005 Instance, use the SQL Configuration Manager to change the
> > password. It handles the "cluster magic".
> >
> > --
> > Geoff N. Hiten
> > Senior SQL Infrastructure Consultant
> > Microsoft SQL Server MVP
> >
> >
> >
> >
> > "Mehul" wrote in message
> >
> > > Hi,
> > > I have SQL 2005 server (with Named Instance) running on a two node Cluster
> > > Configuration (Active/Passive).
> > >
> > > SQL Instance, SQL Server Agent, SQL Server Browser services are running
> > > under a service account (domain account). Similarly Cluster service is
> > > also
> > > running under a cluster service account (domain account).
> > >
> > > I am looking for accurate steps to update password of SQL Service account
> > > and Cluster service account that will cause minimum disruption of these
> > > services. If there’s a link to documentation on how to update password,
> > > that
> > > will be most useful.
> > >
> >
> >
 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Linchi Shea

External


Since: Mar 03, 2006
Posts: 234



(Msg. 6) Posted: Tue Nov 20, 2007 5:13 am
Post subject: Re: Changing SQL Service account passowrd on a cluster configurati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Here are the steps I went through recently to update the password for the SQL
service account (the previous password expired. It shouldn't be set to
expire, but that's a different story):

1. Remote desktop to each node
2. Start -> Run, type services.msc
3. In the service list, locate all the SQL Server related services that use
the password.
4. Double click on each such service
5. Click on the "Log On' tab.
6. Type in the new password in the Password and Confirm Password textboxes.
7. Click on Apply and OK.

Linchi

"Mehul" wrote:

> Linchi, Thanks for your feedback.
>
> So what steps do you follow to update password for all these services using
> services.msc ?
>
> "Linchi Shea" wrote:
>
> > It could be just me, but I had problem using Configuration Manager to change
> > the SQL service account password from time to time. I don't remember the
> > exact error message now, but I remember not having success in getting the
> > change replicated among the nodes.
> >
> > I've had more success with just using the services.msc mgmt console to
> > change the SQL service account password on each node. This is just a hassle
> > since on each node there are a few services to change. I know Configuration
> > Manager is not cluster aware, but had hoped that at least any change made
> > through it to the SQL registry entries would be automatically replicated by
> > the cluster service.
> >
> > Linchi
> >
> > "Geoff N. Hiten" wrote:
> >
> > > For the cluster service account password:
> > > http://support.microsoft.com/kb/305813/en-us
> > >
> > > For the SQL 2005 Instance, use the SQL Configuration Manager to change the
> > > password. It handles the "cluster magic".
> > >
> > > --
> > > Geoff N. Hiten
> > > Senior SQL Infrastructure Consultant
> > > Microsoft SQL Server MVP
> > >
> > >
> > >
> > >
> > > "Mehul" wrote in message
> > >
> > > > Hi,
> > > > I have SQL 2005 server (with Named Instance) running on a two node Cluster
> > > > Configuration (Active/Passive).
> > > >
> > > > SQL Instance, SQL Server Agent, SQL Server Browser services are running
> > > > under a service account (domain account). Similarly Cluster service is
> > > > also
> > > > running under a cluster service account (domain account).
> > > >
> > > > I am looking for accurate steps to update password of SQL Service account
> > > > and Cluster service account that will cause minimum disruption of these
> > > > services. If there’s a link to documentation on how to update password,
> > > > that
> > > > will be most useful.
> > > >
> > >
> > >
 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Geoff N. Hiten

External


Since: Feb 23, 2005
Posts: 443



(Msg. 7) Posted: Tue Nov 20, 2007 9:23 am
Post subject: Re: Changing SQL Service account passowrd on a cluster configurati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

LInchi's advice on using the services applet on each node is a bit more
complex, but it is a certaintly.

As for when changes "take", AD may need up to fifteen minutes to replicate
the password change through the system when you have multiple controllers.
If an account is logged in to a resource, such as a service account already
running, you can leave it running or a while before changing it. The system
will not force it out immediately but the application may no longer be able
to access network resources after some time.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP




"Mehul" wrote in message

> Thanks Geoff. But I would really like to know what are the steps to
> perform.
> Do I need to change password on both the nodes or only on the active node
> ?
> Once the password for the account is updated in AD, is it immediately
> reflected on the SQL servers ?
>
> "Geoff N. Hiten" wrote:
>
>> For the cluster service account password:
>> http://support.microsoft.com/kb/305813/en-us
>>
>> For the SQL 2005 Instance, use the SQL Configuration Manager to change
>> the
>> password. It handles the "cluster magic".
>>
>> --
>> Geoff N. Hiten
>> Senior SQL Infrastructure Consultant
>> Microsoft SQL Server MVP
>>
>>
>>
>>
>> "Mehul" wrote in message
>>
>> > Hi,
>> > I have SQL 2005 server (with Named Instance) running on a two node
>> > Cluster
>> > Configuration (Active/Passive).
>> >
>> > SQL Instance, SQL Server Agent, SQL Server Browser services are running
>> > under a service account (domain account). Similarly Cluster service is
>> > also
>> > running under a cluster service account (domain account).
>> >
>> > I am looking for accurate steps to update password of SQL Service
>> > account
>> > and Cluster service account that will cause minimum disruption of these
>> > services. If there’s a link to documentation on how to update password,
>> > that
>> > will be most useful.
>> >
>>
>>
 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Mehul

External


Since: Jun 01, 2006
Posts: 5



(Msg. 8) Posted: Tue Nov 20, 2007 3:14 pm
Post subject: Re: Changing SQL Service account passowrd on a cluster configurati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Linchi,
Here's what worked for me. Quite similar to the steps you have outlined:

1. Changed SQL Service account password in AD. Waited for about half an hour
so that password change gets replicated to all the domain controllers.
2. Updated the password on the active node of the SQL Cluster using SQL
Configuration manager for all the services.
3. Restarted the services using SCM. Everything looked fine till now.
4. On the passive node, using Services MMC, manually updated password for
the SQL services.
5. Fail over the cluster from node 1 to node 2, everything worked fine with
no errors.

I will be blogging these steps, but hope that other people who are in the
same situation will find this discussion useful.

Thanks Geoff and Linchi for your quick responses.


"Linchi Shea" wrote:

> Here are the steps I went through recently to update the password for the SQL
> service account (the previous password expired. It shouldn't be set to
> expire, but that's a different story):
>
> 1. Remote desktop to each node
> 2. Start -> Run, type services.msc
> 3. In the service list, locate all the SQL Server related services that use
> the password.
> 4. Double click on each such service
> 5. Click on the "Log On' tab.
> 6. Type in the new password in the Password and Confirm Password textboxes.
> 7. Click on Apply and OK.
>
> Linchi
>
> "Mehul" wrote:
>
> > Linchi, Thanks for your feedback.
> >
> > So what steps do you follow to update password for all these services using
> > services.msc ?
> >
> > "Linchi Shea" wrote:
> >
> > > It could be just me, but I had problem using Configuration Manager to change
> > > the SQL service account password from time to time. I don't remember the
> > > exact error message now, but I remember not having success in getting the
> > > change replicated among the nodes.
> > >
> > > I've had more success with just using the services.msc mgmt console to
> > > change the SQL service account password on each node. This is just a hassle
> > > since on each node there are a few services to change. I know Configuration
> > > Manager is not cluster aware, but had hoped that at least any change made
> > > through it to the SQL registry entries would be automatically replicated by
> > > the cluster service.
> > >
> > > Linchi
> > >
> > > "Geoff N. Hiten" wrote:
> > >
> > > > For the cluster service account password:
> > > > http://support.microsoft.com/kb/305813/en-us
> > > >
> > > > For the SQL 2005 Instance, use the SQL Configuration Manager to change the
> > > > password. It handles the "cluster magic".
> > > >
> > > > --
> > > > Geoff N. Hiten
> > > > Senior SQL Infrastructure Consultant
> > > > Microsoft SQL Server MVP
> > > >
> > > >
> > > >
> > > >
> > > > "Mehul" wrote in message
> > > >
> > > > > Hi,
> > > > > I have SQL 2005 server (with Named Instance) running on a two node Cluster
> > > > > Configuration (Active/Passive).
> > > > >
> > > > > SQL Instance, SQL Server Agent, SQL Server Browser services are running
> > > > > under a service account (domain account). Similarly Cluster service is
> > > > > also
> > > > > running under a cluster service account (domain account).
> > > > >
> > > > > I am looking for accurate steps to update password of SQL Service account
> > > > > and Cluster service account that will cause minimum disruption of these
> > > > > services. If there’s a link to documentation on how to update password,
> > > > > that
> > > > > will be most useful.
> > > > >
> > > >
> > > >
 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Linchi Shea

External


Since: Mar 03, 2006
Posts: 234



(Msg. 9) Posted: Tue Nov 20, 2007 7:01 pm
Post subject: Re: Changing SQL Service account passowrd on a cluster configurati [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm glad that you included step 5 to failover the SQL group among the nodes.
That's an abosolutely critical step to close loop the whole task.

Linchi

"Mehul" wrote:

> Linchi,
> Here's what worked for me. Quite similar to the steps you have outlined:
>
> 1. Changed SQL Service account password in AD. Waited for about half an hour
> so that password change gets replicated to all the domain controllers.
> 2. Updated the password on the active node of the SQL Cluster using SQL
> Configuration manager for all the services.
> 3. Restarted the services using SCM. Everything looked fine till now.
> 4. On the passive node, using Services MMC, manually updated password for
> the SQL services.
> 5. Fail over the cluster from node 1 to node 2, everything worked fine with
> no errors.
>
> I will be blogging these steps, but hope that other people who are in the
> same situation will find this discussion useful.
>
> Thanks Geoff and Linchi for your quick responses.
>
>
> "Linchi Shea" wrote:
>
> > Here are the steps I went through recently to update the password for the SQL
> > service account (the previous password expired. It shouldn't be set to
> > expire, but that's a different story):
> >
> > 1. Remote desktop to each node
> > 2. Start -> Run, type services.msc
> > 3. In the service list, locate all the SQL Server related services that use
> > the password.
> > 4. Double click on each such service
> > 5. Click on the "Log On' tab.
> > 6. Type in the new password in the Password and Confirm Password textboxes.
> > 7. Click on Apply and OK.
> >
> > Linchi
> >
> > "Mehul" wrote:
> >
> > > Linchi, Thanks for your feedback.
> > >
> > > So what steps do you follow to update password for all these services using
> > > services.msc ?
> > >
> > > "Linchi Shea" wrote:
> > >
> > > > It could be just me, but I had problem using Configuration Manager to change
> > > > the SQL service account password from time to time. I don't remember the
> > > > exact error message now, but I remember not having success in getting the
> > > > change replicated among the nodes.
> > > >
> > > > I've had more success with just using the services.msc mgmt console to
> > > > change the SQL service account password on each node. This is just a hassle
> > > > since on each node there are a few services to change. I know Configuration
> > > > Manager is not cluster aware, but had hoped that at least any change made
> > > > through it to the SQL registry entries would be automatically replicated by
> > > > the cluster service.
> > > >
> > > > Linchi
> > > >
> > > > "Geoff N. Hiten" wrote:
> > > >
> > > > > For the cluster service account password:
> > > > > http://support.microsoft.com/kb/305813/en-us
> > > > >
> > > > > For the SQL 2005 Instance, use the SQL Configuration Manager to change the
> > > > > password. It handles the "cluster magic".
> > > > >
> > > > > --
> > > > > Geoff N. Hiten
> > > > > Senior SQL Infrastructure Consultant
> > > > > Microsoft SQL Server MVP
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "Mehul" wrote in message
> > > > >
> > > > > > Hi,
> > > > > > I have SQL 2005 server (with Named Instance) running on a two node Cluster
> > > > > > Configuration (Active/Passive).
> > > > > >
> > > > > > SQL Instance, SQL Server Agent, SQL Server Browser services are running
> > > > > > under a service account (domain account). Similarly Cluster service is
> > > > > > also
> > > > > > running under a cluster service account (domain account).
> > > > > >
> > > > > > I am looking for accurate steps to update password of SQL Service account
> > > > > > and Cluster service account that will cause minimum disruption of these
> > > > > > services. If there’s a link to documentation on how to update password,
> > > > > > that
> > > > > > will be most useful.
> > > > > >
> > > > >
> > > > >
 >> Stay informed about: Changing SQL Service account passowrd on a cluster configu.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Security Policy for MSSQL service account. - Does anyone have a link for the essential local security policy settings that are needed by the domain account that is used to start a clustered MS SQL Server 2000 instance? I have been to MS Technet and not found a really explicit list of privs as ..

Changing Collation on a Cluster - Hi, I am sure that someone has managed to do this. We have a 64_bit Clustered SQL2005 SP2 build 3175 server that we created as Latin1_General_Bin. We want to change it to the North American default but keep getting errors. The latest was: - SQL Serve...

Changing IP of the cluster - Hello! We will be moving our two cluster running SQL Server 2005 64-bit SP2 on Windows 2003 to the different datacenter. IP addressed of both nodes will be changed by DNS names remain the same. I was wondering if anyone had issues with this. Out..

SQL Server 2005 - Changing Port in Cluster Environment - I have setup an Active Passive Cluster in SQL Server 2005. For security issue we wanted to change the port from default 1433 to 1456. In SQL Server 2000 it was pretty straight forward but it looks complicated in SQL Server 2005. If anyone has done..

Why SQL cluster changing owner after taking offline and br.. - Hi, I have a failover cluster with SQL Server 2000 SP4 installed on it. The SQL Server is on the current active node which is SQLUU. last night, I took the SQL Server offline from cluster administrator, and then immediatelt bring online again...
   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 ]