您的位置:首页 > 其它

【集群管理】普通用户登不进计算节点

2016-12-20 10:19 781 查看
普通用户登不进计算节点

[root@node1 ~]# su hx
do_ypcall: clnt_call:RPC: Unable to receive; errno = No route to host
YPBINDPROC_DOMAIN:Domain not bound
su: user hx does notexist

解决:root目录下mount.sh 断了执行一下应该就好了

mount.sh

#!/bin/bash

dsh -aM -c "umount-lf /home"

dsh -aM -c "unount-lf /opt"

dsh -aM -c "mount-t nfs node101:/home /home"

dsh -aM -c "mount-t nfs node101:/opt /opt"

mount -t lustre10.0.0.102@o2ib0:/keepfs /mnt/keepfs
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: