You must change the Tru64 5.1B Unix AdvfsIORetryControl parameter to prevent Tru64 UNIX® advanced file system (AdvFS) from losing access to SAN Volume Controller disks.
# 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