<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Meoemory windows- ipcrm marks for deletion but doesn't delete in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607544#M35334</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try with ipcs -moba to display all the shared memeory information. and then try to delete with ipcrm -m followed by number. Delete entries only for those with 0 NATTACH&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..</description>
    <pubDate>Mon, 05 Nov 2001 16:48:57 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2001-11-05T16:48:57Z</dc:date>
    <item>
      <title>Meoemory windows- ipcrm marks for deletion but doesn't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607542#M35332</link>
      <description>I am trying to remove a certain part of shared memory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I did a ipcrm -m 1003&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ipcs&lt;BR /&gt;IPC status from /dev/kmem as of Mon Nov  5 16:13:30 2001&lt;BR /&gt;T      ID     KEY        MODE        OWNER     GROUP&lt;BR /&gt;Message Queues:&lt;BR /&gt;q       0 0x3c1441ec -Rrw--w--w-      root      root&lt;BR /&gt;q       1 0x3e1441ec --rw-r--r--      root      root&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m       0 0x411441cf --rw-rw-rw-      root      root&lt;BR /&gt;m       1 0x4e0c0002 --rw-rw-rw-      root      root&lt;BR /&gt;m       2 0x41180069 --rw-rw-rw-      root      root&lt;BR /&gt;m    1003 0x00000000 D-rw-------   oracle8       dba     (This is the one&lt;BR /&gt;that I was trying to get rid of)&lt;BR /&gt;m     604 0x02e6301c --rw-------   oracle8       dba&lt;BR /&gt;m     405 0x650c0295 --rw-rw----    remedy    remedy&lt;BR /&gt;m     206 0x02e6301d --rw-------   oracle8       dba&lt;BR /&gt;Semaphores:&lt;BR /&gt;s       0 0x411441cf --ra-ra-ra-      root      root&lt;BR /&gt;s       1 0x4e0c0002 --ra-ra-ra-      root      root&lt;BR /&gt;s       2 0x41180069 --ra-ra-ra-      root      root&lt;BR /&gt;s       3 0x01090522 --ra-r--r--      root      root&lt;BR /&gt;s    1476 0x0103f436 --ra-------   oracle8       dba&lt;BR /&gt;s    1029 0x0e73a476 --ra-------   oracle8       dba&lt;BR /&gt;s     134 0x660c0295 --ra-ra----    remedy    remedy&lt;BR /&gt;s     263 0x010c04f3 --ra-ra-ra-      root      root&lt;BR /&gt;&lt;BR /&gt;Is there a way to truly delete this without a reboot?&lt;BR /&gt;Am I missing a step?&lt;BR /&gt;&lt;BR /&gt;Lynn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2001 16:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607542#M35332</guid>
      <dc:creator>SSO Montgomery</dc:creator>
      <dc:date>2001-11-05T16:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Meoemory windows- ipcrm marks for deletion but doesn't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607543#M35333</link>
      <description>Ths is working correctly. Just as a file will not unlink until all the processes that have the file open have closed the file, shared memory segments are not actually removed until all processes have detached the segment. If you kill those processes, then you can remove the segment.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Mon, 05 Nov 2001 16:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607543#M35333</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-05T16:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Meoemory windows- ipcrm marks for deletion but doesn't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607544#M35334</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try with ipcs -moba to display all the shared memeory information. and then try to delete with ipcrm -m followed by number. Delete entries only for those with 0 NATTACH&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 05 Nov 2001 16:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607544#M35334</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-05T16:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Meoemory windows- ipcrm marks for deletion but doesn't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607545#M35335</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The shared memory isn't removed until the last process detaches.  (see 'man ipcrm').&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 05 Nov 2001 16:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607545#M35335</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-05T16:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Meoemory windows- ipcrm marks for deletion but doesn't delete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607546#M35336</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;   Do this to check whether&lt;BR /&gt;there are any processes&lt;BR /&gt;still using the SM segment:&lt;BR /&gt;&lt;BR /&gt;ipcs -am |grep 1003 |awk '{print $9}'&lt;BR /&gt;&lt;BR /&gt;  If it returns a value =&amp;gt;1&lt;BR /&gt;then there are processes using&lt;BR /&gt;the SM and you cannot remove&lt;BR /&gt;it gracefully.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Mon, 05 Nov 2001 16:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meoemory-windows-ipcrm-marks-for-deletion-but-doesn-t-delete/m-p/2607546#M35336</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-05T16:53:22Z</dc:date>
    </item>
  </channel>
</rss>

