<?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: Determine largefile support 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067509#M438134</link>
    <description>Hi (again) Cossam:&lt;BR /&gt;&lt;BR /&gt;I see that you are new to the ITRC today.  Welcome to the community!&lt;BR /&gt;&lt;BR /&gt;Please consider:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 06 Sep 2007 12:37:19 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-09-06T12:37:19Z</dc:date>
    <item>
      <title>Determine largefile support 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067505#M438130</link>
      <description>I do not have root access but am a developer with limited access is it possible to determine whether a filesystem has largefiles option in HP-UX B.11.23 ia64.&lt;BR /&gt;&lt;BR /&gt;Checked fstab - no largefiles options in there&lt;BR /&gt;Tried fstyp, fsadm, mkfs with several options all these do not work with limited access.</description>
      <pubDate>Thu, 06 Sep 2007 11:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067505#M438130</guid>
      <dc:creator>Cossam Mafuta</dc:creator>
      <dc:date>2007-09-06T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Determine largefile support 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067506#M438131</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;largefiles was taken out of fstab in 11.11&lt;BR /&gt;&lt;BR /&gt;fstyp -v&lt;BR /&gt;&lt;BR /&gt;This may however require root access to get the information.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 06 Sep 2007 11:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067506#M438131</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-06T11:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Determine largefile support 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067507#M438132</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In the absence of permissions to run 'mkfs', 'fsadm' or 'fstyp' I suppose you could simply test your ability to create a largefile (&amp;gt;2GB).  A simple test is:&lt;BR /&gt;&lt;BR /&gt;# perl -e 'open(FH,"&amp;gt;","./LARGE") or die;seek(FH,2**32,1) or die'&lt;BR /&gt;&lt;BR /&gt;IF 'largefiles" is allowed, your filesystem will have a sparse file of size 4,294,967.298.  IF 'largefiles' is NOT enabled, the resulting file will show zero (0) size.&lt;BR /&gt;&lt;BR /&gt;The ability to specify 'largefiles' and 'nolargefiles' options in '/etc/fstab' was *NOT* removed in current releases.  Rather, the absence of any option simply allows the state of the filesystem to determine whether it is mounted with largefiles enabled or not.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Sep 2007 11:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067507#M438132</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-06T11:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Determine largefile support 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067508#M438133</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Ooops!  I dropped a write.  The correct script should be:&lt;BR /&gt;&lt;BR /&gt;# cd /path_to_evaluate&lt;BR /&gt;&lt;BR /&gt;# perl -e 'open(FH,"&amp;gt;","./LARGE") or die;seek(FH,2**32,1) or die;print FH "\n"'&lt;BR /&gt;&lt;BR /&gt;# ls -l LARGE&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Sep 2007 12:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067508#M438133</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-06T12:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Determine largefile support 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067509#M438134</link>
      <description>Hi (again) Cossam:&lt;BR /&gt;&lt;BR /&gt;I see that you are new to the ITRC today.  Welcome to the community!&lt;BR /&gt;&lt;BR /&gt;Please consider:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Sep 2007 12:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067509#M438134</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-06T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Determine largefile support 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067510#M438135</link>
      <description>Thanks will tried perl option  seemed to work.</description>
      <pubDate>Fri, 07 Sep 2007 06:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determine-largefile-support-11-23/m-p/5067510#M438135</guid>
      <dc:creator>Cossam Mafuta</dc:creator>
      <dc:date>2007-09-07T06:02:08Z</dc:date>
    </item>
  </channel>
</rss>

