- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS server on cluster package.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 12:21 AM - last edited on 05-29-2013 02:43 AM by RASHMI
05-28-2013 12:21 AM - last edited on 05-29-2013 02:43 AM by RASHMI
NFS server on cluster package.
Hi HP-UX gurus,
I have a MCSG 11.20 cluster with eight nodes, which runs a number of application/database packages.
There is a NFS package which exports NFS shares to almost all the packages and those NFS shares are critical for the applications to work.
The problem I face is, if the NFS package failover to its secondary node, the mount points on which the NFS shares are mounted (on the NFS clients) become inaccessible. Although they won’t go stale, the mount points won’t respond to ls or bdf commands (They remain accessible on the NFS server). Once I bring the package back to the primary node the shares are accessible again.
NFS server was configured in an HA package believing that the shares will be immediately available to the clients again once the failover is complete. That is not happening.
Is it because NFS is aware about the MAC ID the NICs?
Could you please share your thoughts?
Thanks,
Vimal
--------------------------------------------------------------------------------------------------------------------------
PS.This thread has been moved from HP-UX> System Administration to Networking - Forum Moderator
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 10:18 AM
05-28-2013 10:18 AM
Re: NFS server on cluster package.
Might need to tweek some mount options
Instructor Storage, Servers, HP-UX and Partner Courses
Hewlett Packard Enterprise Education Services
Ask me about training on StoreServ (3PAR) StoreOnce, StoreEasy, StoreAll, StoreVirtual, HP-UX, ServiceGuard and HPE Partner Ready Certification Training
internet: Linkedin: http://www.linkedin.com/in/emilvelez
HPE Master ASE Server Solutions Architect V3
HPE Master ASE Storage Solutions Architect V2
HP UNIX Certified (ASE HPUX 11iv3 Administration V1)
Certified HPE Instructor
HPE Product Certified - OneView [2016]
HP Sales Certified -Servers, Converged Systems and Services [2015]
HPE Product Certified - Converged Solutions [2017]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 11:02 AM
05-28-2013 11:02 AM
Re: NFS server on cluster package.
Some questions:
- What OS is running on the NFS clients?
- What NFS mount options are they using (nfsstat -m)?
- Do all clients behave the same or does a subset of clients work and others fail?
- I assume you are configuring a floating IP address for the NFS package and that the NFS clients are mounting using the floating IP address?
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 07:22 PM
05-28-2013 07:22 PM
Re: NFS server on cluster package.
Hi Emil,
They are all hard mounts. The application always access these file systems that’s why automount was not considered while building the environment.
Hi Dave,
- What OS is running on the NFS clients?
HP-UX B.11.31 (March 2012 patch) and ONCplus B.11.31.16
- What NFS mount options are they using (nfsstat -m)?
Flags: vers=4,proto=tcp,sec=sys,hard,intr,link,symlink,acl,devs,rsize=32768,wsize=32768,retrans=5,timeo=600
Attr cache: acregmin=3,acregmax=60,acdirmin=30,acdirmax=60
- Do all clients behave the same or does a subset of clients work and others fail?
All clients are in same subnet and all of them fail.
- I assume you are configuring a floating IP address for the NFS package and that the NFS clients are mounting using the floating IP address?
Yes. The clients are using the floating IP address (There is a DNS host entry for that IP address and the clients use that).
Thanks
Vimal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 07:59 PM
05-28-2013 07:59 PM
Re: NFS server on cluster package.
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 11:26 PM
05-28-2013 11:26 PM
Re: NFS server on cluster package.
Hi Dave,
Thanks for that.
However this is a production environment and it will take a huge effort (change request/ approvals) to experiment using version 3 mounts. Also I don’t have similar sandbox environment where I can test version 3 mounts.
I will certainly try this if get an opportunity.
Thanks,
Vimal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2013 03:22 AM
05-30-2013 03:22 AM
Re: NFS server on cluster package.
Hi Vimal,
Once the failover happens HANFS will unshare all the directories shared by hanfs on primary node
and reshare them on adoptive node , can you check if all the nfs shares shared via HANFS package on the
primary node are unshared properly and the volumes are unmounted properly by executing share command.
Can you please post if there are any errors in the log messages in /var/adm/cmcluster/log/<package-name>.log
And also once failover happens check using cmviewcl and see if hanfs package is started and running on adoptive node and the float ip is moved to adaoptive node and is pingable from clients.
Regards,
Usha Latha