The nhpmd.conf file is optional file. If you create
this file, you can specify the number of times the PMD tries to restart a
failed daemon (retry-count) by providing the number
as an option to the nhpmdadm command.
The retry-count values you specify in the nhpmd.conf file supersede the values present in the HA scripts.
If the nhpmd.conf file does not exist or if there is
no entry for a particular daemon, the number of retries specified in the HA
scripts is used.
The line format in nhpmd.conf is:
<nametag>_RetryCount = <retry_count_value>
For example for the statd daemon the entry would
be:
nfs.client.statd.crfs_RetryCount = 2
Note You must insert spaces or tabs before and after "=".