How to access Active IQ Unified Manager Virtual Machine (OVA) DIAG shell
Applies to
- Active IQ Unified Manager (AIQUM)
- OnCommand Unified Manager (OCUM)
- VMware OVA
Description
- This KB article outlines the steps to enable and access the diag shell in an Active IQ Unified Manager virtual appliance (OVA)
- The diag shell can be used to execute action plans outlined in other NetApp KB articles, but changes that are made within the diag shell that are not part of NetApp Guidance may result in the appliance being unsupported by NetApp
Procedure
Caution: The changes made within the DIAG shell can result in data loss, and/or loss of functionality within the Virtual Appliance. |
- Take a backup of the AIQUM database
- Shut down the VM and take a VMware snapshot
- Power the VM on and access the VM console through the vSphere client
Launch Web Console
orLaunch Remote Console
- Log in as the maintenance user
- Note: The maintenance user is the first user that is configured when the Virtual Appliance is initially configured
- Select (4) Support/Diagnostics from the main menu
- Enter
eds
orerds
based on your preferenceeds
- Enables diag shell in VMware console window- Type
exit
to leave local diag shell at any time - VMware console window does not allow copy/paste
- Type
erds
- Enables diag shell to be accessible via remote SSH (ie: PuTTY)- You cannot login via SSH as root user. You must login as the
diag
user first
- You cannot login via SSH as root user. You must login as the
- Type
Y
when promptedWould you like to enable remote diagnostics?
- Enter and confirm a new password for the
diag
user- The password is good until midnight of the day it is enabled or for a single sign-in session
- If selecting remote diag shell, type
X
to exit - Launch third-party tool (such as PuTTY) and open an SSH to the IP of the AIQUM appliance
- Log in using the
diag
user- Username: diag
- Password: <enter the password that you set in Step 8 above>
- Note: You can not login via SSH as root user. You must login as the 'diag' user first. All attempts to login via root over SSH will fail
- The CLI will accept most of the command sets as standard Debian based environments:
- Type sudo -s as diag to open a root shell
- Type exit to change from root back to diag
- Type exit again to exit the diag shell.