<?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: problem with largefiles option in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646211#M239882</link>
    <description>The filesystem is not the problem.  You are using a 32 bit version of gzip which cannot seek more than 2Gb.&lt;BR /&gt;You can get round this by reading the file contents using re-direction from stdin (&amp;lt; or cat | ) then re-directing the output using &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Then you need to install a 64 bit version of gzip.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Oct 2005 04:38:07 GMT</pubDate>
    <dc:creator>Steve Lewis</dc:creator>
    <dc:date>2005-10-11T04:38:07Z</dc:date>
    <item>
      <title>problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646201#M239872</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have created new FS with largefiles option:&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg01/rlvol1&lt;BR /&gt;&lt;BR /&gt;now I am trying to mount this fs with largefiles option it doesnt wor. &lt;BR /&gt;&lt;BR /&gt;mount -F vxfs -o delaylog,largefiles /dev/vg01/lvol1 /mount_point&lt;BR /&gt;&lt;BR /&gt;When I am mounting FS I have no errors but when I type mount -p it seems that FS is mounted only with delaylog option:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1     /mount_point              vxfs    delaylog          0 0&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 04:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646201#M239872</guid>
      <dc:creator>Lukasz_6</dc:creator>
      <dc:date>2005-10-11T04:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646202#M239873</link>
      <description>What does mkfs -m /dev/vgxx/rlvolx say?&lt;BR /&gt;does it show that FS was created with largefiles option?&lt;BR /&gt;&lt;BR /&gt;What does mount -v say??&lt;BR /&gt;&lt;BR /&gt;Did you try creating 2GB file and see??&lt;BR /&gt;prealloc 2000000000</description>
      <pubDate>Tue, 11 Oct 2005 04:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646202#M239873</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-11T04:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646203#M239874</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you post the output of,&lt;BR /&gt;&lt;BR /&gt;# fsadm /mount_point&lt;BR /&gt;or&lt;BR /&gt;# fsadm /dev/vg01/rvol1&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 11 Oct 2005 04:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646203#M239874</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-10-11T04:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646204#M239875</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The steps are :&lt;BR /&gt;&lt;BR /&gt;Creation of a filesystem with large file option: &lt;BR /&gt;/usr/sbin/newfs -F vxfs -o largefiles /dev/[vg]/[rlvol]&lt;BR /&gt;&lt;BR /&gt;Changing an existing filesystem to largefiles: &lt;BR /&gt;/usr/sbin/fsadm -F vxfs -o largefiles /dev/[vg]/[rlvol]&lt;BR /&gt;&lt;BR /&gt;Mounting the filesystem: &lt;BR /&gt;mount -F vxfs -o largefiles /dev/[vg]/[lvol]/[mountpoint]&lt;BR /&gt;&lt;BR /&gt;Entry into /etc/fstab (e.g.): &lt;BR /&gt;/dev/vgxx/lvolx /[mountpoint] vxfs delaylog,largefiles 0 2&lt;BR /&gt;&lt;BR /&gt;Checking up if large file option has been activated: &lt;BR /&gt;fsadm -F vxfs/dev/vgxx/rlvolx&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Tue, 11 Oct 2005 04:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646204#M239875</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-10-11T04:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646205#M239876</link>
      <description>output:&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs /dev/vgsmac256/rpoldb&lt;BR /&gt;nomultifsets&lt;BR /&gt;largefiles&lt;BR /&gt;&lt;BR /&gt;I have tried to unzip file that is larger then 2gb:&lt;BR /&gt;&lt;BR /&gt;# gzip -d CMS_dump071005_04.dmp.gz&lt;BR /&gt;gzip: CMS_dump071005_04.dmp: File too large&lt;BR /&gt;&lt;BR /&gt;# mount -p | grep poldb&lt;BR /&gt;/dev/vgsmac256/poldb        /smac/poldb                 vxfs    delaylog          0 0&lt;BR /&gt;&lt;BR /&gt;there is no way to mount this FS with largefilest option, I have tried many times to unmount and mount this FS&lt;BR /&gt;any ideas?</description>
      <pubDate>Tue, 11 Oct 2005 04:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646205#M239876</guid>
      <dc:creator>Lukasz_6</dc:creator>
      <dc:date>2005-10-11T04:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646206#M239877</link>
      <description>Before mounting file system convert file system with large files support fsadm.&lt;BR /&gt;&lt;BR /&gt;See man fsadm for more details.&lt;BR /&gt;&lt;BR /&gt;To get verbose with mount use as,&lt;BR /&gt;&lt;BR /&gt;# mount -v -F vxfs -o delaylog,largefiles /dev/vg01/lvol1 /mount_point&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 11 Oct 2005 04:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646206#M239877</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-11T04:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646207#M239878</link>
      <description>mount -v -F ...&lt;BR /&gt;============================================&lt;BR /&gt;# mount -v -F vxfs -o largefiles,delaylog /dev/vgsmac256/pakdb /smac/pakdb&lt;BR /&gt;usage:  mount [-l][-v|-p]&lt;BR /&gt;        mount [-F FStype][-eQ] -a&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                { special | directory }&lt;BR /&gt;        mount [-F FStype][-eQrV][-o specific_options]&lt;BR /&gt;                special directory&lt;BR /&gt;enka02:/#&lt;BR /&gt;===========================================&lt;BR /&gt;&lt;BR /&gt;doesn't work</description>
      <pubDate>Tue, 11 Oct 2005 04:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646207#M239878</guid>
      <dc:creator>Lukasz_6</dc:creator>
      <dc:date>2005-10-11T04:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646208#M239879</link>
      <description>What does following command return???&lt;BR /&gt;&lt;BR /&gt;mkfs -m /dev/vgxx/rlvolx</description>
      <pubDate>Tue, 11 Oct 2005 04:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646208#M239879</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-11T04:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646209#M239880</link>
      <description>#mkfs -F vxfs -m /dev/vgsmac256/rpakdb&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=2048,version=3,inosize=256,logsize=1024,largefiles /dev/vgsmac256/rpakdb 8388608&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 04:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646209#M239880</guid>
      <dc:creator>Lukasz_6</dc:creator>
      <dc:date>2005-10-11T04:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646210#M239881</link>
      <description>It was indeed created with largefiles option. But looks that is not mounted with largefiles option.&lt;BR /&gt;&lt;BR /&gt;Unmount and mount with largefiles option.&lt;BR /&gt;&lt;BR /&gt;mount -F vxfs -o largefiles,delaylog /dev/vgxx/lvolx /mount_point&lt;BR /&gt;&lt;BR /&gt;mount -v&lt;BR /&gt;&lt;BR /&gt;Does it get mounted with largefiles option??</description>
      <pubDate>Tue, 11 Oct 2005 04:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646210#M239881</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-11T04:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646211#M239882</link>
      <description>The filesystem is not the problem.  You are using a 32 bit version of gzip which cannot seek more than 2Gb.&lt;BR /&gt;You can get round this by reading the file contents using re-direction from stdin (&amp;lt; or cat | ) then re-directing the output using &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Then you need to install a 64 bit version of gzip.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 04:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646211#M239882</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-10-11T04:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646212#M239883</link>
      <description>No need to specify largefiles with -o option using mount command. It will take based on fsadm or mkfs utlities.&lt;BR /&gt;&lt;BR /&gt;Refer:&lt;BR /&gt;&lt;BR /&gt;The mount command uses the same two options as the mkfs, newfs, and fsadm commands (largefiles and nolargefiles). mount will not mount a large-files file system if the -o nolargefiles option is specified. Conversely, the mount command will not mount a no-large-files file system if the -o largefiles option is specified. If no option is provided to mount, it will use the state of the file system itself to determine if it is mounted as largefiles or nolargefiles.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5990-8172/ch06s02.html" target="_blank"&gt;http://docs.hp.com/en/5990-8172/ch06s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Once you are changing with fsadm / mkfs then mount with delaylog option with -o only.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 11 Oct 2005 04:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646212#M239883</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-11T04:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646213#M239884</link>
      <description>All that you are saying is true, but it still doesn't work :)&lt;BR /&gt;&lt;BR /&gt;I am using 64bit zip so it is problem with largefiles option.</description>
      <pubDate>Tue, 11 Oct 2005 04:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646213#M239884</guid>
      <dc:creator>Lukasz_6</dc:creator>
      <dc:date>2005-10-11T04:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646214#M239885</link>
      <description>The mount_vxfs command usage (as displayed in your response earler and the man page) appears to show that -v -F are not supported in the same command - so leave out the -v.&lt;BR /&gt;&lt;BR /&gt;mount -F vxfs -o largefiles,delaylog lvol mountpoint&lt;BR /&gt;&lt;BR /&gt;I still think you will have a problem with gzip as well, unless you are sure you installed the 64 bit version.</description>
      <pubDate>Tue, 11 Oct 2005 04:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646214#M239885</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-10-11T04:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646215#M239886</link>
      <description># fsadm -F &lt;BR /&gt;# mount -e -F vxfs -o delaylog lvol mountpoint&lt;BR /&gt;&lt;BR /&gt;-e verbose mode&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs Mount-point&lt;BR /&gt;&lt;BR /&gt;What are you getting there?&lt;BR /&gt;&lt;BR /&gt;You can also try with,&lt;BR /&gt;&lt;BR /&gt;sam -&amp;gt; disks and filesystems -&amp;gt; file systems&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 05:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646215#M239886</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-11T05:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with largefiles option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646216#M239887</link>
      <description>Have you tried ...&lt;BR /&gt;&lt;BR /&gt;# gzcat CMS_dump071005_04.dmp.gz &amp;gt; CMS_dump071005_04.dmp&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 05:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-largefiles-option/m-p/3646216#M239887</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-10-11T05:27:54Z</dc:date>
    </item>
  </channel>
</rss>

