<?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: File size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706480#M903243</link>
    <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt; The tar command itself cannot handle nor create files &amp;gt; 2Gb.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 18 Apr 2002 17:07:45 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-04-18T17:07:45Z</dc:date>
    <item>
      <title>File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706479#M903242</link>
      <description>We just setup an HP 11.11 system and it's connected to a set of EMC disks.&lt;BR /&gt;When I try and tar a directory, tar keeps stopping after the output tar is a little over 2GB and says&lt;BR /&gt;Tar: end of tape&lt;BR /&gt;Tar: to continue, enter device/file name when ready or null string to quit&lt;BR /&gt;The EMC is set up in 8 GB luns with about 5 luns per logical partition, so the partitions are about 40 GB any idea why the file can't be over 2GB?</description>
      <pubDate>Thu, 18 Apr 2002 17:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706479#M903242</guid>
      <dc:creator>Brian_71</dc:creator>
      <dc:date>2002-04-18T17:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706480#M903243</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt; The tar command itself cannot handle nor create files &amp;gt; 2Gb.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 18 Apr 2002 17:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706480#M903243</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-18T17:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706481#M903244</link>
      <description>Do you have largefiles enabled on that file system?&lt;BR /&gt;&lt;BR /&gt;Check by:&lt;BR /&gt;&lt;BR /&gt;# fsadm /mountpoint&lt;BR /&gt;&lt;BR /&gt;It should return 'largefiles' or 'nolargefiles'.  If 'noloargefiles' is returned you can change it by:&lt;BR /&gt;&lt;BR /&gt;# fsadm -o largefiles /mountpoint</description>
      <pubDate>Thu, 18 Apr 2002 17:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706481#M903244</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-04-18T17:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706482#M903245</link>
      <description>It's a tar limitation, you can download GNU tar to overcome this limit.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/&lt;/A&gt;</description>
      <pubDate>Thu, 18 Apr 2002 17:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706482#M903245</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-18T17:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706483#M903246</link>
      <description>Hi Brian&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tar is limited to 2 Gb , you can use GNU tar which is better than tar or cpio , fbackup they will help u go moer than 2 GB.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 18 Apr 2002 17:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706483#M903246</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-18T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706484#M903247</link>
      <description>Hi Brian:&lt;BR /&gt;&lt;BR /&gt;The standard HP-UX 'tar' does not support the archival of files larger than 2GB or files that have user/group IDs greater than 60K. &lt;BR /&gt;&lt;BR /&gt;A far superior version is the gnu version: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Thu, 18 Apr 2002 17:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706484#M903247</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-18T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706485#M903248</link>
      <description>Neither can cpio, gzip, etc.&lt;BR /&gt;If the archive will go to this system or another HP-UX system, I'd recommend you use fbackup which CAN handle files &amp;gt; 2 Gb.&lt;BR /&gt;Another option would be to use the GNU tar command - gtar. Can pick it up at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnu.org/software/tar/tar.html" target="_blank"&gt;http://www.gnu.org/software/tar/tar.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 18 Apr 2002 17:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706485#M903248</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-18T17:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706486#M903249</link>
      <description>Yep,&lt;BR /&gt;but as Patrick mentionned if the file system is not large file enable e.g.:&lt;BR /&gt;/dev/r5vg01/lvol4 /data/mnt1 vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;then whatever utility you use will fail...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Apr 2002 17:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706486#M903249</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2002-04-18T17:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706487#M903250</link>
      <description>large files are not enable on the file system. If I type in that command to enable it will may data that is there now get messed up?&lt;BR /&gt;&lt;BR /&gt;Also what are the reasons that it is set to not enabled instead of enabled?&lt;BR /&gt;&lt;BR /&gt;Any pros or cons?</description>
      <pubDate>Thu, 18 Apr 2002 17:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706487#M903250</guid>
      <dc:creator>Brian_71</dc:creator>
      <dc:date>2002-04-18T17:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706488#M903251</link>
      <description>HI ,&lt;BR /&gt;Tar can not be used to backup file size larget than 2 GB.&lt;BR /&gt;IF you have large size file then try to compress it and make it less than 2 GB if you can make it. This is the only way to backup a file more  than 2 GB size using tar.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Thu, 18 Apr 2002 17:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706488#M903251</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-18T17:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706489#M903252</link>
      <description>USe fbackup for backing up this file.IT is an awesome tool from HP.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Thu, 18 Apr 2002 17:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706489#M903252</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-18T17:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706490#M903253</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt; Nope enabling now will not harm existing data.&lt;BR /&gt;The default is no largefiles &amp;amp; that's why it probably got set that way.&lt;BR /&gt;Go ahead &amp;amp; set it &amp;amp; you can TRY tar but &amp;gt; 2GB is NOT supported &amp;amp; not reliable.&lt;BR /&gt;Check fbackup out do a man fbackup.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 18 Apr 2002 17:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706490#M903253</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-18T17:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706491#M903254</link>
      <description>Download and install gnu tar.</description>
      <pubDate>Thu, 18 Apr 2002 17:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706491#M903254</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-18T17:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706492#M903255</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can convert a filesystem that does not have largefiles enabled to one that does without problem.&lt;BR /&gt;&lt;BR /&gt;You can choose to enable largefiles or not.  Consider that you may not want some filesystems to hold largefiles because you want to be able to use the old, standard utilities for backup.  This would apply to the vg00 filesystems that you want Ignite to process.&lt;BR /&gt;&lt;BR /&gt;The HP-UX Large Files White Paper is worth reading if you have not already done so:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 18 Apr 2002 17:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706492#M903255</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-18T17:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706493#M903256</link>
      <description>Any idea on the logic of why the default is nolargfiles?&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Apr 2002 17:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706493#M903256</guid>
      <dc:creator>Brian_71</dc:creator>
      <dc:date>2002-04-18T17:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: File size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706494#M903257</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt; JRF's response pretty well summed it up.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 18 Apr 2002 17:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2706494#M903257</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-18T17:40:03Z</dc:date>
    </item>
  </channel>
</rss>

