<?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 Problem with fbackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924646#M110285</link>
    <description>I have a D330 running HPUX 10.20 that has been behaving well for the last 3 years, with backups running every mon-fri with no real problem, until tonight. Now, whenever fbackup runs it fails with the following message&lt;BR /&gt;&lt;BR /&gt;fbackup(1009): cannot get the specified shared memory segment.&lt;BR /&gt;&lt;BR /&gt;Nothing have changed on the machine for at least the last year. Any idea what the problem is, and more importantly, how do I solve it and get fbackup working again.</description>
    <pubDate>Tue, 11 Mar 2003 20:48:57 GMT</pubDate>
    <dc:creator>Richard Davies_6</dc:creator>
    <dc:date>2003-03-11T20:48:57Z</dc:date>
    <item>
      <title>Problem with fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924646#M110285</link>
      <description>I have a D330 running HPUX 10.20 that has been behaving well for the last 3 years, with backups running every mon-fri with no real problem, until tonight. Now, whenever fbackup runs it fails with the following message&lt;BR /&gt;&lt;BR /&gt;fbackup(1009): cannot get the specified shared memory segment.&lt;BR /&gt;&lt;BR /&gt;Nothing have changed on the machine for at least the last year. Any idea what the problem is, and more importantly, how do I solve it and get fbackup working again.</description>
      <pubDate>Tue, 11 Mar 2003 20:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924646#M110285</guid>
      <dc:creator>Richard Davies_6</dc:creator>
      <dc:date>2003-03-11T20:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924647#M110286</link>
      <description>Fbackup needs shared memory segments for its reader processes. I suspect that memory has become so fragmented in the 32-bit world that there is not a big enough single contigious chunk to allow the request. You can use ipcs to examine shared memory (man ipcs for details) but it may be simpler to reboot the box. "Leftover" shared memory segents (as well as temp files) are a very common artifact of kill -9's.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2003 20:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924647#M110286</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-11T20:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924648#M110287</link>
      <description>Hi Richard:&lt;BR /&gt;&lt;BR /&gt;One possibility is that someone has killed 'fbackup' processes at an earlier time.  This will leave large amounts of memory tied-up.  A reboot would release these.&lt;BR /&gt;&lt;BR /&gt;Another possiblity is that you have too high a number of 'records' and/or 'readerprocesses' set in the 'fbackup' config file (if you are using one).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 11 Mar 2003 21:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924648#M110287</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-11T21:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924649#M110288</link>
      <description>If you have an unstable application that has memory leaks (we have) a regular reboot will release any of these dead shared memory segments. I'm not saying this is the solution to everything (far from it) but a maintenance reboot one every three months can do more help than harm.</description>
      <pubDate>Tue, 11 Mar 2003 21:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924649#M110288</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-11T21:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924650#M110289</link>
      <description>You can do some kernel changes and increase the shmmax, shared memory box.  Increase the resources.&lt;BR /&gt;&lt;BR /&gt;msgmap               (MSGTQL+2)&lt;BR /&gt;msgmax               32768&lt;BR /&gt;msgmnb               65535&lt;BR /&gt;msgmni               (NPROC)&lt;BR /&gt;&lt;BR /&gt;msgssz               128&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;semmsl_override      2048&lt;BR /&gt;semume               64&lt;BR /&gt;semvmx               32768&lt;BR /&gt;sendfile_max         0&lt;BR /&gt;shmem                1&lt;BR /&gt;shmmax               0X40000000&lt;BR /&gt;shmmni               512&lt;BR /&gt;shmseg               32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Might be somewhere to go with the kernel.&lt;BR /&gt;&lt;BR /&gt;ipcs will show the semaphores and queues.&lt;BR /&gt;&lt;BR /&gt;ipcrm will let you remove specific segments.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 11 Mar 2003 21:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924650#M110289</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-11T21:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924651#M110290</link>
      <description>When fbackup first starts, it will allocate a shared memory area to hold all the names and paths of the files that will be written to tape. That's why there is a pause (seconds to minutes) before the tape starts moving. For really large filesystems (in terms of quantity of files, not data size), a very large shared memory segment may be needed. And as mentioned, killing fbackup with -9 will leave that area reserved until the next reboot. This, the next fbackup can't run because there isn't enough memory available for a new shared memory area (and why you never use kill -9 first).&lt;BR /&gt;&lt;BR /&gt;The good news is you can usually return the segment back to the pool with ipcrm. Start with:&lt;BR /&gt;&lt;BR /&gt;ipcs -bmop&lt;BR /&gt;&lt;BR /&gt;Look for NATTCH = 0 meaning that no process is currently attached. You do have to be careful about using ipcsrm since it will remove a given segment regardless whether a process is using it or not and this can make some applications very unhappy.</description>
      <pubDate>Wed, 12 Mar 2003 00:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-fbackup/m-p/2924651#M110290</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-03-12T00:24:06Z</dc:date>
    </item>
  </channel>
</rss>

