<?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: Creating large files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669394#M50504</link>
    <description>It is possible that although the filesystem was created with the -o largefiles option but has since been overriden with an fsadm command. It's easy to check:&lt;BR /&gt;fsadm -F vxfs /myfilesys will display the largefiles setting. It is also possible the it was mounted with nolargefiles to override the default of the filesystem. However, I doubt that this is your problem because I have seen this very problem before. The trick is to dump to a named pipe.&lt;BR /&gt;&lt;BR /&gt;mknod /tmp/mypipe p&lt;BR /&gt;cat &amp;lt; /tmp/mypipe &amp;gt; myoutputfile &amp;amp;&lt;BR /&gt;Now direct your export to the named pipe and when finished the data will be in 'myoutputfile'.&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Feb 2002 16:50:52 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-02-21T16:50:52Z</dc:date>
    <item>
      <title>Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669390#M50500</link>
      <description>An error in creating a large file was encountered while using a BMC tool to unload a large Oracle table to a vxfs file-system on a HP/UX 9000, 11.0 system. The process failed when the file size reached 2.0GB. &lt;BR /&gt;&lt;BR /&gt;(BMCUDO182314E Maximum size has been reached for all data files)&lt;BR /&gt;&lt;BR /&gt;Since my vxfs file-system was created with the largefiles option should the file size be limited to a 2.0 GB maximum?&lt;BR /&gt;&lt;BR /&gt;Will the fsadm command with the largefile option correct this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Don</description>
      <pubDate>Thu, 21 Feb 2002 16:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669390#M50500</guid>
      <dc:creator>Donald Osbourne</dc:creator>
      <dc:date>2002-02-21T16:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669391#M50501</link>
      <description>Hi Donald,&lt;BR /&gt;&lt;BR /&gt;I have files with more than 2Gb width in Oracle , Vxfs and HP/US 11.0.&lt;BR /&gt;&lt;BR /&gt;It's look like a Oracle problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 16:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669391#M50501</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-02-21T16:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669392#M50502</link>
      <description>Error Code BMC[9999999] sounds like an application error. Is there a configuration file parameter that needs to be bumped up a little?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Thu, 21 Feb 2002 16:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669392#M50502</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-21T16:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669393#M50503</link>
      <description>With largefile enabled you can go up to 128GB size for a single file. Double check your LV to make sure it's largefiles enabled.&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs /dev/vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;* got to umount the FS first (unless you got ONlineJFS)&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 16:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669393#M50503</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-02-21T16:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669394#M50504</link>
      <description>It is possible that although the filesystem was created with the -o largefiles option but has since been overriden with an fsadm command. It's easy to check:&lt;BR /&gt;fsadm -F vxfs /myfilesys will display the largefiles setting. It is also possible the it was mounted with nolargefiles to override the default of the filesystem. However, I doubt that this is your problem because I have seen this very problem before. The trick is to dump to a named pipe.&lt;BR /&gt;&lt;BR /&gt;mknod /tmp/mypipe p&lt;BR /&gt;cat &amp;lt; /tmp/mypipe &amp;gt; myoutputfile &amp;amp;&lt;BR /&gt;Now direct your export to the named pipe and when finished the data will be in 'myoutputfile'.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 16:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669394#M50504</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-21T16:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669395#M50505</link>
      <description>I would try using fsadm to create large files.  Be sure to use the vsfs fsadm.  It won't hurt anything to try to option.</description>
      <pubDate>Thu, 21 Feb 2002 16:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669395#M50505</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2002-02-21T16:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669396#M50506</link>
      <description>Hi Donald,&lt;BR /&gt;&lt;BR /&gt;check and make sure your filesystem has been created with the largefiles option. Also make sure the filesystem is mounted with largefiles option. Do fsadm /lv_name to check if the filesystem has largefils enabled. Also check your /etc/fstab to see if the largefiles option is added to the filesystem mount options.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 16:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669396#M50506</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-21T16:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669397#M50507</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure that can solve the problem.&lt;BR /&gt;&lt;BR /&gt;Try to check the ulimit by typing "ulimit -a" to see the results. Or go to this link for more information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb47750011d20d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb47750011d20d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If still can't solve the problem, this may be the Oracle setting problem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Kenny.</description>
      <pubDate>Fri, 22 Feb 2002 02:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669397#M50507</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-02-22T02:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669398#M50508</link>
      <description>Have you tried creating a sparse file? The following command will make a 4gb sparse file, if it doesn't fail then the filesystem is ok. If it fails, correct the filesystem so it handles large files;&lt;BR /&gt;&lt;BR /&gt;dd if=/stand/vmunix of=/mount/sparse_file bs=1024k seek=4000&lt;BR /&gt;&lt;BR /&gt;If you're able to create the sparse file w/out errors; possibly look towards the app to resolve this one.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 22 Feb 2002 03:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-files/m-p/2669398#M50508</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2002-02-22T03:31:55Z</dc:date>
    </item>
  </channel>
</rss>

