此内容没有您所选择的语言版本。
3.2. Managing Cluster Nodes
The following sections describe the commands you use to manage cluster nodes, including commands to stop cluster services and to add and remove cluster nodes.
3.2.1. Stopping Cluster Services 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The following command stops cluster services on the specified node or nodes. As with the
pcs cluster start
, the --all
option stops cluster services on all nodes and if you do not specify any nodes, cluster services are stopped on the local node only.
pcs cluster stop [--all] [node] [...]
pcs cluster stop [--all] [node] [...]
You can force a stop of cluster services on the local node with the following command, which performs a
kill -9
command.
pcs cluster kill
pcs cluster kill