#!/bin/csh -f # starts up the cluster node manually - kinscoe - 8/1/99 # this script for attod2 only!!!! # bring up network interfaces /bin/echo $0 ": starting-up ethernet interfaces en2 & en3 at `/bin/date`..." /usr/sbin/ifconfig en3 inet 198.206.145.194 up /usr/sbin/ifconfig en2 inet 155.90.123.20 up /usr/sbin/ifconfig en4 up # bring up Volume Groups /bin/echo $0 ": bringing up volume groups at `/bin/date`..." /opt/bin/vgup # Startnetwork services /bin/echo $0 ": starting up nfs daemons & qdaemon at `/bin/date`..." /usr/bin/startsrc -g nfs /usr/bin/startsrc -s qdaemon # Start application /bin/echo $0 ": starting application at `/bin/date`..." /usr/ondemand_start /bin/echo "Node attod2 has been started...notify oncall system admin. for verification of system"