Archive for July, 2013

Making sure what is configured to mount is mounted

Here is a script that uses some advanced awk commands to check that what is configured to be mounted in /etc/fstab is actually mounted. #!/bin/ksh ######################################################################### # fsrootreserve #HPUX_SCRIPTS=/opt/depots/scripts/system_build/HPUX #COMMON=/opt/depots/scripts/system_build/COMMON # Load common environment . /opt/scripts/env/.scriptenv.linux # set total variable for reserve blocks tot=0         echo “. Checking mount status of all […]

Read More →