Originally posted by: grukrz1
I am not sure I get right your question but NFS in HACMP are possible.
For example, you have two resource groups in the 2 node cluster: RG1 and RG2 with following startup/fallover/fallback policies:
Resource Group Name RG1
Participating Node Name(s) CLNODE1 CLNODE2
Startup Policy Online On Home Node Only
Fallover Policy Fallover To Next Priority Node In The List
Fallback Policy Fallback To Higher Priority Node In The List
Resource Group Name RG2
Participating Node Name(s) CLNODE2 CLNODE1
Startup Policy Online On Home Node Only
Fallover Policy Fallover To Next Priority Node In The List
Fallback Policy Fallback To Higher Priority Node In The List
You have shared VG built on shared SAN disks (configured on both cluster nodes)
In RG1 (lets call it primary or parent RG) you configure shared VG and NFS:
Filesystems/Directories to be exported /fs_on_shared_VG Filesystems to be NFS mounted /fs_on_shared_VG_NFS;/fs_on_shared_VG
Volume Groups sharedvg
Having above, when the cluster is started:
on CLNODE1:
-
RG1 is brought ONLINE
-
sharevg is "active" and shared fs are mounted
-
NFS filesystem CLNODE1:/fs_on_shared_VG is mounted to mountpoint /fs_on_shared_VG_NFS
on CLNODE2:
-
RG2 is brought ONLINE
-
NFS filesystem CLNODE1:/fs_on_shared_VG is mounted to mountpoint /fs_on_shared_VG_NFS
When you takeover RG1 to RG2 you will have on CLNODE2:
-
RG1 & RG2 ONLINE
-
sharevg "active" and shared fs are mounted
-
NFS filesystem CLNODE1:/fs_on_shared_VG mounted to mountpoint /fs_on_shared_VG_NFS
Is that what you were asking about?
#AIX-Forum