6.0

Table Of Contents
VMware, Inc. 93
Chapter 6 Managing Third-Party Storage Arrays
ThefollowingexampleremovestherulethatassignsdeviceswithvendorstringVMWAREandmodelstring
VirtualtoVMW_SATP_LOCAL.
esxcli <conn_options> storage nmp satp rule remove
--satp="VMW_SATP_LOCAL" --vendor="VMWARE" --model="Virtual"
Retrieving and Setting SATP Configuration Parameters
Theesxcli storage nmp satp generic deviceconfig getandesxcli storage nmp satp generic
pathconfig getcommandsretrieveperdeviceorperpathSATPconfigurationparameters.Youcannot
retrievepathsordevicesforallSATPs,youmustretrievetheinformationonepathoronedeviceatatime.
UsethiscommandtoretrieveperdeviceorperpathSATPconfigurationparameters,andto
seewhetheryou
cansetcertainconfigurationparametersforadeviceorpath.
Forexampleesxcli storage nmp satp generic deviceconfig get --device naa.xxxmightreturn
SATP VMW_SATP_LSI does not support device configuration.
esxcli storage nmp satp generic pathconfig get -path vmhba1:C0:T0:L8mightreturnINIT,AVT
OFF,v5.4,DUAL ACTIVE,ESX FAILOVER
Theesxcli storage nmp satp generic deviceconfigsetandesxcli storage nmp satp generic
pathconfig set commandssetconfigurationparametersforSATPsthatareloadedintothesystem,ifthey
supportdeviceconfiguration.Youcansetperpath
orperdeviceSATPconfigurationparameters.
TheconfigurationstringsmightvarybySATP.VMwaresupportsafixedsetofconfigurationstringsfora
subsetofitsSATPs.Thestringsmightchangeinfuturereleases.
Runesxcli storage nmp device set --default --device=<device> tosetthePSPforthespecified
devicebacktothedefaultfortheassignedSATP
forthisdevice.
Path Claiming with esxcli storage core claiming
Theesxcli storage core claimingnamespaceincludesanumberoftroubleshootingcommands.These
commandsarenotpersistentandareusefulonlytodeveloperswhoarewritingPSApluginsor
troubleshootingasystem.IfI/Oisactiveonthepath,unclaimandreclaimactionsfail.
I
MPORTANTThecommandpassestheconfigurationstringtotheSATPassociatedwiththatdeviceorpath.
Options Description
--config
-c
Configurationstringtosetforthepathspecifiedby--pathorthedevicespecifiedby--device.
YoucansettheconfigurationforthefollowingSATPs:
VMW_SATP_ALUA_CX
VMW_SATP_ALUA
VMW_SATP_CX
VMW_SATP_INV
Youcanspecifyoneofthefollowingdeviceconfigurationstrings:
navireg_onstartsautomaticregistrationofthedevicewithNavisphere.
navireg_offstopstheautomaticregistrationofthedevice.
ipfilter_onstopsthesendingofthehostnameforNavisphereregistration.Usedifhostis
knownaslocalhost.
ipfilter_offenablesthesen dingofthehostnameduringNavisphereregistration.
--device
-d
DevicetosetSATPconfigurationfor.NotallSATPssupportthesetconfigoptionondevices.
--path
-p
PathtosetSATPconfigurationfor.NotallSATPssupportthesetconfigoptiononpaths.
IMPORTANTThehelpforesxcli storage core claiming includestheautoclaimcommand.Donotuse
thiscommandunlessinstructedtodosobyVMwaresupportstaff.