Previous Topic: ca_merge - Miscellaneous OptionsNext Topic: ca_merge - Run Job Arguments


ca_merge - Source Arguments

The ca_merge command source arguments allow you to specify the data to be merged. You can use these arguments to identify the group, tape, and sessions to be used in your merge operation.

The ca_merge command includes the following source arguments:

ca_merge 
[-group <group name> -tape <tape name> [<tape ID>]]
[-tape <tape name> [<tape ID>]]
WINDOWS Usage:
[-currenttapeseq][-allsessions|-session [<session #>|<session range>]]
UNIX Usage:
[-currenttapeseq][-allsessions|-session <session range>]

-group <group name> -tape <tape name> [<tape ID>]

Specify the tape group name to use for the merge job.

If you include -group, then you must also include -tape information.

-tape <tape name> [<tape ID>]

Specify the tape to use for the merge job. The tape ID is optional and is used if there are multiple tapes with the same name.

-currenttapeseq

Specify to use the current tape sequence for the merge job.

-allsessions

Specify to merge all the sessions of the tape for the merge job.

Note: If you select to merge all sessions and the tape set spans to multiple sequences, the sequence number 1 tape has to be present for this operation to complete successfully.

-session [<session #> |<session range>]

Specify to merge a single session or multiple sessions of the tape. Specify a session range to merge multiple sessions.

Example:

To merge session 27 of a tape named "MYTAPE" use the following command:

ca_merge -tape MYTAPE -session 27

To merge sessions 9 through 24 of a tape named "MYTAPE" use the following command:

ca_merge -tape MYTAPE -session 9-24

More information:

ca_merge - Merge Manager Command

ca_merge - Return Codes

ca_merge - Examples