Job Commands; Addalloracletablespacestorepository - HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure User Manual

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

Line Task
1
// Unmount existing host volume(s).
2
//
3
// Assign some variables that will be used in this job.
4
$hostvol_unc1 = SetVariable(%hostvol_unc1%)
5
$host_name = SetVariable(%host_name%)
6
//
7
// Validate that resources are as expected.
8
ValidateHost ($host_name)
9
ValidateHostVolume ($hostvol_unc1)
10
//
1 1
// Unmount the volume(s).
12
E1: UnmountHostVolume ($hostvol_unc1)
13
Exit (SUCCESS)
14
//

Job commands

// (comment)
Adds and identifies a comment line in a job. The double slash indicates a comment line.
Syntax and arguments
When initially inserted into a job, the command syntax and default arguments are:
//
Comment. Enter your comment text.
Examples
// This job creates daily tape backups
// The next command replicates the sales database
Comments
Associated validation commands. None
Agent and license prerequisites. None
Command result value. None. For a complete list, see
OS specifics. None
Tip. Use blank comment lines visually separate sections of a job.

AddAllOracleTablespacesToRepository

Adds all applicable tablespaces in a database to a specific repository. The appropriate tablespaces are
automatically added by reference to the enabled host and database specified by the repository.
256
Jobs
command result
values.

Advertisement

Table of Contents
loading

Table of Contents