background image
<< debug mode | Performance Information >>
<< debug mode | Performance Information >>

RVM Configuration Samples

Oracle on the Linux OS Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
D-50
Remote Mirroring of an Oracle Database Using Data Replicator Software
echo " in place of the default of 'erm.conf'. Useful for
control of"
echo " multiple system backups."
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=donna
PRI_SCRIPT_DIR=/opt/LSI_ERM
PRI_LOG_DIR=$PRI_SCRIPT_DIR/logs
PRI_SUBSYSTEM=5884_SUN_primary
###############################
# Remote Host Parameters #
###############################
RMT_HOST=david
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=/etc
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=[31m[40m
B2=[32m[40m