HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- possibly strange ipcs information
Operating System - HP-UX
1834501
Members
2019
Online
110068
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-07-2003 11:21 AM
08-07-2003 11:21 AM
possibly strange ipcs information
In investigating an Oracle out of memory error, we notice the following in ipcs:
m 119306 0x00000000 --rw-r----- oracle dba oracle dba 78 1073741824 9508 28604 14:35:20 14:31:58 19:37:28
m 11 0xf15b0654 --rw-r----- oracle dba oracle dba 78 606052352 9508 28604 14:35:20 14:35:20 19:37:28
My understanding is that a 0 value KEY with a 78 NATTCH value is abnormal. True? Any others with experience with this condition, specifically Oracle (9.2, hpux 11.11)
Thanks.
m 119306 0x00000000 --rw-r----- oracle dba oracle dba 78 1073741824 9508 28604 14:35:20 14:31:58 19:37:28
m 11 0xf15b0654 --rw-r----- oracle dba oracle dba 78 606052352 9508 28604 14:35:20 14:35:20 19:37:28
My understanding is that a 0 value KEY with a 78 NATTCH value is abnormal. True? Any others with experience with this condition, specifically Oracle (9.2, hpux 11.11)
Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 11:29 AM
08-07-2003 11:29 AM
Re: possibly strange ipcs information
Are you questioning the 78, or any non-zero value?
We have an HP-UX 11.11 system running Oracle (8.something I think), and ipcs -a returns these:
m 8 0x00000000 D-rw------- root root root root 11 1052672 2514 2514 1:20:47 no-entry 1:20:47
m 9 0x00000000 D-rw------- ccuser dba root root 11 184324 2515 2515 1:20:49 no-entry 1:20:49
So the combination of a 0 value key and a non-zero NATTCH appears to be valid. None of the half-dozen oracle processes on our system had zero value key, so this may be an apples-to-oranges comparision.
mark
We have an HP-UX 11.11 system running Oracle (8.something I think), and ipcs -a returns these:
m 8 0x00000000 D-rw------- root root root root 11 1052672 2514 2514 1:20:47 no-entry 1:20:47
m 9 0x00000000 D-rw------- ccuser dba root root 11 184324 2515 2515 1:20:49 no-entry 1:20:49
So the combination of a 0 value key and a non-zero NATTCH appears to be valid. None of the half-dozen oracle processes on our system had zero value key, so this may be an apples-to-oranges comparision.
mark
the future will be a lot like now, only later
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 11:35 AM
08-07-2003 11:35 AM
Re: possibly strange ipcs information
Right.
It was the condition of zero KEY with non-zero NATTCH.
It was the condition of zero KEY with non-zero NATTCH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 11:58 AM
08-07-2003 11:58 AM
Re: possibly strange ipcs information
The answer is "it depends" but "quite probably okay".
A shared memory key of 0 simply means than the original shmget() was called using the IPC_PRIVATE (which itself is zero) for the key argument. The intent is to create a unique shared memory identifier that will never be returned by another call to shmget() until the identifier has been released via shmctl(). IPC_PRIVATE is used to set up a shared memory segment that will be accessed by a parent process and its children. The number of attaches could be many or only a few --- it depends upon the application.
A shared memory key of 0 simply means than the original shmget() was called using the IPC_PRIVATE (which itself is zero) for the key argument. The intent is to create a unique shared memory identifier that will never be returned by another call to shmget() until the identifier has been released via shmctl(). IPC_PRIVATE is used to set up a shared memory segment that will be accessed by a parent process and its children. The number of attaches could be many or only a few --- it depends upon the application.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP