<?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: Large File Supported in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141972#M452672</link>
    <description>thank guys.</description>
    <pubDate>Thu, 20 Nov 2008 09:42:27 GMT</pubDate>
    <dc:creator>aan_1</dc:creator>
    <dc:date>2008-11-20T09:42:27Z</dc:date>
    <item>
      <title>Large File Supported</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141967#M452667</link>
      <description>We are using the JFS filesystem:&lt;BR /&gt;fstyp -v /dev/vg01/lvol1&lt;BR /&gt;vxfs&lt;BR /&gt;version: 5&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 512000000&lt;BR /&gt;f_bfree: 504518157&lt;BR /&gt;f_bavail: 472985773&lt;BR /&gt;f_files: 126150272&lt;BR /&gt;f_ffree: 126129536&lt;BR /&gt;f_favail: 126129536&lt;BR /&gt;f_fsid: 1073807361&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;f_namemax: 254&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;f_flag: 16&lt;BR /&gt;f_fsindex: 10&lt;BR /&gt;f_size: 512000000&lt;BR /&gt;&lt;BR /&gt;How to know that this filesystem support the Largefile?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Asrul</description>
      <pubDate>Thu, 20 Nov 2008 09:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141967#M452667</guid>
      <dc:creator>aan_1</dc:creator>
      <dc:date>2008-11-20T09:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Large File Supported</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141968#M452668</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;without online jfs&lt;BR /&gt;# /usr/sbin/fstyp -v /dev/vgxx/lvolx|grep f_flag&lt;BR /&gt;f_flag: 16 large files are activated&lt;BR /&gt;f_flag: 0 large files are inactive&lt;BR /&gt;&lt;BR /&gt;with online jfs&lt;BR /&gt;/usr/sbin/fsadm -F vxfs /file_system_path&lt;BR /&gt;the o/p will be largefiles&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashnat</description>
      <pubDate>Thu, 20 Nov 2008 09:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141968#M452668</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-11-20T09:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Large File Supported</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141969#M452669</link>
      <description>Large files ARE supported, if you wan't to know if largefiles is active you can use:&lt;BR /&gt;&lt;BR /&gt;[root@sdprbusq:~]# fsadm -F vxfs -v /home                                                                            &lt;BR /&gt;vxfs fsadm: using device /dev/vg00/rlvol8&lt;BR /&gt;largefiles&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2008 09:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141969#M452669</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-11-20T09:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Large File Supported</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141970#M452670</link>
      <description>Hi Asrul,&lt;BR /&gt;&lt;BR /&gt;f_flag : 16 shows that you currently support larger file &lt;BR /&gt;&lt;BR /&gt;# fstype -v /dev/vgXX/lvolX&lt;BR /&gt;f_flag: 16 = largefiles &lt;BR /&gt;f_flag: 0 = no_largefiles &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 20 Nov 2008 09:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141970#M452670</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-20T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Large File Supported</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141971#M452671</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#  mkfs -m /dev/vg00/lvol4&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=5,inosize=256,logsize=2048,largefiles /dev/vg00/lvol4 2097152&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 20 Nov 2008 09:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141971#M452671</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-20T09:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Large File Supported</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141972#M452672</link>
      <description>thank guys.</description>
      <pubDate>Thu, 20 Nov 2008 09:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-supported/m-p/5141972#M452672</guid>
      <dc:creator>aan_1</dc:creator>
      <dc:date>2008-11-20T09:42:27Z</dc:date>
    </item>
  </channel>
</rss>

