- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sam limits on 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
12-03-2001 01:54 AM
12-03-2001 01:54 AM
Anyone knows where does SAM keeps its config file for kernel compliation. My Sam keeps telling me that I've exceeded the maxfile and maxfile_lim for my systems' kernel. I remember there is a file somewhere that defines all the tunable kernel parameters.
Thanks
Lai
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 01:57 AM
12-03-2001 01:57 AM
Re: sam limits on kernel parameters
Mind showing us your kmtune command output ie.
# kmtune
This would show us the value you set for the kernel parameter in your currently running kernel.
What value are you trying to change it to?
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 02:02 AM
12-03-2001 02:02 AM
Re: sam limits on kernel parameters
If you want to generate a text file based on the current kernel :
# cd /stand/build
# /usr/lbin/sysadm/system_prep -v -s system
The generated file "system" contains all informations about kernel.
Take careful of the extistant "system" file which may not refect the current kernel.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 02:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 02:14 AM
12-03-2001 02:14 AM
Re: sam limits on kernel parameters
I was changing the value for nfile. But strange thing is that, when I triggered SAM-> kernel config, it tells me that the maxfile and maxfile_lim has exceeded the limit, and it automatically changes it from 3000 to 2048 and 5000 to 2048 for maxfile and maxfile_lim respectively.
The nfile limit was ok.
I'm aware that I can do this via changing the systems file in /stand, but just to be in sync with the rest of the adminitrator (I'm not the only administrator), we have choose to use sam to do this instead.
Thanks.
Lai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 02:59 AM
12-03-2001 02:59 AM
Re: sam limits on kernel parameters
should tell you what you need.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 03:26 AM
12-03-2001 03:26 AM
Re: sam limits on kernel parameters
Have a look in '/usr/conf/master.d/core-hpux'. This is one of the master files used by 'config' to build a kernel.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 05:51 AM
12-03-2001 05:51 AM
Re: sam limits on kernel parameters
Use "kmtune -l" to get the kernel parameter list and also the max and min value for all parameters. Redirect the output to a file to get a text output.
kmtune -l > /tmp/ker_para_list
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 05:54 AM
12-03-2001 05:54 AM
Re: sam limits on kernel parameters
Here is a procedure for the way on how you can increase the kernel parameter values for maxfile and maxfile_lim beyond the suggested value using sam,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=bbfb456e0453b9553b/screen=ckiDisplayDocument?docId=200000055459688
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 04:24 PM
12-03-2001 04:24 PM
Re: sam limits on kernel parameters
Thanks to all , u guys are great!
Lai