HP StorageWorks P9000 Replication Manager Software 7.1 CLI Reference Guide (TB584-96021, May 2011)

paths with double quotation marks (") when the target file name or directory name is specified in the
target definition file.
If you omit both this option and the -target option, the entire file system registered in the backup
catalog will be restored.
-pf copy-parameter-definition-file
Specify this option to use the number of retries and the retry interval defined in the copy parameter
definition file. Specify only the file name, without specifying the path.
When you omit this option, the value in the RAID Manager-linkage definition file (DEFAULT.dat) is
used. Values in DEFAULT.dat are also used for parameters not specified in the copy parameter
definition file.
Create a copy parameter definition file by using a name of your choice in the location below. Specify
the file name by using an alphanumeric character string of up to 64 bytes.
Application-Agent-installation-directory\DRM\conf\raid
Notes
The backup information in the backup catalog is managed by using a copy group as a key. De-
pending on the backup method, you might not be able to perform restoration, even though the
backup data exists on the secondary volume. For more information, see the notes on running Ap-
plication Agent in the HP StorageWorks P9000 Replication Manager Software CLI User Guide.
Restoration in a cluster configuration is supported.
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Examples
In this example, the command is used to restore data from the secondary volume to the primary
volume, which resynchronizes the disks. The backup data used for restoration is identified by the
backup ID 0000000001.
PROMPT> drmfsrestore 0000000001 -resync
In this example, the command is used to restore data from the secondary volume to the primary
volume, which resynchronizes the disks. The backup data used for restoration is identified by the
backup ID 0000000001. During restoration, the command uses the parameters defined in the
copy parameter definition file remote0.dat.
PROMPT> drmfsrestore 0000000001 -resync -pf remote0.dat
Basic commands102