Changing the Master Host in Grid Engine |
Overview 1. Stop the daemons on the current master host 2. Edit $SGE_ROOT/default/common/act_qmaster 3. Run sge5 on the new master host 1) Stop all daemons on the current master host qconf -ks -km 2) Edit $SGE_ROOT/default/common/act_qmaster $SGE_ROOT/utilbin/$ARCH/gethostname Put this name in the act_qmaster file in place of the old name. 3) Run sge5 on the new master host $SGE_ROOT/default/common/sge5 This will start up sge_qmaster and sge_schedd on the new master host. |