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 noti
fi
cation
. Adds a command for e-mail noti
fi
cation of the job instance status.
See
SetNoti
fi
cationPolicy
.
•
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:
11
//
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.
17 SnapshotOracleUsingRepository ($repository, FULLY_ALLOCATED, SAME, ORACLE_TABLESPACE,
NOWAIT) onerror pauseat E2:
18 //
19 } ALWAYS {
20 // Put the database back into normal mode.
21 SetOracleModeUsingRepository ($repository, TSONLINE)
22 }
23 //
24 // NOTE: Please remove the archive log
fi
le Switch, Add, and Snap commands below if this job is not
backing up archive log
fi
les.
25 //
26 // Force a log switch to get the most current archive logs.
27 SwitchOracleArchiveLogFilesUsingRepository ( $repository ) onerror pauseat E3:
246
Jobs
Summary of Contents for 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure
Page 16: ...Tables 1 Document conventions 18 16 ...
Page 20: ...20 About this guide ...
Page 56: ...56 Replication Solutions Manager ...
Page 160: ...160 Host volumes ...
Page 384: ...384 Managed sets ...
Page 402: ...402 Oracle ...
Page 412: ...412 Storage systems ...
Page 444: ...444 Virtual disks ...
Page 456: ...456 CLUI ...