#!/bin/csh -f # un-mount filesystems /bin/echo "Un-mounting filesystems at `/bin/date`..." umount /arsacif/acif1 umount /arsacif/acif2 umount /arscache/cache1 umount /arscache/cache2 umount /arscache/cache3 umount /arsdb/db1/SMS umount /arsdb/db2/SMS umount /arsdb umount /arsdb_primarylog umount /arsdb_archivelog umount /adsmfiles umount /arspdd umount /arsload umount /temp umount /home mount # vary everything off /bin/echo "Vary-ing off volume groups at `/bin/date`..." varyoffvg arspddvg varyoffvg acifvg varyoffvg db2vg varyoffvg cachevg varyoffvg homevg lsvg -o # say goodnight Gracie... /bin/echo "vgdown completed at `/bin/date`"