<?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 scheduling question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815087#M85350</link>
    <description>How consistent is the Start Time?&lt;BR /&gt;&lt;BR /&gt;I would put a check into crontab like so,....&lt;BR /&gt;&lt;BR /&gt;01 00 * * * ps -ef &amp;gt;/tmp/psef&lt;BR /&gt;&lt;BR /&gt;At 1 minute past midnight get a process list and the next working morning, find the PID and the PPID and trace back to whatever spawned the process.&lt;BR /&gt;&lt;BR /&gt;If the start time is inconsistent, perhaps the application is triggering it? Perhaps at the end of each job, the script reschedules itself with an 'at' command?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
    <pubDate>Fri, 27 Sep 2002 14:26:53 GMT</pubDate>
    <dc:creator>Ian Dennison_1</dc:creator>
    <dc:date>2002-09-27T14:26:53Z</dc:date>
    <item>
      <title>fbackup scheduling question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815083#M85346</link>
      <description>On one of my HP systems we have an fbackup that runs nightly.  I can see that the contents of /var/adm/fbackupfiles/dates changes daily:&lt;BR /&gt;&lt;BR /&gt;STARTED: Thu Sep 26 23:56:21 2002    ENDED: Fri Sep 27 00:41:29 2002&lt;BR /&gt;&lt;BR /&gt;However, when I go into sam and look at backups, it reports that no automatic backups are scheduled.  So my question is, where else should I look to see from where this is being run?  I've looked in all of the crontabs, and no fbackups there.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;mark</description>
      <pubDate>Fri, 27 Sep 2002 14:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815083#M85346</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-09-27T14:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup scheduling question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815084#M85347</link>
      <description>Mark &lt;BR /&gt;&lt;BR /&gt;Have a look in cronlog - the owner info should be there.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 27 Sep 2002 14:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815084#M85347</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-09-27T14:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup scheduling question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815085#M85348</link>
      <description>The only other scheduling system would be "at".&lt;BR /&gt;&lt;BR /&gt;Try "at -l" to list scheduled jobs. Although an "at" job is run only once, the script could run "at" again to reschedule itself.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 27 Sep 2002 14:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815085#M85348</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-09-27T14:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup scheduling question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815086#M85349</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;/var/adm/cron/log&lt;BR /&gt;&lt;BR /&gt;and /var/adm/at.allow&lt;BR /&gt;&lt;BR /&gt;May help&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 14:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815086#M85349</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-09-27T14:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup scheduling question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815087#M85350</link>
      <description>How consistent is the Start Time?&lt;BR /&gt;&lt;BR /&gt;I would put a check into crontab like so,....&lt;BR /&gt;&lt;BR /&gt;01 00 * * * ps -ef &amp;gt;/tmp/psef&lt;BR /&gt;&lt;BR /&gt;At 1 minute past midnight get a process list and the next working morning, find the PID and the PPID and trace back to whatever spawned the process.&lt;BR /&gt;&lt;BR /&gt;If the start time is inconsistent, perhaps the application is triggering it? Perhaps at the end of each job, the script reschedules itself with an 'at' command?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 27 Sep 2002 14:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815087#M85350</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-09-27T14:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup scheduling question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815088#M85351</link>
      <description>Hi Mark:&lt;BR /&gt;&lt;BR /&gt;The name of the graph file used with the backup preceeds th line "STARTED...".  Perhaps that may be of help.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 27 Sep 2002 14:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815088#M85351</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-27T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup scheduling question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815089#M85352</link>
      <description>Thanks to all who replied; it turns out that the fbackup is being explicitly called by the application, which is why I could not find it anywhere else.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 30 Sep 2002 20:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-scheduling-question/m-p/2815089#M85352</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-09-30T20:56:57Z</dc:date>
    </item>
  </channel>
</rss>

