128
IBM Certification Study Guide AIX HACMP
• Ensure that node name and the service adapter label are the same on
each node in the cluster
or
• Alias the node name to the service adapter label in the /etc/hosts file.
5.4.5 Cross Mounted NFS File Systems and the Network Lock Manager
If an NFS client application uses the Network Lock Manager, there are
additional considerations to ensure a successful failover. Consider the
following scenario: Node A has a file system mounted locally and exported for
use by clients. Node B is an NFS client and mounts the exported file system
for local use by an application that issues lock requests using the
flock()
system call. Node A fails. Node B then attempts to unmount the NFS
mounted file system, mount it as a local file system, and export it for client
use. However, the unmount fails because of outstanding lock requests
against the file system.
Adding the following lines to the cl_deactivate_nfs script will clear
outstanding locks against the failed node and will allow the file system to be
unmounted. However, it will result in the loss of all locks. Consider your
configuration carefully. If you have non-cluster related NFS file systems
where losing locks would be unacceptable, you may need to take appropriate
steps before using this addition to the cl_deactivate_nfs script.
Add the code below between the following two lines (three places):
Summary of Contents for AIX HACMP SG24-5131-00
Page 2: ......
Page 10: ...viii IBM Certification Study Guide AIX HACMP...
Page 12: ...x IBM Certification Study Guide AIX HACMP...
Page 14: ...xii IBM Certification Study Guide AIX HACMP...
Page 18: ...xvi IBM Certification Study Guide AIX HACMP...
Page 24: ...6 IBM Certification Study Guide AIX HACMP...
Page 110: ...92 IBM Certification Study Guide AIX HACMP...
Page 133: ...HACMP Installation and Cluster Definition 115...
Page 134: ...116 IBM Certification Study Guide AIX HACMP...
Page 160: ...142 IBM Certification Study Guide AIX HACMP...
Page 200: ...182 IBM Certification Study Guide AIX HACMP...
Page 216: ...198 IBM Certification Study Guide AIX HACMP...
Page 222: ...204 IBM Certification Study Guide AIX HACMP...
Page 226: ...208 IBM Certification Study Guide AIX HACMP...
Page 232: ...214 IBM Certification Study Guide AIX HACMP...
Page 240: ...Printed in the U S A SG24 5131 00 IBM Certification Study Guide AIX HACMP SG24 5131 00...