Veritas Volume Manager 4.1 Administrator's Guide (HP-UX 11i v3, February 2007)
Chapter 12, Administering Hot-Relocation
Modifying the Behavior of Hot-Relocation
345
❖ To reduce the impact of recovery on system performance, you can instruct vxrelocd
to increase the delay between the recovery of each region of the volume, as shown in
the following example:
nohup vxrelocd -o slow[=IOdelay] root &
where the optional IOdelay value indicates the desired delay in milliseconds. The
default value for the delay is 250 milliseconds.
When executing vxrelocd manually, either include /etc/vx/bin in your PATH or
specify vxrelocd’s absolute pathname, for example:
# PATH=/etc/vx/bin:$PATH
# export PATH
# nohup vxrelocd root &
Alternatively, you can use the following command:
# nohup /etc/vx/bin/vxrelocd root user1 user2 &
See the vxrelocd(1M) manual page for more information.