Posted by Owentis at 2021-07-17 12:04
Hello Softrice & Olive.zhao:Thanks for your reply, here is my screenshot:
Dear friend,
Login in Debug Mode
V100R002C00SPC009 and earlier versions
1. In CLI mode, type developer and enter the password as prompted. The password is dynamically generated based on the current system time (queried by running the showsystime command). The calculation is as follows:
!H&S(25600 x Day + Month)(Year x 99)
The month is specified by a 2-digit number. If 25600 x Day does not contain six digits, add 0 before it. For example, if the system time is 2013-03-02, the password is calculated as follows:
(25600 x Day + Month): 25600 x 2 + 03 = 51203. You need to add 0 to the number and it becomes 051203.
(Year x 99): 2013 x 99 = 199287.
The password is !H&S051203199287.
2. Type debug to enter the debug mode. If the system prompts you to enter a password, enter the password calculated in developer mode again.
From V100R002C00SPC010 to V100R002C00SPC013
The debug mode is not supported.
V100R002C00SPC014 and later versions (including the V100R005 series)
After the operation is complete, strictly follow the following instructions to exit the debug mode. Do not close the serial port login program or use any other method to exit the debug mode.
1. Log in to the CLI of the storage device.

2. Type developer to enter the developer mode. The password is debug@storage. In the developer mode, type minisystem to enter the minisystem mode.

3. In minisystem mode, type cat 1 | less and press Enter. Then, type ! and press Enter again. The system enters the debug mode.

V100R002C00SPC009 and earlier versions
Type exit in debug mode.
From V100R002C00SPC010 to V100R002C00SPC013
N/A
V100R002C00SPC014 and later versions
In debug mode, type exit and press Enter. Then, press q to return to the minisystem mode. In minisystem mode, type exit to exit.

Hope this helps!