Disk Enclosures
1752805 Members
5519 Online
108789 Solutions
New Discussion юеВ

disable debug-mode of HSV110

 
SOLVED
Go to solution
James.F
Advisor

disable debug-mode of HSV110

i have a EVA5000 used for test, everytime when power on again, I have to connect use console and type "g" for the controller to boot.
i known how to disable debug flag use console,the problem is that i can not success
as you can see
when i type 'f' ,as follow;
Enter: f to set/change debug flags during start [9]
p to set/change print flags during start [1fff]
G or g to start
s to scrub cache and disk metadata (Lab code only) : f

Will prompt for debug flags
Enter: f to set/change debug flags during start [9]
p to set/change print flags during start [1fff]
G or g to start
s to scrub cache and disk metadata:

then i type 'g',and then type '00000000',but the controller has no responce,why? i have try several times with no effect.

Will prompt for debug flags
Enter: f to set/change debug flags during start [9]
p to set/change print flags during start [1fff]
G or g to start
s to scrub cache and disk metadata: g


PROMPT_FOR_GO 0x00000001
MAKE_ILF_DISK 0x00000002
ENABLE_PARITY_CHECK 0x00000004
PRINTF_TO_CONSOLE 0x00000008
PRINTF_TO_ILFLOG 0x00000010
ENABLE_MDU_BGTASKS 0x00000020
ENABLE_CACHE_DUMP 0x00000040
DISABLE_FM_TERMINATE 0x00000080
LOOP_ON_DIAGS 0x00000100
ENABLE_MONITOR 0x00000200
PERF_LOGGING 0x00000400
TRIGGER_ANALYZER 0x00000800
TACH_HOOD_LOOP 0x00001000
RESYNC_DISCARD_CMDS 0x00004000
ENABLE_1_GIG_DEVICE 0x00008000
CPLD_CRASH_ALWAYS 0x00400000
USE_COOL_CONSOLE 0x01000000
VERBOSE_MODE 0x02000000
ENABLE_HEALTH_CHECK 0x20000000

Enter hex debug flags (just digits, no leading '0x') [9]:00000000

i hope anyone can help me ,thanks in advance!
4 REPLIES 4
Daniel_279
Advisor
Solution

Re: disable debug-mode of HSV110

Enter the new value followed by ^J (Control J) to enter the new flags and boot. Carriage return will NOT work in this menu.
HenkW
Advisor

Re: disable debug-mode of HSV110

Enter: f to set/change debug flags during start [9]
9 telles dat but 0 and bit 3 are set.
Bit "0" is Prompt_for_go.

Type "p" to change debug flag
Type "g" for Go
The system will now ask to set the debug flags.
You type "0" to clear all flags.
The system will start.
Since the debug flags are cleared it will not ask again.
When you boot the second controller it still has not copied the debug flags.
Type "g" for the second controller It will boot and during the boot it will copy the debug flags from the already running controller.
This means it will copy "0".

Good Luck

Henk
James.F
Advisor

Re: disable debug-mode of HSV110

thanks all of your answer├п┬╝ crtl j make effect. close
James.F
Advisor

Re: disable debug-mode of HSV110

close