- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel Parameters
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
03-29-2003 01:48 AM
03-29-2003 01:48 AM
Kernel Parameters
Is there a way to know how much kernel values are utilized by the applications from the current kernel value settings? I would like to know if really the application needs more resources, so that I can tune the kernel parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 02:27 AM
03-29-2003 02:27 AM
Re: Kernel Parameters
I would suggest that you install Glance. It is easy to understand and figure out if you need to tune some of the Kernel parameters.
Hope this help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 02:34 AM
03-29-2003 02:34 AM
Re: Kernel Parameters
To monitor number of open files , number of locks etc in the system.
#sar -v 1 20
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 03:52 AM
03-29-2003 03:52 AM
Re: Kernel Parameters
System Table Available Used Utilization High(%)
--------------------------------------------------------------------------------
Proc Table (nproc) 7320 366 5 5
File Table (nfile) 19136 4394 23 23
Shared Mem Table (shmmni) 1024 52 5 5
Message Table (msgmni) 4096 6 0 0
Semaphore Table (semmni) 4096 40 1 1
File Locks (nflocks) 4000 1590 40 40
Pseudo Terminals (npty) 400 3 1 1
Buffer Headers (nbuf) na 553574 na na
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 08:00 AM
03-29-2003 08:00 AM
Re: Kernel Parameters
You can check with glance plus ,if you have perf view this will give you clear picture of disk i/0, each and every disk utilisation indivially,memory,cpu etc ,accordinly u can tune the kernel parmeter ,finding out the bottle neck.
Rizwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 09:14 AM
03-29-2003 09:14 AM
Re: Kernel Parameters
If you want to list the kernel parameters, then use th following command:
#sysdef|pg
This will list the kernel parameters as well as the values next to each.
Hope this more clear.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 06:43 PM
03-29-2003 06:43 PM
Re: Kernel Parameters
Glance however system tables report is a great way to explore utilization versus settings.
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
03-31-2003 03:57 AM
03-31-2003 03:57 AM
Re: Kernel Parameters
If your version of 11i does not have kcweb, you can download it from http:/www.software.hp.com (just click the "search" button and search for "kcweb").