background image
<< Write all of the files | LSI Logic Storage Systems >>
<< Write all of the files | LSI Logic Storage Systems >>

The remote server

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
erm.ksh
Remote Mirroring of an Oracle Database Using Data Replicator Software
B-19
echo " redirected to a temp file for review."
echo "\n\n\n${B4} Another fine solution from the
Consulting Services Group \a"
echo " at
\a"
echo " LSI Logic Storage Systems!
${EB}\a"
exit 0
erm.ksh
#!/bin/ksh
#
#-------------------------------------------------------------
# Created by LSI Logic, all rights reserved.
# File: erm.ksh
# Author: R. Paxton
# Date: 01/25/2007
# Last Update: 03/19/2007 - rlp
#-------------------------------------------------------------
#-------------------------------------------------------------
# PLATFORM:
#
OS: AIX 5.3.0.0
#
Database: Oracle 10.02.0
#
Firmware: 06.16.81.10
#
NVSRAM: N6091-616843-005 (Sun)
#
# PURPOSE: This script allows for the automation of remote
volume mirroring
# a Oracle database to a remote location and creating
a Snapshot of
# the database at the remote location. This script
will suspend
# writes to the Oracle database while the Snapshots are
created and
# resume them afterwards.
#
# NOTE: You must have root equivalent privleges to execute this
script.
# In addition, you must enable rsh to the remote server
of this
# userid to allow for transfer of files via this scripts
(.rhosts
# & hosts.equiv).
#