To change the password for the database, run the following command from the [Product directory]/tools directory:

./password-change.pl -c database <Current password> <New password>
The New password must contain at least:
  • One letter in upper case
  • One letter in lower case
  • One special character
  • One numerical
  • Minimum fifteen characters
The special characters that can be used for the database password are:
  • Tilde (~)
  • Exclamation (!)
  • At (@)
  • Number (#)
  • Percent (%)

This command should be run on each server on distributed installs to maintain connectivity to the database for each server. The vcmaster services should be restarted (service vcmaster restart) after the database password has been changed.