sge 노드 추가 (서버1 sge에 서버2, 서버3을 추가)
[root@cluster1 & cluster2 & cluster3] cat /etc/hosts 내에 서로 아이피 등록되어야 함
[root@cluster1] qconf -ae
hostname cluster2.local
[root@cluster1] qconf -ae
hostname cluster3.local
[root@cluster1] qhost
[root@cluster1] qconf -mq all.q
cluster2.local, cluster3.local 추가
[root@cluster1] qconf -mhgrp @allhosts
cluster2.local, cluster3.local 추가
[root@cluster2 & cluster3] ps aux | grep sge
XXX sge_execd
실행되고 있다면 데몬 중지
[root@cluster2 & cluster3] /etc/init.d/sgeexecd.XXX stop
또는
[root@cluster2 & cluster3] kill $(pidof sge_execd)
/etc/init.d/sgeexecd.XXX 없다면 설치
[root@cluster2 & cluster3] cd /opt/gridengine/
[root@cluster2 & cluster3] ./install_execd
[root@cluster2 & cluster3] vi /opt/gridengine/default/common/act_qmaster
cluster1.local
[root@cluster2 & cluster3] qstat -f
[root@cluster1] qstat -f
'TA > Cluster' 카테고리의 다른 글
sge job dependency (0) | 2014.07.22 |
---|---|
slave에서 외부쪽으로 ping 했을때 master 거쳐서 나가는 경우 해결방법(rocks ping master redirect) (0) | 2013.02.05 |
[sge] adding a parallel enviroment in SGE (0) | 2012.12.24 |
[sge] queue management in SGE (0) | 2012.12.24 |
[sge] SGE qsub bashrc bash_profile (0) | 2012.12.24 |