<?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: tar command on ultrium sb920c tape blade in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208090#M51373</link>
    <description>If you have RHEL 5, you can use the "lsscsi" command to see a listing of all SCSI and SCSI-like devices (FibreChannel, USB, Firewire, SATA...). It's very useful.&lt;BR /&gt;&lt;BR /&gt;The "lsscsi" command is not installed by default; use "yum install lsscsi" if you don't have it installed yet.&lt;BR /&gt;&lt;BR /&gt;With older versions, run "dmesg | less" to look at the kernel message buffer: when the kernel detects the tape drive, it prints out a message that includes the device name.&lt;BR /&gt;&lt;BR /&gt;Most likely the "base" device name is /dev/st0. There is typically also /dev/nst0, the "no-auto-rewind" version of the device. &lt;BR /&gt;&lt;BR /&gt;If you use /dev/st0, the tape is automatically rewound back to the beginning after each tape-access command is completed. Depending on what you're doing, you may or may not want that.&lt;BR /&gt;&lt;BR /&gt;On the use of the tar command: use the command "man tar" to read the manual. The "tar" command has a *lot* of options. &lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Sat, 07 Nov 2009 18:10:00 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-11-07T18:10:00Z</dc:date>
    <item>
      <title>tar command on ultrium sb920c tape blade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208089#M51372</link>
      <description>Good morning, i have installe on c3000 tape blade the installation is ok. on the blade server ( the partner server of tape is a node of cluster ) i have red hat os i want know the command for backup file or directory. how to know the tape device ?? es: /dev/rmt0? or /dev/st0? and hoe to use the tar command ??&lt;BR /&gt;&lt;BR /&gt;thanks for all</description>
      <pubDate>Fri, 06 Nov 2009 10:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208089#M51372</guid>
      <dc:creator>maurizio di salvo</dc:creator>
      <dc:date>2009-11-06T10:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: tar command on ultrium sb920c tape blade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208090#M51373</link>
      <description>If you have RHEL 5, you can use the "lsscsi" command to see a listing of all SCSI and SCSI-like devices (FibreChannel, USB, Firewire, SATA...). It's very useful.&lt;BR /&gt;&lt;BR /&gt;The "lsscsi" command is not installed by default; use "yum install lsscsi" if you don't have it installed yet.&lt;BR /&gt;&lt;BR /&gt;With older versions, run "dmesg | less" to look at the kernel message buffer: when the kernel detects the tape drive, it prints out a message that includes the device name.&lt;BR /&gt;&lt;BR /&gt;Most likely the "base" device name is /dev/st0. There is typically also /dev/nst0, the "no-auto-rewind" version of the device. &lt;BR /&gt;&lt;BR /&gt;If you use /dev/st0, the tape is automatically rewound back to the beginning after each tape-access command is completed. Depending on what you're doing, you may or may not want that.&lt;BR /&gt;&lt;BR /&gt;On the use of the tar command: use the command "man tar" to read the manual. The "tar" command has a *lot* of options. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 07 Nov 2009 18:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208090#M51373</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-07T18:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: tar command on ultrium sb920c tape blade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208091#M51374</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Use 'tar' in conjunction with 'mt'&lt;BR /&gt;&lt;BR /&gt;'mt'&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://man.he.net/?topic=mt&amp;amp;section=all" target="_blank"&gt;http://man.he.net/?topic=mt&amp;amp;section=all&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;'tar'&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://man.he.net/?topic=tar&amp;amp;section=all" target="_blank"&gt;http://man.he.net/?topic=tar&amp;amp;section=all&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;All Linux Man pages&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://man.he.net/" target="_blank"&gt;http://man.he.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;Use /dev/nst0 - no rewind as well as /dev/st0.&lt;BR /&gt;&lt;BR /&gt;cd dir&lt;BR /&gt;tar -cvf /dev/st0 *.*&lt;BR /&gt;tape finishes&lt;BR /&gt;&lt;BR /&gt;Verify tape &lt;BR /&gt;tar -Tvf /dev/st0&lt;BR /&gt;&lt;BR /&gt;Use mt like so&lt;BR /&gt;&lt;BR /&gt;mt /dev/nst0 fsf 1 (* move tape one record ahead *)&lt;BR /&gt;&lt;BR /&gt;mt /dev/st0 rew  (* rewind *)</description>
      <pubDate>Mon, 09 Nov 2009 02:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208091#M51374</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-11-09T02:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: tar command on ultrium sb920c tape blade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208092#M51375</link>
      <description>thanks now is ok. the device is st0 and i have use tar command tar -cvf /dev/st0.</description>
      <pubDate>Mon, 09 Nov 2009 22:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208092#M51375</guid>
      <dc:creator>maurizio di salvo</dc:creator>
      <dc:date>2009-11-09T22:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: tar command on ultrium sb920c tape blade</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208093#M51376</link>
      <description>tha</description>
      <pubDate>Mon, 09 Nov 2009 22:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-command-on-ultrium-sb920c-tape-blade/m-p/5208093#M51376</guid>
      <dc:creator>maurizio di salvo</dc:creator>
      <dc:date>2009-11-09T22:37:00Z</dc:date>
    </item>
  </channel>
</rss>

