<?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: tape label identification in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693791#M247735</link>
    <description>You can get this information through gui and with omnimm,omnidb commands.&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Dec 2005 00:49:13 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-12-19T00:49:13Z</dc:date>
    <item>
      <title>tape label identification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693789#M247733</link>
      <description>we are doing remote support for our global customer.I would like to know how can we identify for a particlar day, which tape in a slot for tape library is used to take the backup.Also is there any way to identify the label used in the tape media</description>
      <pubDate>Mon, 19 Dec 2005 00:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693789#M247733</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2005-12-19T00:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: tape label identification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693790#M247734</link>
      <description>HI,&lt;BR /&gt;It can be indentified with the help of OmniBack Database information and going through the backup specification configuration. &lt;BR /&gt;Tape label's are Bard codes and can be decoded and understood by Robotic Arm easily. It is very difficult for us to identify the tapes with Barcode Information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Dec 2005 00:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693790#M247734</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-12-19T00:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: tape label identification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693791#M247735</link>
      <description>You can get this information through gui and with omnimm,omnidb commands.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Dec 2005 00:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693791#M247735</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-12-19T00:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: tape label identification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693792#M247736</link>
      <description>but I am using fbackup/ufsdump for backup</description>
      <pubDate>Mon, 19 Dec 2005 01:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693792#M247736</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2005-12-19T01:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: tape label identification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693793#M247737</link>
      <description>frecover -V&lt;BR /&gt;man frecover for details.&lt;BR /&gt;&lt;BR /&gt;ufsdump is specific to sun as  I understand, so I do not know much about it.</description>
      <pubDate>Mon, 19 Dec 2005 01:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693793#M247737</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-12-19T01:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: tape label identification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693794#M247738</link>
      <description>For fbackup, frecover -v - -f /dev/rmt/&lt;MY_TAPE&gt; Note the -V - to write the volume or tape header to stdout. You can also get a listing of all the files in an fbackup archive with frecover -I - -f /dev/rmt/... but this will usually be quite long, so redirect the result to a file as in: frecover -I /var/tmp/my_backup_list -f /dev/rmt/...&lt;BR /&gt; &lt;BR /&gt;Managing a tape libtrary does require some detailed thought, especially with the backup scripts. If operators choose the tapes at random, you *will* lose data. Backup scripts should be driven by a defined set of steps to pick a tape, run the backup and then put the tape back in the correct location. Part of the inventory script should be a verificattion that the expected tape is in the correct slot. Backup (and inventory and audit) scripts should never leave a tape in a drive, whether the backup was successful or not. This is to minimize mistakes caused by writing to the wrong drive.&lt;/MY_TAPE&gt;</description>
      <pubDate>Mon, 19 Dec 2005 08:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693794#M247738</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-12-19T08:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: tape label identification</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693795#M247739</link>
      <description>Hi Aruns,&lt;BR /&gt;&lt;BR /&gt; FBACKUP/FRECOVER&lt;BR /&gt;&lt;BR /&gt;Things to remember about fbackup:&lt;BR /&gt;&lt;BR /&gt;   * fbackup MUST rewind the tape before beginning the backup and after&lt;BR /&gt;     completing.&lt;BR /&gt;   * a tape created with fbackup is only recoverable with frecover.&lt;BR /&gt;   * a file listed in the index file (from option -rvNf) is not guaranteed&lt;BR /&gt;     to be on the tape; this simply means that fbackup intended to back the&lt;BR /&gt;     file up when it began the backup session.&lt;BR /&gt;&lt;BR /&gt;               Command                            Description&lt;BR /&gt;&lt;BR /&gt;    fbackup -vf /dev/rmt/0m -i /              full system backup&lt;BR /&gt;&lt;BR /&gt;     fbackup -vf /dev/rmt/0m -i       specifically include file/directory&lt;BR /&gt;             /etc/hosts                         preceded by -i&lt;BR /&gt;&lt;BR /&gt;     fbackup -vf /dev/rmt/0m -i          specifically include multiple&lt;BR /&gt;         /etc/hosts -i /usr            files/directories preceded by -i&lt;BR /&gt;&lt;BR /&gt;     fbackup -vf /dev/rmt/0m -e       specifically exclude file/directory&lt;BR /&gt;             /etc/hosts                         preceded by -e&lt;BR /&gt;&lt;BR /&gt;     fbackup -vf /dev/rmt/0m -g&lt;BR /&gt;           graph_file_name                 backup from a graph file&lt;BR /&gt;&lt;BR /&gt;      frecover -xvf /dev/rmt/0m       restore entire tape to originating&lt;BR /&gt;                                              directory structure&lt;BR /&gt;&lt;BR /&gt;                                      restore entire tape to originating&lt;BR /&gt;     frecover -xovf /dev/rmt/0m      directory structure and overwrite any&lt;BR /&gt;                                                existing files&lt;BR /&gt;&lt;BR /&gt;               cd /tmp                    restore entire tape to /tmp&lt;BR /&gt;     frecover -xXvf /dev/rmt/0m      (originating directory structure will&lt;BR /&gt;                                              not be overwritten)&lt;BR /&gt;&lt;BR /&gt;     frecover -vf /dev/rmt/0m -I     verify backup and read the index file&lt;BR /&gt;             /tmp/index                from the tape into a file called&lt;BR /&gt;                                                  /tmp/index&lt;BR /&gt;&lt;BR /&gt;    fbackup -vf /dev/rmt/0m 2&amp;gt;&amp;amp;1     log what is backed up, along with any&lt;BR /&gt;        |tee /tmp/backup.log                   errors that occur&lt;BR /&gt;&lt;BR /&gt;   frecover -rNv -f /dev/rmt/0m 2&amp;gt;&lt;BR /&gt;            /tmp/listing              list of what is really on the tape&lt;BR /&gt;&lt;BR /&gt;   frecover -V /tmp/volume_headers&lt;BR /&gt;           -f /dev/rmt/0m               show volume headers on the tape&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Mon, 19 Dec 2005 10:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-label-identification/m-p/3693795#M247739</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-12-19T10:23:19Z</dc:date>
    </item>
  </channel>
</rss>

