<?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: make_tape_recovery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866519#M397654</link>
    <description>Hi Adrian,&lt;BR /&gt;I would suggest you to write a script that for this task since I dont know how your server is configured, is vg00 in mirror? What is your alternate boot?&lt;BR /&gt;most of my configs have tape as alternate so in such case a little script is quite handy if you are not in front of the console or next to the box to see how thing are going:&lt;BR /&gt;I should&lt;BR /&gt; checks you have a tape loaded &lt;BR /&gt; make_tape_recovery of entire vg00&lt;BR /&gt; mt -t offl /dev/&lt;THE no="" rewind="" tape="" device=""&gt;&lt;BR /&gt; # this will eject the tape so in case of reboot , will not go and restore if cannot boot from disk... Not necessary if tape is not alternate...&lt;BR /&gt;----&lt;BR /&gt;As I dont remember if after make_tape_recovery it rewinds, if it doesnt, instead of offl type rew in the previous command if needed...&lt;BR /&gt;&lt;BR /&gt;The idea is mainly that you can now either watch the output or redirect the stdout and stderr in a file you can look at later or save or...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;Off to install loads of new solaris boxes...&lt;BR /&gt;&lt;/THE&gt;</description>
    <pubDate>Thu, 21 Oct 2004 02:11:07 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2004-10-21T02:11:07Z</dc:date>
    <item>
      <title>make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866513#M397648</link>
      <description>I would like to make a backup using the make_tape_recovery. It is a production server running Oracle 8.1.7.4 on HP-UX 11i. I would like to know if I have to do this after hours as in wait til users gone, shut-down DB then do the backup or is this something that can be done during normal operating hours? &lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated, thanks</description>
      <pubDate>Wed, 20 Oct 2004 15:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866513#M397648</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-10-20T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866514#M397649</link>
      <description>You dont have to shutdown the database neither you need to kick the users out.&lt;BR /&gt;&lt;BR /&gt;You can run make_tape_recovery in multi-user mode itself. Just make sure you use the -A option. -A option will include everything in /dev/vg00 (or whatever your root VG is)</description>
      <pubDate>Wed, 20 Oct 2004 15:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866514#M397649</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-20T15:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866515#M397650</link>
      <description>Hi Adrian,&lt;BR /&gt;&lt;BR /&gt;you can do this during regular hours itself. make_tape_recovery is used to create a ignite archive for the system OS and not for the data on the system. This ignite archive is used to recover the system if there is a system crash and the root disk is unrecoverable.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 15:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866515#M397650</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-20T15:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866516#M397651</link>
      <description>However you may want to take a look at this suggestion in case it is of any concern,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/faq.html#d0e2248" target="_blank"&gt;http://www.software.hp.com/products/IUX/faq.html#d0e2248&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, 20 Oct 2004 15:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866516#M397651</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-20T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866517#M397652</link>
      <description>make_tape_recovery can be run during the day.&lt;BR /&gt;&lt;BR /&gt;The database backup will be included and completely useless for recovery purposes.&lt;BR /&gt;&lt;BR /&gt;If you want the database included and usable in the make_tape_recovery you need to bring it down first.&lt;BR /&gt;&lt;BR /&gt;This tool is not oracle aware and can not do hot backups.&lt;BR /&gt;&lt;BR /&gt;I've  used to for system replication and have successfully replicated oracle databases that were down at the time of running the make_tape_recovery command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 20 Oct 2004 15:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866517#M397652</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-20T15:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866518#M397653</link>
      <description>You don't have to wait till after hours to run your make_tape_ recovery command, it can be ran in multi user mode.  I'm not sure if your database is sitting on your root volumne group or not but this doesn't affect backing up your root disk, but it will not be a complete recovery tape for your Oracle database while running.</description>
      <pubDate>Wed, 20 Oct 2004 15:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866518#M397653</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2004-10-20T15:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866519#M397654</link>
      <description>Hi Adrian,&lt;BR /&gt;I would suggest you to write a script that for this task since I dont know how your server is configured, is vg00 in mirror? What is your alternate boot?&lt;BR /&gt;most of my configs have tape as alternate so in such case a little script is quite handy if you are not in front of the console or next to the box to see how thing are going:&lt;BR /&gt;I should&lt;BR /&gt; checks you have a tape loaded &lt;BR /&gt; make_tape_recovery of entire vg00&lt;BR /&gt; mt -t offl /dev/&lt;THE no="" rewind="" tape="" device=""&gt;&lt;BR /&gt; # this will eject the tape so in case of reboot , will not go and restore if cannot boot from disk... Not necessary if tape is not alternate...&lt;BR /&gt;----&lt;BR /&gt;As I dont remember if after make_tape_recovery it rewinds, if it doesnt, instead of offl type rew in the previous command if needed...&lt;BR /&gt;&lt;BR /&gt;The idea is mainly that you can now either watch the output or redirect the stdout and stderr in a file you can look at later or save or...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;Off to install loads of new solaris boxes...&lt;BR /&gt;&lt;/THE&gt;</description>
      <pubDate>Thu, 21 Oct 2004 02:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866519#M397654</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-10-21T02:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866520#M397655</link>
      <description>Thanks all for the responses!</description>
      <pubDate>Thu, 21 Oct 2004 07:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/4866520#M397655</guid>
      <dc:creator>Adrian Sobers2</dc:creator>
      <dc:date>2004-10-21T07:19:49Z</dc:date>
    </item>
  </channel>
</rss>

