How do I update NSP XML API user access details?

Purpose

Perform this procedure to update the admin user name and password in the NSP mediation secret. The password must be current in order to permit NSP cluster access to the NFM-P XML API. The user must have both admin and OSS management roles in NFMP.

Steps
 

Log in as the root or NSP admin user on the NSP deployer VM.


Open a console window.


Enter the following:

cd /opt/nsp/NSP-CN-DEP-release-ID/bin ↵


Enter the following to update the user name:

./nspdeployerctl secret -n psaRestricted -s nsp-mdt-mediator-secret -p XML_API_USERNAME update ↵

The following prompt is displayed:

 Please enter the XML_API_USERNAME:


Enter the user name as plaintext.

The following prompt is displayed:

 Please confirm the XML_API_USERNAME:


Re-enter the user name.

The user name is updated in the NSP mediator secret.


Enter the following to update the password:

./nspdeployerctl secret -n psaRestricted -s nsp-mdt-mediator-secret -p XML_API_PASSWORD update ↵

The following prompt is displayed:

 Please enter the XML_API_PASSWORD:


Enter the password as plaintext.

The following prompt is displayed:

 Please confirm the XML_API_PASSWORD:


Re-enter the password.

The password is updated in the NSP mediator secret.


10 

Close the console window.

End of steps