Function
Generates encrypted passwords.
It is necessary to execute this command to generate encrypted passwords to add to the password parameter definition for connection in the following two cases; Connection Account configuration file (remoteAccount.txt) for agent for Agentless Monitoring and Configuration information file (ecoAgentInfo.txt) of the SNMP agent (if the SNMP agent is version 3) for ECO information.
Note
Do not execute multiple genpwd command simultaneously.
Required privileges
[Windows]
The Administrators group user privileges are required.
[UNIX]
System administrator (superuser) privileges are required.
Execution environment
This command can be executed on Enterprise Manager, Manager, Proxy Manager, and Agent.
Syntax
[Windows]
<Installation directory>\bin\genpwd.exe |
[UNIX]
/opt/FJSVssqc/bin/genpwd.sh |
Options
None.
Termination status
Normal termination: 1
Abnormal termination: Other than 1
Usage example
Execute as follows to generate encrypted passwords.
After executing the command, a dialog appears asking for the password and confirmation of the password. Enter the password to be encrypted.
Copy the generated text and paste it into the password parameter in the definition file.
[Windows]
C:\ cd C:\Program Files\SystemwalkerSQC\bin C:\Program Files\SystemwalkerSQC\bin>genpwd.exe Password: Confirm password: bpnM2i65/s+k5YhGb15JKw== C:\Program Files\SystemwalkerSQC\bin>
[UNIX]
# cd /opt/FJSVssqc/bin # ./genpwd.sh Password: Confirm password: bpnM2i65/s+k5YhGb15JKw== #