- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kill 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
03-10-2005 04:11 AM
03-10-2005 04:11 AM
kill shared memory
I have a trouble with oracle shared memory, I want kill a shared memory process in hang, how Can i do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 04:18 AM
03-10-2005 04:18 AM
Re: kill shared memory
Can not give more advice because of less information.
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 04:19 AM
03-10-2005 04:19 AM
Re: kill shared memory
You then issue this command ipcrm -m ID.
NOTE: NATTCH = 0 is a necessary but not necessarily sufficient condition for the safe removal of a shared memory segment. It all depends on how the code using the shared memory was written. I assume that you have already shutdown (even if you had to use shutdown abort) the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 04:20 AM
03-10-2005 04:20 AM
Re: kill shared memory
ipcrm command kills it.
lets say its listed under the m section.
ipcrm -m
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 04:21 AM
03-10-2005 04:21 AM
Re: kill shared memory
To delete it from memory - use ipcrm command (do a man on it for syntax). If the database is down and no others are running then this is pretty save process. If you're hunting down remnants of an old run while a new one instance is up - this is bit more tricky. Evaluating the start times and number attachments is the key for that analysis. But, if you have Oracle running - be careful, b/c naturally pulling the shmem from a running database will douse the whole thing (and hey, at least you hope it would and not keep writing to the disk and screw up your db).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 09:06 AM
03-10-2005 09:06 AM