- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ipcrm query
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
01-21-2010 07:54 AM
01-21-2010 07:54 AM
ipcrm query
m 125763594 0x00000000 --rw-r----- oracle dba
m 294923 0x00000000 --rw-r----- oracle dba
m 294924 0x00000000 --rw-r----- oracle dba
m 3866640 0x00000000 --rw------- root root
m 61472785 0x00000000 --rw------- root root
s 1573 0x00000000 --ra------- root root
s 1318 0x00000000 --ra------- root root
I have below queries:
1) Can I do ipcrm on the above process.
2) Will there be any issue if they are attached to any other process.
3) Will these release memory,cpu after they are killed.
Thanking you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 08:12 AM
01-21-2010 08:12 AM
Re: ipcrm query
The CPID is the creator of the segment, and the LPID is the last process to attach to the segment. A segment can be deleted and zero-size, but still attached. If you persuade the attached process to detach, by killing it or some other method, then you'd be able to remove the memory segment - or it would disappear once the last detach is complete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 08:13 AM
01-21-2010 08:13 AM
Re: ipcrm query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 08:14 AM
01-21-2010 08:14 AM
Re: ipcrm query
m 125763594 0x00000000 --rw-r----- oracle dba oracle dba 43 1073741824 14590 3688 16:13:15 16:13:15 23:14:57
m 294923 0x00000000 --rw-r----- oracle dba oracle dba 43 1073741824 14590 3688 16:13:15 16:13:15 23:14:57
m 294924 0x00000000 --rw-r----- oracle dba oracle dba 43 1073741824 14590 3688 16:13:15 16:13:15 23:14:57
m 3866640 0x00000000 --rw------- root root root root 2 159804 15083 15112 16:10:43 no-entry 16:10:43
m 61472785 0x00000000 --rw------- root root root root 2 159804 5557 5633 12:38:47 no-entry 12:38:47
Above is the output. Could you please confirm if the same can be deleted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 08:26 AM
01-21-2010 08:26 AM
Re: ipcrm query
They were all created by pid 14590, and last attached by 3688, which are undoubtedly Oracle database service processes.
If your Oracle database is online, which is likely to be the case considering that there's 43 processes attached to each segment, then no, you won't be able to delete the segments without damaging the operation of the Oracle database - it'd probably crash pretty hard, knowing Oracle.
The root shared memory segments are only 156k in size, and are a normal part of the system operation - perhaps network buffers or the like? Those shouldn't be deleted either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 09:15 AM
01-21-2010 09:15 AM
Re: ipcrm query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 09:16 AM
01-21-2010 09:16 AM