使用 SSH 连接节点

要通过 SSH 连接到集群中的头节点,请运行:

$ adam ssh -n [cluster-name]

示例:通过 SSH 连接到名为“cluster”的集群中的头节点:

$ adam ssh -n cluster
Last login: Wed Jun 29 03:08:49 2016 from 172.18.0.1
[root@192.168.1.1 ~]#

要连接到特定节点,请在集群名称后包含节点号。节点 0 是头节点,节点 1 是第一个计算节点,依此类推。

示例:通过 SSH 连接到名为“cluster”的集群中的第二个计算节点:

$ adam ssh -n cluster 2
Last login: Wed Jun 29 03:10:14 2016 from 172.18.0.1
[root@192.168.1.3 ~]#