Tivoli Header

Administrator's Reference

SET DRMPLANPREFIX (Specify a Prefix for Recovery Plan File Names)

At installation, the prefix is set to ADSM.SERVER.PLAN. After installation, this command can be used to modify the prefix.

Use the QUERY DRMSTATUS command to display the current value for the recovery plan prefix.

Privilege Class

To issue this command, you must have system privilege.

Syntax

Parameters

prefix (Required)
Specifies the high-level qualifier to be used to generate a recovery plan filename. The maximum length of the prefix is 27 characters.

Tivoli Storage Manager uses this prefix if the PREPARE command is issued without the PLANPREFIX parameter. To build a unique recovery plan filename, Tivoli Storage Manager appends to the prefix the date and time in Julian format: Jyyyyddd.Thhmmss (for example, J1995115.T051421). If you enter a null string (""), the current prefix is removed, and the server uses the algorithm described in the PLANPREFIX parameter in the PREPARE command.

For example, you specify the following prefix:

   SRV.RECPLANS

The resulting recovery plan filename is the following:

   SRV.RECPLANS.J1995115.T051421

Examples

Task

Specify that Tivoli Storage Manager use the high-level qualifier DRMPLAN.PRIMSRV for recovery plan files.

Command:
set drmplanprefix drmplan.primsrv

Related Commands

Table 226. Commands Related to SET DRMPLANPREFIX

Command Description
PREPARE Creates a recovery plan file.
QUERY DRMSTATUS Displays DRM system parameters.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]