Decrypting Credentials
Use the Command Line Interface feature to
Decrypt
Credential Logs
.
Note: The decryptCredentials tool under Bulk Import is removed from the NCM 9.2 release.
To decrypt credentials and view passwords,
- Go to Accessing the Command Line Interface if you have not already done so.
- At the command line, enter the command todecrypt credentialcommand. decryptCredentials <credentialsRollOutLogFileName> <outputFile>
- Make sure the format and syntax is exactly as shown in the following example.cmd >decryptCredentials "/home/jboss/server/powerup/log/credential-rollout.log" output.logThe Credential log file is located at/home/jboss/server/powerup/log/credentials-rollout.log. The <credLogFilePath> in this case, /home/jboss/server/powerup/log/credentials-rollout.log, is always the same.
- PressEnter.
- Passwords are then decrypted, and can be viewed inoutput.log.
- In a separate telnet window, verify your command results entering change directory (cd) to$VOYENCE_HOME/logs, then pressingEnter. The log file to review iscommandLineUtil.log.
- If you have completed decrypting credentials, and no further actions are needed, enterquitat the command line, then pressEnter. You are now logged off of Network Configuration Manager.