| o | Connect to Fiber Switch and Configure the VSAN/Zoning |
| | - Example for an existing VSAN (i.e. 1) accross two paths (2 fiber switches) into 2 SPs (SPA & SPB) |
| | - Note, I did not test these commands for the fiber switches, they are what I reviewed online and believe to be correct |
| | - Fiber Switch 1 (The WWN address of port 0 of the HBA will be identical below on Switch 1) |
| | + zone name CX4-120_SPA0-NEWSERVER05_HBA0 vsan 1 |
| | + fcalias name CX4-120_SPA0 vsan 1 |
| | + member pwwn 00:A0:00:00:00:00:00:00 (WWN of SPA 0 - BTW, do not type this part...) |
| | + exit |
| | + fcalias name NEWSERVER05_HBA0 vsan 1 |
| | + member pwwn 00:00:00:00:00:00:00:00 (WWN of Port 0) |
| | + exit |
| | + zone name CX4-120_SPB0-NEWSERVER05_HBA0 vsan 1 |
| | + fcalias name CX4-120_SPB0 vsan 1 |
| | + member pwwn 00:B0:00:00:00:00:00:00 (WWN of SPB 0) |
| | + exit |
| | + fcalias name NEWSERVER05_HBA0 vsan 1 |
| | + member pwwn 00:00:00:00:00:00:00:00 (WWN of Port 0) |
| | + exit |
| | - Fiber Switch 2 (The WWN address of port 1 of the HBA will be identical below on Switch 2) |
| | + zone name CX4-120_SPA1-NEWSERVER05_HBA1 vsan 1 |
| | + fcalias name CX4-120_SPA1 vsan 1 |
| | + member pwwn 01:A1:00:00:00:00:00:00 (WWN of SPA 1) |
| | + exit |
| | + fcalias name NEWSERVER05_HBA1 vsan 1 |
| | + member pwwn 01:00:00:00:00:00:00:00 (WWN of Port 1) |
| | + exit |
| | + zone name CX4-120_SPB1-NEWSERVER05_HBA1 vsan 1 |
| | + fcalias name CX4-120_SPB1 vsan 1 |
| | + member pwwn 01:B1:00:00:00:00:00:00 (WWN of SPB 1) |
| | + exit |
| | + tfcalias name NEWSERVER05_HBA1 vsan 1 |
| | + member pwwn 01:00:00:00:00:00:00:00 (WWN of Port 1) |
| | + exit |
| o | Connect host to Storage Group in Navisphere |
| | - In Navisphere, first check to see if it reconizes the new host by clicking the "Hosts" tab |
| | - If not there, try clicking "Tools" - "Connect Host" and following the prompts... |
| | - Back on the "Storage" tab, Expand Storage Domains - Local domain - EMC SAN Unit - Storage Groups |
| | - Right click the storage group to add the new VM server to & select Connect Hosts |
| | - Select the new host from the list and add it to the array |
| | - Confirm this on the other Storage Processor |
| | - Using the vSphere Client directly to the server, select the "Configuration" tab - "Storage Adapter" and select to "Rescan" |
| | - Than select "Storage" - click "Refresh" |
| | - You should see all the VMFS volumes in the "Datastores" list |