Cluster/SGE2011. 12. 16. 09:21

1. Adding an execution host
Make the new host an administrative host

# qconf -ah <hostname>

As root on this new host, run the following script from $SGE_ROOT

# install_execd

 

2. Removing an execution host
# qconf -shgrp @allhosts
============================================================================
group_name @allhosts
hostlist test compute-0-0 compute-0-1 compute-0-3 compute-0-4 compute-0-5 \
         compute-0-13f96093_13440deac47__8000
============================================================================

# qconf -shgrp @allhosts > test.txt

# qconf -Mhgrp test.txt
root@sge.kobic.re.kr modified "@allhosts" in host group list

# qconf -shgrp @allhosts
============================================================================
group_name @allhosts
hostlist test compute-0-0 compute-0-1 compute-0-3 compute-0-4 \
         compute-0-13f96093_13440deac47__8000
============================================================================

### Delete the host
# qconf -de compute-0-5

# qconf -dh compute-0-5

### Finally, delete the configuration for the host
# qconf -dconf compute-0-5

'Cluster > SGE' 카테고리의 다른 글

memlock limits(Infiniband 관련 에러)  (0) 2011.12.28
Posted by 변익수