Tivoli Header

Administrator's Reference

QUERY RPFCONTENT (Query Recovery Plan File Contents Stored on a Target Server)

Use this command to display the contents of a recovery plan file stored on a target server (that is, when the DEVCLASS parameter was specified on the PREPARE command). You can issue this command from either the server that created the file (the source server) or the server that stores the recovery plan file (the target server). You cannot issue this command from the server console.

The output may be delayed if the file is on tape.

Note:
From the Web administrative interface you can display the contents of one or more recovery plan file stanzas.

Privilege Class

To issue this command, you must have system privilege.

Syntax

>>-Query RPFContent--plan_file_name----------------------------->
 
>--+-DEVclass--=--device_class_name-+--------------------------><
   '-NODEName--=--node_name---------'
 
 

Parameters

plan_file_name (Required)
Specifies the name of the recovery plan file to be queried. The format of the file name is servername.yyyymmdd.hhmmss. To see the names of existing files, issue the QUERY RPFILE command.

DEVclass
Specifies the name of the device class used to create the recovery plan file. Wildcard characters are not allowed.

Specify this parameter when:

NODEName
Specifies the node name, registered on the target server, of the source server that created the recovery plan file. Wildcard characters are not allowed.

Specify this parameter when:

Examples

Task 1

On the source server: Display the contents of a recovery plan file that was created for this server on March 19, 1998, at 6:10AM. The PREPARE command specified the device class REMOTE.

Command:
query rpfcontent branch1.19980319.061000 devclass=remote

Task 2

On the target server: Display the contents of a recovery plan file that was stored in this server on March 19, 1998, at 6:10AM. The server that created the file is registered on the target server as a node named POLARIS with a node type of SERVER.

Command:
query rpfcontent branch1.19980319.061000 nodename=polaris

Output:
The output of these commands is the entire contents of the recovery plan file. The Web administrative interface lets you display the contents of one or more recovery plan file stanzas. See the Administrator's Guide for an example of a disaster recovery plan file.

Related Commands

Table 170. Commands Related to QUERY RPFCONTENT

Command Description
PREPARE Creates a recovery plan file.
QUERY RPFILE Displays information about recovery plan files.
QUERY VOLHISTORY Displays sequential volume history information that has been collected by the server.


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