- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs_do_purge_rddir_cache setting for 11.11
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
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
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
10-15-2008 06:40 AM
10-15-2008 06:40 AM
http://www13.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00916366-4
The issue is that the memory arena M_NFS_GEN is utilizing a large portion of dynamic memory:
----------------------------
Dynamic = 821586 3.1g 78% Kernel dynamic memory
Arenas = 750193 2.9g 72% Kernel arenas
M_NFS_GEN = 688334 2.6g 66%
M_TEMP = 23023 89.9m 2%
----------------------------
The document describes this and advises to change the kernel setting nfs_do_purge_rddir_cache so that purging of this cache is active. The OS is 11.11 and the document states the following:
" Since the nfs_do_purge_rddir_cache kernel parameter is
"invisible" on HP-UX 11.11, HP recommends that you contact
your local HP support center for instructions on how to
change/set this parameter's value. "
I have not been able to locate any such procedure though. So my question is how do I make such a change to see if it affects the server in a positive manner (i.e. by not becoming unresponsive).
Thanks and regards,
Bob
Was this helpful? Like this post by giving me a thumbs up below!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 01:36 PM
10-15-2008 01:36 PM
Re: nfs_do_purge_rddir_cache setting for 11.11
Have you contacted the Response Center?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 01:39 PM
10-15-2008 01:39 PM
Re: nfs_do_purge_rddir_cache setting for 11.11
-Bob
Was this helpful? Like this post by giving me a thumbs up below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 04:55 PM
10-15-2008 04:55 PM
SolutionThe problem is since this variable is not exposed on 11.11, the only way to change it is to use a kernel debugger to locate the address of a data structure that references this variable in kernel memory on the live system and then "poke" it to 1. As you might imagine, this is a very dangerous procedure and is highly prone to error (i.e. if you write a "1" to the wrong area of memory or your kernel.......bad things can happen).
If you really want to try this your best bet is to open an RC call and they'll probably have someone from WTEC help make the change. This change would likely only work until your kernel is rebuilt or a kernel patch is installed because then the location in the kernel will undoubtedly change.
Another option - update to 11.23 or 11.31 where this variable is tunable via kctune. I know...easier said than done... but I can say there are tons of other NFS client improvements in 11.23 and 11.31 that make it attractive to update an 11.11 NFS client.
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-16-2008 07:33 AM
10-16-2008 07:33 AM
Re: nfs_do_purge_rddir_cache setting for 11.11
Regards,
bob
Was this helpful? Like this post by giving me a thumbs up below!