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

PROMPT> drmdevctl 0000000002 -sigview
COPY_GROUP DEVICE TYPE CUR_DISKID BKU_DISKID
VG01,dev01 Harddisk10 MBR ABCDEF01 ABCDEF00
VG01,dev02 Harddisk11 MBR ABCDEF02 ABCDEF03
In this example, the command is used to display the current disk signature of the local volume for
the copy group VG01,dev01:
PROMPT> drmdevctl -copy_group VG01,dev01 -sigview
COPY_GROUP DEVICE TYPE CUR_DISKID BKU_DISKID
VG01,dev01 Harddisk10 MBR ABCDEF01 --------
In this example, for the copy group recorded in the backup catalog that corresponds to the backup
ID 0000000002, the command is used to update the disk signature of the local volume to the
disk signature at the time of backup:
PROMPT> drmdevctl 0000000002 -sigset
The examples below update the local volume disk signature for the copy group.
For an MBR disk:
This example updates the disk signature to ABCDEF00 for the copy group VG01,dev01:
PROMPT> drmdevctl -copy_group VG01,dev01 -sigset ABCDEF00
For a GPT disk:
This example updates the disk signature to ABCDEF01-2345-6789-ABCD-EF0123456701
for the copy group VG02,dev11:
PROMPT> drmdevctl copy_group VG02,dev11 sigset ABCDEF01-2345-6789-
ABCD-EF0123456701
drmhostinfo (Displays host information)
Format
drmhostinfo [ -i ]
Description
The drmhostinfo command displays information about Application Agent installed on the host.
Table 34 Host information displayed by the drmhostinfo command
DescriptionDisplayed item
Product namePRODUCT
Basic commands122