background image
<< the target drive for Flash Copy | Database Parameters >>
<< the target drive for Flash Copy | Database Parameters >>

GET Volume Copy MOUNT POINTS

Oracle on the Sun Solaris OS Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
C-46
Remote Mirroring of an Oracle Database Using Data Replicator Software
do
case $VC_PRIORITY in
HIGHEST)
echo "\nSet Logical Drive Copy Priority to
${B2}HIGHEST${EB}? (Y on N) [ ]\b\b\c"
read ANS
break ;;
HIGH)
echo "\nHighly recommend using HIGHEST"
echo "Set Logical Drive Copy Priority to
${B2}HIGH${EB}? (Y on N) [ ]\b\b\c"
read ANS
break ;;
MEDIUM)
echo "\nAre you sure? (This may take a LONG time
to establish the copies)"
echo "Set Logical Drive Copy Priority to
${B3}MEDIUM${EB}? (Y on N) [ ]\b\b\c"
read ANS
break ;;
LOW)
echo "\nYou really do NOT want to set this to LOW!"
echo "Set Logical Drive Copy Priority to
${B1}LOW${EB}? (Y on N) [ ]\b\b\c"
read ANS
break ;;
LOWEST)
echo "\nYou really do NOT want to set this to
LOWEST!"
echo "This may take DAYS to establish the copies!"
echo "Set Logical Drive Copy Priority to
${B1}LOWEST${EB}? (Y on N) [ ]\b\b\c"
read ANS
break ;;
*)
echo "Invalid option, please select again."
break ;;
esac
done
done
###################################
# GET Volume Copy MOUNT POINTS #
###################################
echo "\n\n${B1}DRIVE MOUNT INFORMATION:${EB}\n"
COUNTER=0
while (( COUNTER < MIRROR_NUM )); do
STATUS=1
while (( STATUS != 0 )); do