6.5

Table Of Contents
Options Description
--type
-t
Type of round robin path switching to enable for this device. The following values for type are supported.
n
bytes: Sets the trigger for path switching based on the number of bytes sent down a path.
n
default: Sets the trigger for path switching back to default values.
n
iops: Sets the trigger for path switching based on the number of I/O operations on a path.
An equal sign (=) before the type or double quotes around the type are optional.
--useANO
-U
If set to 1, the round robin PSP includes paths in the active, unoptimized state in the round robin set. If set to
0, the PSP uses active, unoptimized paths only if no active optimized paths are available. Otherwise, the PSP
includes only active optimized paths in the round robin path set.
Managing SATPs
The esxcli storage nmp satp commands manage SATPs.
You can use these commands to perform the following tasks.
n
Retrieve and set conguration parameters.
n
Add and remove rules from the list of claim rules for a specied SATP.
n
Set the default PSP for a specied SATP.
n
List SATPs that are currently loaded into NMP and the associated claim rules.
The default SATP for an active-active FC array with a vendor and model not listed in the SATP rules is
VMW_SATP_DEFAULT_AA.
Retrieving Information About SATPs
The esxcli storage nmp satp list command lists the SATPs that are currently available to the NMP
system and displays information about those SATPs. This command supports no options and displays
information about these SATPs.
esxcli <conn_options> storage nmp satp list
The rule list command lists the claim rules for SATPs.
esxcli <conn_options> storage nmp satp rule list
Adding SATP Rules
Claim rules specify that a storage device that uses a certain driver or transport or has a certain vendor or
model should use a certain SATP. The esxcli storage nmp satp rule add command adds a rule that
performs such a mapping to the list of claim rules. The options you specify dene the rule. For example, the
following command species that if a path has vendor VMWARE and model Virtual, the PSA assigns it to the
VMW_SATP_LOCAL SATP.
esxcli <conn_options> storage nmp satp rule add --satp="VMW_SATP_LOCAL" --vendor="VMWARE" --
model="Virtual" --description="VMware virtual disk"
Option Description
--driver
-D
Driver string to set when adding the SATP claim rule.
--device
-d
Device to set when adding SATP claim rules. Device rules are mutually exclusive with vendor/model
and driver rules.
--force
-f
Force claim rules to ignore validity checks and install the rule even if checks fail.
vSphere Command-Line Interface Concepts and Examples
106 VMware, Inc.