<?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: About Large File Support in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303893#M565137</link>
    <description>Hi Dhipu&lt;BR /&gt;&lt;BR /&gt;you will need Online JFS with a valid license to add the largefile option using fsadm command on a mounted filesystem.&lt;BR /&gt;&lt;BR /&gt;Check if you can get a demo license for Online JFS from HP.&lt;BR /&gt;&lt;BR /&gt;Sagar</description>
    <pubDate>Wed, 12 Nov 2008 07:46:42 GMT</pubDate>
    <dc:creator>Sagar Sirdesai</dc:creator>
    <dc:date>2008-11-12T07:46:42Z</dc:date>
    <item>
      <title>About Large File Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303887#M565131</link>
      <description>I have one RX6600 with HPUX 11.23 without Online JFS(ie only with VXFS).I have created a partition using the command&lt;BR /&gt;#mkfs -F vxfs /dev/vg01/lvol4&lt;BR /&gt;but now I want to include the option called large file support in this partition(2GB support).Can I do it without destroying the filesystem in it.</description>
      <pubDate>Tue, 11 Nov 2008 11:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303887#M565131</guid>
      <dc:creator>Dhipu</dc:creator>
      <dc:date>2008-11-11T11:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: About Large File Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303888#M565132</link>
      <description>Yes, you can do it with out any problem:&lt;BR /&gt;&lt;BR /&gt;fsadm -o largefiles /mountPOINT</description>
      <pubDate>Tue, 11 Nov 2008 11:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303888#M565132</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-11-11T11:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: About Large File Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303889#M565133</link>
      <description>You can change it with: &lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs -o largefiles /mountpoint&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 11 Nov 2008 11:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303889#M565133</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-11-11T11:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: About Large File Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303890#M565134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use mount command&lt;BR /&gt;mount -o largfiles  /dev/vg01/lvol4 /mountpoint&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 11 Nov 2008 11:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303890#M565134</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-11-11T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: About Large File Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303891#M565135</link>
      <description>What you were mentioning is when we have Online JFS installed, in my case I have only VXFS support.&lt;BR /&gt;&lt;BR /&gt;Is it true?</description>
      <pubDate>Tue, 11 Nov 2008 11:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303891#M565135</guid>
      <dc:creator>Dhipu</dc:creator>
      <dc:date>2008-11-11T11:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: About Large File Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303892#M565136</link>
      <description>Hi Dhipu,&lt;BR /&gt;&lt;BR /&gt;Online JFS is need if you want to do it online. i.e on mounted filesystem.&lt;BR /&gt;&lt;BR /&gt;But without online JFS also you can enable largefiles by using fsadm. but the filesystem should be unmounted.&lt;BR /&gt;&lt;BR /&gt;See the quote from HP.&lt;BR /&gt;&lt;BR /&gt;Changing from a Large-Files File System:&lt;BR /&gt;&lt;BR /&gt;You can change a file system back and forth between large files and no large files using the fsadm command. It is important to realize that the conversion of these file systems must be done on an unmounted file system, and fsck will be called after a successful conversion.&lt;BR /&gt;&lt;BR /&gt;The following example shows how to convert a no-large-files file system to a large-files file system.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;/usr/sbin/fsadm -F hfs -o largefiles /dev/vg02/rlvol1 &lt;BR /&gt;&lt;BR /&gt;The mount Command and Large-Files File Systems:&lt;BR /&gt;&lt;BR /&gt;The mount command supports large-files file systems and provides you with a method of ensuring that no large-files file systems are mounted on the system. &lt;BR /&gt;&lt;BR /&gt;The mount command uses the same two options as the mkfs, newfs, and fsadm commands (largefiles and nolargefiles). mount will not mount a large-files file system if the -o nolargefiles option is specified. Conversely, the mount command will not mount a no-large-files file system if the -o largefiles option is specified. If no option is provided to mount, it will use the state of the file system itself to determine if it is mounted as largefiles or nolargefiles.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2008 12:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303892#M565136</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-11T12:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: About Large File Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303893#M565137</link>
      <description>Hi Dhipu&lt;BR /&gt;&lt;BR /&gt;you will need Online JFS with a valid license to add the largefile option using fsadm command on a mounted filesystem.&lt;BR /&gt;&lt;BR /&gt;Check if you can get a demo license for Online JFS from HP.&lt;BR /&gt;&lt;BR /&gt;Sagar</description>
      <pubDate>Wed, 12 Nov 2008 07:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303893#M565137</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2008-11-12T07:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: About Large File Support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303894#M565138</link>
      <description># newfs -F vxfs -o largefiles /dev/vg01/rlvol4&lt;BR /&gt;&lt;BR /&gt;mkdir /&lt;DIRECTORY_NAME&gt;&lt;BR /&gt;cp -p /etc/fstab /etc/fstab.bk&lt;BR /&gt;vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol4 /&lt;MOUNT_POINT_NAME&gt; vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;mount /&lt;MOUNT_POINT&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;/MOUNT_POINT&gt;&lt;/MOUNT_POINT_NAME&gt;&lt;/DIRECTORY_NAME&gt;</description>
      <pubDate>Wed, 12 Nov 2008 08:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-large-file-support/m-p/4303894#M565138</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-12T08:21:56Z</dc:date>
    </item>
  </channel>
</rss>

