Dell MD3220I User Manual

Download Deployment manual of Dell PowerVault MD3220i Desktop, Enclosure for Free or View it Online on All-Guides.com.

Dell PowerVault MD3220i Deployment manual - Page 1
1
Dell PowerVault MD3220i Deployment manual - Page 2
2
Dell PowerVault MD3220i Deployment manual - Page 3
3
Dell PowerVault MD3220i Deployment manual - Page 4
4
Dell PowerVault MD3220i Deployment manual - Page 5
5
Dell PowerVault MD3220i Deployment manual - Page 6
6
Dell PowerVault MD3220i Deployment manual - Page 7
7
Dell PowerVault MD3220i Deployment manual - Page 8
8
Dell PowerVault MD3220i Deployment manual - Page 9
9
Dell PowerVault MD3220i Deployment manual - Page 10
10
Dell PowerVault MD3220i Deployment manual - Page 11
11
Dell PowerVault MD3220i Deployment manual - Page 12
12
Dell PowerVault MD3220i Deployment manual - Page 13
13
Dell PowerVault MD3220i Deployment manual - Page 14
14
Dell PowerVault MD3220i Deployment manual - Page 15
15
Dell PowerVault MD3220i Deployment manual - Page 16
16
Dell PowerVault MD3220i Deployment manual - Page 17
17
Dell PowerVault MD3220i Deployment manual - Page 18
18
Dell PowerVault MD3220i Deployment manual - Page 19
19
Dell PowerVault MD3220i Deployment manual - Page 20
20
Dell PowerVault MD3220i Deployment manual - Page 21
21
Dell PowerVault MD3220i Deployment manual - Page 22
22
Dell PowerVault MD3220i Deployment manual - Page 23
23
Dell PowerVault MD3220i Deployment manual - Page 24
24
Dell PowerVault MD3220i Deployment manual - Page 25
25
Dell PowerVault MD3220i Deployment manual - Page 26
26
Dell PowerVault MD3220i Deployment manual - Page 27
27
Dell PowerVault MD3220i Deployment manual - Page 28
28
Dell PowerVault MD3220i Deployment manual - Page 29
29
Dell PowerVault MD3220i Deployment manual - Page 30
30
Dell PowerVault MD3220i Deployment manual - Page 31
31
Dell PowerVault MD3220i Deployment manual - Page 32
32
Dell PowerVault MD3220i Deployment manual - Page 33
33
Dell PowerVault MD3220i Deployment manual - Page 34
34
Dell PowerVault MD3220i Deployment manual - Page 35
35
Dell PowerVault MD3220i Deployment manual - Page 36
36
Dell PowerVault MD3220i Deployment manual - Page 37
37
Dell PowerVault MD3220i Deployment manual - Page 38
38
Dell PowerVault MD3220i Deployment manual - Page 39
39
Dell PowerVault MD3220i Deployment manual - Page 40
40
Dell PowerVault MD3220i Deployment manual - Page 41
41
Dell PowerVault MD32xxi Configuration Guide for VMware ESX4.1 Server Software
Page 24
In this example we see that iSCSI1 is vmk0, iSCSI2 is vmk1, and iSCSI3 is vmk2. This is also information that
we need to note.
We can also see this in the CLI by using the following command:
esxcfg-vmknic l
The output will look similar to this:
Interface Port Group/DVPort IP Family IP Address
Netmask Broadcast MAC Address MTU TSO MSS
Enabled Type
vmk0 iSCSI1 IPv4 10.10.5.173
255.255.255.0 10.10.5.255 00:50:56:7b:d8:3e 9000 65535 true
STATIC
vmk1 iSCSI2 IPv4 10.10.5.174
255.255.255.0 10.10.5.255 00:50:56:7e:ae:80 9000 65535 true
STATIC
vmk2 iSCSI3 IPv4 10.10.5.175
255.255.255.0 10.10.5.255 00:50:56:74:a4:e0 9000 65535 true
STATIC
We can determine this same information from the GUI.
Now that we know the vmhba# and the vmk# we can map each VMkernel Port to the iSCSI Software
Initiator. This is done through the CLI by typing the following command:
esxcli swiscsi nic add n vmk0 d vmhba33
This will bind the vmk0 VMkernel port to the iSCSI Software Adapter vmhba33. We then proceed to bind
all of the other vmk# to the same vmhba.
esxcli swiscsi nic add n vmk1 d vmhba33
esxcli swiscsi nic add n vmk2 d vmhba33
To verify that all of the vmk# are bound properly to the vmhba run the following command: