<?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: largefiles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558470#M29044</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;  This error will come if ur file system is hfs. I mean ur file system is hfs and U are issuing command for vxfs. Run command like this and see&lt;BR /&gt;&lt;BR /&gt;#fsadm -F hfs /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;  No need of unmounting the filesystem.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
    <pubDate>Mon, 30 Jul 2001 06:54:30 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2001-07-30T06:54:30Z</dc:date>
    <item>
      <title>largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558469#M29043</link>
      <description>Hi all,&lt;BR /&gt;i have a problem concerning largefiles. During installation i think i have enabled them, but some users says i haven't. To check that i'm issueing this command:&lt;BR /&gt;fsadm -F vxfs /dev/vg00/lvol4 (that corresponds to my /local_user).&lt;BR /&gt;But i'm having this error:&lt;BR /&gt;vxfs fsadm: /dev/vg00/lvol4 is not the root inode of a vxfs file system.&lt;BR /&gt;What is the problem? then is it correct what i will do:&lt;BR /&gt;umount -a&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/vg00/lvol4&lt;BR /&gt;mount&lt;BR /&gt;thanks in advance</description>
      <pubDate>Mon, 30 Jul 2001 06:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558469#M29043</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-07-30T06:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558470#M29044</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  This error will come if ur file system is hfs. I mean ur file system is hfs and U are issuing command for vxfs. Run command like this and see&lt;BR /&gt;&lt;BR /&gt;#fsadm -F hfs /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;  No need of unmounting the filesystem.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Mon, 30 Jul 2001 06:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558470#M29044</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-30T06:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558471#M29045</link>
      <description>When working on an unmounted filesystem, use the raw device (rlvol4)!&lt;BR /&gt;&lt;BR /&gt;I setup a new filesystem and added the largefile bit, here on a mounted filesystem.&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs /dev/vgburn/rlvol2              &lt;BR /&gt;    version 3 layout&lt;BR /&gt;    4096 sectors, 4096 blocks of size 1024, log size 128 blocks&lt;BR /&gt;    unlimited inodes, largefiles not supported&lt;BR /&gt;    4096 data blocks, 3896 free data blocks&lt;BR /&gt;    1 allocation units of 32768 blocks, 32768 data blocks&lt;BR /&gt;    last allocation unit has 4096 data blocks&lt;BR /&gt;# mkdir /sepp&lt;BR /&gt;# mount /dev/vgburn/lvol2 /sepp &lt;BR /&gt;# fsadm -F vxfs /sepp&lt;BR /&gt;nolargefiles&lt;BR /&gt;# fsadm -F vxfs -o largefiles /sepp&lt;BR /&gt;vxfs fsadm: set feature (LARGEFILES) failed, errno 251&lt;BR /&gt;# fsadm -F vxfs /sepp              &lt;BR /&gt;largefiles&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Problem: When using fsadm with the -o largefiles option, fsadm may report a failure even though the command was successful. For example:&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs -o largefiles /filesystem&lt;BR /&gt;vxfs fsadm: set feature (LARGEFILES) failed, errno 251&lt;BR /&gt;A check of the file system will show if the command was successful in setting the largefiles flag.&lt;BR /&gt;&lt;BR /&gt;Workaround: To check if the largefiles flag is set, use &lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /filesystem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Carsten&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 07:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558471#M29045</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-07-30T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558472#M29046</link>
      <description>Hi Shahul,&lt;BR /&gt;my filesystem is vxfs and not hfs. Then i have to unmount because i need to enable largefiles and this isn't possibile if the filesystem is mounted</description>
      <pubDate>Mon, 30 Jul 2001 07:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558472#M29046</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-07-30T07:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558473#M29047</link>
      <description>command :&lt;BR /&gt;&lt;BR /&gt;fsadm /dirrectory&lt;BR /&gt;will be okay.</description>
      <pubDate>Mon, 30 Jul 2001 07:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558473#M29047</guid>
      <dc:creator>Frank Li</dc:creator>
      <dc:date>2001-07-30T07:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558474#M29048</link>
      <description>Or you should use the charactor device file .&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /dev/vg00/rlvol4&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/vg00/rvol4</description>
      <pubDate>Mon, 30 Jul 2001 07:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558474#M29048</guid>
      <dc:creator>Frank Li</dc:creator>
      <dc:date>2001-07-30T07:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558475#M29049</link>
      <description>use the character device files when issuing fsadm commands(sure u have to umount vxfs)...also when first creating,use:&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vgxx/rlvyy;&lt;BR /&gt;********************************************&lt;BR /&gt;or umount the file system and try to mount with:&lt;BR /&gt;mount -F vxfs -o largefiles /dev/vgXX/lvYY /mp&lt;BR /&gt;&lt;BR /&gt;*********************************************&lt;BR /&gt;to check:&lt;BR /&gt;fstyp -v /dev/vgXX/rlvYY&lt;BR /&gt;the f_flag=16 means largefiles option is enabled,zero means nolargefiles...&lt;BR /&gt;&lt;BR /&gt;**********************************************&lt;BR /&gt;&lt;BR /&gt;or try to issue the following command with a user account and obsorve the output:&lt;BR /&gt;# prealloc bigfile 2200000000&lt;BR /&gt;&lt;BR /&gt;**********************************************&lt;BR /&gt;&lt;BR /&gt;regards...&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 06:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558475#M29049</guid>
      <dc:creator>Atil Volkan Yildirim</dc:creator>
      <dc:date>2001-07-31T06:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558476#M29050</link>
      <description>Just a little precision:&lt;BR /&gt;you will have to umount your FS before to&lt;BR /&gt;set the largefile,&lt;BR /&gt;unless you have the Online JFS product installed&lt;BR /&gt;(with the correct level of patch).&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 31 Jul 2001 10:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558476#M29050</guid>
      <dc:creator>Fabien DISSON</dc:creator>
      <dc:date>2001-07-31T10:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558477#M29051</link>
      <description>Hi Tarek&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Incase you donot have ONLINE JFS installed you will have to unmount the file system and then do the fsadm on  the raw lvol .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;few other tips&lt;BR /&gt;&lt;BR /&gt;mkfs -m &amp;lt; file system name &amp;gt; will tell you what the options were used to create the filesystem&lt;BR /&gt;&lt;BR /&gt;ofcourse you know the command to set to the largefiles option.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 31 Jul 2001 13:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/2558477#M29051</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-07-31T13:18:46Z</dc:date>
    </item>
  </channel>
</rss>

