-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHow to connect to the console on a Dell MD storage array and do a factory default reset.
More file actions
55 lines (34 loc) · 1.87 KB
/
Copy pathHow to connect to the console on a Dell MD storage array and do a factory default reset.
File metadata and controls
55 lines (34 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
When other troubleshooting steps fail, using a serial cable to connect to your Ethernet managementport is an option. Perform the following steps on any management station with a serial port available.A serial debug cable is available from your Dell support representative.
Post credited to:
Tech Research Team-Kemaza
This is a generic guide and will apply to Dell PowerVault MDXX range.
To enter the console for an MD series storage controller you will need the service cable (PN: MN657) as shown below in Figure 1.
Dell Powervault MD1000 MD3000 MD3000i Password Reset Cable
Figure 1
Once connected to the controller and a serial port, use putty to login to the controller.
Connection settings
baud: 115200
data bits: 8
stop bits: 1
parity:None
To enter the service menu press Ctrl-Break and then press S (case sensititive).
The default password is supportDell
Here you can view and change the management IP address.
Select from the menu options shown to view or modify the port settings:
Option 1 to view the current management port configuration-
Option 2 to modify the current management port configuration-
Enter a period (.) to make no changes and return to default settings
If you are having serious issues with the array and need to get to lower level commands, you can do the following.
Press Ctrl-Break
Instead of hitting S press Esc
You should get a vxWorks login:
Username: shellUsr
passsword: DF4m/2>
Note: it’s much easier to copy and paste the user/password into the putty terminal. Just right click to paste.
Common commands:
lemClearLockdown
sysWipeAllConfigData
Caveat: the above command wipes the configuration. If you have data you need, do NOT run the above command. You can type SysWipe to get a list of all reset commands, including nondestructive options.
netCfgShow
When finished, type Ctrl+D to save your changes and exit.
That should be it really.