<?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: help need regarding disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650683#M921733</link>
    <description>I hate to repeat some of what has already been stated, but file size to large message was from OS, here being HP/UX all the large file options should be checked as above respondants said, and, disk space shoud not be a problem UNLESS you are creating too many files, if you are not, then it is an OS file size issue not disk space, and of course Oracle will not be able to do what the OS will not allow it too, be it too large a file for current settings in OS or, too many files that add up to too large for partition. Good luck. Switches commands and everything else is all above.</description>
    <pubDate>Fri, 25 Jan 2002 21:18:40 GMT</pubDate>
    <dc:creator>Jon_7</dc:creator>
    <dc:date>2002-01-25T21:18:40Z</dc:date>
    <item>
      <title>help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650674#M921724</link>
      <description>Hai All ,&lt;BR /&gt;&lt;BR /&gt;I got the error while creating the tablespaces. &lt;BR /&gt;&lt;BR /&gt;Error details:&lt;BR /&gt;#########&lt;BR /&gt;CREATE TABLESPACE usersdata&lt;BR /&gt;*&lt;BR /&gt;ORA-01119: error in creating database file '/testing/PROD/users_data.dbf'&lt;BR /&gt;ORA-27044: unable to write the header block of file&lt;BR /&gt;HP-UX Error: 27: File too large&lt;BR /&gt;Additional information: 2&lt;BR /&gt;#######################&lt;BR /&gt;But for /testing directory the size was assigned 50 GB and it was in the seperate slice.&lt;BR /&gt;I think that the error causes insufficient diskspace.when i observer only 4 GB was occupied by /testing directory.&lt;BR /&gt;&lt;BR /&gt;IS there any thing quota that we have to assigned to that /testing/PROD directory.At this situation how can i avoid that insufficient disk space.Is that is not the case what might be the error ??.&lt;BR /&gt;&lt;BR /&gt;Ra</description>
      <pubDate>Wed, 23 Jan 2002 08:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650674#M921724</guid>
      <dc:creator>Rajkumar_3</dc:creator>
      <dc:date>2002-01-23T08:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650675#M921725</link>
      <description>Hi Rajkumar,&lt;BR /&gt;&lt;BR /&gt;The database file that you want to create is more than 2GB?&lt;BR /&gt;&lt;BR /&gt;If this, then probably you don't declare the lvol with the largefiles option.&lt;BR /&gt;&lt;BR /&gt;You can look for in the /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Wed, 23 Jan 2002 08:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650675#M921725</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-01-23T08:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650676#M921726</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Has the filesystem been created with the -o largefiles option? If not you will not be able to create a file that is greater than 2Gb.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Wed, 23 Jan 2002 08:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650676#M921726</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-23T08:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650677#M921727</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check that the filesystem that your file resides in supports large files (&amp;gt; 2 GB). To verify, do this:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F hfs /dev/vgXX/lvolYY&lt;BR /&gt;&lt;BR /&gt;(replace hfs with vxfs if your filesystem is a journal filesystem)&lt;BR /&gt;&lt;BR /&gt;where this is the logical volume containing the file system your file resides.&lt;BR /&gt;&lt;BR /&gt;To enable large files in your current runtime environment, do this,&lt;BR /&gt;&lt;BR /&gt;# fsadm -F hfs -o largefiles /dev/vgXX/lvolYY&lt;BR /&gt;&lt;BR /&gt;(replace hfs with vxfs if your filesystem is a journal filesystem)&lt;BR /&gt;&lt;BR /&gt;To enable large files during system reboot, modify your /etc/fstab and add largefiles as an option:&lt;BR /&gt;&lt;BR /&gt;rw,suid,largefiles,delaylog,nodatainlog&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 23 Jan 2002 08:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650677#M921727</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-23T08:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650678#M921728</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;use fsadm to check whether it was create with largefile option or not&lt;BR /&gt;&lt;BR /&gt;#fsadm /dev/vgXX/rlvolXX&lt;BR /&gt;&lt;BR /&gt;if not then you have to &lt;BR /&gt;1. re-create using newfs with -o largefiles&lt;BR /&gt;or&lt;BR /&gt;2. convert using fsadm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jan 2002 08:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650678#M921728</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2002-01-23T08:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650679#M921729</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;create tablespace userdata datafile '/testing/PROD/user_data.dbf' size &lt;BR /&gt;xmb;&lt;BR /&gt;&lt;BR /&gt;just a thought.</description>
      <pubDate>Wed, 23 Jan 2002 08:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650679#M921729</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-01-23T08:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650680#M921730</link>
      <description>THank you all for the shift responses.&lt;BR /&gt;&lt;BR /&gt;I am trying to recreate the file system with -o option.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;Raj</description>
      <pubDate>Wed, 23 Jan 2002 09:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650680#M921730</guid>
      <dc:creator>Rajkumar_3</dc:creator>
      <dc:date>2002-01-23T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650681#M921731</link>
      <description>While all the comments are correct ( need to recreate filesystem with largefiles option, need to mount it with largefiles option )&lt;BR /&gt;&lt;BR /&gt;One must consider other products they are going to run against the datafiles being created.&lt;BR /&gt;&lt;BR /&gt;For example some versions of gzip don't like large files, some backup products don't.&lt;BR /&gt;&lt;BR /&gt;Most of us simply create datafiles right under the 2GB mark, and use multiple datafiles for a large tablespace.&lt;BR /&gt;&lt;BR /&gt;Ideally heavy activity tablespace would be partitioned, and each partition could fit within a datafile.  You could take a portion of the tablespace offline without blocking access to the rest of it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jan 2002 13:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650681#M921731</guid>
      <dc:creator>Dennis J Robinson</dc:creator>
      <dc:date>2002-01-23T13:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650682#M921732</link>
      <description>Rajkumar,&lt;BR /&gt;&lt;BR /&gt;Just as one very obvious thought...in addition to the recommendations for -o largefiles option.&lt;BR /&gt;&lt;BR /&gt;ORA-01119 is telling you there isn't enough disk space to extend as far as you want.&lt;BR /&gt;&lt;BR /&gt;It is also possible you need to check on how much disk space you have and see if the there is enough physical space to accomodate how far you want to 'extend' the tablespace, first.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita</description>
      <pubDate>Wed, 23 Jan 2002 13:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650682#M921732</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-01-23T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: help need regarding disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650683#M921733</link>
      <description>I hate to repeat some of what has already been stated, but file size to large message was from OS, here being HP/UX all the large file options should be checked as above respondants said, and, disk space shoud not be a problem UNLESS you are creating too many files, if you are not, then it is an OS file size issue not disk space, and of course Oracle will not be able to do what the OS will not allow it too, be it too large a file for current settings in OS or, too many files that add up to too large for partition. Good luck. Switches commands and everything else is all above.</description>
      <pubDate>Fri, 25 Jan 2002 21:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-need-regarding-disk-space/m-p/2650683#M921733</guid>
      <dc:creator>Jon_7</dc:creator>
      <dc:date>2002-01-25T21:18:40Z</dc:date>
    </item>
  </channel>
</rss>

