#!/bin/csh -f # vgdown for odcod cluster 2 # unmount all shared filesystems umount /arsacif/acif1 umount /arsacif/acif2 umount /adsmfiles umount /arspdd umount /arsdb umount /ars_db1/SMS umount /arsdb_archivelog umount /arsdb_primarylog umount /arscache/cache1 umount /arscache/cache2 umount /backup umount /home # varyoff all shared volume groups varyoffvg datavg varyoffvg acifvg varyoffvg cachevg varyoffvg backupvg varyoffvg homevg