- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Tuning
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
01-02-2006 05:38 PM
01-02-2006 05:38 PM
I am failing to Install an application because of maxdsiz. My current value is 2 pages I want to make maximum using command.
I am having c8000 series hp-ux 11.11i machine. I went throught SAM and found that values are not in Pages. How to change this maxdsiz from 2 pages to 65536 pages.
Please help me sort it out. Thanks in advance.
Regards,
Yajuvendra Singh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 05:41 PM
01-02-2006 05:41 PM
Re: Kernel Tuning
http://docs.hp.com/en/B3921-90010/maxdsiz.5.html
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 05:43 PM
01-02-2006 05:43 PM
SolutionWhen Should the Value of This Tunable Be Raised?
This tunable should be raised if user processes are receiving the ENOMEM error message:
exec(2): data exceeds maxdsiz
or
exec(2): data exceeds maxdsiz_64bit.
This may or may not cause a process failure depending on the program code.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 05:54 PM
01-02-2006 05:54 PM
Re: Kernel Tuning
You can get more information here,
http://www1.itrc.hp.com/service/james/search.do?searchtext=maxdsiz+&submit.x=0&submit.y=0&hpl=1&todo=search&searchcriteria=allwords&from=forums&searchcategory=ALL&rn=25&presort=rank&source=7000&esc=us.support.itrc.hp.com&wpa=forums1.itrc.hp.com%3A80&origin=0&chkServStor=on
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 06:04 PM
01-02-2006 06:04 PM
Re: Kernel Tuning
Please find the document for your reference.
Hope this will help
Shameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 06:43 PM
01-02-2006 06:43 PM
Re: Kernel Tuning
You can try to incerase the value by
#kmtune -s maxdsiz=65536
#kmupdate
regards
tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 04:30 AM
01-03-2006 04:30 AM
Re: Kernel Tuning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 05:49 AM
03-20-2006 05:49 AM
Re: Kernel Tuning
Regards,
Yajuvendra Singh