rmvolumehostclustermap

Use the rmvolumehostclustermap command to remove an existing host cluster mapping to a volume on a clustered system.

Syntax


1  rmvolumehostclustermap  -hostcluster
2.1 hostcluster_id
2.1 hostcluster_name?  -makeprivate
2.1 host_id_list
2.1 host_name_list 
2.1 volume_id
2.1 volume_name

Parameters

-hostcluster hostcluster_id | hostcluster_name
(Required) Specifies the host cluster (by ID or name) to remove from the volume mapping. The value for the ID must be a number and the value for the name must be an alphanumeric string.
-makeprivate host_id_list | host_name_list
(Optional) Specifies the host or hosts that acquire private mappings from the volume that is being removed from the host cluster. The value for the ID must be a number and the value for the name must be an alphanumeric string.
volume_id | volume_name
(Required) Specifies the volume by ID or name. The value for the ID must be a number and the value for the name must be an alphanumeric string.

Description

This command removes an existing host cluster mapping on a host cluster. The volume is then inaccessible for input or output (I/O) transactions from the specified host cluster.

An invocation example that moves a mapping from host cluster 0 to volume 0

rmvolumehostclustermap -hostcluster 0 0

The resulting output:

No feedback