How do I change the NSP cluster registry password?

Purpose

Perform this procedure to change the password of the NSP container registry administrator.

Note: The initial registry login attempt after the password change displays an error message that you can safely ignore.

Steps
 

Open a terminal session to the NSP deployer VM.


Log in as the root or NSP admin user.


Enter the following:

cd /opt/nsp/nsp-registry-release-ID/bin ↵


Enter the following:

./nspregistryctl update -p ↵

The following prompt is displayed.

Enter the current registry admin password:


Enter the current password.

The following prompt is displayed:

Enter the new registry admin password:


Create a new password; the password must:

  • be a minimum of 10 characters

  • include at least one:

    • uppercase character

    • lowercase character

    • digit

    • special character in the following list:

      ! # $ % & ( ) * + , - . / : ; = ? @ \ ^ _ { | }


Enter the new password.

The password is changed.


Record the new password and store it in a secure location.

End of steps