<?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: Query on using CPIO in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635470#M850587</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It depends on the options you used during the cpio output mode to tape.&lt;BR /&gt;&lt;BR /&gt;Since it is a tape device, use the block device -B option. Thus to list, &lt;BR /&gt;&lt;BR /&gt;# cpio -itvB &amp;lt; /dev/rmt/2m &lt;BR /&gt;&lt;BR /&gt;If -c was used in the output mode, then similarly the -c option must be used in the input mode. Thus to list,&lt;BR /&gt;&lt;BR /&gt;# cpio -ictvB &amp;lt; /dev/rmt/2m &lt;BR /&gt;&lt;BR /&gt;Remember to replace /dev/rmt/2m with the appropriate device file of your DLT tape drive.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
    <pubDate>Wed, 26 Dec 2001 12:35:28 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2001-12-26T12:35:28Z</dc:date>
    <item>
      <title>Query on using CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635467#M850584</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to know the command for going through or to list (without writing onto the disk) the contents of the data backed up in a DLT media using CPIO.&lt;BR /&gt;&lt;BR /&gt;Could someone help me on this?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;N.Harinath.</description>
      <pubDate>Wed, 26 Dec 2001 08:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635467#M850584</guid>
      <dc:creator>Harinath N</dc:creator>
      <dc:date>2001-12-26T08:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Query on using CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635468#M850585</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the -t (listing) option.&lt;BR /&gt;&lt;BR /&gt;if your device is /dev/rmt/2m, then execute:&lt;BR /&gt;&lt;BR /&gt;# cpio -itv &amp;lt; /dev/rmt/2m&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 26 Dec 2001 08:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635468#M850585</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-26T08:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Query on using CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635469#M850586</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I tried with it, but its giving the following output,&lt;BR /&gt;&lt;BR /&gt;"Out of Phase - get help&lt;BR /&gt; Perhaps -c option shouldn't be used"&lt;BR /&gt;&lt;BR /&gt;Please help me out on this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;N.Harinath.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Dec 2001 09:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635469#M850586</guid>
      <dc:creator>RAJESH GANGADHARAN</dc:creator>
      <dc:date>2001-12-26T09:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Query on using CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635470#M850587</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It depends on the options you used during the cpio output mode to tape.&lt;BR /&gt;&lt;BR /&gt;Since it is a tape device, use the block device -B option. Thus to list, &lt;BR /&gt;&lt;BR /&gt;# cpio -itvB &amp;lt; /dev/rmt/2m &lt;BR /&gt;&lt;BR /&gt;If -c was used in the output mode, then similarly the -c option must be used in the input mode. Thus to list,&lt;BR /&gt;&lt;BR /&gt;# cpio -ictvB &amp;lt; /dev/rmt/2m &lt;BR /&gt;&lt;BR /&gt;Remember to replace /dev/rmt/2m with the appropriate device file of your DLT tape drive.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 26 Dec 2001 12:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635470#M850587</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-26T12:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Query on using CPIO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635471#M850588</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;looks like your tape was NOT the first to be written during that backup - you'll have to start with "cpio -ictv &amp;lt; /dev/rmt/0m" on the first tape, wait until it has been completly read, then you'll get the messaeg to exchange the tape and enter the name of the device containing the follow-up tape, and then you re-do the whole procedure until you used the tape you are interested in...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 27 Dec 2001 19:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/query-on-using-cpio/m-p/2635471#M850588</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-27T19:51:05Z</dc:date>
    </item>
  </channel>
</rss>

