SANRAD V-Switch Switch User Manual


 
Sample Configurations 267
Use the CLI command ip route add to create an IP routing path to the
external host network IP address from network port Eth 2. This will allow
communications between the local V-Switch and Network B’s host stations.
ip route add –dip 10.10.0.0 –dmask 255.255.255.0 –gw
212.199.43.70 –if eth2
STEP 9. C
HECK 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
virtual volumes.
storage show
Table 72: Storage Disks
Alias Entity Name LUN Oper. Status Subdisk
Stor_1 500507606058c90 0 Enabled entire
Stor_2 2000002037f88fb8 0 Enabled entire
Stor_3 2000002037c32b1f 0 Enabled entire
Stor_4 2000002037c32450 0 Enabled entire
STEP 10. CREATE 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 11. C
REATE MIRRORED VOLUMES (RAID 0)
Use the CLI command volume create mirror to create a mirrored
volume, Mirror1, from simple volumes Simple1 and Simple2.
volume create mirror –vol Mirror1 –nbc 2 –ch Simple1 –ch
Simple2
Use the CLI command volume create mirror to create a mirrored
volume, Mirror2, from simple volumes Simple3 and Simple4.
volume create mirror –vol Mirror2 –nbc 2 –ch Simple3 –ch
Simple4
STEP 12. C
REATE STRIPED VOLUME (RAID 1)