rmhostcluster

使用 rmhostcluster 命令可移除主机集群。

语法

rmhostcluster { [ -removeallhosts ] | [ -removemappings ] | [ -keepmappings ] } { hostcluster_id | hostcluster_name }

参数

-removeallhosts
(可选)指定当移除主机集群时,将会移除主机集群中的所有主机。
-removemappings
(可选)指定当移除主机集群时,将会移除主机集群中的所有共享卷映射。删除主机集群之前,先删除这些映射。
-keepmappings
(可选)指定当移除主机集群时,主机保留主机集群共享卷映射(将成为专用映射)。
hostcluster_id | hostcluster_name
(必需)指定要除去的主机集群。标识值必须为数字,名称值必须为字母数字字符串。

描述

该命令会移除主机集群。

Note: 如果移除了该主机集群,此命令将删除关联的主机集群调速。

-removeallhosts-keepmappings-removemappings 参数是互斥的。

移除主机集群 hostcluster0 及任何相关主机的调用示例

rmhostcluster -removeallhosts hostcluster0

生成的详细输出:

无反馈

移除主机集群 hostcluster0 及针对卷的所有映射的调用示例

rmhostcluster -removemappings hostcluster0

生成的详细输出:

无反馈

移除主机集群 hostcluster0 的调用示例

移除的主机将保留来自主机集群的共享映射作为专用映射。

rmhostcluster -keepmappings hostcluster0

生成的详细输出:

无反馈