- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can i leave with kmtunes a kernel param to its...
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
07-30-2006 11:00 PM
07-30-2006 11:00 PM
I am going to recompile the kernel to leave a kernel parameter to the machine default, which is the formula the proper server uses to calculate that parameter.
I am using kmtunes -S system -s vx_ninode=0
But i am not sure if 0 takes it to its default?
or instead of 0 i have to put another thing??
Thnx!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2006 11:11 PM
07-30-2006 11:11 PM
Re: How can i leave with kmtunes a kernel param to its default
the default for 11i v2 is 1024 according to this document:
http://docs.hp.com/en/B2355-60105/vx_ninode.5.html
if you are running 11.11 I recommend you to go to docs.hp.com and do a search non vx_ninode.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2006 11:15 PM
07-30-2006 11:15 PM
Solution'0' is the default value for vx_ninode under 11.00 and 11.11. If you're using HP-UX 11.11, the '-r
# kmtune -S system -r vx_ninode
To see default values for all parameters:
# kmtune -l | more
The attached HP-UX Performance Cookbook has a nice description of this tunable.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2006 11:29 PM
07-30-2006 11:29 PM
Re: How can i leave with kmtunes a kernel param to its default
gredos1:/stand/build# kmtune -S system -r vx_ninode
gredos1:/stand/build# kmtune -S system -d
Parameter Current Dyn Planned Module Version
===============================================================================
nfile 63488 - 100000
vx_ninode 8000 - 0
is this correct??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2006 11:34 PM
07-30-2006 11:34 PM
Re: How can i leave with kmtunes a kernel param to its default
# uname -r
B.11.11
# kmtune -l -q vx_ninode
Parameter: vx_ninode
Current: 0
Planned: 0
Default: 0
Minimum: -
Module: -
Version: -
Dynamic: No
Pay special attention to the line which says "Default: 0". So yes, '0' is the default for vx_ninode under 11.11.
PCS