#!/bin/csh -f # vary everything on /bin/echo "Vary-ing on volume groups at `/bin/date`..." varyonvg arspddvg varyonvg acifvg varyonvg db2vg varyonvg cachevg varyonvg homevg lsvg -o # mount filesystems /bin/echo "Mount-ing filesystems at `/bin/date`..." mount /arsacif/acif1 mount /arsacif/acif2 mount /arscache/cache1 mount /arscache/cache2 mount /arscache/cache3 mount /arsdb mount /arsdb/db1/SMS mount /arsdb/db2/SMS mount /arsdb_primarylog mount /arsdb_archivelog mount /adsmfiles mount /arspdd mount /arsload mount /temp mount /home df -kI # say goodnight Gracie... /bin/echo "vgup completed at `/bin/date`"