- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: memory problems on 5470 running hp-ux 11.11 an...
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
10-05-2002 03:01 PM
10-05-2002 03:01 PM
memory problems on 5470 running hp-ux 11.11 and 3 SAP Systems
I set up a 5470 running 11.11.
there are 3 SAP-Systems (64 bit and Oracle 64 bit).
When all three systems are running for about an hour and i try to do something on command line for example just calling sam
i got a message " sh: the fork function failed. there is not enough memory available."
the box has 4 GB physical memory and 8 GB Swap
but there is only 1 gb of swap used.
what to do ? which parameters to change ?
thanks
armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2002 04:23 PM
10-05-2002 04:23 PM
Re: memory problems on 5470 running hp-ux 11.11 and 3 SAP Systems
How do you know there is only 1Gb of swap used?
If you run 'swapinfo -tam' what's the percentage for "total"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2002 04:35 PM
10-05-2002 04:35 PM
Re: memory problems on 5470 running hp-ux 11.11 and 3 SAP Systems
Check your nproc and maxuprc parameters. The former is the maximum number of processes allowed to run on your system. The latter is the maximum number of processes allowed to run by any single user ID on your system. If you don't find a related message in your syslog, then maxuprc may be the culprit.
Run 'kmtune | grep maxup' to check the current value and then run 'ps -ef | grep oracle' to see how many oracle processes are running. If these two values are close, then increase your maxuprc parameter, but make it less than nproc. If necessary, increase nproc as well.
HTH,
Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2002 04:50 PM
10-05-2002 04:50 PM
Re: memory problems on 5470 running hp-ux 11.11 and 3 SAP Systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2002 10:19 PM
10-05-2002 10:19 PM
Re: memory problems on 5470 running hp-ux 11.11 and 3 SAP Systems
On OS-Level I have no chance - every try gives back "the fork function failed. there is ..."
:-(
I even can't stop one of the sap-systems - the only thing i can do is, shutting down the system "the hard way" by turning it off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2002 12:40 AM
10-06-2002 12:40 AM
Re: memory problems on 5470 running hp-ux 11.11 and 3 SAP Systems
SAP is an extremly resource hungry application.
You should check out the OS-Dependencies guide for recomendations of kernel parameters.
As you have three systems on this box, you might need to increase those values as well.
You should check out OSS-notes on this as well, I think there is on like "more instances on on computer" or so.
The standard SAP recomendation on SWAP for 64bit OS systems is to have 20GB configured. There have been a lot of discussions on this at various places, but you better do it this way. It eases discussions with the support, and there are several (rare) actions inside the SAP that really do require this memory.
You'll get the guides at http://service.sap.com/instguides
Select your correct SAP-Release.
In addition, ask your SAP-Admin to import and check the SAP-profiles via transaction RZ10.
Hope this helps
Volker