- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM resets 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
04-30-2002 12:58 PM
04-30-2002 12:58 PM
SAM resets shmmax?
Is there any additional information about this bug, or is there a patch for it? I've been searching here on ITRC and I haven't found it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 01:09 PM
04-30-2002 01:09 PM
Re: SAM resets shmmax?
Which OS version ? If it's 11.11 , then there is a patch available - PHKL_24032 (s700_800 11.11 Setting proper maximum for 64-bit SHMMAX). Read the patch description. It says:
"Symptoms: 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"
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 01:12 PM
04-30-2002 01:12 PM
Re: SAM resets shmmax?
*range shmmax<=0x40000000
Change the above limit to higher because the above hex value about equals 1GB, so this tweak should enable SAM to extend it's limit beyond 1GB. It should look like ..
*range shmmax<=0x40000000000
# /usr/sam/lbin/getkinfo -b
===> will update SAM config file.
Now you should be fine ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 01:14 PM
04-30-2002 01:14 PM
Re: SAM resets shmmax?
HTH,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 01:15 PM
04-30-2002 01:15 PM
Re: SAM resets shmmax?
Another document about the same issue (TKB #8606178965):
http://us-support.external.hp.com/cki/bin/doc.pl/sid=ba85880214402045bd/screen=ckiDisplayDocument?docId=200000055176255
HTH,
Shiju