**文書の過去の版を表示しています。**
サーバ削除の手順
グリッドエンジンからの削除
qconf -ds m128y qconf -dh m128y qconf -mq all.q #m128yを削除する。vimエディタが使用される。 qconf -mhgrp @allhosts #m128yを削除する。vimエディタが使用される。 qconf -de m128y
共有フォルダからの削除
sudo su - nano /root/auto.suikou.files #m128を削除する cd /root ./run-setup-user-linux.sh #ユーザ追加と各ユーザの共有フォルダのシンボリックリンクを作成する ssh m24 source /suikou/tool/ge6.2u6/default/common/settings.sh for i in `qhost|tail -n+4|cut -f 1 -d " "`; do echo $i; ssh $i cp /root/auto.suikou.files /etc/auto.suikou.files; ssh $i systemctl restart autofs; done