<?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: Extracting files using DLT7000 in StoreEver Tape Storage</title>
    <link>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642118#M2334</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to use the 'mc' command to move tapes&lt;BR /&gt;around. Before you can move any tapes you will&lt;BR /&gt;need to identify the device that actually does&lt;BR /&gt;the tape movements. Typically these are &lt;BR /&gt;/dev/robot or /dev/picker so look for these.&lt;BR /&gt;&lt;BR /&gt;To move tapes, heres an example&lt;BR /&gt;&lt;BR /&gt;# mc -p /dev/robot -sS1 -dD1&lt;BR /&gt;-p is the picker device being used&lt;BR /&gt;-s is the source where the tape is&lt;BR /&gt;-d is the destination where you want the tape&lt;BR /&gt;placed.&lt;BR /&gt;&lt;BR /&gt;To view everything use this to show what is where, here is a sample from my server.&lt;BR /&gt;# mc -p /dev/robot -r IDSM&lt;BR /&gt;MT_slot_1 EMPTY&lt;BR /&gt;IE_slot   NONE&lt;BR /&gt;DT_slot_1 EMPTY&lt;BR /&gt;ST_slot_1 FULL&lt;BR /&gt;ST_slot_2 EMPTY&lt;BR /&gt;ST_slot_3 EMPTY&lt;BR /&gt;ST_slot_4 EMPTY&lt;BR /&gt;ST_slot_5 EMPTY&lt;BR /&gt;ST_slot_6 FULL&lt;BR /&gt;ST_slot_7 FULL&lt;BR /&gt;ST_slot_8 FULL&lt;BR /&gt;ST_slot_9 FULL&lt;BR /&gt;ST_slot_10 FULL&lt;BR /&gt;ST_slot_11 FULL&lt;BR /&gt;ST_slot_12 EMPTY&lt;BR /&gt;ST_slot_13 EMPTY&lt;BR /&gt;ST_slot_14 EMPTY&lt;BR /&gt;ST_slot_15 FULL&lt;BR /&gt;&lt;BR /&gt;Have a look at the man page for 'mc' for&lt;BR /&gt;more information.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Jan 2002 00:55:53 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-01-11T00:55:53Z</dc:date>
    <item>
      <title>Extracting files using DLT7000</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642115#M2331</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I need to extract some files from a DLT tape (the files were wrote in the tape using the TAR unix command). So, I have a DLT7000, how do I proceed to select a especific slot and then extract my files from the tape??&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 10 Jan 2002 13:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642115#M2331</guid>
      <dc:creator>Tiago Marques_2</dc:creator>
      <dc:date>2002-01-10T13:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting files using DLT7000</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642116#M2332</link>
      <description>The first thing to do is to determine what you mean by "slot". Is your DLT7000 a stacker (multiple tapes in the drive)?&lt;BR /&gt;&lt;BR /&gt;The second thing is to produce a table of contents so that you can determine how the files where backed up, and where the file(s) that you need restored exist.&lt;BR /&gt;&lt;BR /&gt;tar -tvf /dev/rmt/... (where ... is your tape device)&lt;BR /&gt;&lt;BR /&gt;to restore the file, do&lt;BR /&gt;&lt;BR /&gt;tar -xvf /dev/rmt/... filepath&lt;BR /&gt;&lt;BR /&gt;hopefully the tar was a relative backup and not an absolute. A relative backup will start the file path with a period then a slash, like "./var/blah/blah", which will be restored "relative" to where you are currently "cd'ed" to. If it is absolute, then the file path will start with a slash "/", and it will be restored back to its original path. If it is absolute, and you need to restore it elsewhere, then we can give you the commands to "fake" tar out.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 10 Jan 2002 14:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642116#M2332</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-10T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting files using DLT7000</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642117#M2333</link>
      <description>Yes, I have a stacker DLT library, with 8 tapes.&lt;BR /&gt;&lt;BR /&gt;What do i need to know is how do i do to select one of the 8 tapes to read?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Tiago</description>
      <pubDate>Thu, 10 Jan 2002 18:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642117#M2333</guid>
      <dc:creator>Tiago Marques_2</dc:creator>
      <dc:date>2002-01-10T18:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting files using DLT7000</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642118#M2334</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to use the 'mc' command to move tapes&lt;BR /&gt;around. Before you can move any tapes you will&lt;BR /&gt;need to identify the device that actually does&lt;BR /&gt;the tape movements. Typically these are &lt;BR /&gt;/dev/robot or /dev/picker so look for these.&lt;BR /&gt;&lt;BR /&gt;To move tapes, heres an example&lt;BR /&gt;&lt;BR /&gt;# mc -p /dev/robot -sS1 -dD1&lt;BR /&gt;-p is the picker device being used&lt;BR /&gt;-s is the source where the tape is&lt;BR /&gt;-d is the destination where you want the tape&lt;BR /&gt;placed.&lt;BR /&gt;&lt;BR /&gt;To view everything use this to show what is where, here is a sample from my server.&lt;BR /&gt;# mc -p /dev/robot -r IDSM&lt;BR /&gt;MT_slot_1 EMPTY&lt;BR /&gt;IE_slot   NONE&lt;BR /&gt;DT_slot_1 EMPTY&lt;BR /&gt;ST_slot_1 FULL&lt;BR /&gt;ST_slot_2 EMPTY&lt;BR /&gt;ST_slot_3 EMPTY&lt;BR /&gt;ST_slot_4 EMPTY&lt;BR /&gt;ST_slot_5 EMPTY&lt;BR /&gt;ST_slot_6 FULL&lt;BR /&gt;ST_slot_7 FULL&lt;BR /&gt;ST_slot_8 FULL&lt;BR /&gt;ST_slot_9 FULL&lt;BR /&gt;ST_slot_10 FULL&lt;BR /&gt;ST_slot_11 FULL&lt;BR /&gt;ST_slot_12 EMPTY&lt;BR /&gt;ST_slot_13 EMPTY&lt;BR /&gt;ST_slot_14 EMPTY&lt;BR /&gt;ST_slot_15 FULL&lt;BR /&gt;&lt;BR /&gt;Have a look at the man page for 'mc' for&lt;BR /&gt;more information.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 00:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642118#M2334</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-11T00:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting files using DLT7000</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642119#M2335</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you attach your full ioscan output. "ioscan -fn" &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jan 2002 02:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/extracting-files-using-dlt7000/m-p/2642119#M2335</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-11T02:15:50Z</dc:date>
    </item>
  </channel>
</rss>

