<?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: large file support in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417854#M203641</link>
    <description>Answer in a previous thread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=118006" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=118006&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
    <pubDate>Tue, 09 Nov 2004 12:55:39 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2004-11-09T12:55:39Z</dc:date>
    <item>
      <title>large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417848#M203635</link>
      <description>Hi can any one tell me how to find out weather the filesystem supports large file and long file name support or not ?&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 03:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417848#M203635</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2004-11-09T03:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417849#M203636</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;# fstyp -v &lt;LOGICAL volume=""&gt;&lt;BR /&gt;&lt;BR /&gt;if:&lt;BR /&gt;f_flag: 16 --&amp;gt;supports large files&lt;BR /&gt;f_flag: 0 --&amp;gt;no support for large files&lt;BR /&gt;&lt;BR /&gt;and eventualy test by creating a large file by the prealloc command, e.g.:&lt;BR /&gt;# prealloc mybigfile 2200000000&lt;BR /&gt; &lt;BR /&gt;I think that you can make filenames as long as 255 characters. How long do you need them?&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;/LOGICAL&gt;</description>
      <pubDate>Tue, 09 Nov 2004 03:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417849#M203636</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2004-11-09T03:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417850#M203637</link>
      <description>try&lt;BR /&gt;dbnode:toor-/&amp;gt;fstyp -v /dev/vg21/lvol4 &lt;BR /&gt;vxfs&lt;BR /&gt;version: 4&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 8192&lt;BR /&gt;f_blocks: 10483712&lt;BR /&gt;f_bfree: 8114032&lt;BR /&gt;f_bavail: 8050642&lt;BR /&gt;f_files: 2028512&lt;BR /&gt;f_ffree: 2028480&lt;BR /&gt;f_favail: 2028480&lt;BR /&gt;f_fsid: 1075118084&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;f_namemax: 254&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;f_flag: 16&lt;BR /&gt;f_fsindex: 7&lt;BR /&gt;f_size: 10483712&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Tue, 09 Nov 2004 03:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417850#M203637</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-11-09T03:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417851#M203638</link>
      <description>fsadm -F vxfs /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;replace /dev/vg02/lvol1 with your FS &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 04:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417851#M203638</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-11-09T04:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417852#M203639</link>
      <description>Hi&lt;BR /&gt;   If the large file support is not enabled &lt;BR /&gt;How to enable it . Can i do it just buy umounting the filesystem .wht will happen to the data.&lt;BR /&gt;Is this Largefile support same for&lt;BR /&gt;1.simple lvm with hfs&lt;BR /&gt;2.Vertitas vaolume manager &lt;BR /&gt;3. Online JFS</description>
      <pubDate>Tue, 09 Nov 2004 12:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417852#M203639</guid>
      <dc:creator>kamal_9</dc:creator>
      <dc:date>2004-11-09T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417853#M203640</link>
      <description>&lt;BR /&gt;fsadm -F vxfs -o largefiles /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 09 Nov 2004 12:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417853#M203640</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-09T12:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417854#M203641</link>
      <description>Answer in a previous thread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=118006" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=118006&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 09 Nov 2004 12:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417854#M203641</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-11-09T12:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417855#M203642</link>
      <description>To answer the rest of your question, largefile support is the same for HFS or VxFS, VxVM or LVM, and OnlineJFS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 09 Nov 2004 13:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417855#M203642</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-09T13:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417856#M203643</link>
      <description>Hi Kamal,&lt;BR /&gt;&lt;BR /&gt;    Assuming that you have licenced online JFS installed on your system:-&lt;BR /&gt;&lt;BR /&gt;To find a file system supports large file or not use:&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs /&lt;MOUNT point="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;output will be either largefiles/nolargefiles&lt;BR /&gt;&lt;BR /&gt;    To convert a HFS file system from a nolargefiles file system to a largefiles file system:&lt;BR /&gt;&lt;BR /&gt;#fsadm -F hfs -o largefiles /dev/vgxx/&lt;LOGICAL volume="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;For more info. Pls see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam&lt;BR /&gt;&lt;/LOGICAL&gt;&lt;/MOUNT&gt;</description>
      <pubDate>Tue, 09 Nov 2004 21:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/large-file-support/m-p/3417856#M203643</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-11-09T21:23:10Z</dc:date>
    </item>
  </channel>
</rss>

