- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory tunables
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
05-29-2001 09:11 AM
05-29-2001 09:11 AM
Memory tunables
"One or more tunable parameters violates an interdependency rule. SAMS expects the following statements to be true:
desfree
vmebpn_tcp_ip<=1
vmebpn_totaljobs<=8092
vmebpn_public_pages<=30
The first 2 entries no longer appear thanks to a new kernel installation (These entries are set to zero in core-hpux). The last four are found in SAM and are already true. I am running a 725/100. Any suggestions? Thanks.
Don Curtis
I have read a couple of posts concerning memory management and the "variables" LOTSFREE, DESFREE, etc. I am loading 11.0 and get an error during "configurable parameters" that include errors with these settings. My question is, how do you access/change these settings?
Thanks.
Don Morris
May 24, 2001 19:22 PM GMT [ unassigned ]
--------------------------------------------------------------------------------
LOTSFREE, DESFREE and MINFREE are tunables, so you should be able to change them with kmtune - that should be there on 11.0. Barring that, look in /usr/conf/master.d for them (should be in core-hpux), edit the file to change them and run config or mk_kernel).
Frankly, they _should_ be 0 -- that tells the kernel to just figure out good values based on available physical memory at boot.
What errors are you seeing, by the way? Something like lotsfree greater than freemem? (In other words someone just set it way too high?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 09:41 AM
05-29-2001 09:41 AM
Re: Memory tunables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 09:49 AM
05-29-2001 09:49 AM
Re: Memory tunables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 10:56 AM
05-29-2001 10:56 AM
Re: Memory tunables
Doc ID#: A5598980
...."How are desfree, lotsfree, and minfree calculated?
Operating System - HP-UX
Version - 10.20
Hardware System - HP 9000
Series - E35
Solution
The following information details the significance of desfree, lotsfree, and minfree:
desfree: Amount of memory desired free, specified in pages. When the number of free pages falls below desfree, the swapper begins looking for entire processes to swap out of memory. On small-memory systems,
desfree is set to 1/16 of non-kernel memory, not to exceed 60 pages (240 KB).
minfree: Minimal amount of free memory which is tolerable, specified in pages. When the number of free pages falls below minfree, the swapper recognizes that the system is desperate for memory and attempts to swap out a process whether it is running/runnable or not
(referred to as hard swap). On small-memory systems,
minfree is set to 1/2 of desfree, not to exceed 25 pages (100 KB).
lotsfree: Plenty of free memory, specified in pages. When the number of free pages falls below lotsfree, vhand() tunes its parameters each time it is awakened. On systems with 32 MB of free memory or less after kernel initialization (referred to here as small-memory
systems), lotsfree is set to 1/8 of non-kernel memory, not to exceed 256 pages (1 MB).
Not sure if this is the answer your looking for...but it's a thought,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 11:25 AM
05-29-2001 11:25 AM
Re: Memory tunables
For example, SAM reports, via an error message at kernel "build-time", the setting "vmebpn_sockets <= 1" must be true. This setting, shown on the same screen and during the same process that generates the error, is already set to 1, the default setting according to everything I've read. I'm not very familiar with VME. I'm not even sure I HAVE it. There are no VME or VME2 drivers loaded.
The bottom line is, I can't build a kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 12:04 PM
05-29-2001 12:04 PM
Re: Memory tunables
Before we say you "can't" build a kernel, let me ask if you have tried to build the kernel manually. Often times SAM gets particular and will not form the kernel, but when you run through the manual steps it will build ok.
Have you tried doing it manually??
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 12:43 PM
05-29-2001 12:43 PM
Re: Memory tunables
Best of luck....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 12:45 PM
05-29-2001 12:45 PM
Re: Memory tunables
What you're looking for in this case is a line
like:
*range vmebpn_sockets<=1
in some file in that directory. In your case, since you mentioned that it _is_ 1 and SAM doesn't like it, I'd expect the range value to be <1 or something messed up like that.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 05:38 AM
05-30-2001 05:38 AM
Re: Memory tunables
Loading the kernel...
/usr/ccs/bin/ld: unsatified symbols:
dfsc_link (code)
*** Error exit code 1
stop.
config: make did an exit(1)
config failure
This make any sense?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2001 09:27 AM
05-30-2001 09:27 AM
Re: Memory tunables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 12:12 PM
05-31-2001 12:12 PM
Re: Memory tunables
Thanks,
Don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 08:12 AM
06-06-2001 08:12 AM
Re: Memory tunables
here is some info on how to regen a kernel:
check if you have a file called dfs in /usr/conf/master.d which is a leftover from 10.20 and doesn't belong on a 11.0 system.
Remove that file and then run the mk_kernel command one more time and see if you are successful then
Take care,
Steffi Jones