SANRAD V-Switch Switch User Manual


 
252 SANRAD V-Switch User Manual
STEP 7. CONFIGURE ISCSI PORTAL
The port number you
set in the CLI must
coincide with the port
number you set in
your iSCSI initiator
configuration.
Use the CLI command iscsi portal create to configure the iSCSI
portal on network port Eth 1 for iSCSI communications between the V-Switch
and the host station.
iscsi portal create –ip 172.17.200.174 –p 3260
Use the CLI command iscsi portal show to view the created iSCSI
portal.
iscsi portal show
Table 65: iSCSI Portal
Protocol Address Type Address Port
6 IPv4 172.17.200.174 3260
STEP 8. CHECK STORAGE DEVICES
Use the CLI command storage show to list the system-registered storage
devices. This ensures that all disks were registered during the disk auto-
discovery scan. This also lists the default disk aliases needed for creating your
simple volumes.
storage show
Table 66: Storage Devices
Alias Entity Name LUN Oper. Status Type
Stor_1 500507606058c90 0 Enabled disk
Stor_2 2000002037f88fb8 0 Enabled disk
Stor_3 2000002037c32b1f 0 Enabled disk
Stor_4 2000002037c32450 0 Enabled disk
STEP 9. C
REATE SIMPLE VOLUMES
Use the CLI command volume create simple to create four simple
virtual volumes – one from each physical disk.
volume create simple –vol Simple1 –d Stor_1
volume create simple –vol Simple2 –d Stor_2
volume create simple –vol Simple3 –d Stor_3
volume create simple –vol Simple4 –d Stor_4
STEP 10. C
REATE MIRRORED VOLUMES (RAID 1)
Use the CLI command volume create mirror to create a mirrored
volume, Mirror1, from simple volumes Simple1 and Simple2.