<?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: Error in log file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486258#M214082</link>
    <description>What is the ulimit for the user trying to save the file?&lt;BR /&gt;&lt;BR /&gt;This can govern how big a file the user can save.</description>
    <pubDate>Tue, 15 Feb 2005 12:12:46 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2005-02-15T12:12:46Z</dc:date>
    <item>
      <title>Error in log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486257#M214081</link>
      <description>I am a DBA and am facing an error that is related to a file system issue. I am using a jfs file system for one of my database tablespaces. During the run of some jobs, the error that gets logged in the log file is &lt;BR /&gt;&lt;BR /&gt;SMS Tablespace 4(TEMP4K) is FULL or file is too large (at OS or user limit).&lt;BR /&gt;&lt;BR /&gt;This ia a 10G file system. I know that this error occurs either when the filesystem is full or an individual file crosses it's maximum limit in size. I made this file system large file enabled. I thought that the max limit of a file on a large file enabled file system was above 2 Gigs. Do correct me if I am wrong.&lt;BR /&gt;Sandeep</description>
      <pubDate>Tue, 15 Feb 2005 12:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486257#M214081</guid>
      <dc:creator>Sandeep Menon_1</dc:creator>
      <dc:date>2005-02-15T12:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486258#M214082</link>
      <description>What is the ulimit for the user trying to save the file?&lt;BR /&gt;&lt;BR /&gt;This can govern how big a file the user can save.</description>
      <pubDate>Tue, 15 Feb 2005 12:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486258#M214082</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-02-15T12:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486259#M214083</link>
      <description>As you said, FS is large files enabled, ensure it. mount -v|grep FS, does it show large files enabled?? Is the FS mounted as largefiles enabled?&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 15 Feb 2005 12:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486259#M214083</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-02-15T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486260#M214084</link>
      <description>Generally, you will also see the OS errno. ENOSPC (28) means that the filesystem (or device) is full. EFBIG (27) means that you have exceeded ulimit or quotas. You are correct that enabling largefiles allows you to exceed the 2GB filesize limit; However, it does not mean that your particular application will support files larger than 2GB. It would be helpful to know what the size of the file is that is having problems and is the filesystem full?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2005 12:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486260#M214084</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-15T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486261#M214085</link>
      <description>I am running AIX ver 5.1 and I checked the file system characteristics using smit - and it shows large file enabled as true. About the ulimit of the users, the application writes the file using the database instance owner authority and the ulimit is set as unlimited for that user. How much is the max limit of a file on a large file enabled file system? I am using the 32 bit AIX.</description>
      <pubDate>Tue, 15 Feb 2005 12:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486261#M214085</guid>
      <dc:creator>Sandeep Menon_1</dc:creator>
      <dc:date>2005-02-15T12:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486262#M214086</link>
      <description>The system error messages you mentioned, ENOSPC (28) and EFBIG (27) - where can I see these errors from a system standpoint? which file logs these errors?&lt;BR /&gt;Thanks for the replies.</description>
      <pubDate>Tue, 15 Feb 2005 12:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-log-file/m-p/3486262#M214086</guid>
      <dc:creator>Sandeep Menon_1</dc:creator>
      <dc:date>2005-02-15T12:45:07Z</dc:date>
    </item>
  </channel>
</rss>

