将节点调到集群时,远程 ping 测试失败
适用场景
- FAS/AFA
问题描述
::> cluster setup
Welcome to the cluster setup wizard.
…
Do you want to create a new cluster or join an existing cluster? {join}:
join
Existing cluster interface configuration found:
Port MTU IP Netmask
e0a 9000 169.xxx.xxx.61 255.255.0.0
e0b 9000 169.xxx.xxx.234 255.255.0.0
…
Enter the IP address of an interface on the private cluster network from the
cluster you want to join: 169.xxx.xxx.236
Joining cluster at address 169.xxx.xxx.236
System checks ...........Error: Remote ping test failed when attempting to ping 169.xxx.xxx.236 from 169.xxx.xxx.234.
Verify that this node is cabled correctly and that the cluster interfaces are using ports on the internal cluster interconnect.
To verify, run the ping command from the CLI to ensure each cluster interface can ping all others. For example, "network ping -lif <local cluster lif> -vserver Cluster -destination <remote node cluster IP> -verbose true -show-detail true".
Also, verify that the switchless cluster setting is properly configured for your cluster configuration with the (privilege: advanced) "network options switchless-cluster show" command. If the setting is incorrect, change it with the "network options switchless-cluster modify" command.
Resolve the issue, then try the command again.
Restarting Cluster Setup