3.7.0 HP StorageWorks MxDB-Oracle-HiAv installation and administration guide HP MxDB-Oracle-HiAv for Linux (AG513-96009, June 2009)

Configure MxDB-Oracle-HiAv for a Data Guard standby database
The default start/stop and probe scripts included in the product are functional with
a Data Guard Primary without change. However, Data Guard Standby databases
require different start/stop and probe actions. To that end, the product ships with a
set of scripts that can be used for a Data Guard Standby.
As is the case with custom start/stop and probe scripts, Data Guard Standby
databases require you to deploy copies of the supplied Data Guard scripts under
the ${ORACLE_BASE}/admin/<DBNAME>/scripts directory.
To configure Data Guard Standby start/stop and probe scripts, change directories
to ${ORACLE_BASE}/admin/<DBNAME>/scripts and copy the reference scripts
from the /opt/hpcfs/mxdb_oracle_ha/lib directory to your current directory.
Next, create symbolic links as shown in the following example:
$ cd $ORACLE_BASE/admin/${ORACLE_SID}/scripts
$ cp /opt/hpcfs/mxdb_oracle_ha/lib/DG*sql .
$ ls -lgG
total 16
-rwxr-xr-x 1 93 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_abort.sql
-rwxr-xr-x 1 153 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_immediate.sql
-rwxr-xr-x 1 693 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_probe.sql
-rwxr-xr-x 1 190 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_start.sql
$ ln -s DG_PHYS_STANDBY_mxdb_abort.sql mxdb_abort.sql
$ ln -s DG_PHYS_STANDBY_mxdb_immediate.sql mxdb_immediate.sql
$ ln -s DG_PHYS_STANDBY_mxdb_probe.sql mxdb_probe.sql
$ ln -s DG_PHYS_STANDBY_mxdb_start.sql mxdb_start.sql
$ ls -lgG
total 32
-rwxr-xr-x 1 93 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_abort.sql
-rwxr-xr-x 1 153 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_immediate.sql
-rwxr-xr-x 1 693 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_probe.sql
-rwxr-xr-x 1 190 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_start.sql
lrwxrwxrwx 1 30 Apr 13 15:01 mxdb_abort.sql -> DG_PHYS_STANDBY_
mxdb_abort.sql
lrwxrwxrwx 1 34 Apr 13 15:01 mxdb_immediate.sql -> DG_PHYS_STANDBY_
mxdb_immediate.sql
lrwxrwxrwx 1 30 Apr 13 15:02 mxdb_probe.sql -> DG_PHYS_STANDBY_mxdb_
probe.sql
Configure SQL*Net for Data Guard
Unlike non-Data Guard databases, MxDB-Oracle-HiAv offers no support for
automatically configuring SQL*Net for your Data Guard databases. The best
MxDB-Oracle-HiAv installation and administration guide 59