SANRAD I3.1.1205 Switch User Manual


 
A-20 SANRAD V-Switch User Manual
STEP 8. CONFIGURE IP ROUTING PATH
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 A-9: 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