请输入搜索词进行查询
搜索 <book_title>...
Veritas Access 安装指南
Last Published:
2018-05-28
Product(s):
Access (7.4)
Platform: Linux
- Veritas Access 简介
- Veritas Access 授权许可
- 系统要求
- 准备安装 Veritas Access
- 在 VMware ESXi 中部署用于安装 Veritas Access 的虚拟机
- 安装和配置群集
- 使用响应文件自动运行 Veritas Access 安装和配置
- 显示和添加群集节点
- 升级 Veritas Access和操作系统
- 使用滚动升级来升级 Veritas Access
- 卸载 Veritas Access
- 附录 A. 安装参考
- 附录 B. 配置安全 Shell 进行通信
- 附录 C. 手动部署 Veritas Access
关闭群集节点
可关闭群集中的单个节点或所有节点。请使用 Cluster> show 命令中显示的节点名称。
关闭群集中的一个节点或所有节点
- 要关闭某个节点,请输入以下内容:
Cluster> shutdown nodename
nodename 表示要关闭的节点的名称。无法通过 IP 地址指定节点。
例如:
Cluster> shutdown snas_04 Stopping Cluster processes on snas_04 Sent shutdown command to snas_04. SSH sessions to snas_04 may terminate.
- 要关闭群集中的所有节点,请输入以下内容:
Cluster> shutdown all
使用 all 作为 nodename 来关闭群集中的所有节点。
例如:
Cluster> shutdown all Stopping Cluster processes on all SSH sessions to all nodes may terminate. Sent shutdown command to snas_02 Sent shutdown command to snas_03 Sent shutdown command to snas_04 Sent shutdown command to snas_01