To access LUNs by using VxDMP, you should configure the restore daemon and then verify the configuration. If you have Veritas Storage Foundation 5.1, you should also set the VxDMP tunable dmp_lun_retry_timeout command.
Steps
- Set the value for the VxDMP restore daemon to an interval of 60: vxdmptune dmp_restore_interval=60
On reboot, this value takes effect and remains persistent. Alternatively, you can use the following commands to configure the daemon value:
vxdmpadm stop restorevxdmpadm start restore interval=60This value takes effect immediately; however, it is not persistent on reboot. You must reset the value each time you reboot the system.
- Verify that the daemon value has been successfully configured: vxdmpadm stat restored
For details about configuring Veritas Volume Manager, see the Veritas Volume Manager Administrator's Guide for Linux that is shipped along with the software.
- Set the value of the dmp_lun_retry_timeout to the appropriate interval:
- For Veritas Storage Foundation 5.1 SP1 and later, and InfoScale 7.0 series, set the value of the dmp_path_age to an interval of 120: vxdmpadm settune dmp_path_age=120
The editable value changes immediately.
- Verify that the value has been successfully configured: vxdmpadm gettune
This command displays the current values for all the Veritas DMP editables.