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

If the disk configuration has changed, always update the dictionary map files.
NOTE:
When specifying on the command line a file name or directory name containing space characters
for the -target option or the -f option, you must enclose the file name in double quotation marks
(").
Note that enclosing with double quotation marks is not necessary for target paths specified in batch
definition files.
Return Values
0: Normal termination
Any value other than 0: Termination with an error
Examples
In this example, the command is used to display information about the file system on the D drive:
PROMPT> drmfsdisplay D:
INSTANCE: D:
T FILE FS DG DEVICE COPY-GROUP
F - D: - Harddisk1 VG01,dev01
In this example, the command is used to display information about the file system specified by the
mount point D:\MNT:
PROMPT> drmfsdisplay D:\MNT
INSTANCE: D:\MNT
T FILE FS DG DEVICE COPY-GROUP
F - D:\MNT - Harddisk1 VG01,dev01
In this example, the command is used to display file system information, in the long format, about
the file D:\temp\file1.txt on the D drive:
PROMPT> drmfsdisplay D: -target D:\temp\file1.txt -l
INSTANCE: D:
T FILE FS FSTYPE DG LVM-DEVICE
DEVICE COPY-GROUP PORT# TID# LUN# MU# LDEV# P/S SERIAL#
F D:\temp\file1.txt D: NTFS - \\?\Volume{df67a5b0-5583-11d5-a410-806d6172696f}\
Harddisk1 VG01,dev01 CL1-A 0 0 0 10000 P 15044
In this example, the command is used to display file system information, in the long format, about
the disk volume Harddisk1:
PROMPT> drmfsdisplay -device Harddisk1 -l
INSTANCE: D:
T DEVICE FILE FS FSTYPE DG LVM-DEVICE
COPY-GROUP PORT# TID# LUN# MU# LDEV# P/S SERIAL#
F Harddisk1 D:\temp\file1.txt D: NTFS -
\\?\Volume{df67a5b0-5583-11d5-a410-806d6172696f}\
VG01,dev01 CL1-A 0 0 0 10000 P 15044
In this example, the command is used to display information about the file system on the D drive
and management information for the dictionary map files:
Basic commands100