因为系统需要通过安全评估,其中一项是禁止不安全的通讯协议:如Telnet、RSH协议。因为默认的情况下GPFS cluster使用RSH协议通讯,所以需要手工把通讯协议修改成SSH。
1、配置好每个节点的ssh信任。测试好ssh能互信。
2、用命令把gpfs的rsh通讯修改成ssh
mmlscluster -r /usr/bin/ssh -R /usr/bin/scp
3、用mmlscluster校验是否修改成功。
root:(/)>mmlscluster

GPFS cluster information
========================
GPFS cluster name: xxxx
GPFS cluster id: xxxx
GPFS UID domain: xxxx
Remote shell command: /usr/bin/ssh Remote file copy command: /usr/bin/scp