<?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>Operating System - HP-UX의 주제 Re: make_recovery</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613684#M36993</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Instead why don't you create script and execute the same with cron job and then mail the log to you at the end of script&lt;BR /&gt;&lt;BR /&gt;Check this one:&lt;BR /&gt;&lt;BR /&gt;DATE=`/usr/bin/date '+%m%d%y'`&lt;BR /&gt;&lt;BR /&gt;HOSTNAME=`/usr/bin/hostname`&lt;BR /&gt;&lt;BR /&gt;LOG_DIR=/var/adm/logs/sysrecover&lt;BR /&gt;&lt;BR /&gt;LOG_FILE=${LOG_DIR}/${HOSTNAME}.${DATE}&lt;BR /&gt;&lt;BR /&gt;LVMCONF_DIR=/etc/lvmconf&lt;BR /&gt;&lt;BR /&gt;TAPE=/dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;NTAPE=${TAPE}n&lt;BR /&gt;&lt;BR /&gt;/usr/bin/mt -f ${TAPE} rewind&lt;BR /&gt;&lt;BR /&gt;/usr/bin/date &amp;gt; ${LOG_FILE}&lt;BR /&gt;/usr/bin/echo "" &amp;gt;&amp;gt; ${LOG_FILE}&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -A -C -v -d ${NTAPE}                 1&amp;gt;&amp;gt; ${LOG_FILE} 2&amp;gt;&amp;gt; ${LOG_FILE}&lt;BR /&gt;/usr/bin/mt -f ${TAPE} offl&lt;BR /&gt;&lt;BR /&gt;/usr/bin/echo "" &amp;gt;&amp;gt; ${LOG_FILE}&lt;BR /&gt;/usr/bin/date &amp;gt;&amp;gt;${LOG_FILE${LOG_FILE} &lt;BR /&gt;mailx -s "$(uname -n) System Recovery Tape Status" yourname@yordomain&amp;lt; &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Nov 2001 15:28:42 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2001-11-14T15:28:42Z</dc:date>
    <item>
      <title>make_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613680#M36989</link>
      <description>Im about to put latest patches on my K class 10.20 machines, however in case it goes wrong i have cron'd a make_recovery.&lt;BR /&gt;1) will the following cron work?&lt;BR /&gt;00 20 * * 3 /opt/ignite/bin/make_recovery -A -v -C 2&amp;gt; /{dir}/recover.log&lt;BR /&gt;2) how can i check it worked and would be safe to come back on and use?&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;&lt;BR /&gt;mark.</description>
      <pubDate>Wed, 14 Nov 2001 15:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613680#M36989</guid>
      <dc:creator>Richard Woolley</dc:creator>
      <dc:date>2001-11-14T15:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613681#M36990</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;why don't you direct the standard output to the same file where you are directing the standard error,&lt;BR /&gt;&lt;BR /&gt;00 20 * * 3 /opt/ignite/bin/make_recovery -A -v -C &amp;gt; /path_to_recover.log 2&amp;gt;/path_to_recover.log &lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Nov 2001 15:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613681#M36990</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-14T15:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613682#M36991</link>
      <description>You can check the tape by rewinding it and then forward skipping one file set past the LIF area and then running a pax command that will give an index&lt;BR /&gt;&lt;BR /&gt;mt -t /dev/rmt/0m rew&lt;BR /&gt;mt -t /dev/rmt/0mn fsf&lt;BR /&gt;pax -vf /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;You can also check make_recovery tapes by doing the 1st 2 mt commands&lt;BR /&gt;and then using tar to list or recover files&lt;BR /&gt;tar -tvf /dev/rmt/0mn&lt;BR /&gt;or&lt;BR /&gt;tar -xvf /dev/rmt/0mn path_filename&lt;BR /&gt;&lt;BR /&gt;Eileen&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Nov 2001 15:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613682#M36991</guid>
      <dc:creator>Eileen Millen</dc:creator>
      <dc:date>2001-11-14T15:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613683#M36992</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;Here is a way to verify a good make_recovery tape,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=55f163c108d1cac28b/screen=ckiDisplayDocument?docId=200000055269953" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=55f163c108d1cac28b/screen=ckiDisplayDocument?docId=200000055269953&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Nov 2001 15:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613683#M36992</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-14T15:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: make_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613684#M36993</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Instead why don't you create script and execute the same with cron job and then mail the log to you at the end of script&lt;BR /&gt;&lt;BR /&gt;Check this one:&lt;BR /&gt;&lt;BR /&gt;DATE=`/usr/bin/date '+%m%d%y'`&lt;BR /&gt;&lt;BR /&gt;HOSTNAME=`/usr/bin/hostname`&lt;BR /&gt;&lt;BR /&gt;LOG_DIR=/var/adm/logs/sysrecover&lt;BR /&gt;&lt;BR /&gt;LOG_FILE=${LOG_DIR}/${HOSTNAME}.${DATE}&lt;BR /&gt;&lt;BR /&gt;LVMCONF_DIR=/etc/lvmconf&lt;BR /&gt;&lt;BR /&gt;TAPE=/dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;NTAPE=${TAPE}n&lt;BR /&gt;&lt;BR /&gt;/usr/bin/mt -f ${TAPE} rewind&lt;BR /&gt;&lt;BR /&gt;/usr/bin/date &amp;gt; ${LOG_FILE}&lt;BR /&gt;/usr/bin/echo "" &amp;gt;&amp;gt; ${LOG_FILE}&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -A -C -v -d ${NTAPE}                 1&amp;gt;&amp;gt; ${LOG_FILE} 2&amp;gt;&amp;gt; ${LOG_FILE}&lt;BR /&gt;/usr/bin/mt -f ${TAPE} offl&lt;BR /&gt;&lt;BR /&gt;/usr/bin/echo "" &amp;gt;&amp;gt; ${LOG_FILE}&lt;BR /&gt;/usr/bin/date &amp;gt;&amp;gt;${LOG_FILE${LOG_FILE} &lt;BR /&gt;mailx -s "$(uname -n) System Recovery Tape Status" yourname@yordomain&amp;lt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Nov 2001 15:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-recovery/m-p/2613684#M36993</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-14T15:28:42Z</dc:date>
    </item>
  </channel>
</rss>

