<?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: Fbackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127459#M152259</link>
    <description>Hi,&lt;BR /&gt;check if a process is still active on the tape device; it might hols it. How do you start fbackup, cron or command line. Please show us the command.&lt;BR /&gt;Btw, remember to kill by -15 as it frees the memory occupied by the process. This is rather important in connection with fbackup as it is my experience that fbackup reserves a rather big amount of memory. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
    <pubDate>Mon, 24 Nov 2003 11:49:28 GMT</pubDate>
    <dc:creator>john korterman</dc:creator>
    <dc:date>2003-11-24T11:49:28Z</dc:date>
    <item>
      <title>Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127457#M152257</link>
      <description>the Fbackup dont start, and dont send any message in the syslog. or in the br.log.&lt;BR /&gt;Im find many process running , but I killed those, but the fbackup dont start afther that.&lt;BR /&gt;PLS, help me !!&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2003 11:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127457#M152257</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2003-11-24T11:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127458#M152258</link>
      <description>whence fbackup&lt;BR /&gt;&lt;BR /&gt;Why don't you try running it interactively from sam and see what happens.&lt;BR /&gt;&lt;BR /&gt;It probably woulnd't hurt to reboot the server and take a fresh start.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Nov 2003 11:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127458#M152258</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-24T11:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127459#M152259</link>
      <description>Hi,&lt;BR /&gt;check if a process is still active on the tape device; it might hols it. How do you start fbackup, cron or command line. Please show us the command.&lt;BR /&gt;Btw, remember to kill by -15 as it frees the memory occupied by the process. This is rather important in connection with fbackup as it is my experience that fbackup reserves a rather big amount of memory. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Mon, 24 Nov 2003 11:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127459#M152259</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-11-24T11:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127460#M152260</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can try&lt;BR /&gt;&lt;BR /&gt;# fbackup &lt;WITH your="" options=""&gt; 2&amp;gt;&amp;amp;1 -v| tee /tmp/fbackup.output&lt;BR /&gt;&lt;BR /&gt;this redirects output in /tmp/fbackup.output.&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore&lt;/WITH&gt;</description>
      <pubDate>Mon, 24 Nov 2003 11:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127460#M152260</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2003-11-24T11:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127461#M152261</link>
      <description>Hi Issac,&lt;BR /&gt;&lt;BR /&gt;check and see if you have a hung fbackup process which is still accessing the drive.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2003 13:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127461#M152261</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-11-24T13:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127462#M152262</link>
      <description>If its fbackup&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep fbackup&lt;BR /&gt;&lt;BR /&gt;See about killing those processes.&lt;BR /&gt;&lt;BR /&gt;I'm attaching a script that will kill processes by pattern.&lt;BR /&gt;&lt;BR /&gt;It has some safegaurds but should be used with caution.&lt;BR /&gt;&lt;BR /&gt;gkill&lt;BR /&gt;&lt;BR /&gt;It does what the name implies group process kills.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Nov 2003 13:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/3127462#M152262</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-24T13:31:21Z</dc:date>
    </item>
  </channel>
</rss>

