<?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: cold backup scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549527#M702008</link>
    <description>Hi Reddy,&lt;BR /&gt;&lt;BR /&gt;During an export, Oracle sometimes complains about questionable statistics (EXP-00091). This is my filter:&lt;BR /&gt;&lt;BR /&gt;  # Check for EXP warnings during export, skip EXP-00091 errors (questionable statistics)&lt;BR /&gt;  if (( $(grep -v "EXP-00091" ${LOGFILE} |egrep -c ^"ORA-|EXP-" ) &amp;gt; 0 ))&lt;BR /&gt;&lt;BR /&gt;You should edit row 231 from &lt;BR /&gt;STAT=`grep -c ^ORA- $LOGFILE`&lt;BR /&gt;to &lt;BR /&gt;STAT=`grep -v "EXP-00091" ${LOGFILE}|egrep -c ^"ORA-|EXP-"`&lt;BR /&gt;&lt;BR /&gt;Please try that and give feedback.&lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios&lt;BR /&gt;</description>
    <pubDate>Tue, 24 May 2005 09:36:01 GMT</pubDate>
    <dc:creator>renarios</dc:creator>
    <dc:date>2005-05-24T09:36:01Z</dc:date>
    <item>
      <title>cold backup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549524#M702005</link>
      <description>can anyone help me on backup scripts.&lt;BR /&gt;im attaching the cold backup script. this scriptis not working on hp system ..after taking the backu[p and while veryfying th e backup it is giving me error.&lt;BR /&gt;&lt;BR /&gt;this script is working fine in sun systems.&lt;BR /&gt;i have chanegd the oratab file, /usr/contrib also..but its not working.&lt;BR /&gt;can any one help me pls</description>
      <pubDate>Sun, 22 May 2005 18:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549524#M702005</guid>
      <dc:creator>reddy_6</dc:creator>
      <dc:date>2005-05-22T18:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: cold backup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549525#M702006</link>
      <description>what is the error?</description>
      <pubDate>Sun, 22 May 2005 20:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549525#M702006</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2005-05-22T20:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: cold backup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549526#M702007</link>
      <description>i am attaching the log file.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 09:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549526#M702007</guid>
      <dc:creator>reddy_6</dc:creator>
      <dc:date>2005-05-24T09:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: cold backup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549527#M702008</link>
      <description>Hi Reddy,&lt;BR /&gt;&lt;BR /&gt;During an export, Oracle sometimes complains about questionable statistics (EXP-00091). This is my filter:&lt;BR /&gt;&lt;BR /&gt;  # Check for EXP warnings during export, skip EXP-00091 errors (questionable statistics)&lt;BR /&gt;  if (( $(grep -v "EXP-00091" ${LOGFILE} |egrep -c ^"ORA-|EXP-" ) &amp;gt; 0 ))&lt;BR /&gt;&lt;BR /&gt;You should edit row 231 from &lt;BR /&gt;STAT=`grep -c ^ORA- $LOGFILE`&lt;BR /&gt;to &lt;BR /&gt;STAT=`grep -v "EXP-00091" ${LOGFILE}|egrep -c ^"ORA-|EXP-"`&lt;BR /&gt;&lt;BR /&gt;Please try that and give feedback.&lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 09:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549527#M702008</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-24T09:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: cold backup scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549528#M702009</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;i tried by  adding the script but its not working.&lt;BR /&gt;&lt;BR /&gt;im not able to take Cold backup on Hp Box. im getting the error while verifying the tar.gz in the script. this script is working fine in Sun boxes.&lt;BR /&gt;im attaching the script and the log file ..could you please look into the script and give me the feedback.&lt;BR /&gt;if i remove the verify backup script from the block ...the script runs successfully..and im not able to unzip the tar.gz file.&lt;BR /&gt;#-----------------------#&lt;BR /&gt;# Verifying Backup      #&lt;BR /&gt;#-----------------------#&lt;BR /&gt;ACTION="Verifying Backup"&lt;BR /&gt;echo "&amp;gt; `$TIME` $ACTION" | tee -a $LOGFILE&lt;BR /&gt;&lt;BR /&gt;/usr/bin/ls -o `/usr/bin/cat $LSTFILE` &amp;gt;&amp;gt; $LOGFILE 2&amp;gt;&amp;amp;1&lt;BR /&gt;STAT=$?&lt;BR /&gt;check_error&lt;BR /&gt;&lt;BR /&gt;$ZIP -l $OUTFILE &amp;gt;&amp;gt; $LOGFILE 2&amp;gt;&amp;amp;1&lt;BR /&gt;STAT=$?&lt;BR /&gt;check_error&lt;BR /&gt;&lt;BR /&gt;echo "&amp;lt; `$TIME` Finished $ACTION" | tee -a $LOGFILE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;***********************************************************************************&lt;BR /&gt;im attaching the shell script and the log file for ur reference.&lt;BR /&gt;oracle version - 8.1.7.0 on hp-ux 11.0 64bit.&lt;BR /&gt; &lt;BR /&gt;thanks in advance&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2005 23:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup-scripts/m-p/3549528#M702009</guid>
      <dc:creator>reddy_6</dc:creator>
      <dc:date>2005-05-25T23:43:32Z</dc:date>
    </item>
  </channel>
</rss>

