Overview
This article provides information on how to access the Enable Mode of the CLI console in a Cache Engine to troubleshoot PeerApp issues.
Process
- Connect to the management IP via SSH using the credentials associated with the padmin user.
Putty is a tool that you may use for SSH connection. Please find below guides on Putty for different operating systems: - To elevate the padmin privileges to the root level, type
su -
, and press Enter. - To open the CLI console, type
su admin
, and press Enter. - To get the service tag, type
show systemid
, and press Enter. - Write down the first service tag output without the initial '*' character.
This is used as a password in Step 7. - To enter the Enable Mode, type
enable
, and press Enter. - Type the password that you noted down in step 5 and press Enter.
Confirmation
You are able to perform the tasks available in the Enable Mode of the CLI console.
Additional Steps
Once you are done with the troubleshooting, to leave the CLI console, follow the steps below.
- To leave the Enable Mode, type
exit
, and press Enter. - To leave the CLI console, type
exit
, and press Enter.