HP StorageWorks 2300 Family Modular Smart Array CLI reference guide (500912-002, July 2010)

184
unmap volume
Example Enable the trust command and then trust vdisk VD1:
# trust enable
Trust Virtual-disk Enabled.
# trust vdisk VD1
Are you sure? yes
Virtual-disk VD1 has been trusted.
See also show vdisks
Description Deletes an explicit mapping whose settings override a volume's default mapping. When the explicit
mapping is deleted, host access to the volume is controlled by the volume's default mapping
(described in help for create volume).
Syntax
unmap volume [host host] volume
Parameters host host
Optional. For FC and SAS, the host's nickname or 16-hex-digit WWPN. For iSCSI, the iSCSI host
initiator's node name (typically the IQN) or nickname. If this parameter is omitted, mapping changes
apply to all hosts not explicitly mapped.
volume
Name or serial number of the volume to unmap. For syntax, see Command syntax.
Example Unmap volume V1 from host Host1:
# unmap volume host Host1 V1
Success: Command completed successfully. - The volume was unmapped successfully.
Unmap volume V2's default mapping (leaving explicit mappings unchanged):
# unmap volume V2
Success: Command completed successfully. - The volume was unmapped successfully.
See also map volume
show host-maps
show hosts
show volume-maps
show volumes