<?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 to enable large file size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591524#M231444</link>
    <description>The command you want is:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/vg00/rlvol6&lt;BR /&gt;&lt;BR /&gt;You don't need "-r" nor "/opt" in the command line.&lt;BR /&gt;&lt;BR /&gt;The filesystem needs to be unmounted too so make sure you stop any services locking the filesystem ("fuser -c /opt" will tell you the processes using it).  It may be easier with /opt to use single-user mode if there are a lot of things running, though it shouldn't be essential.</description>
    <pubDate>Thu, 28 Jul 2005 04:58:44 GMT</pubDate>
    <dc:creator>Simon Hargrave</dc:creator>
    <dc:date>2005-07-28T04:58:44Z</dc:date>
    <item>
      <title>How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591513#M231433</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I want to create more than 2GB file on my HP-UX 11.0 OS system.&lt;BR /&gt;&lt;BR /&gt;  I have around 13GB free space in /opt also my ulimit is set to set to unlimited.&lt;BR /&gt;&lt;BR /&gt;  But still I am not able to create large file. Do I need to set any parameter.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;varian</description>
      <pubDate>Thu, 28 Jul 2005 04:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591513#M231433</guid>
      <dc:creator>walter crasto_1</dc:creator>
      <dc:date>2005-07-28T04:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591514#M231434</link>
      <description>fsadm -F vxfs -o largefiles /dev/vg00/lvol4 (or wherever your /opt is).&lt;BR /&gt;&lt;BR /&gt;This will enable large files on your vxfs filesystem.</description>
      <pubDate>Thu, 28 Jul 2005 04:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591514#M231434</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-07-28T04:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591515#M231435</link>
      <description>Sorry that should be the raw volume ie rlvol4&lt;BR /&gt;&lt;BR /&gt;Also the filesystem needs to be unmounted before you can do this.&lt;BR /&gt;&lt;BR /&gt;I would also question why you are enabling large files on /opt.  Presumably your large files are some sort of data file, in which case they should really be on their own filesystem rather than on /opt which should remain fairly static.</description>
      <pubDate>Thu, 28 Jul 2005 04:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591515#M231435</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-07-28T04:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591516#M231436</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You must use the flag "-o largefiles" when creating the filesystem.&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS installed you can change it on-line with fsadm.&lt;BR /&gt;&lt;BR /&gt;Check man fsadm_vxfs for details.&lt;BR /&gt;&lt;BR /&gt;Enjoy :)</description>
      <pubDate>Thu, 28 Jul 2005 04:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591516#M231436</guid>
      <dc:creator>Pedro Cirne</dc:creator>
      <dc:date>2005-07-28T04:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591517#M231437</link>
      <description>It is also necessary to mount the filesystem with largefiles mount option. Check the /etc/fstab.</description>
      <pubDate>Thu, 28 Jul 2005 04:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591517#M231437</guid>
      <dc:creator>Martin Brachtl</dc:creator>
      <dc:date>2005-07-28T04:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591518#M231438</link>
      <description>Hi anit,&lt;BR /&gt;&lt;BR /&gt;Just make an entry in fstab.&lt;BR /&gt;Change your lvol with your /opt filesystem device name.&lt;BR /&gt;/dev/vg00/lvol7 /opt vxfs delaylog,largefiles 0 2&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;lokesh</description>
      <pubDate>Thu, 28 Jul 2005 04:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591518#M231438</guid>
      <dc:creator>Lokesh_8</dc:creator>
      <dc:date>2005-07-28T04:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591519#M231439</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;AFAIK, the following must be done:&lt;BR /&gt;fsadm -F vxfs -o largefile /dev/vg00/rlvolX&lt;BR /&gt;and the file system can be mounted without the additional parameter in /etc/fstab.&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 28 Jul 2005 04:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591519#M231439</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2005-07-28T04:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591520#M231440</link>
      <description>the largefiles option in fstab technically isn't required.  this won't enable largefiles on a filesytem without it enabled.  all it will do is ensure that if a filesystem doesn't have largefiles enabled it won't mount it.&lt;BR /&gt;&lt;BR /&gt;a filesystem that has been fsadm'd to enable largefiles will still support largefiles even if it's not specified explicitly in fstab.</description>
      <pubDate>Thu, 28 Jul 2005 04:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591520#M231440</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-07-28T04:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591521#M231441</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   Thanks for so many replies.&lt;BR /&gt;One quick question is that, if I run " fsadm -o largefiles" option  on my rvol4 then will my existing data will lost ? Because it's mine /opt partitioned &amp;amp; I want to use this for testing purpose.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Varian</description>
      <pubDate>Thu, 28 Jul 2005 04:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591521#M231441</guid>
      <dc:creator>walter crasto_1</dc:creator>
      <dc:date>2005-07-28T04:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591522#M231442</link>
      <description>Your files will not be lost, it will simply enable support for an extra inode level.&lt;BR /&gt;&lt;BR /&gt;Of course it goes without saying that you should ensure you have a full backup of the filesystem before performing this or any filesystem administration task.</description>
      <pubDate>Thu, 28 Jul 2005 04:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591522#M231442</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-07-28T04:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591523#M231443</link>
      <description>Thanks Simon,&lt;BR /&gt;&lt;BR /&gt;  I gave following command,&lt;BR /&gt;"fsadm -F vxfs -o largefiles -r /dev/vg00/rlvol6 /opt "&lt;BR /&gt;&lt;BR /&gt;  But gave me error saying that /opt filesystem  is not part of root inode.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Varian.</description>
      <pubDate>Thu, 28 Jul 2005 04:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591523#M231443</guid>
      <dc:creator>walter crasto_1</dc:creator>
      <dc:date>2005-07-28T04:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable large file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591524#M231444</link>
      <description>The command you want is:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/vg00/rlvol6&lt;BR /&gt;&lt;BR /&gt;You don't need "-r" nor "/opt" in the command line.&lt;BR /&gt;&lt;BR /&gt;The filesystem needs to be unmounted too so make sure you stop any services locking the filesystem ("fuser -c /opt" will tell you the processes using it).  It may be easier with /opt to use single-user mode if there are a lot of things running, though it shouldn't be essential.</description>
      <pubDate>Thu, 28 Jul 2005 04:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-enable-large-file-size/m-p/3591524#M231444</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-07-28T04:58:44Z</dc:date>
    </item>
  </channel>
</rss>

