The cluster alias is a way of load balancing applications to run across multiple servers. Don't recommnend this if its going to be a satellite node. You realize that by making it a satellite node, that if the primary node goes is unavailable the satellite nodes will be down also.
The decnet...
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
Thus is just an example. Im going to want perform different functions on various days of the week. I seems easier to have 1 script, then 2 or 3 scripts to maintain
I've tried it without the 2nd "if" statement. Then it runs and it shouldn't since to today is a Monday
#!/bin/sh
clear
DAY=`date +%a`
if test $DAY != "Mon" || test $DAY != "Sat"
then
echo " "
echo " "
echo " "
echo " Today is `date` Time To Go Home"
echo " "
echo " "
echo " "...
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.