"V-16-2-13011" reported during NFS Share offline attempt
book
Article ID: 100031725
calendar_today
Updated On:
Description
Error Message
2015/09/30 16:09:51 VCS WARNING V-16-2-13011 (p2) Resource(share_distrib_Storage): offline procedure did not complete within the expected time.
2015/09/30 16:09:51 VCS WARNING V-16-2-13011 (p2) Resource(share_distrib_Oracle): offline procedure did not complete within the expected time.
2015/09/30 16:09:51 VCS WARNING V-16-2-13011 (p2) Resource(share_distrib_Misc): offline procedure did not complete within the expected time.
2015/09/30 16:09:51 VCS ERROR V-16-2-13063 (p2) Agent is calling clean for resource(share_distrib_Storage) because offline did not complete within the expected time.
2015/09/30 16:09:51 VCS ERROR V-16-2-13063 (p2) Agent is calling clean for resource(share_distrib_Oracle) because offline did not complete within the expected time.
2015/09/30 16:09:51 VCS ERROR V-16-2-13063 (p2) Agent is calling clean for resource(share_distrib_Misc) because offline did not complete within the expected time.
Cause
Manually running exportfs -u takes 5 seconds for each share client to return. A large number of share clients will cause a lengthy delay.
By default, glibc version 2.9, and above, performs IPv4 and IPv6 look-ups in parallel. Some appliance-based DNS servers cannot handle these queries properly, causing the requests to time out. Adding the "single-request" option disables the behavior and makes glibc perform the IPv6 and IPv4 requests sequentially.
Resolution
Add "single-request" to the /etc/resolv.conf file.
Example:
/etc/resolve.conf:
options single-request nameserver mydns01.example.com
Issue/Introduction
An offline attempt of an NFS Share resource takes very long due to a delay from the exportfs -u command. This results in an OFFLINE entry point timeout.
Was this article helpful?
thumb_up
Yes
thumb_down
No