Im trying to setup a script to run automatically every Friday to backup/tar by physical devices. What program should I use, or should I go about this in a totally different way. My background is not AIX or UNIX, its VMS.
Im use to hardware access (eg. disk drive level) not logical or virtual...
Im looking for help determining where to place the call to a script that will shutdown Oracle. The files /etc/shutdown and /etc/rc.shutdown do not exist.
Also where would I place the call to the script to startup Oracle when the machine boots ?
Thanks in advance
DAY=`date +%a`
if test $DAY != "Mon" || if test $DAY != "Sat"
then
echo " "
echo " "
echo " "
echo " Today is `date` Time To Go Home"
echo " "
echo " "
echo " "
fi
[ssmith@aixtest ~] date_test.sh
./date_test.sh[4]: syntax error at line 4 : `if' unmatched
[ssmith@aixtest ~]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.