- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel parameters and swap space for SAP
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
05-20-2002 03:53 AM
05-20-2002 03:53 AM
Any body running SAP 4.6B on HP-UX 11.00 64bit can post the shared memory, maxdsiz parameters used and the amount of swap configured.
I have just upgraded 4 K370 boxes from 10.20 to 11.00, cold install. 1 DB server and 3 app servers running SAP 4.6B. SAP recommended kernel parameter changes which were applied to all of them. They also recommended a huge amount of swap to be configured which we didn't have so its been limited to around twice memory. approx 3GB memory on all servers. All OK apart from one app server which reported a "shmget error insufficient space" trying to start SAP. The SAP profile has been tweaked by SAP basis guys so its all running but I'm looking for some recommendations for swap as they have found a post from SAP support which suggests that the maximum amount of shared memory that SAP can use is defined from the total amount of swap configured not shmax?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 04:38 AM
05-20-2002 04:38 AM
SolutionHeres a thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x486e1cc6003bd6118fff0090279cd0f9,00.html
This is interesting also:
http://h40045.www4.hp.com/preinstall/rapid_it.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 04:45 AM
05-20-2002 04:45 AM
Re: Kernel parameters and swap space for SAP
Cheers
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 05:16 AM
05-20-2002 05:16 AM
Re: Kernel parameters and swap space for SAP
Since the error referred to shared memory, the first thing to do is to download a copy of shminfo so you can see how badly fragmented shared memory (32bit) has become. Get a copy from:
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/
If SAP needs a segment that is 500 megs in size, but fragmentation has left 10 segments of 250 megs, SAP will fail. The requested segment must be contiguous. You have 2 choices:
1. Always start programs in a specific order after a reboot, and shut them down in a similar manner. Make sure all programs using shared memory are known and part of this sequence.
2. Use memory windows to provide unfragmented shared memory.
The 3 documents you need are found in /usr/share/doc:
mem_mgt.txt
mem_wndws.txt
proc_mgt.txt
(there are Postcript versions that are easier to read) If the mem_wndws.txt file is not there, you are not up to date on patches, perhaps a year behind.
The kernel parameters for shared memory, specifically shmmax, limits the maximum single shared memory segment but does not guarentee that it will be available. Note that 64bit processes do not have these limitations.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 05:55 AM
05-20-2002 05:55 AM
Re: Kernel parameters and swap space for SAP
George, indeed yes, another incarnation. Didn't you used to ride in from miles away on some knackered out motorbike? Hope you've graduated to something made in this century.
Bill, yes we are running 32bit SAP at the moment. To be upgraded shortly, one step at a time. That util will answer the question just put to me, thanks alot much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 06:16 AM
05-20-2002 06:16 AM
Re: Kernel parameters and swap space for SAP
I'm still commuting miles (a lot more!) but swapped using a knackered motorbike for knackered trains to get to London.
Drop me a mail on george_dodds@yahoo.com and let me know what you've been up to.
Cheers
George