<?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: Making a copy of HP-UX tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192949#M323830</link>
    <description>&amp;gt; Dennis Handly:Does dd(1) handle multiple file marks and varying record sizes?&lt;BR /&gt;&lt;BR /&gt;I don't think dd would handle multiple file marks nor varying record size. To my understanding dd is just to handle the copy/transfer of binary data from one media to another media in block sizes.&lt;BR /&gt;&lt;BR /&gt;Staying the previous example I was assuming Nahmad has only one sector on the tape. Therefore, if there is mutiple sector on the tape then 0mn should be used instead of 0m.&lt;BR /&gt;&lt;BR /&gt;Please correct me if I have anything missing or wrong.</description>
    <pubDate>Wed, 07 May 2008 23:50:31 GMT</pubDate>
    <dc:creator>CharlesC</dc:creator>
    <dc:date>2008-05-07T23:50:31Z</dc:date>
    <item>
      <title>Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192943#M323824</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;I got a tape created by some body as a simple data tape not a image etc on HP-UX. What is the best wa to make a duplicate tape out of it ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Nahmad</description>
      <pubDate>Wed, 07 May 2008 03:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192943#M323824</guid>
      <dc:creator>Nahmad_1</dc:creator>
      <dc:date>2008-05-07T03:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192944#M323825</link>
      <description>You can try with "dd" to make the binary copying.</description>
      <pubDate>Wed, 07 May 2008 03:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192944#M323825</guid>
      <dc:creator>CharlesC</dc:creator>
      <dc:date>2008-05-07T03:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192945#M323826</link>
      <description>Please provide the detailed syntax&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Nahmad</description>
      <pubDate>Wed, 07 May 2008 06:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192945#M323826</guid>
      <dc:creator>Nahmad_1</dc:creator>
      <dc:date>2008-05-07T06:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192946#M323827</link>
      <description>If you have 2 tape drives on the system, you can duplicate the tape directly:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0m of=/dev/rmt/1m&lt;BR /&gt;&lt;BR /&gt;If you have only 1 tape drive on the system, you can copy the tape content into a disk file first, then copy back to another tape:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0m of=XXX&lt;BR /&gt;dd if=XXX of=/dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;where XXX is the filename.</description>
      <pubDate>Wed, 07 May 2008 06:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192946#M323827</guid>
      <dc:creator>CharlesC</dc:creator>
      <dc:date>2008-05-07T06:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192947#M323828</link>
      <description>&amp;gt;CharlesC: You can try with "dd" to make the binary copying.&lt;BR /&gt;&lt;BR /&gt;Does dd(1) handle multiple file marks and varying record sizes?</description>
      <pubDate>Wed, 07 May 2008 10:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192947#M323828</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-07T10:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192948#M323829</link>
      <description>&amp;gt; created by some body as a simple data tape&lt;BR /&gt;&lt;BR /&gt;What do you mean by "simple data tape"? What method or command would you use to read this tape? You have to use the SAME method/command to make a copy of it. &lt;BR /&gt;&lt;BR /&gt;If it is a tar tape you have to read it with tar and make a copy of it with tar.</description>
      <pubDate>Wed, 07 May 2008 11:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192948#M323829</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-05-07T11:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192949#M323830</link>
      <description>&amp;gt; Dennis Handly:Does dd(1) handle multiple file marks and varying record sizes?&lt;BR /&gt;&lt;BR /&gt;I don't think dd would handle multiple file marks nor varying record size. To my understanding dd is just to handle the copy/transfer of binary data from one media to another media in block sizes.&lt;BR /&gt;&lt;BR /&gt;Staying the previous example I was assuming Nahmad has only one sector on the tape. Therefore, if there is mutiple sector on the tape then 0mn should be used instead of 0m.&lt;BR /&gt;&lt;BR /&gt;Please correct me if I have anything missing or wrong.</description>
      <pubDate>Wed, 07 May 2008 23:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192949#M323830</guid>
      <dc:creator>CharlesC</dc:creator>
      <dc:date>2008-05-07T23:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192950#M323831</link>
      <description>Dennis asks the correct question. dd can copy a dd tape as long as you know exactly how it was created. dd will make a mess out of tar, cpio, fbackup, or Ignite tapes. There is no native tape copier program. It was trivial to write such a program on the HP 1000 and MPE but Unix systems make it a bit more difficult by treating files as streams of data. Finding the length of each record and detecting EOF and EOD  and EOT is a challenge, thus the lack of standard tools.&lt;BR /&gt; &lt;BR /&gt;This hasn't changed for the last 20 years that I've been playing with HP-UX. There are a few commercial products (Google: tape copier) that should work but for a free solution, you'll have to know the format of the tape (ie, tar, cpio, etc), then restore the data in a temp location and then backup the data on another tape.</description>
      <pubDate>Thu, 08 May 2008 01:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192950#M323831</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-05-08T01:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192951#M323832</link>
      <description>&amp;gt; [...] you have to [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] you'll have to [...]&lt;BR /&gt;&lt;BR /&gt;At long last, we've finally found the&lt;BR /&gt;computer problem which admits only one&lt;BR /&gt;solution.  This wonderful finding should be&lt;BR /&gt;published more widely, as it will be the&lt;BR /&gt;source of much amazement.&lt;BR /&gt;&lt;BR /&gt;Irregardful, it might help to have some idea&lt;BR /&gt;of how the tape was created.  A "simple data&lt;BR /&gt;tape" is not a well-defined object.</description>
      <pubDate>Thu, 08 May 2008 03:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192951#M323832</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-05-08T03:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Making a copy of HP-UX tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192952#M323833</link>
      <description>&amp;gt;Bill: It was trivial to write such a program on MPE&lt;BR /&gt;&lt;BR /&gt;Right, I was responsible for the FCOPY utility decades ago.&lt;BR /&gt;You just tell the OS you wanted Undefined length records, of a maximum size, and how many files you wanted to copy.  Of course you needed to use two round tapes.</description>
      <pubDate>Thu, 08 May 2008 03:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-copy-of-hp-ux-tape/m-p/4192952#M323833</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-08T03:52:38Z</dc:date>
    </item>
  </channel>
</rss>

