- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Does anyone know how to check hp-ux kernel paramet...
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-29-2009 04:31 AM
07-29-2009 04:31 AM
Does anyone know how to check hp-ux kernel parameter's real time value
maxfiles
maxfiles_lim
Pls tell me the command to get these kerner parameters if you know, thanks so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 04:36 AM
07-29-2009 04:36 AM
Re: Does anyone know how to check hp-ux kernel parameter's real time value
11.11
kmtune -l | grep maxfile
11.23 11.31
kctune -l | grep maxfile
To see actual use, install the Glance trial from the most recent Application CD or Core OS CD/DVD. That gets you 60 days after which you will have to pay to continue to use the software.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 05:12 AM
07-29-2009 05:12 AM
Re: Does anyone know how to check hp-ux kernel parameter's real time value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 05:12 AM
07-29-2009 05:12 AM
Re: Does anyone know how to check hp-ux kernel parameter's real time value
Better to use glance as mentioned above for the real time value,you can use SAM or SMH for the same to monitor the current value of kernel tunable parameters.
viewing or changinging of tunables are done by kctune(from 11iv2 onwards)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 06:23 AM
07-29-2009 06:23 AM
Re: Does anyone know how to check hp-ux kernel parameter's real time value
kmtune -q name
will query the specific parameter.
The -l option will give you even more info about the value.
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2009 07:31 AM
07-29-2009 07:31 AM
Re: Does anyone know how to check hp-ux kernel parameter's real time value
#kctune|grep maxfiles
Regards,
LIJEESH N G