We have migrated our Windows user PCs to new Domain.
For each clearcase user, We need to do below work manually.
1. Albd service account and password to be changed in Service window category.
2. In Registry domain name need to be changed.
3. Old domain snapshot views needs to be find and unregistred.
4. Again same snapshot views need to be registered for New hostname.
5.Fix_Prot needs to be run to change snapshot views owner and group name.
So for this do we have any utility/tool?Kindly advise me.
There is no native utility, but it can be scripted, and executed (provided the user can launch that script as Administrator, in order to have access to regedit and other admin tools)
For changing the albs service account in the Windows service, you would use
sc
(after stopping the service with net stop): see "How do I determine via Windows command line whether ALBD service is running?"And here is an example for
fix_prot
using aliases.