#!/bin/csh -f # shutsdown the cluster node manually - kinscoe - 8/1/99 # this script for attod2 only!!!! # Shutdown application /bin/echo $0 ": stopping application at `/bin/date`..." /usr/ondemand_stop # bring down network interfaces /bin/echo $0 ": shutting-down ethernet interfaces en2 & en3 at `/bin/date`..." /usr/sbin/ifconfig en3 down /usr/sbin/ifconfig en2 down # bring down Volume Groups /bin/echo $0 ": bringing down volume groups at `/bin/date`..." /opt/bin/vgdown /bin/echo "Node is stopped...now run /opt/bin/start_node.sh on attod1"