- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SHMMAX max memory
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
03-30-2006 11:07 PM
03-30-2006 11:07 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:14 PM
03-30-2006 11:14 PM
Re: SHMMAX max memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:16 PM
03-30-2006 11:16 PM
Re: SHMMAX max memory
11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:17 PM
03-30-2006 11:17 PM
Re: SHMMAX max memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:25 PM
03-30-2006 11:25 PM
Re: SHMMAX max memory
another patch found:
PHKL_24032
seems there is whole raft of them out there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:30 PM
03-30-2006 11:30 PM
Re: SHMMAX max memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:35 PM
03-30-2006 11:35 PM
Re: SHMMAX max memory
first ensure that these are the correct patches for your OS and that all the symtoms match. Then it depends on the criticality of the server, but normally you can back out a patch if you really need to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:37 PM
03-30-2006 11:37 PM
Re: SHMMAX max memory
cp /stand/vmunix /stand/vmunix.old
cp /stand/system /stand/system.old
cp -r /stand/dlkm /stand/dlkm.old
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 11:40 PM
03-30-2006 11:40 PM
Re: SHMMAX max memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 08:10 PM
03-31-2006 08:10 PM
Re: SHMMAX max memory
FROM ISL prompt, boot from old kernel.
hpux /stand/old_kernel_file_name.
Once you boot, you can move old files into place and start from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 10:05 PM
03-31-2006 10:05 PM
Re: SHMMAX max memory
i applied patch 4302 but no luck i am searching for the other patch PHKL_30196
cant seem to find it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 10:32 PM
03-31-2006 10:32 PM
Re: SHMMAX max memory
What version of sybase database are you using ? Have you checked if there are restrictions in that version of sybase of how much max shared memory can be used. I am not famaliar with sybase, but I remember hearing from a DBA that some 8.x version of Oracle had a limitation of SGA size max limitation of 4 GB or something - so thought of suggesting you do check.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 10:35 PM
03-31-2006 10:35 PM
Re: SHMMAX max memory
http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.pdb|patch.breadcrumb.search|&patchid=PHKL_30196&context=hpux:800:11:11
Also, how did you try setting shmmax to 4GB? Through SAM or through command line?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2006 05:30 AM
04-01-2006 05:30 AM
Re: SHMMAX max memory
You need to fully patch your system prior to configuring sybase.
Here is a SHMMAX rule of thumb.
The maximum usable setting for this paramter is 25 percent of memory. Memory in this case is defined as RAM plus swap.
Certain Oracle products require the SHMMAX setting to be set to 100% of physical RAM otherwise they won't install. The OS lets you do this and then proceeds to ignore settings higher than 25% of RAM.
The patche noted above permits you to set the settings for SHMMAX to where you need. SHMMAX is a dynamic kernel parameter with 11i and can be set without rebooting the system.
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
04-02-2006 05:43 PM
04-02-2006 05:43 PM
Re: SHMMAX max memory
thanks