- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to increase shmmax
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
11-28-2002 01:49 AM
11-28-2002 01:49 AM
I am unable to increase the shmmax value in my HP-UX 11i server.
Presently it is 1,073,741,824. It says it is the maximum value.
But I have some HP-UX 11.00 servers and the shmmax value in those are 4,294,967,296.
Why is it so?
Thanks,
Raje.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 01:56 AM
11-28-2002 01:56 AM
Re: unable to increase shmmax
I think
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9c96e7e60861d511abcd0090277a778c,00.html
Is the gospel for this one . Please read
Regards
Steve Steel
Quote of the moment
-------------------
"We are drowning in information but starved for knowledge."
-- John Naisbitt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 01:57 AM
11-28-2002 01:57 AM
Re: unable to increase shmmax
Your best bet is doing it from the command line options from 'kmtune'
# kmtune -s shmmax=4294967296
To update the kernel
# kmtune -u
Consult the man page of 'kmtune' for extra details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 01:58 AM
11-28-2002 01:58 AM
Re: unable to increase shmmax
I believe that some versions of 11 had an incorrect setting in sam.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 01:59 AM
11-28-2002 01:59 AM
SolutionPatch Description: s700_800 11.11 Setting proper maximum for 64-bit SHMMAX
Symptoms:
PHKL_24032:
( SR:8606177377 CR:JAGad46609 )
SAM will not allow setting the VM tunable SHMMAX above
the 32-bit maximum of 0x40000000 on 64-bit kernels, when
the documentation (and design) specifies a 64-bit limit
of 0x40000000000. Also, SAM will attempt to lower the value
of SHMMAX back to the lower maximum if it has been raised
to a higher value by other means.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2002 03:59 AM
11-28-2002 03:59 AM
Re: unable to increase shmmax
#kmtune -s shmmax=
#/stand/build/mk_kernel
#mv /stand/build/vmunix_test /stand/vmunix
#rebbot
#kmtune |grep shmmax
now shmmax will be set to the specified value