DTI服务器断电重启后出现错误 , > YPBINDPROC_DOMAIN: Domain not bound
sge服务
veryshort.q@mic-Server-80 BIP 0/15 -NA- lx24-amd64 au
veryshort.q@mic-Server-92 BIP 0/15 -NA- lx24-amd64 au
解决方法:
试试把所有机器的iptables关闭:
service iptables stop
然后首先刷新NIS服务器的相关服务:
service portmap restart
service nfs restart
mount -a
service ypserv restart
service ypbind restart
service yppasswdd restart
进入sge安装目录 cd /usr/sge/bin/lx24-amd64
启动服务:(在SGE没有启动的情况下用,有的话可以把SGE服务先关闭或者报错的话不用管)
./sge_qmaster
./sge_execd
再刷新其它各个机器的服务:
service portmap restart
service nfs restart
mount -a
service ypbind restart
进入sge安装目录 cd /usr/sge/bin/lx24-amd64
启动服务:
./sge_execd
总结就是:
NIS服务器上跑如下代码:
service portmap restart
service nfs restart
mount -a
service ypserv restart
service ypbind restart
service yppasswdd restart
cd /usr/sge/bin/lx24-amd64
./sge_qmaster
./sge_execd
其他服务器跑:
service portmap restart
service nfs restart
mount -a
service ypbind restart
cd /usr/sge/bin/lx24-amd64
./sge_execd
搞定~
https://blog.sciencenet.cn/blog-522684-535709.html
上一篇:
sftp登录错误提示:Received message too long下一篇:
vim 使用的一些插件