It is necessary to execute this command to generate an encrypted password 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.
The following explains the command that generates encrypted passwords.
Required privileges
[Windows]
The Administrators group user privileges are required.
[UNIX]
System administrator (superuser) privileges are required.
Syntax
[Windows]
<Installation directory>\bin\genpwd.exe |
[UNIX]
/opt/FJSVssqc/bin/genpwd.sh |
Function
Generates encrypted passwords.
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== # |