1753774 Members
6935 Online
108799 Solutions
New Discussion юеВ

Re: HA NFS

 
SOLVED
Go to solution
Abid Iqbal
Regular Advisor

HA NFS

Hi experts
In a two node A/P cluster, HA NFS is configured.
File system /data is exported for three nodes. hanfs.sh contains
XFS[0]="-o root=node01:node02:node03 /data"
Required to add two more node to export nfs /data to.
what would be the action plan?
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: HA NFS

Shalom,

All clusters require at least two nodes.

If you want three, you will need another system to install on. That system will need access to the shame shared disk.

Or take the node3 configuration out of the cluster configuration file and:
cmquerycl/cmchckcl/cmapplycl.

Are you using a document? This should be covered there.

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
Abid Iqbal
Regular Advisor

Re: HA NFS

Hi SEP.
Miss understanding here.
I mentioned two node cluster running HA NFS package.
NFS is expoerted to three nfs clients, require to add two more NFS clients.
Should I add more two clients to hanfs.sh file and restart the package or recompile the package?
Benoy Daniel
Trusted Contributor
Solution

Re: HA NFS

There is no need to recompile the cluster. You can add the additional nodes and just execute the hanfs.sh file. Be careful, if any of the nfs entry is incorrect then it will unexport all the file system mentioned in the hanfs file. Safer side is to restart the package. or hanfs.sh start
Abid Iqbal
Regular Advisor

Re: HA NFS

Thanks Daniel,
The same I planned and you strongly confirmed.
I have successfully added three additional nodes.