NFS mount on HACMP 2 node cluster
From: Jan Pomni (pocztex_at_COGITO.UNIV.GDA.PL)
Date: 12/13/04
- Previous message: Green, Simon: "Re: Big VG"
- Next in thread: Green, Simon: "Re: NFS mount on HACMP 2 node cluster"
- Maybe reply: Green, Simon: "Re: NFS mount on HACMP 2 node cluster"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 13 Dec 2004 19:25:25 +0100 To: aix-l@Princeton.EDU
I have a two node cascading HACMP cluster (AIX 5.2 ML3, HACMP 4.5) with
4 resource groups.
One of the nodes is exporting /data directory and another one mounts it
using NFS. In case first node dies, second takes all resource groups.
First goes live again, second is doing NFS exporting, first is mounting
as a NFS client. Everything works fine.
In /etc/filesystems (on every node) I have a stanza for local mounts:
/data:
dev = /dev/data_lv
vfs = jfs
log = /dev/jfslog1
mount = false
check = false
type = sharedfs
options = rw
account = false
All the exports and NFS mounts are done by HACMP.
Lately I needed to modify one of the NFS parameters
(on the NFS client side). What I found
in a docs
HACMP 4.5 Admin guide:
Default NFS Mount Options for HACMP
The default options used by HACMP when performing NFS mounts are "soft,
intr". If you want hardmounts or any other options on the NFS mounts, specify
these through the AIX SMIT NFS panels for Add a File SystemforMounting
(fastpath: smit mknfsmnt).When adding these filesystems, be sure to choose
the filesystems option to the "MOUNT now, add entry to
/etc/filesystems or both?" field, and take the default value of no to
"/etc/filesystems entry will
mount the directory on system RESTART". This will add the options you
have chosen into the
/etc/filesystems entry created.
This entry is then read by the HACMP scripts to pick up any options you
may have selected.
So this stanza in /etc/filesystem (after smit mknfsmnt) would be:
/data:
dev = "/data"
vfs = nfs
nodename = node01-serv
mount = false
options = bg,hard,intr
account = false
Unfortunatelly as this /data mount point is already defined I can not
add it here. So I have no idea how to pass additional parameters while
mounting this NFS directory by HACMP. Any ideas?
-jp
- Previous message: Green, Simon: "Re: Big VG"
- Next in thread: Green, Simon: "Re: NFS mount on HACMP 2 node cluster"
- Maybe reply: Green, Simon: "Re: NFS mount on HACMP 2 node cluster"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|