<?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 - HP-UX 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086927#M441709</link>
    <description>One way to find out if an exisiting filesystem has largefiles enabled is to run the command below:&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/&lt;VGNAME&gt;/&lt;LVOLNAME&gt;&lt;/LVOLNAME&gt;&lt;/VGNAME&gt;</description>
    <pubDate>Mon, 07 Jan 2008 19:05:37 GMT</pubDate>
    <dc:creator>Sandman!</dc:creator>
    <dc:date>2008-01-07T19:05:37Z</dc:date>
    <item>
      <title>Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086925#M441707</link>
      <description>Howdy folks,&lt;BR /&gt;&lt;BR /&gt;I am relatively new to hp-ux and am looking for a definitive answer regarding largefiles on hp-ux 11.23.&lt;BR /&gt;&lt;BR /&gt;I've found some sources of information that state that largefiles are enabled by default when creating/mounting vxfs file systems in 11.23; there is no need to specify when creating, or moutning or when making an entry in fstab. But I also find information to the contrary. &lt;BR /&gt;&lt;BR /&gt;Can one of you gurus out there please tell me which it is?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Mon, 07 Jan 2008 18:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086925#M441707</guid>
      <dc:creator>Fred Sanford III</dc:creator>
      <dc:date>2008-01-07T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086926#M441708</link>
      <description>Not by default.&lt;BR /&gt;&lt;BR /&gt;I have always had to specify.  Might be able to edit /etc/defaults .. &lt;BR /&gt;&lt;BR /&gt;from the man page newfs_vxfs&lt;BR /&gt;  -o  largefiles | nolargefiles&lt;BR /&gt;                          Valid only for the Version 4 and 5 disk layouts.&lt;BR /&gt;                          This option controls the largefiles flag for the&lt;BR /&gt;                          file system.  If largefiles is specified, the bit&lt;BR /&gt;                          is set and files two gigabytes or larger can be&lt;BR /&gt;                          created.  If nolargefiles is specified, the bit is&lt;BR /&gt;                          cleared and files created on the files system are&lt;BR /&gt;                          limited to less than two gigabytes.  The default&lt;BR /&gt;                          is nolargefiles.  See mkfs_vxfs(1M),&lt;BR /&gt;                          mount_vxfs(1M) and fsadm_vxfs(1M).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 19:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086926#M441708</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-07T19:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086927#M441709</link>
      <description>One way to find out if an exisiting filesystem has largefiles enabled is to run the command below:&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/&lt;VGNAME&gt;/&lt;LVOLNAME&gt;&lt;/LVOLNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Mon, 07 Jan 2008 19:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086927#M441709</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2008-01-07T19:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086928#M441710</link>
      <description>Hi Fred:&lt;BR /&gt;&lt;BR /&gt;You may wish to add 'largefiles' or 'nolargefiles' to '/etc/fstab' to match each underlying filesystem.  When you do this, mounting will only succeed if the declaration in 'fstab' matches what the actual filesystem's largefiles bit has set.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 07 Jan 2008 19:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086928#M441710</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-07T19:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086929#M441711</link>
      <description>Thanks for the input, guys. &lt;BR /&gt;&lt;BR /&gt;The thing is, I have a running 11.23 system with vxfs file systems that were created without the largefile option specicied, and there certainly isn't anything in fstab, yet there are definitely files larger than 2GB on them. &lt;BR /&gt;&lt;BR /&gt;Fsadm shows largefiles, mount -v does not show largefiles, but i assume that is because that option is not specified in fstab? &lt;BR /&gt;&lt;BR /&gt;I guess the safe way to go would just be to proceed as we've done in the past, specify large files when creating the file system, and add the option to fstab. But I hate doing things because "that's the way it's always been done."</description>
      <pubDate>Mon, 07 Jan 2008 20:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086929#M441711</guid>
      <dc:creator>Fred Sanford III</dc:creator>
      <dc:date>2008-01-07T20:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086930#M441712</link>
      <description>I believe you can just flip the largefiles bit with fsadm.  You will still need to umount and remount with the option set in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 20:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086930#M441712</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-07T20:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086931#M441713</link>
      <description>&amp;gt;I've found some sources of information that state that largefiles are enabled by default when creating/mounting vxfs file systems in 11.23;&lt;BR /&gt;&lt;BR /&gt;I thought so too.  But for 11.31 it is the default and mkfs_vxfs(1M) says so.</description>
      <pubDate>Mon, 07 Jan 2008 21:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086931#M441713</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-07T21:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086932#M441714</link>
      <description>If you have OnlineJFS installed you can simply change the file system attributes online using the fsadm.&lt;BR /&gt;&lt;BR /&gt;First find out if the file system is largefiles enabled. Keep in mind, only file systems over 2GB need to be largefiles enabled.&lt;BR /&gt;&lt;BR /&gt;home/rootlbm &amp;gt; fsadm /tmp &lt;BR /&gt;fsadm: /etc/default/fs is used for determining the file system type&lt;BR /&gt;nolargefiles&lt;BR /&gt;&lt;BR /&gt;Then set it as following:&lt;BR /&gt;&lt;BR /&gt;home/rootlbm &amp;gt; fsadm -o largefiles /tmp&lt;BR /&gt;fsadm: /etc/default/fs is used for determining the file system type&lt;BR /&gt;&lt;BR /&gt;Check it again.&lt;BR /&gt;&lt;BR /&gt;home/rootlbm &amp;gt; fsadm /tmp&lt;BR /&gt;fsadm: /etc/default/fs is used for determining the file system type&lt;BR /&gt;largefiles&lt;BR /&gt;&lt;BR /&gt;you can also use SAM or update the /etc/fstab as pointed out by my peers!</description>
      <pubDate>Mon, 07 Jan 2008 22:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086932#M441714</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2008-01-07T22:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086933#M441715</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;For changing the largefiles bit on a JFS filesystem: &lt;BR /&gt;To convert an Advanced JFS filesystem: &lt;BR /&gt;fsadm -F vxfs -o largefiles /(mountpoint)&lt;BR /&gt;&lt;BR /&gt;To convert a base JFS filesystem (filesystem MUST be unmounted): &lt;BR /&gt;#fsadm -F vxfs -o largefiles /dev/vg0#/rlvol#&lt;BR /&gt;&lt;BR /&gt;To mount the new largefiles capable file system : &lt;BR /&gt;#mount -F vxfs -o largefiles /dev/vg#/lvol# /(mountpoint)&lt;BR /&gt;&lt;BR /&gt;To set the correct /etc/fstab &lt;BR /&gt;syntax : &lt;BR /&gt;&lt;BR /&gt;/dev/vg0#/lvol# /ignite_depot vxfs delaylog,largefiles 0 2&lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Tue, 08 Jan 2008 06:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086933#M441715</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2008-01-08T06:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086934#M441716</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;In version &amp;gt;11.23 yes, is for default the larguefiles option.&lt;BR /&gt;&lt;BR /&gt;you can check if you haver Fs with largue files with fstyp -v &lt;LVOL&gt;, 16 is the same tha largefiles available.&lt;BR /&gt;&lt;BR /&gt;please see man page of fstyp&lt;BR /&gt;regards&lt;/LVOL&gt;</description>
      <pubDate>Tue, 08 Jan 2008 11:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086934#M441716</guid>
      <dc:creator>Roberto Arias</dc:creator>
      <dc:date>2008-01-08T11:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Largefiles - HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086935#M441717</link>
      <description>Thanks for al the info!</description>
      <pubDate>Tue, 08 Jan 2008 15:04:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles-hp-ux-11-23/m-p/5086935#M441717</guid>
      <dc:creator>Fred Sanford III</dc:creator>
      <dc:date>2008-01-08T15:04:03Z</dc:date>
    </item>
  </channel>
</rss>

