Asset ID: |
1-71-2025098.1 |
Update Date: | 2017-01-29 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
2025098.1
:
FS System: Managing Storage Paths and Multipathing for VMware Vsphere 6.x/5.x/4.x
Related Items |
- Oracle FS1-2 Flash Storage System
|
Related Categories |
- PLA-Support>Sun Systems>DISK>Flash Storage>SN-EStor: FSx
|
In this Document
Created from <SR 3-10932350031>
Applies to:
Oracle FS1-2 Flash Storage System - Version All Versions to All Versions [Release All Releases]
Information in this document applies to any platform.
Goal
This document will address how to configure multipathing for VMware Vsphere 6.x/5.x/4.x to work with the FS1-2 that supports Asymmetric Logical Unit Access (ALUA).
Solution
This document assumes the user is familiar with the esxcli commands that are required to make ESX configuration changes to support ALUA with the FS1-2, please refer to the VMware esxcli documentation for more information on how to use esxcli.
VSphere 6.x and 5.x
- To list the SATPs that are currently loaded into the NMP system and displays information about those SATPs:
% esxcli --server=<ip esx host> storage nmp satp list
- To display the SATP rules run the following command:
% esxcli --server=<ip esx host> storage nmp satp rule list
- After executing the command in Step 2. Check to see if there is a rule that already exists for the Oracle FS1-2 storage array. If not, then add a new rule by executing the following command:
% esxcli --server <ip esx host> storage nmp satp rule add --vendor="Oracle" --model="Oracle FS1-2" --claim-option="tpgs_on" --satp="VMW_SATP_ALUA" --description="Oracle FS System ALUA Support"
- Set the default path policy to round robin for the new SATP rule:
% esxcli --server <ip esx host> storage nmp satp set --default-psp="VMW_PSP_RR" --satp="VMW_SATP_ALUA"
- After adding the new rule verify the new rule has been set:
% esxcli --server=<ip esx host> storage nmp satp rule list
NOTE: After adding a new satp rule you need to reboot the ESX host for the changes to take into effect.
VSphere 4.x
- To list the SATPs that are currently loaded into the NMP system and displays information about those SATPs:
% esxcli --server=<ip esx host> nmp satp list
- To display the SATP rules run the following command:
% esxcli --server=<ip esx host> nmp satp listrules
- After executing the command in Step 2. Check to see if there is a rule that already exists for the Oracle FS1-2 storage array. If not, then add a new rule by executing the following command:
% esxcli --server=<ip esx host> nmp satp addrule --vendor="Oracle" --model="Oracle FS1-2" --claim-option="tpgs_on" --satp="VMW_SATP_ALUA" --description="Oracle FS System ALUA Support"
- Set the default path policy to round robin for the new SATP rule:
% esxcli --server=<ip esx host> nmp satp setdefaultpsp --psp="VMW_PSP_RR" --satp="VMW_SATP_ALUA"
NOTE: No reboot of the ESX server is necessary for the above command.
References
<BUG:21287850> - VMWARE HOSTS CANNOT ACCESS LUN'S ON CONTROLLER-02 AFTER CONTROLLER-02 WARMSTART
Attachments
This solution has no attachment