Use the password manager command to manage access to the Configuration Console using a properties file. You can add, delete, and list users and reset their passwords..
The syntax for the password manager command is:
pwdmgr -option parameter
To use a password manager command, issue the command from the \srd-home\console\ directory.
Each option and parameters for the password manager command must be specified as separate commands. If you do not specify an option, the command help is displayed.
Two files work with the password manager command:
These files are located in the srd-home directory. However, do not change them manually. They are used by the product to track user logins, and they are required parameters in some other commands.
To add a new user who's login name and default password are both "judy," type the following command pwdmgr -a judy
To delete the existing user named judy and the corresponding password, type the following command pwdmgr -d judy
To see a list of current users and their status type the following command pwdmgr -l
For example, if you type the command pwdmgr -l , the following sample output might be displayed :admin (super-user) judy (super-user) allen (super-user) jose (super-user) *** NEVER LOGGED IN ***If you recently reset a password, a message is displayed showing that the user has not logged in to the Configuration Console yet with the new password.
To reset the password of a user to the user ID, type the following command pwdmgr -r username
For example if you type the command pwdmgr -r judy, the password of the existing user named judy is reset to the default password "judy". If the original login/password was judy/sunflower, it is now reset to judy/judy.