1833875 Members
1999 Online
110063 Solutions
New Discussion

High Available NFS

 
Nabil_11
Frequent Advisor

High Available NFS

Hi ,
I have to application server app1 app2
I need to configure /data as NFS mount point on each server , I install and configure
NFS MC/ServiceGuard toolkit
My main question I have two application server I need one of them to act as active server and client
where the second server act as pasive server and client
please advice,


3 REPLIES 3
Mridul Shrivastava
Honored Contributor

Re: High Available NFS

Please have a look of the following link for detailed step by step procedure:

http://docs.hp.com/en/B5140-90026/ch02s03.html

For Configuring a Serviceguard NFS Package please visit the following link:

http://docs.hp.com/en/B5140-90026/ch02s04.html
Time has a wonderful way of weeding out the trivial
Steven E. Protter
Exalted Contributor

Re: High Available NFS

Shalom,

Basically, you will have a floating IP address associated with a Serviceguard Package. This IP address will be running ont he active server, ie the server currently acting as the NFS share.

Your client connects to that address and is not concerned with the actual server the NFS package is running on.

The other important feature of the NFS package is that it exports disk on shared storage that both servers can access. This storage can be as simple as a JBOD device, Just a bunch of disks.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Nabil_11
Frequent Advisor

Re: High Available NFS

Hi,

I have no problem to configure NFS my main problem when I mount /data on primary node
LV[0]=/dev/vg01/lvol1; FS[0]=/data; FS_MOUNT_OPT[0]="-o rw"
when this file system mounted on node1
and the other node mount pkgIP:/data /data
when the node1 fail
LV[0]=/dev/vg01/lvol1; FS[0]=/data; FS_MOUNT_OPT[0]="-o rw" should transfer to the other node but we still have the mount point node1:/data /data unmounted
I try to commet the line #LV(0) ... in order to make to role of the packge just for VG activation, then when I execute
mount -F nfs pkgIP:/data /data it mount the file system with 2.5 MB while the lvol size 10 GB

Any advice,

Regards