Tuesday, November 16, 2010

Re: ClearCase ALBD Service account change script for all my clients

Permlink Replies: 3 - Pages: 1 - Last Post: Nov 11, 2010 10:52 AM Last Post By: brownsly Threads: [ Previous | Next ]
Posts: 50
Registered: Jun 29, 2004 09:28:22 AM ClearCase ALBD Service account change script for all my clients
Posted: Oct 26, 2010 05:51:38 PM Dear friends,
I am looking Remotely change the ALBD service account's credentials with windows SC utilty scripts . I had a this script , unfortunatly I lost that . If any body have handy please share here .
thanks in advance
Posts: 195
Registered: Jan 15, 2005 05:15:03 PM Re: ClearCase ALBD Service account change script for all my clients
Posted: Oct 26, 2010 06:55:58 PM   in response to: kavetisri in response to: kavetisri's post mmmmmmmm . . . That is not good. . . .LOL

The script can be found here:

http://forums.abs-consulting.com/forum_posts.asp?TID=16&PN=1


Posts: 60
Registered: Nov 30, 2004 12:57:26 PM Re: ClearCase ALBD Service account change script for all my clients
Posted: Oct 27, 2010 12:45:49 PM   in response to: kavetisri in response to: kavetisri's post If you change the username for the service, you 'may' have to allow it to log on as a service.

Our IT department creates the PC image not bound to the domain. As such, ClearCase is installed using the local account for the ALBD service.

I have a batch script for them to run when configuring a PC for a new developer once it has been added to the domain.

This is the batch script:@echo offecho.echo. Allow OURDOMAIN\clearcase_albd to "log on as a Service"echo. secedit.exe /configure /db secedit.sdb /cfg \\server\IBM_SW_RATL_REPO\scripts\WIN32\albd_as_a_service.inf echo.echo. Update albd service to use OURDOMAIN\clearcase_albdecho. sc.exe config albd obj= OURDOMAIN\clearcase_albd password= "our password" echo.echo. Start albd serviceecho. sc.exe start albd

And here is the contents of albd_as_a_service.inf - note the SIDs will vary for your setup[Unicode]Unicode=yes[Version]signature="$CHICAGO$"Revision=1[Registry Values][Profile Description]Description=The steps to add OURDOMAIN\clearcase_albd as a service[Privilege Rights]SeServiceLogonRight = *S-1-5-80-0,*S-1-5-21-3506717557-1833320443-2181110176-9999
Posts: 1
Registered: Oct 05, 2010 11:55:47 AM Re: ClearCase ALBD Service account change script for all my clients
Posted: Nov 11, 2010 10:52:26 AM   in response to: kavetisri in response to: kavetisri's post If I use the change_albd.pl script, what is the syntax for sc.exe?Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

Use the search field to find all types of content in My developerWorks with that tag. Use the slider bar to see more or fewer tags. Popular tags shows the top tags for this particular type of content or application that you're viewing. My tags shows your tags for this particular type of content or application that you're viewing.MoreLess 
Point your RSS reader here for a feed of the latest messages in all forums

View the original article here

No comments:

Post a Comment