background image
<< Cleaning up temp files | D. Oracle on the Linux OS Scripts >>
<< Cleaning up temp files | D. Oracle on the Linux OS Scripts >>

RVM Configuration Samples

Oracle on the Sun Solaris OS Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
C-50
Remote Mirroring of an Oracle Database Using Data Replicator Software
echo " -d specifies the script to execute in debug mode.
Output should be"
echo " redirected to a temp file for review."
echo " -v specifies the verify option to display all the
commands that will"
echo " be executed, but does not actually run the commands.
Useful for"
echo " verifying parameters specified in the config file."
echo "\n\n\n${B4}\tAnother fine solution from the Consulting
Services Group\a"
echo "\t\t\t\t at\a"
echo "\t\t\t LSI Logic Storage Systems!${EB}\a"
exit
RVM Configuration Samples
###############################
# Primary Host Parameters #
###############################
PRI_HOST=marilyn
PRI_SCRIPT_DIR=/opt/LSI_ERM
PRI_LOG_DIR=$PRI_SCRIPT_DIR/logs
PRI_SUBSYSTEM=5884_SUN_primary
###############################
# Remote Host Parameters #
###############################
RMT_HOST=alice
RMT_SCRIPT_DIR=/opt/LSI_ERM
RMT_LOG_DIR=$RMT_SCRIPT_DIR/logs
RMT_SUBSYSTEM=2882_SUN_secondary
###############################
# Database Parameters #
###############################
DB_TYPE=oracle
PRI_DB_ID=oracle
ORA_ORATAB=/var/opt/oracle
ORA_SID=esgdb
ORA_HOME=/app/oracle/oracle/product/10.2.0/db_1
ORA_BASE=/app/oracle
ORA_DUMP=/app/oracle/admin/esgdb/udump
###############################
# Miscellaneous Parameters #
###############################
MIRROR_NUM=2
VC_PRIORITY=HIGHEST
B1=
B2=
B3=
EB=[m
####################################