Troubleshooting and Maintenanc...
Log Levels

Increasing the SSH/Telnet Proxy Log Level

2min

You can increase the SSH/Telnet Proxy debug log level for troubleshooting through Kron PAM CLI.

To enable debug-level tracing via CLI:

  1. Log in to Kron PAM CLI and connect to the OSGI console telnet localhost 5555
  2. List components and current log levels in the OSGI command prompt osgi> loggers
  3. Change the debug mode in the OSGI command prompt osgi> changeloglevel com.kron* debug
  4. Exit OSGI CLI console osgi> disconnect
  5. Change the SSH/Telnet proxy logs tail -f /u01/nssoapp/log/consoleout.log

Using the exit command to exit from the OSGI console will shut down the Kron PAM Proxy app.

  • After debugging, revert to the default log level:

Log in to Kron PAM CLI and connect to the OSGI console.

telnet localhost 5555

Access to CLI console.

osgi> changeloglevel com.kron* none

Exit OSGI CLI console.

osgi> disconnect