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
ip route add
STEP 9. CHECK STORAGE DEVICES
Use the CLI command storage show to list the
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
volume create simple
volume create simple
volume create simple
STEP 11. CREATE 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
Use the CLI command volume create mirror to create a mirrored volume, Mirror2, from simple volumes Simple3 and Simple4.
volume create mirror
STEP 12. CREATE STRIPED VOLUME (RAID 1)
Sample Configurations | 267 |