K.
Delete the repository.
NOTE:
This template cannot be used with some older versions of controller software.
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.
Comments
•
This template cannot be used with some older versions of controller software.
Example
This template was generated to replicate Oracle tablespaces, with no template options selected.
Line Task
1
// Replicate Oracle tablespace(s) via pre-allocated replication, 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
// Begin flushing the cache on the host volume(s).
SetWriteCacheModesUsingRepository ($repository, ORIGINAL, ORACLE_TABLESPACE,
16
WRITE_CACHE_DISABLED) onerror pauseat E2:
17
//
18
DO {
SnapshotOracleToContainersUsingRepository ($repository, %managed_set_of_containers%,
19
FULLY_ALLOCATED, ORACLE_TABLESPACE, NOWAIT) onerror pauseat E2:
20
//
248
Jobs
Need help?
Do you have a question about the 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure and is the answer not in the manual?
Questions and answers