- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Shared 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
11-04-2003 05:46 AM
11-04-2003 05:46 AM
Shared memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:02 AM
11-04-2003 06:02 AM
Re: Shared memory
Even if all the shared memory segments are removed you might still have the problem because the memory is so fragmented that no one contiguous chunk is large enough to grant the request. In that case, the easiest solution is to reboot. Hopefully, this application starts fairly early in the boot sequence so that large chunks of memory are available. Your problem is very common in 32-bit HP-UX's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:32 AM
11-04-2003 06:32 AM
Re: Shared memory
ipcs -bmop will show you the curent shared memory segments but will tell you nothing about whether an application like OPC can obtain it's desired shared memory segment(s). To see the shared memory map for 32bit apps, get a copy of shminfo from ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 06:22 PM
11-04-2003 06:22 PM
Re: Shared memory
1) the shared memory block still exists. Take a look at the NATTCH column in the ipcs -ma output and remove all shared memory segments that have a value of 0 (
2) you're out of shared memory. This could be the reason for the failing tracker agent: it tried to enlarge its shared memory segment, but you don't have that much available. You could look at your other servers with ipcs to see if the shared memory segment is the same size on all of them (ipcs -ma, the SEGSZ column). If not, this could very well be a cause of your problem. In that case you could try to increase the possible shared memory segment size for this server, but this requires a reboot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 11:47 PM
11-05-2003 11:47 PM