<?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: Please help asap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678619#M907809</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When you use cron, the backup script is started in the backgroud, eg. no user intervention requered. Changing the tapes is user intervention so it is not a good idea to start the job in the back ground in the first place. I would advise you to get a DDS 3 drive (12 GB). &lt;BR /&gt;&lt;BR /&gt;Gideon</description>
    <pubDate>Fri, 08 Mar 2002 07:59:45 GMT</pubDate>
    <dc:creator>G. Vrijhoeven</dc:creator>
    <dc:date>2002-03-08T07:59:45Z</dc:date>
    <item>
      <title>Please help asap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678616#M907806</link>
      <description>Text from Enter your question text box:&lt;BR /&gt;Guys,Girls&lt;BR /&gt;&lt;BR /&gt;I am new to Unix and I have had to&lt;BR /&gt;setup a temporary backup of my oracle&lt;BR /&gt;database using fbackup.  I want to run&lt;BR /&gt;it as a cronjob which will probably use&lt;BR /&gt;4 x 2Gb tapes - how will I know when I&lt;BR /&gt;tape needs to be changed?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2002 07:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678616#M907806</guid>
      <dc:creator>Janice_4</dc:creator>
      <dc:date>2002-03-08T07:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Please help asap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678617#M907807</link>
      <description>You mean you have to span across tapes?</description>
      <pubDate>Fri, 08 Mar 2002 07:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678617#M907807</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-03-08T07:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Please help asap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678618#M907808</link>
      <description />
      <pubDate>Fri, 08 Mar 2002 07:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678618#M907808</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-03-08T07:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Please help asap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678619#M907809</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When you use cron, the backup script is started in the backgroud, eg. no user intervention requered. Changing the tapes is user intervention so it is not a good idea to start the job in the back ground in the first place. I would advise you to get a DDS 3 drive (12 GB). &lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 08 Mar 2002 07:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678619#M907809</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-03-08T07:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Please help asap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678620#M907810</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You didn't specify what you have.  If you have a DDS autoloader, then you can do this without user intervention, echoing Vrijhoeven's comment.  Else, update to DDS3 drive, it offers 12Gb native capacity.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Fri, 08 Mar 2002 09:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678620#M907810</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-03-08T09:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Please help asap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678621#M907811</link>
      <description>Use DDS3 or 4!!!&lt;BR /&gt;&lt;BR /&gt;cron logs all messages to mail or if you do (as I generally do)&lt;BR /&gt;0 * * * commds.sh &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;it goes to /dev/null!!!&lt;BR /&gt;&lt;BR /&gt;The only OTHER thing you might be able to do is to take a vxfs snapshot &amp;amp; back that up at your leisure, provided you use VxFS!!.  &lt;BR /&gt;&lt;BR /&gt;The only problem is:&lt;BR /&gt;&lt;BR /&gt;1 - You can't use fbackup (it touches all the i-nodes), so you'll nee to use tar instead&lt;BR /&gt;2 - I'm not 100% sure how to do a snapshot and am currently experementing!!!&lt;BR /&gt;&lt;BR /&gt;So all in all the above is as useful as "a handbrake in a canoe"!&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 08 Mar 2002 09:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-help-asap/m-p/2678621#M907811</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-03-08T09:49:18Z</dc:date>
    </item>
  </channel>
</rss>

