You can use the management GUI or the CLI to remove mappings from a host cluster.
When you change volume mappings in a host cluster, the changes apply to the shared mappings only. For example, when a volume mapping is added to the host cluster, it becomes a shared mapping among all the hosts within the cluster. When a mapping is removed, the volume is removed from the shared mappings for the host cluster. However, you can select specific hosts that retain access to that volume as a private mapping.
If there are specific hosts that you want to retain the mapping to the volume, select those hosts from the list to keep the volume a private mapping. Private mappings apply only to the selected hosts and not the entire cluster. You can also convert all volumes to private mappings by selecting all the hosts that are displayed. Click Continue.
rmvolumehostclustermap -hostcluster host_cluster_id_or_name volume_name_or_idwhere host_cluster_id_or_name is the ID or name of the host cluster and volume_name_or_id is the name or ID of the volume that is being removed from all the hosts in the host cluster. None of the hosts in the host cluster has access to the volume after the command is issued.
rmvolumehostclustermap -hostcluster host_cluster_id_or_name -makeprivate host_id_or_name_list volume_name_or_idwhere host_cluster_id_or_name is the ID or name of the host cluster, host_id_or_name_list is the name or ID of hosts to retain access to the volume with a private mapping, and volume_name_or_id is the name or ID of the volume that is being removed from the host cluster. Only the specified hosts have access to the volume after the command is issued.
rmvolumehostclustermap -hostcluster host_cluster_id_or_name -makeprivate volume_name_or_idwhere host_cluster_id_or_name is the ID or name of the host cluster and volume_name_or_id is the name or ID of the volume that is being converted to a private mapping for all the hosts within the host cluster. Access to the volume is removed from the host cluster, but individual hosts retain access through private mappings.