HP XP P9000 Replication Manager Software 7.6.0-00 Application Agent CLI Reference Guide

Example
In this example, the command is used to import the backup information from the file D:\tmp\
0000000001.drm:
PROMPT> drmdbimport -f D:\temp\0000000001.drm
drmdevctl (Conceals and reveals a physical volume)
Formats
To conceal the secondary volumes of all copy groups:
drmdevctl -detach [ -noscan ]
To conceal the secondary volumes of copy groups registered in a backup catalog:
drmdevctl backup-ID -detach [ -noscan ]
To conceal the secondary volumes of a specified copy group:
drmdevctl -copy_group copy-group-name -detach [ -noscan ]
To reveal (publish) the secondary volumes of all copy groups:
drmdevctl -attach [ -noscan ]
To reveal (publish) the secondary volumes of copy groups registered in a backup catalog:
drmdevctl backup-ID -attach [ -noscan ]
To reveal (publish) the secondary volumes of a specified copy group:
drmdevctl -copy_group copy-group-name -attach [ -noscan ]
To perform a disk rescan on the OS of the server:
drmdevctl -rescan
To display the disk signatures of the local volumes of all copy groups:
drmdevctl -sigview
To display the disk signatures of the local volumes of copy groups registered in a specified backup
catalog:
drmdevctl backup-ID -sigview
To display the disk signature of the local volume of a specified copy group:
drmdevctl -copy_group copy-group-name -sigview
To update the disk signature of the local volume to the value generated at the time of backup (targeting
copy groups registered in a specified backup catalog):
drmdevctl backup-ID -sigset
To update the disk signature of the local volume to the specified value (targeting a specified copy
group):
drmdevctl -copy_group copy-group-name -sigset disk-signature
Basic commands116