<?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: DDS3 &amp;amp; Ultrium tape backup script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053407#M137095</link>
    <description>Twang,&lt;BR /&gt;&lt;BR /&gt;What is the difference between these two commands?&lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn &lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -A /dev/rmt/1mn &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ajk</description>
    <pubDate>Thu, 21 Aug 2003 05:35:22 GMT</pubDate>
    <dc:creator>ajk_5</dc:creator>
    <dc:date>2003-08-21T05:35:22Z</dc:date>
    <item>
      <title>DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053401#M137089</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I got a backup problem from the following script that the backup light was keep working on DDS3 tape drive and the Ultrium tape drive seems not working from the script. Anyone tell me why?&lt;BR /&gt;&lt;BR /&gt;##########################################&lt;BR /&gt;# Perform System (DDS3) Backup&lt;BR /&gt;##########################################&lt;BR /&gt;echo "System (DDS3) Backup by Ignite...(takes about 1 hour 30 minutes)"&lt;BR /&gt;echo&lt;BR /&gt;echo "System Backup directories: /"&lt;BR /&gt;echo "-------------------------------------------------"&lt;BR /&gt;echo "Insert a DDS3 and Ultrium tapes into tape drivers"&lt;BR /&gt;echo&lt;BR /&gt;echo "Press ENTER to start backup"&lt;BR /&gt;read dummy&lt;BR /&gt;echo&lt;BR /&gt;echo "System (DDS3) Backup in progress ...."&lt;BR /&gt;date&lt;BR /&gt;$ISD_MENU/writelog.sh System DDS3 Backup Start&lt;BR /&gt;#echo "enter ROOT password!"&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -A /dev/rmt/0m &amp;gt;&amp;gt; $ISD_MENU/backup_os.log&lt;BR /&gt;$ISD_MENU/writelog.sh System DDS3 Backup End&lt;BR /&gt;date&lt;BR /&gt;echo "System (DDS3) Backup Finished !"&lt;BR /&gt;echo&lt;BR /&gt;#echo Press ENTER to continue...&lt;BR /&gt;#read dummy&lt;BR /&gt;##########################################&lt;BR /&gt;##########################################&lt;BR /&gt;# Perform System (Ultrium) Backup&lt;BR /&gt;##########################################&lt;BR /&gt;echo "System (Ultrium) Backup by Ignite...(takes about 30 minutes)"&lt;BR /&gt;echo&lt;BR /&gt;#echo "System Backup directories: /"&lt;BR /&gt;#echo "-----------------------------------------------"&lt;BR /&gt;#echo "Insert an Ultrium tape into Ultrium tape driver"&lt;BR /&gt;#echo&lt;BR /&gt;#echo "Press ENTER to start backup"&lt;BR /&gt;#read dummy&lt;BR /&gt;#echo&lt;BR /&gt;echo "System (Ultrium) Backup in progress ...."&lt;BR /&gt;date&lt;BR /&gt;$ISD_MENU/writelog.sh System Ultrium Backup Start&lt;BR /&gt;#echo "enter ROOT password!"&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -A /dev/rmt/1m &amp;gt;&amp;gt; $ISD_MENU/ultrium_backup_os.log&lt;BR /&gt;$ISD_MENU/writelog.sh System Ultrium Backup End&lt;BR /&gt;date&lt;BR /&gt;echo "System (Ultrium) Backup Finished !"&lt;BR /&gt;echo Press ENTER to continue...&lt;BR /&gt;read dummy&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 01:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053401#M137089</guid>
      <dc:creator>ajk_5</dc:creator>
      <dc:date>2003-08-21T01:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053402#M137090</link>
      <description>check the hardware&lt;BR /&gt;&lt;BR /&gt;dmesg&lt;BR /&gt;&lt;BR /&gt;all my DDS3 scripts work just fine with Ultrium drives.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Aug 2003 01:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053402#M137090</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-21T01:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053403#M137091</link>
      <description>I'm surprised the backups would work at all. For starters the device used for ignite tapes must be no-rewind, or the backup is useless.&lt;BR /&gt;&lt;BR /&gt;/dev/rmt/0mn&lt;BR /&gt;/dev/rmt/1mn&lt;BR /&gt;&lt;BR /&gt;Test the backup device manually &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 01:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053403#M137091</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-08-21T01:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053404#M137092</link>
      <description>Does the following command work:&lt;BR /&gt;# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn</description>
      <pubDate>Thu, 21 Aug 2003 02:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053404#M137092</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-21T02:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053405#M137093</link>
      <description>Depending on the version of Ignite you have installed, you could be in trouble with the device files you specify.  To err on the side of caution, use the no-rewind device files.&lt;BR /&gt;&lt;BR /&gt;If you doubt the backup to the Ultrium has worked, check it out.&lt;BR /&gt;&lt;BR /&gt;mt -t /dev/rmt/1mn rew&lt;BR /&gt;mt -t /dev/rmt/1mn fsf 1&lt;BR /&gt;tar tvf /dev/rmt/1mn &amp;gt; /tmp/recovery.log&lt;BR /&gt;&lt;BR /&gt;Then compare it to the list of files in /var/opt/ignite/recovery/latest/flist.&lt;BR /&gt;&lt;BR /&gt;I assume you are NOT using make_tape_recovery to do a FULL system backup (ie, including applications).  If the applications live in another VG, you are not backin up the files.&lt;BR /&gt;&lt;BR /&gt;Anyway, check it out and if you have any doubts, post another question.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tim&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 02:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053405#M137093</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-21T02:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053406#M137094</link>
      <description>You may remove device file and try again:&lt;BR /&gt;...&lt;BR /&gt;#echo "enter ROOT password!" &lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -A &amp;gt;&amp;gt; $ISD_MENU/ultrium_backup_os.log &lt;BR /&gt;....&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 02:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053406#M137094</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-21T02:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053407#M137095</link>
      <description>Twang,&lt;BR /&gt;&lt;BR /&gt;What is the difference between these two commands?&lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn &lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -A /dev/rmt/1mn &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ajk</description>
      <pubDate>Thu, 21 Aug 2003 05:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053407#M137095</guid>
      <dc:creator>ajk_5</dc:creator>
      <dc:date>2003-08-21T05:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053408#M137096</link>
      <description>This is what we use (run by cron once a week): &lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &lt;BR /&gt;to create an interactive boot tape, -x provides flexibility.&lt;BR /&gt;Because new make_tape_recovery option -A doesn't quite mean vg00 as it did with make_recovery. So i like to replace -A with '-x inc_entire=vg00' when using make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -Av to take backup of root vg(vg00) includes all files the vg00 into the archive(/dev/rmt/1mn). If no device file provided, it will be on the default tape drive /dev/rmt/0mn.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 06:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053408#M137096</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-21T06:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053409#M137097</link>
      <description>I did update the script regarding Twang's information and try again. The first part (DDS3 tape backup) is ok. The second part (Ultrium tape backup) is still go through each step, but the Ultrium tape drive didn't backup data. Please help!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ajk</description>
      <pubDate>Thu, 21 Aug 2003 08:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053409#M137097</guid>
      <dc:creator>ajk_5</dc:creator>
      <dc:date>2003-08-21T08:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: DDS3 &amp; Ultrium tape backup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053410#M137098</link>
      <description>Can you manually perform the backup via command-line successfully? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 09:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dds3-amp-ultrium-tape-backup-script/m-p/3053410#M137098</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-21T09:07:11Z</dc:date>
    </item>
  </channel>
</rss>

