<?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: how can I establish the single file bigger than 2Gb? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983485#M294653</link>
    <description>You have to enable largefile support on the files sytem.&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /dev/vg00/rlvol7&lt;BR /&gt;will show you whether largefile is enabled&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles /mountpoint &lt;BR /&gt;is the command to update it.&lt;BR /&gt;&lt;BR /&gt;Also needs to change the /etc/fstab</description>
    <pubDate>Wed, 18 Apr 2007 00:39:15 GMT</pubDate>
    <dc:creator>Rasheed Tamton</dc:creator>
    <dc:date>2007-04-18T00:39:15Z</dc:date>
    <item>
      <title>how can I establish the single file bigger than 2Gb?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983483#M294651</link>
      <description>&lt;BR /&gt;my ia64 machine Os is hpux11.23v2 ,but I can'nt establish the single file bigger than 2Gb?&lt;BR /&gt;who can tell me how to do this?</description>
      <pubDate>Wed, 18 Apr 2007 00:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983483#M294651</guid>
      <dc:creator>xxl_1</dc:creator>
      <dc:date>2007-04-18T00:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: how can I establish the single file bigger than 2Gb?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983484#M294652</link>
      <description>hi,&lt;BR /&gt;I think it depands on the FS setings.&lt;BR /&gt;You should create the filesystem with "largefiles".&lt;BR /&gt;newfs -F ___ -o largefiles ____&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 00:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983484#M294652</guid>
      <dc:creator>Eli_pok</dc:creator>
      <dc:date>2007-04-18T00:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: how can I establish the single file bigger than 2Gb?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983485#M294653</link>
      <description>You have to enable largefile support on the files sytem.&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /dev/vg00/rlvol7&lt;BR /&gt;will show you whether largefile is enabled&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles /mountpoint &lt;BR /&gt;is the command to update it.&lt;BR /&gt;&lt;BR /&gt;Also needs to change the /etc/fstab</description>
      <pubDate>Wed, 18 Apr 2007 00:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983485#M294653</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-04-18T00:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: how can I establish the single file bigger than 2Gb?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983486#M294654</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It depends on how u have created filesystem.&lt;BR /&gt;The file system has to support largefiles, u&lt;BR /&gt;can check this as below.&lt;BR /&gt;&lt;BR /&gt;1] Check filesystem type&lt;BR /&gt;&lt;BR /&gt;# fstyp &lt;FILESYSTEM lv="" block="" device=""&gt;&lt;BR /&gt;&lt;BR /&gt;eg.&lt;BR /&gt;&lt;BR /&gt;#fstyp /dev/vgdata/lvol12&lt;BR /&gt;vxfs&lt;BR /&gt;&lt;BR /&gt;This returns the filesystem type&lt;BR /&gt;use this to get file system details as below.&lt;BR /&gt;&lt;BR /&gt;2] Get filesystem details.&lt;BR /&gt;&lt;BR /&gt;# mkfs -F &lt;FS type=""&gt; -m &lt;FS lv="" block="" device=""&gt;&lt;BR /&gt;&lt;BR /&gt;eg.&lt;BR /&gt;&lt;BR /&gt;#mkfs -F vxfs -m /dev/vgdata/lvol12&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=2048,version=4,inosize=256,logsize=1024,largefiles /dev/vgdata/lvol12 21659648&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/vgfa/lvol6&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=3,inosize=256,logsize=1024,nolargefiles /dev/vgfa/lvol6 4300800&lt;BR /&gt;&lt;BR /&gt;If FS is created with option nolorgefiles then&lt;BR /&gt;to support largefiles u have to take backup of&lt;BR /&gt;existing FS, recreate FS with option largefiles,&lt;BR /&gt;mount the FS and restore data from backup&lt;BR /&gt;&lt;BR /&gt;see man mkfs&lt;BR /&gt;&lt;BR /&gt;-Santosh&lt;/FS&gt;&lt;/FS&gt;&lt;/FILESYSTEM&gt;</description>
      <pubDate>Wed, 18 Apr 2007 01:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983486#M294654</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2007-04-18T01:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: how can I establish the single file bigger than 2Gb?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983487#M294655</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You must change your filesystem to support largefiles. First check whether you have Online JFS installed: swlist | grep -i jfs&lt;BR /&gt;&lt;BR /&gt;if you have Online JFS:&lt;BR /&gt;# fsadm -F vxfs -o largefiles /mountpoint &lt;BR /&gt;&lt;BR /&gt;if you don't have online JFS:&lt;BR /&gt;# umount /mountpoint&lt;BR /&gt;# fsadm -F vxfs -o largefiles /mountpoint &lt;BR /&gt;&lt;BR /&gt;after this, change the fstab to:&lt;BR /&gt;/dev/vgxx/lvolxx /mountpoint vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Sandy</description>
      <pubDate>Wed, 18 Apr 2007 02:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-establish-the-single-file-bigger-than-2gb/m-p/3983487#M294655</guid>
      <dc:creator>Sandy Chen</dc:creator>
      <dc:date>2007-04-18T02:59:32Z</dc:date>
    </item>
  </channel>
</rss>

