Sun Cluster Data Service for Sun Grid Engine Guide for Solaris OS

Listing of sge_remove

#
# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

. `dirname $0`/sge_config

scswitch -n -j $SCHEDDRS
scswitch -n -j $QMASTERRS
scswitch -n -j $COMMDRS
scrgadm -r -j  $SCHEDDRS
scrgadm -r -j  $QMASTERRS
scrgadm -r -j  $COMMDRS

# SGE launch at boot re-enabled, and
# run-level script link re-established.

if [ -e $SGE_ROOT/sge_boot_launch_disabled && -e /etc/init.d/rcsge ]; then
   rm $SGE_ROOT/sge_boot_launch_disabled
   ln -s /etc/init.d/rcsge /etc/rc2.d/S95rcsge
   chmod 111 /etc/rc2.d/S95rcsge
fi