Monday, 1 October 2018

Changing the Configuration Manager password

You can change the password to access the Configuration Manager client. Two methods are available to change the password.

You can change the Configuration Manager password when you open the Configuration Manager by clicking Modify in the window where you enter the user ID and password.
Alternatively, to change the Configuration Manager password...

1. Goto WC_install/bin
   cd WC_install/bin
2. execute below script
   ./wcs_encrypt.sh new_password
Where new_password is the new password for the Configuration Manager.
Two encrypted versions of the new password will be generated:


  • ASCII encrypted string
  • HEX encrypted string
The ASCII encrypted string will be required for the next step.
4. Open the PwdMgr.xml file in a text editor.

  •  WC_INSTALL/instances
  •  WC_USER/instances

5. Modify LoginPassword in the PwdMgr.xml file with the ASCII encrypted password from step 3 and save the changes.

sample PwdMgr.xml file

 <User id="configadmin">
    <Role>Administrator</Role>
    <LoginPassword>APMrlvwKf3C4ceLEAdOXMg==</LoginPassword>
  </User>

</PasswordManager>




No comments:

Post a Comment