6.5.1

Table Of Contents
2 Remove the claim rule from the system.
esxcli --server=server_name storage core claimrule load
This step removes the claim rule from the Runtime class.
Mask Paths
You can prevent the host from accessing storage devices or LUNs or from using individual paths to a
LUN. Use the esxcli commands to mask the paths. When you mask paths, you create claim rules that
assign the MASK_PATH plug-in to the specified paths.
In the procedure, --server=server_name specifies the target server. The specified target server
prompts you for a user name and password. Other connection options, such as a configuration file or
session file, are supported. For a list of connection options, see Getting Started with vSphere Command-
Line Interfaces.
Prerequisites
Install vCLI or deploy the vSphere Management Assistant (vMA) virtual machine. See Getting Started with
vSphere Command-Line Interfaces. For troubleshooting, run esxcli commands in the ESXi Shell.
Procedure
1 Check what the next available rule ID is.
esxcli --server=server_name storage core claimrule list
The claim rules that you use to mask paths have rule IDs in the range from 101 through 200. If this
command shows that rules 101 and 102 exist, you can specify 103 for the rule to add.
2 Assign the MASK_PATH plug-in to a path by creating a new claim rule for the plug-in.
esxcli --server=server_name storage core claimrule add -P MASK_PATH
3 Load the MASK_PATH claim rule into your system.
esxcli --server=server_name storage core claimrule load
4 Verify that the MASK_PATH claim rule was added correctly.
esxcli --server=server_name storage core claimrule list
5 If a claim rule for the masked path exists, remove the rule.
esxcli --server=server_name storage core claiming unclaim
6 Run the path claiming rules.
esxcli --server=server_name storage core claimrule run
After you assign the MASK_PATH plug-in to a path, the path state becomes irrelevant and is no longer
maintained by the host. As a result, commands that display the masked path's information might show the
path state as dead.
vSphere Storage
VMware, Inc. 220