<?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: tar: ./undotbs01.dbf: HELP - extract write error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399018#M351352</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can it be that the second file it is trying to extract is more than 2G or it has nothing to do with that?&lt;BR /&gt;&lt;BR /&gt;Does the filesystem into which you are extracting support 'largefiles'?  Examine with:&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/vgNN/lvolX&lt;BR /&gt;&lt;BR /&gt;(or):&lt;BR /&gt;&lt;BR /&gt;# fsadm /mountpoint&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 10 Apr 2009 12:19:46 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-04-10T12:19:46Z</dc:date>
    <item>
      <title>tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399013#M351347</link>
      <description>Hi,&lt;BR /&gt;i am extracting information  from tape using the following command:&lt;BR /&gt;tar -xvf /dev/rmt/0mn .&lt;BR /&gt;&lt;BR /&gt;I am receiving the following result:&lt;BR /&gt;&lt;BR /&gt;x ./system01.dbf, 1405100032 bytes, 2744336 tape blocks&lt;BR /&gt;x ./undotbs01.dbf, 5882519552 bytes, 11489296 tape blocks&lt;BR /&gt;tar: ./undotbs01.dbf: HELP - extract write error&lt;BR /&gt;&lt;BR /&gt;Can you help me ?&lt;BR /&gt;What does this message mean?&lt;BR /&gt;Can i still recover from tape ?</description>
      <pubDate>Fri, 10 Apr 2009 11:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399013#M351347</guid>
      <dc:creator>alex1982</dc:creator>
      <dc:date>2009-04-10T11:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399014#M351348</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;can it be that the filesystem you are writing to is full? The error is 'extract WRITE error' not 'extract read error'.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bart</description>
      <pubDate>Fri, 10 Apr 2009 11:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399014#M351348</guid>
      <dc:creator>Bart Paulusse</dc:creator>
      <dc:date>2009-04-10T11:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399015#M351349</link>
      <description>No, it is not full.It has plenty of space.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2009 11:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399015#M351349</guid>
      <dc:creator>alex1982</dc:creator>
      <dc:date>2009-04-10T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399016#M351350</link>
      <description>How was the tape written?&lt;BR /&gt;Did you use any special options.&lt;BR /&gt;Try to set blocking factor to 1. This will reduce read speed but it will prevent the error message if tape was written using a different blocking factor.&lt;BR /&gt;&lt;BR /&gt;tar -b 1 -xvf /dev/rmt0mn .</description>
      <pubDate>Fri, 10 Apr 2009 11:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399016#M351350</guid>
      <dc:creator>Bart Paulusse</dc:creator>
      <dc:date>2009-04-10T11:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399017#M351351</link>
      <description>the tape was written using the following command.&lt;BR /&gt; cd /u02/MyDir&lt;BR /&gt; tar -cvf /dev/rmt/0mn .  &lt;BR /&gt;&lt;BR /&gt;The tape was written successfully and no error message was generated.&lt;BR /&gt;It extracts the first file of the directory successfully.&lt;BR /&gt;Can it be that the second file it is trying to extract is more than 2G or it has nothing to do with that?&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399017#M351351</guid>
      <dc:creator>alex1982</dc:creator>
      <dc:date>2009-04-10T12:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399018#M351352</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can it be that the second file it is trying to extract is more than 2G or it has nothing to do with that?&lt;BR /&gt;&lt;BR /&gt;Does the filesystem into which you are extracting support 'largefiles'?  Examine with:&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/vgNN/lvolX&lt;BR /&gt;&lt;BR /&gt;(or):&lt;BR /&gt;&lt;BR /&gt;# fsadm /mountpoint&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Apr 2009 12:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399018#M351352</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-04-10T12:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399019#M351353</link>
      <description>This is the result of the fsadm command:&lt;BR /&gt;&lt;BR /&gt;fsadm: /etc/default/fs is used for determining the file system type&lt;BR /&gt;nolargefiles</description>
      <pubDate>Fri, 10 Apr 2009 12:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399019#M351353</guid>
      <dc:creator>alex1982</dc:creator>
      <dc:date>2009-04-10T12:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399020#M351354</link>
      <description>"Can it be that the second file it is trying to extract is more than 2G or it has nothing to do with that?"&lt;BR /&gt;&lt;BR /&gt;Certainly 2gig limits can come in to play w/ some unpatched versions of tar, or with destination filesystems that aren't largefile enabled.&lt;BR /&gt;&lt;BR /&gt;of course knowing the source OS (and destination OS if different) wouldn't hurt either.  and "pax" may let you extract this as well</description>
      <pubDate>Fri, 10 Apr 2009 12:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399020#M351354</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-04-10T12:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399021#M351355</link>
      <description>ok, so you're recovering to a different filesystem than the source, and it doesn't have largefiles enabled.  Enable them and it should work....</description>
      <pubDate>Fri, 10 Apr 2009 12:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399021#M351355</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-04-10T12:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399022#M351356</link>
      <description>nolargefiles means that the filesize limit is 2G.&lt;BR /&gt;You can change this with:&lt;BR /&gt;fsadm -F &lt;FSTYPE&gt; -o largefiles &lt;FILESYSTEM&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Bart&lt;/FILESYSTEM&gt;&lt;/FSTYPE&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399022#M351356</guid>
      <dc:creator>Bart Paulusse</dc:creator>
      <dc:date>2009-04-10T12:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399023#M351357</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; nolargefiles&lt;BR /&gt;&lt;BR /&gt;So, do you believe that your 'tar' archive may contain files larger than 2GB.  If so, you need to enable 'largefiles' for the filesystem into which you want to extract them.&lt;BR /&gt;&lt;BR /&gt;To do this, do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vgNN/rlvolX&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Apr 2009 12:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399023#M351357</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-04-10T12:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399024#M351358</link>
      <description>JRF: "So, do you believe that your 'tar' archive may contain files larger than 2GB. If so, you need to enable 'largefiles' for the filesystem into which you want to extract them."&lt;BR /&gt;&lt;BR /&gt;x /undotbs01.dbf, 5882519552 bytes, 11489296 tape blocks&lt;BR /&gt;tar: ./undotbs01.dbf: HELP - extract write error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Appears to be ~5.5 gig</description>
      <pubDate>Fri, 10 Apr 2009 12:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399024#M351358</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-04-10T12:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399025#M351359</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; OldSchool: Appears to be ~5.5 gig&lt;BR /&gt;&lt;BR /&gt;Yup, I didn't even pay attention to that!  Dummy-me - ENOCOFFEE when I said that :-))&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Apr 2009 13:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399025#M351359</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-04-10T13:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: tar: ./undotbs01.dbf: HELP - extract write error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399026#M351360</link>
      <description>Thanks to all.&lt;BR /&gt;Yes, that was the reason.&lt;BR /&gt;I changed the filesystem to allow large files and it is extracting now.&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 10 Apr 2009 13:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-undotbs01-dbf-help-extract-write-error/m-p/4399026#M351360</guid>
      <dc:creator>alex1982</dc:creator>
      <dc:date>2009-04-10T13:15:14Z</dc:date>
    </item>
  </channel>
</rss>

