- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS Performance HP Unix 11.31
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
Forums
Discussions
Discussions
Discussions
Forums
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
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
тАО09-28-2009 03:01 PM
тАО09-28-2009 03:01 PM
NFS Performance HP Unix 11.31
We have recently upgraded our NFS Server OS version from HP Unix 11.23 to 11.31.
NFS Clients are still running in HP Unix 11.23.
After upgrading the OS in NFS Server, we are getting the following error continually in NFS clients.
"READ: No locks available" and the application which is running on NFS giving slow performance during peak load.
What will be the reason for this. In HP Unix 11.23 we are having the option to change the Number of NFS & BIOD deamons. But it is not available in HP Unix 11.31.
Can somebody explain?
Manoj K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2009 03:34 PM
тАО09-28-2009 03:34 PM
Re: NFS Performance HP Unix 11.31
You can certainly configure the number of nfsds and asynchronous I/O threads on 11.31. The nfsds are configured via the NFSD_SERVERS variable in the /etc/default/nfs file, and the "biods" are replaced with pools of asynchronous I/O threads that are sized via the nfs<2/3/4>_max_threads kctune parameters. Since this is an NFS server you probably don't care about tuning the client-side thread pools, but tuning NFSD_SERVERS is helpful for NFS servers.
If you can reproduce the file locking issue I can try to help with that. I also recommend you install the latest ONC patch bundle for 11.31 available from here:
https://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ONCplus
Hope this helps,
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
тАО09-28-2009 05:28 PM
тАО09-28-2009 05:28 PM
Re: NFS Performance HP Unix 11.31
We are using HP ServiceGuard NFS tool kit also on Servers for the High availabilty of NFS.
Version Details of ONC and NFS Tool kit given below.
ONCplus B.11.31.06.01 ONC+ 2.3
B5140BA A.11.31.05 Serviceguard NFS Toolkit
The problem is repeating when the load on the server increases.
I have changed the value NFSD_SERVERS=64. How can i verify 64 nfsd daemons are running in NFS server .In 11.23 we can do it by ps -eaf | grep nfsd.
Whenever i am trying to failover the NFS package to the other node in the cluster it is throwing an error given below.
"Unable to run the Package.The node is not eligible."
and also not starting on the original node.
Manoj K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2009 08:59 AM
тАО09-29-2009 08:59 AM
Re: NFS Performance HP Unix 11.31
> running in NFS server .In 11.23 we
> can do it by ps -eaf | grep nfsd.
On 11i v3 the nfsds are kernel threads so you'd need to use a tool like Glance that displays kernel threads.
> Whenever i am trying to failover the NFS
> package to the other node in the cluster
> it is throwing an error given below.
> "Unable to run the Package. The node is
> not eligible." and also not starting on
> the original node.
You get this message when you first start the package or only when you try to migrate the package? Can you start the package on either cluster node manually? Does the package start and run correctly on all the cluster nodes?
Can you cut/paste the contents of the nfs.cntl.log file used by this package so I can see how far it gets before failing?
Thanks,
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
тАО09-29-2009 10:56 AM
тАО09-29-2009 10:56 AM
Re: NFS Performance HP Unix 11.31
Please find the attached syslog details during the package failover.
There is nothing written in the nfs control log file during this time.
Manoj
Manoj K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2009 11:06 AM
тАО09-29-2009 11:06 AM
Re: NFS Performance HP Unix 11.31
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
тАО09-29-2009 11:23 AM
тАО09-29-2009 11:23 AM
Re: NFS Performance HP Unix 11.31
Now it is not possible to stop or start nfs package as the server and application is live.
At the first time when we created the package
i have done a failover of the nfs package from one node to the second node by removing the N/W cable and it was successfull.
The issue was happen last time, when the network failed on the node where the NFS package runs.
The NFS package not started in the second node. It has just thrown an error "Unable to run the Package.The node is not eligible".
After making the network up on the first node we tried to start the package, there also we got the same error "Unable to run the Package.The node is not eligible".
At last i have stopped the node from cluster and started the node then NFS package came up automatically..
Manoj K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2009 12:00 PM
тАО09-29-2009 12:00 PM
Re: NFS Performance HP Unix 11.31
The phrase "node is not eligible" to me says the node does not have the required resources to start the package. Perhaps there are not enough network interfaces available for the package to run? Perhaps there are not sufficient heartbeat interfaces for the package to run? Perhaps you've specified a capacity for the systems and there is no capacity left to allow the system to be eligible to run the package?
My suggestion would be to try turning on Serviceguard debug logging (i.e. increasing the log level) and see if the log files give you a better indication of which resource is missing and causing the node to be deemed ineligible to run the package.
Perhaps someone more versed in Serviceguard can offer better suggestions.
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
тАО10-03-2009 04:02 PM
тАО10-03-2009 04:02 PM
Re: NFS Performance HP Unix 11.31
ServiGuard issue i will take it up separately.
As i mentioned before, NFS Server is now HP Unix 11.31 and NFS client is HP Unix 11.23
Is there is any special settings has to be done for releasing the NFS lock automatically by the appalication (from NFS Client).
We are facing the locking issue after upgrading the NFS Server OS.Before that the application was working fine.
Waiting for your valuable suggestion.
Manoj K
Manoj K