Results 1 to 1 of 1
-
08-03-2006, 02:50 PM #1Member
- Join Date
- Mar 2005
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
TSM Client Password Failure on Microsoft Server - FIX
Technical Services Group, Carilion Clinic
Author: Peter Baugh
Operating system: TSM Client Version 5.3.2.0, running on Microsoft 2003 Server in a two node clustered environment (MSCS).
Symptoms: After failover to node one, the TSM cluster scheduler failed with the following error: "ANS2050E TSM needs to prompt for the password but cannot prompt because the process is running in the background." Repeated attempts to start the cluster scheduler service then caused the following error: "ANR0430W Session 680406 for node MSCSERVER-A (WinNT) refused - node name is locked.
Action / Resolution:
1. Repeated TSM Client Scheduler password failure may be caused by corrupted registry keys. Check entries below the following registry key (for a cluster resource, as below, check the registry on the ACTIVE node).
HKEY_LOCAL_MACHINESOFTWAREIBMADSMCurrentVersionBac kupClientNodes
Look for the node name key of the TSM service that is failing. Below the node name is MSCSERVER-A.
[HKEY_LOCAL_MACHINESOFTWAREIBMADSMCurrentVersionBac kupClientNodes MSCSERVER-ATSM01]
"Password"=hex:1e,91,ca,68,58,0c,58,b9,09,29,a4,8d ,a7,14,03,a6,1f,56,d4,12,a1,ec,f9,cc,1f,1f,62,b5,0 5,ca,e6,5b,53,31,16,11,cb,9f,63,f0,16,3a,ad,3a,0c, 90, 99,61,1b,55,f2,b6,8e,0c,c7,f1,61,40,6b,34,6e,40,93 ,87
2. Highlight the node name key (MSCSERVER-A above), right click and set permissions. Add (domain)\Domain Admins, or your Active Directory user ID. This forces the Microsoft server to update the ACL (Access Control List) for the corrupt registry keys.
3. Look for the "Password" key in the registry (seen in step 1). This key may be absent due to corruption. If present, delete the key and password, as below.
[HKEY_LOCAL_MACHINESOFTWAREIBMADSMCurrentVersionBac kupClientNodes MSCSERVER-ATSM01]
4. Find a WORKING key, as below. Highlight the "Password" key and select File-Export to save as a .reg file to a local drive. Your .reg file will look like the example below;
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREIBMADSMCurrentVersionBac kupClientNodes MSCServer-BTSM01]
"Password"=hex:1e,91,ca,68,58,0c,58,b9,09,29,a4,8d ,a7,14,03,a6,1f,56,d4,12,a1,ec,f9,cc,1f,1f,62,b5,0 5,ca,e6,5b,53,31,16,11,cb,9f,63,f0,16,3a,ad,3a,0c, 90,99,61,1b,55,f2,b6,8e,0c,c7,f1,61,40,6b,34,6e,40 ,93,87
The example above is a working, scheduler password key for the cluster MSCServer-B.
5. Edit the saved .reg file with notepad, and rename the node name key to the node name of the failing service (example below, change MSCServer-B to MSCSERVER-A).
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREIBMADSMCurrentVersionBac kupClientNodes MSCSERVER-ATSM01]
"Password"=hex:1e,91,ca,68,58,0c,58,b9,09,29,a4,8d ,a7,14,03,a6,1f,56,d4,12,a1,ec,f9,cc,1f,1f,62,b5,0 5,ca,e6,5b,53,31,16,11,cb,9f,63,f0,16,3a,ad,3a,0c, 90,99,61,1b,55,f2,b6,8e,0c,c7,f1,61,40,6b,34,6e,40 ,93,87
Save your changes and close the .reg file.
6. Now import the .reg file into the registry.
7. Set the node name password and unlock the node by updating it with TSM Administrator.
8. Manually start the TSM client by double-clicking on DSM.EXE. Supply the password if prompted. To do this on a cluster node, you will need to copy the contents of C:Program FilesTivoliTSMbaclient to the TSM directory on the cluster drive, taking care not to overwrite the DSM.OPT or LOG files. After supplying the password, exit the TSM client.
9. Start the TSM scheduler service, or bring the cluster service online with Cluster Administrator, found in Administrative Tools on the cluster node.
EOF
Similar Threads
-
TDP MSExchg backup fails - ANE4993E full backup of Information Store from server SVR_TDP failed, rc=
By adsm04 in forum TDP/Application Layer BackupReplies: 0Last Post: 09-13-2006, 09:29 AM -
Linux vs Solaris tsm server tests
By hogmaster in forum Performance TuningReplies: 0Last Post: 05-02-2005, 07:54 AM -
TSM 5.3 client on Win2003 server "forgets" password and requires re-authentication.
By ivandem in forum TSM ServerReplies: 6Last Post: 02-18-2005, 04:24 PM -
Scratch Volumes not loading
By Fenyx4 in forum Tape / Media LibraryReplies: 18Last Post: 11-23-2004, 03:09 PM -
help with MSCS clustering and ba clients
By joew in forum Backup / Archive DiscussionReplies: 1Last Post: 06-07-2004, 03:40 PM


Reply With Quote