<?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: I/O error with dd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453294#M11712</link>
    <description>tape drive is a Quantum DLT4500 (it's a tape stacker)&lt;BR /&gt;&lt;BR /&gt;Server is an HP 800 series, running HP10.20&lt;BR /&gt;&lt;BR /&gt;we've cleaned the drive and changed the tapes. I've also run the dd command successfully on a different server with the same stacker and same sort of tapes, so it is pointing to a hardware/media problem isn't it? It confused me as to why I could use cpio and tar, but not dd. Other parts of the script using a "dump" command fail too.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
    <pubDate>Fri, 13 Oct 2000 09:16:33 GMT</pubDate>
    <dc:creator>Steve Boulding</dc:creator>
    <dc:date>2000-10-13T09:16:33Z</dc:date>
    <item>
      <title>I/O error with dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453290#M11708</link>
      <description>I am looking at a backup script that uses dd to write a label on a tape like so:&lt;BR /&gt;&lt;BR /&gt;dd if=/tmp/label1 of=/dev/rmt/4m &lt;BR /&gt;&lt;BR /&gt;The output from this command is:&lt;BR /&gt;&lt;BR /&gt;0+1 records in&lt;BR /&gt;0+1 records out&lt;BR /&gt;I/O error &lt;BR /&gt;&lt;BR /&gt;Any ideas as to why I get the I/0 error? I'm assuming it's to do with teh tape, because if I use the same command but set the output to another file, it works fine. &lt;BR /&gt;&lt;BR /&gt;I can read from and write to the tape using cpio and tar just to confuse the issue!&lt;BR /&gt;&lt;BR /&gt;any help greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Tim Pottle&lt;BR /&gt;&lt;BR /&gt;timothy.pottle@capgemini.co.uk&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2000 08:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453290#M11708</guid>
      <dc:creator>Steve Boulding</dc:creator>
      <dc:date>2000-10-13T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error with dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453291#M11709</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could try a different blocksize:&lt;BR /&gt;dd if=/tmp/label1 of=/dev/rmt/4m bs=5k&lt;BR /&gt;(think for DDS devices 5k is a good choice)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 13 Oct 2000 08:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453291#M11709</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-13T08:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error with dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453292#M11710</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;What type of server is it and what type of tape drive?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 13 Oct 2000 09:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453292#M11710</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-13T09:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error with dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453293#M11711</link>
      <description>&lt;BR /&gt;Something is wrong with your tape or tapedrive. Try another tape. Check tapedrive doesnt need cleaning.&lt;BR /&gt;&lt;BR /&gt;Your dd command should work perfectly on a good drive+tape.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2000 09:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453293#M11711</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-10-13T09:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error with dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453294#M11712</link>
      <description>tape drive is a Quantum DLT4500 (it's a tape stacker)&lt;BR /&gt;&lt;BR /&gt;Server is an HP 800 series, running HP10.20&lt;BR /&gt;&lt;BR /&gt;we've cleaned the drive and changed the tapes. I've also run the dd command successfully on a different server with the same stacker and same sort of tapes, so it is pointing to a hardware/media problem isn't it? It confused me as to why I could use cpio and tar, but not dd. Other parts of the script using a "dump" command fail too.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Fri, 13 Oct 2000 09:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453294#M11712</guid>
      <dc:creator>Steve Boulding</dc:creator>
      <dc:date>2000-10-13T09:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error with dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453295#M11713</link>
      <description>Another question - are you able to &lt;BR /&gt;cat /tmp/label1 &amp;gt; /dev/rmt/4m&lt;BR /&gt;&lt;BR /&gt;Also, if this is a tape label, shouldn't you be using the non-rewind tape device file /dev/rmt/4mn?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 13 Oct 2000 09:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453295#M11713</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-13T09:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error with dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453296#M11714</link>
      <description>&lt;BR /&gt;Yes, it certainly does point to a hardware or possibly a patch problem. Can you confirm the patch levels are the same on your servers ? (the one what works vs the one that doesnt) or perhaps more importantly the firmware revision on the DLT stacker ? &lt;BR /&gt;Have you tried resetting the DLT unit and changing the media ? If that still doesnt solve it then perhaps time to get HP on the case - call an engineer.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2000 11:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453296#M11714</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-10-13T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error with dd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453297#M11715</link>
      <description>I/O errors are indicative of a hardware issue.  Once you have verified that the drive is clean, the tapes are good and that the device files are fine (ioscan, lsdev, ll /dev/rmt... etc.) it's time to contact your hardware support to pursue it further.&lt;BR /&gt;&lt;BR /&gt;dd is one of the most basic tests that we use in support to isolate hw issues.</description>
      <pubDate>Fri, 13 Oct 2000 12:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-with-dd/m-p/2453297#M11715</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-10-13T12:02:40Z</dc:date>
    </item>
  </channel>
</rss>

