- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tuning sytem
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-2003 01:48 AM
12-03-2003 01:48 AM
tuning sytem
( shmmax SHMMAX 0X4000000)
i want grow this value but my ram is very short ...
where is the limit ? anybody know rules for the tuning on hpux 1020??
thank
pascal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 02:03 AM
12-03-2003 02:03 AM
Re: tuning sytem
http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D150477&qt=hpux+%2Btuning&hit=1
Patches are key:
http://docs.hp.com/hpux/pdf/5967-3577.pdf
Stretching now:
http://docs.hp.com/hpux/onlinedocs/netsys/0601_MWA-metrics.pdf
Good Luck,
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
12-03-2003 02:04 AM
12-03-2003 02:04 AM
Re: tuning sytem
You should be able to find additional memory for your old K-box at very reasonable prices on the used-equipment market.
In any event, the maxdsiz, maxtsiz, maxssiz, and shmmax limits are nothing more than "fence" values to prevent any one process from grabbing all the resources. The actual limits do not depend upon installed RAM but rather virtual memory (RAM + swap).
In your case, you definitely would want to set swapmem=0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 02:31 AM
12-03-2003 02:31 AM
Re: tuning sytem
Choose or make an unused filesystem and delegate it as swap. I will have to look up the documentation, but I believe it can be done thru SAM.
However, I wouldn't recommend it for permanent setup. only to get you to the point where you can add real swap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 02:32 AM
12-03-2003 02:32 AM
Re: tuning sytem
As noted, you'll want loads of swap space.
Another stratagy may be to experement with limiting the kernel param maxusers as a throttle.
Setting this one param sets some other important ones by default, keeping the kernel a bit smaller. The real benefit could come from preventing some processes from starting and overwhelming the system.
You'll get errors when they try, but what does run may run faster, and it could help you determine what apps are important and what aren't really necessary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 03:58 AM
12-03-2003 03:58 AM
Re: tuning sytem
HP-UX is a virtual memory system so as long as you have plenty of swap space, and your users can afford to wait for very long periods of time, HP-UX will stop and swap portions of memory so that everything will run even though the programs are far too big to fit into physical RAM.
Bill Hassell, sysadmin