HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure Command Reference Manual page 77

Job command reference
Hide thumbs Also See for 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure:
Table of Contents

Advertisement

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
//
HP StorageWorks Replication Solutions Manager 4.0.1
77

Advertisement

Table of Contents
loading

Table of Contents