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

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

21
} ALWAYS {
22
// Put the database back into normal mode.
23
SetOracleModeUsingRepository ($repository, TSONLINE)
24
// Restore the writeback cache on the host volume(s).
SetWriteCacheModesUsingRepository ($repository, ORIGINAL, ORACLE_TABLESPACE,
25
WRITE_CACHE_ENABLED)
26
}
27
//
// NOTE: Please remove the archive log file Switch, Add, and Snap commands below if this job is not
28
backing up archive log files.
29
//
30
// Force a log switch to get the most current archive logs.
31
SwitchOracleArchiveLogFilesUsingRepository ( $repository ) onerror pauseat E3:
32
// OPTION: Add the archive logs
33
AddOracleArchiveLogFilesToRepository($repository) onerror pauseat E3:
34
// Begin flushing the cache on the host volume(s).
SetWriteCacheModesUsingRepository ($repository, ORIGINAL, ORACLE_ARCHIVE_LOG_FILE,
35
WRITE_CACHE_DISABLED) onerror pauseat E3
36
//
37
DO {
SnapshotOracleToContainersUsingRepository ($repository, %managed_set_of_containers%,
38
FULLY_ALLOCATED, ORACLE_ARCHIVE_LOG_FILE, NOWAIT) onerror pauseat E3
39
//
40
} ALWAYS {
41
// Restore the writeback cache on the host volume(s).
SetWriteCacheModesUsingRepository ($repository, ORIGINAL, ORACLE_ARCHIVE_LOG_FILE,
42
WRITE_CACHE_ENABLED)
}
43
44
//
45
// Mount the replicated volume(s) on a host.
46
CreateHostVolumesUsingRepository ($repository, $mount_host) onerror pauseat E3:
47
SetMountPointsPrefixInRepository ($repository, %prefix%) onerror pauseat E4:
48
$MountedHVs = MountHostVolumesUsingRepository ($repository, REPLICATED) onerror pauseat E4:
49
//
59
// Wait for user to initiate rollback.
51
Pause (
52
//
53
// Rollback.
54
E5: UnmountHostVolumesUsingRepository ($repository, REPLICATED)
55
E4: DeleteHostVolumesUsingRepository ($repository, REPLICATED) onerror pauseat E4:
HP StorageWorks Replication Solutions Manager 4.0.1
249

Advertisement

Table of Contents
loading

Table of Contents