Overview
If the user has forgotten the password on their Exinda they can perform the following steps to reset the password. This process will remove the password entirely from the 'admin' account.
Solution
Go to single user mode
-
- Reboot the Exinda establish a console connection to the device
- If no console access is available, refer to the Additional Information section for instructions on how to reset password with a keyboard/monitor connected to the Exinda
- As soon as you see the list of firmware to boot from interrupt the boot an do the following
- Reboot the Exinda establish a console connection to the device
Step 1: Press the down key when it says "Boot loading stage 2"and select the image to boot into. Once the image is selected (in this case 0) then press "e" to enter the edit command mode. This will give the user the ability to change the commands options that are part of the boot process.
Step 3: On the next screen after entering 'e' go to the end of the line and the text 'single' should be appended to the end of this line.
Step 4: On the next screen select option 1 (kernel.....) and type "b" to resume booting the selected image.
Step 5: After more boot messages a 'root' user prompt should be displayed as below:
Step 6: If successful, the 'admin' password will now be removed. The system can now be restarted by issuing the command 'reboot' at the command prompt:
Now you can log into the unit using the default user name and password that is admin/exinda
Additional Information
If there is no console access available to the Exinda, this process can still be done by connecting a keyboard and monitor directly to the Exinda (if the model has such ports available).
In step 3, instead of having the full command as (where ### is the number of the boot image):
kernel /vmlinuz ro root=/dev/sda5 img_id=### quiet loglevel=4 panic=10 console=tty0 console=ttyS0,9600n8 single
Make it:
kernel /vmlinuz ro root=/dev/sda5 img_id=### single quiet
If the above commands in the Resolution Section do not work on any x62 units, attempt the following changes:
ro root=/dev/vda6 crashkernel=128M img_id=2 quiet loglevel=4 panic=10 console=tty0 console=ttyS0,9600
- Remove the 'quiet' - that tells it to log very little. If something is going wrong it is useful to see all the messages.
Change the 'loglevel=4' to 'loglevel=7'. That changes the messages that are shown from ERR and above to INFO and above. It may show something else of use.
<supportagent>
Internal Notes
Note that this also gives access to the shell. If it is impossible to install a shell license key (UI won't come up or anything) then you can use this to get into the shell and perform diagnostics as well.
Just do not run the 'resetpw.sh' script and reboot. The
resh-3.2#
prompt is the shell.
</supportagent>