HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure User Manual page 246

Hp storageworks replication solutions manager 4.0.1 user guide (t3680-96308, june 2008)
Hide thumbs Also See for 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure:
Table of Contents

Advertisement

Template options
Launch backup after replication. Adds a launch command for interacting with an enabled host,
for example, to start a tape backup.
Use snapclone instead of snapshot. Generates a template that uses snapclone replication.
Include e-mail notification. Adds a command for e-mail notification of the job instance status.
See SetNotificationPolicy.
Keep replicas. Generates a template that does not include a pause and rollback section for
deleting the replicas.
Example
This template was generated to replicate Oracle tablespaces, with no template options selected.
Line Task
1
// Replicate Oracle tablespace(s), and mount the volumes to a host.
2
//
3
// Assign some variables that will be used in this job.
4
$source_database_unc = SetVariable(%source_database_unc%)
5
$mount_host = SetVariable(%mount_host%)
6
//
7
// Create a repository of the desired components.
8
$repository = CreateOracleRepository ($source_database_unc) onerror pauseat E1:
9
// Add the desired tablespaces.
10
AddOracleTablespacesToRepository($repository, %unc_tablespace_names%) onerror pauseat E2:
1 1
//
12
// Put the database in 'hot backup' mode.
13
SetOracleModeUsingRepository ($repository, TSBACKUP) onerror pauseat E2:
14
//
15
DO {
16
// Replicate the items in the repository.
SnapshotOracleUsingRepository ($repository, FULLY_ALLOCATED, SAME, ORACLE_TABLESPACE,
17
NOWAIT) onerror pauseat E2:
18
//
19
} ALWAYS {
20
// Put the database back into normal mode.
21
SetOracleModeUsingRepository ($repository, TSONLINE)
22
}
23
//
// NOTE: Please remove the archive log file Switch, Add, and Snap commands below if this job is not
24
backing up archive log files.
25
//
26
// Force a log switch to get the most current archive logs.
27
SwitchOracleArchiveLogFilesUsingRepository ( $repository ) onerror pauseat E3:
246
Jobs

Advertisement

Table of Contents
loading

Table of Contents