<?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: Dat drive problem, wont read in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617021#M37812</link>
    <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Has this just started happening?  Perhaps you can try specifying the tape drive:&lt;BR /&gt;tar cvf /dev/rmt/0m /tmp&lt;BR /&gt;tar tvf /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Are you sure the drive's device path hasn't changed perhaps due to hardware added?&lt;BR /&gt;&lt;BR /&gt;Darrell&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Nov 2001 20:14:51 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2001-11-19T20:14:51Z</dc:date>
    <item>
      <title>Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617018#M37809</link>
      <description>Hi I have a k200 wit a dds2 dat drive. I can write to the tape, but I can not read without a directory checksum error. I have replaced the drive, the Core I/O controler, and even the scsi cable. and it will not read (tar -t) I have also used fbackup / frestore with no success. Does anyone have any suggestions???&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2001 20:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617018#M37809</guid>
      <dc:creator>David Preston_4</dc:creator>
      <dc:date>2001-11-19T20:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617019#M37810</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you rewind the tape before read..?&lt;BR /&gt;If not try with mt command &lt;BR /&gt;mt -f /dev/rmt/omn rew &lt;BR /&gt;&lt;BR /&gt;than do a tar -tv&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA...</description>
      <pubDate>Mon, 19 Nov 2001 20:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617019#M37810</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-19T20:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617020#M37811</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Use the /dev/rmt/0m device. It should rewind the tape automatically for you. Also, try to *clean* your DAT drive with a cleaning cartidge! The drive heads need to be cleaned or else you'll have all kinds of problems.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2001 20:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617020#M37811</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-19T20:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617021#M37812</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Has this just started happening?  Perhaps you can try specifying the tape drive:&lt;BR /&gt;tar cvf /dev/rmt/0m /tmp&lt;BR /&gt;tar tvf /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Are you sure the drive's device path hasn't changed perhaps due to hardware added?&lt;BR /&gt;&lt;BR /&gt;Darrell&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2001 20:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617021#M37812</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-19T20:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617022#M37813</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;Although you did not mention I assume that you have tried different tape. What I want to do is get tar, fbackup, etc. out of the picture and talk to the drive directly. Try this:&lt;BR /&gt;&lt;BR /&gt;dd if=/stand/vmunix of=/dev/rmt/0m (or whatever). This may take some time as you are writing in 512-byte blocks. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Next dd if=/dev/rmt/0m of=/tmp/xx&lt;BR /&gt;&lt;BR /&gt;Now let's compare the two files. &lt;BR /&gt;&lt;BR /&gt;cksum /stand/vmunix&lt;BR /&gt;cksum /tmp/xx&lt;BR /&gt;&lt;BR /&gt;If they differ, I want you to use od to find where things go wrong. It will proably be on a block boundary.&lt;BR /&gt;&lt;BR /&gt;The only other thing that I can think of is bad termination. I can't remember on these boxes if the terminator is built on to the end of the internal cable or whether you have to enable terminal on the last device on the bus. Also, is terminator power enabled on at least one device on the bus? A bad terminator would do exactly the things that you describe. The other thing that would cause this is termination being applied to anywhere except the ends of the cable.&lt;BR /&gt;&lt;BR /&gt;Happy hunting, Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2001 20:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617022#M37813</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-19T20:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617023#M37814</link>
      <description>OK, I have to admit that I did not give you all the facts, so here it is from the top, &lt;BR /&gt;I picked up the machine used, and it had previously had this issue, I have never gotten a tape to properlyu read or recover from this device. 1st I replaced the scsi cable (including terminator) no change. 2nd I changed out the drive with a new one, both drives were able to write a tape I could read on another system. 3rd I changed out the Core IO, all parts have come from a reliable vendor so I would think that the hardware is fine, the only pieces of hardware not checked are the interface panel on the back of the disk cabinet, but that is basically a pass through, and the backplane, which frankly if thats what is wrong I am out of luck. the only consistant thing is that the error always says "directory checksum error" but it happens in a different place each time. every copy I have done has been in a directory of multipl files, I have not tried a single file. &lt;BR /&gt;Other than that I don't know what to tell you. &lt;BR /&gt;Is it still worth doing that block write? what can I deduce from the stoppiong place of the recovery?&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2001 20:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617023#M37814</guid>
      <dc:creator>David Preston_4</dc:creator>
      <dc:date>2001-11-19T20:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617024#M37815</link>
      <description>Okay Dave:&lt;BR /&gt;&lt;BR /&gt;This is now sounding much more like a software problem than a hardware problem. Have you checked for all the latest SCSI/tape patches?&lt;BR /&gt;I really suspect a problem with the stape driver.</description>
      <pubDate>Mon, 19 Nov 2001 20:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617024#M37815</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-19T20:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617025#M37816</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Can you post your ioscan output. Also Do you have proper driver configured in the kernel. What is the syntax you are using to copy data and read data from the tape.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2001 20:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617025#M37816</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-19T20:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617026#M37817</link>
      <description>Hi, thanks for all the feed back:&lt;BR /&gt;here is the ioscan:&lt;BR /&gt;ioscan&lt;BR /&gt;H/W Path     Class                  Description&lt;BR /&gt;===============================================&lt;BR /&gt;             bc                     &lt;BR /&gt;8            bc                     I/O Adapter&lt;BR /&gt;10           bc                     I/O Adapter&lt;BR /&gt;10/0             ext_bus            GSC built-in Fast/Wide SCSI Interface&lt;BR /&gt;10/0.0              target          &lt;BR /&gt;10/0.0.0               disk         HP      C2490WD&lt;BR /&gt;10/0.3              target          &lt;BR /&gt;10/0.3.0               disk         HP      C2490WD&lt;BR /&gt;10/0.4              target          &lt;BR /&gt;10/0.4.0               disk         HP      C2490WD&lt;BR /&gt;10/0.5              target          &lt;BR /&gt;10/0.5.0               disk         HP      C2490WD&lt;BR /&gt;10/0.6              target          &lt;BR /&gt;10/0.6.0               disk         HP      C2490WD&lt;BR /&gt;10/0.7              target          &lt;BR /&gt;10/0.7.0               ctl          Initiator&lt;BR /&gt;10/4             bc                 Bus Converter&lt;BR /&gt;10/4/0              tty             MUX&lt;BR /&gt;10/4/8              tty             HP J2094A - 16 Modem MUX&lt;BR /&gt;10/12            ba                 Core I/O Adapter&lt;BR /&gt;10/12/0             ext_bus         Built-in Parallel Interface&lt;BR /&gt;10/12/5             ext_bus         Built-in SCSI&lt;BR /&gt;10/12/5.0              target       &lt;BR /&gt;10/12/5.0.0               tape      HP      C1533A&lt;BR /&gt;10/12/5.2              target       &lt;BR /&gt;10/12/5.2.0               disk      HP      DVD-ROM 6x/32x&lt;BR /&gt;10/12/5.7              target       &lt;BR /&gt;10/12/5.7.0               ctl       Initiator&lt;BR /&gt;10/12/6             lan             Built-in LAN&lt;BR /&gt;10/12/7             ps2             Built-in Keyboard/Mouse&lt;BR /&gt;32           processor              Processor&lt;BR /&gt;34           processor              Processor&lt;BR /&gt;49           memory                 Memory&lt;BR /&gt;# &lt;BR /&gt;also attaching text file&lt;BR /&gt;&lt;BR /&gt;how do I find out about the driver software?&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2001 21:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617026#M37817</guid>
      <dc:creator>David Preston_4</dc:creator>
      <dc:date>2001-11-19T21:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617027#M37818</link>
      <description>Probably the best answer at this point is to install the latest General Release patchset.</description>
      <pubDate>Mon, 19 Nov 2001 21:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617027#M37818</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-19T21:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617028#M37819</link>
      <description>Have you checked the syslog.log and dmesg(1M) output for errors? Note that both are buffered, so you may see the errors only some time after they occured.&lt;BR /&gt;&lt;BR /&gt;Also please post a failing tar(1) example (assuming that the "directory checksum error" is from tar). Please post the full commands, options, parameters used and *all* messages, not just the message(s).</description>
      <pubDate>Tue, 20 Nov 2001 13:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617028#M37819</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-11-20T13:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617029#M37820</link>
      <description />
      <pubDate>Tue, 20 Nov 2001 14:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617029#M37820</guid>
      <dc:creator>David Preston_4</dc:creator>
      <dc:date>2001-11-20T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617030#M37821</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Try this commands,&lt;BR /&gt;&lt;BR /&gt;CD /etc&lt;BR /&gt;tar cvfb /dev/rmt/0m 20 /etc&lt;BR /&gt;tar tvfb /dev/rmt/0m 20&lt;BR /&gt;&lt;BR /&gt;cd /tmp&lt;BR /&gt;mkdir test_dir&lt;BR /&gt;cd test_dir&lt;BR /&gt;tar xvfb /dev/rmt/0m 20&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Nov 2001 14:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617030#M37821</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-20T14:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617031#M37822</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Please post the output to these:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC tape (use the n option so you get the device path)&lt;BR /&gt;&lt;BR /&gt;ls -l on every device path for the tape drive from your ioscan&lt;BR /&gt;&lt;BR /&gt;Hopefully ioscan shows /dev/rmt/0m since that's the default for tar.  And hopefully ls -l /dev/rmt/0m looks okay.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 20 Nov 2001 15:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617031#M37822</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-20T15:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617032#M37823</link>
      <description>Another approach:&lt;BR /&gt;&lt;BR /&gt;Insert a DDS3 tape into the drive. If it is not automatically ejected, you may have a jumper problem (MRS ist set to inactive).&lt;BR /&gt;In this case, it may be possible, that the drive does not switch to the appropriate density when writing.&lt;BR /&gt;&lt;BR /&gt;Are you trying DDS1 or DDS2 media ?&lt;BR /&gt;&lt;BR /&gt;Do not know if this helps&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 20 Nov 2001 15:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617032#M37823</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-11-20T15:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617033#M37824</link>
      <description>Darell has a point,&lt;BR /&gt;&lt;BR /&gt;in addition check environment variable $TAPE, in case the default is overridden !&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 20 Nov 2001 15:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617033#M37824</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-11-20T15:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617034#M37825</link>
      <description />
      <pubDate>Tue, 20 Nov 2001 15:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617034#M37825</guid>
      <dc:creator>David Preston_4</dc:creator>
      <dc:date>2001-11-20T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617035#M37826</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;For i have read you tape drive is broken. It can write but have lots os problem while reading.&lt;BR /&gt;&lt;BR /&gt;First check this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x298bee3e323bd5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x298bee3e323bd5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There there is a source of a full DDS diagnostic source. I had to wite it because lots of problems with four DDS2 i an K server. Due to intensive use of this drivers i had to change a drive each two months.&lt;BR /&gt;&lt;BR /&gt;Compile and run it. Run tar again and run it again. Search for differences. It must losts of raw retrys and Error correction algorithm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2- Change method of read. Now use &lt;BR /&gt;dd if=/dev/rmt/0m of=/dev/null bs=10k&lt;BR /&gt;&lt;BR /&gt;Its very posible that dd return I/O error.&lt;BR /&gt;&lt;BR /&gt;Change driver and use new tapes, because due to errors tape sould be degradated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Nov 2001 15:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617035#M37826</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-11-20T15:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617036#M37827</link>
      <description>I wrote, but got no answer to:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Have you checked the syslog.log and dmesg&lt;BR /&gt;&amp;gt; (1M) output for errors? Note that both are &lt;BR /&gt;&amp;gt; buffered, so you may see the errors only &lt;BR /&gt;&amp;gt; some time after they occured.&lt;BR /&gt;&lt;BR /&gt;I agree with Carlos that your DDS drive is probably defective. Contrary to what their name implies, DDS drives are effectively analog devices which work like video-recorders (i.e. using the heliscan technique). While *normally* very reliable, they can develop problems, especially alignment problems, resulting in intermittent behaviour like you are experiencing. So my advice is to have the drive checked/repaired/replaced.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2001 07:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617036#M37827</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-11-21T07:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dat drive problem, wont read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617037#M37828</link>
      <description>David&lt;BR /&gt;&lt;BR /&gt;Errors occuring at different places ???&lt;BR /&gt;Could be software, but unlikly.&lt;BR /&gt;&lt;BR /&gt;Go for the weakest link -&lt;BR /&gt;&lt;BR /&gt;Change the Dat drive , yes I know that you have done it once but how certain are you that it is 100% OK.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 21 Nov 2001 09:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dat-drive-problem-wont-read/m-p/2617037#M37828</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-11-21T09:15:32Z</dc:date>
    </item>
  </channel>
</rss>

