drd.1m (2010 09)

d
drd(1M) drd(1M)
umount Unmounts all file systems in the inactive system image previously mounted by a
drd
mount command.
unrehost Removes the system information file,
EFI/HPUX/SYSINFO.TXT
from a disk that was
rehosted, optionally preserving a copy in a file system on the booted system.
Options
drd recognizes the following options:
-? Displays the usage message.
-q Decreases the verbosity level by one each time it is specified. For example,
-qq will reduce the
verbosity from the default value of 4 to 2. If both
-x verbosity=5 and -qqq are included
on the command line, the effective verbosity is 2. The minimum verbosity level is 0. (See also
the
-x verbosity option).
-v Increases the verbosity level by one each time it is specified. For example,
-v will increase the
effective verbosity from the default value of 4 to 5. If both
-x verbosity=1 and -vv are
included on the command line, the effective verbosity is 3. The maximum verbosity level is 5.
(See also the
-x verbosity option).
-x -? Displays the list of possible
-x (extended) options.
-x option=value
Sets the extended option to a value. See Extended -x Options definitions below.
-X option_file
Gets the extended options from a file.
RETURN VALUE
drd major modes return the following values:
0 Success.
1 Error.
2 Warning.
EXAMPLES
To display
drd usage information:
drd -?
To display drd extended option usage:
drd -x -?
To name a file specifying extended options:
drd <mode>[options] -X /tmp/extendedOptions
where the example /tmp/extendedOptions
file has this content:
logfile=/tmp/robsDRD.log
log_verbosity=5
To set the inactive system image as the primary boot disk:
drd activate
To set the inactive system image as the primary boot disk and a different disk as the alternate boot disk:
For 11iv2:
drd activate -x alternate_bootdisk=/dev/dsk/c1t1d0
For 11iv3:
drd activate -x alternate_bootdisk=/dev/disk/disk1
To boot to the inactive system image immediately:
drd activate -x reboot=true
To display all drd activate extended options:
drd activate -x -?
To display usage for the drd clone command:
2 Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010