You must change the Tru64 5.1B UNIXAdvfsIORetryControl parameter to prevent Tru64 UNIX advanced file system (AdvFS) from losing access to the system volumes.
As a result of temporary path loss, the AdvFS might lose access to the the system volumes. Therefore, the AdvfsIORetryControl parameter must be changed from its default value of 0, as shown in Figure 1.
# sysconfig -q advfs AdvfsIORetryControl advfs: AdvfsIORetryControl = 0 # sysconfig -r advfs AdvfsIORetryControl=2 # sysconfig -q advfs AdvfsIORetryControl advfs: AdvfsIORetryControl = 2
# sysconfig -q advfs AdvfsIORetryControl > /tmp/advfs.out # vi /tmp/advfs.out advfs: AdvfsIORetryControl=2 # sysconfigdb -af /tmp/advfs.out advfs -> New entry in the /etc/sysconfigtab # sysconfig -d advfs advfs: AdvfsIORetryControl = 2