<?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: Disk I/O thresholds being exceeded in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797744#M81304</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ususally if a kernel parameter has actually reached a threshold limit, it would be recorded in either /var/adm/syslog/syslog.log file or even 'dmesg'.&lt;BR /&gt;In Glance, does any particular disk show any symptoms of IO thrashing. If this particular problem has only just surfaced, you could even have a bad disk. Information on bad disks, will also be reported in the syslog.log file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
    <pubDate>Fri, 30 Aug 2002 22:26:27 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-08-30T22:26:27Z</dc:date>
    <item>
      <title>Disk I/O thresholds being exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797743#M81303</link>
      <description>Hi, &lt;BR /&gt;I am having an issue with sporadic parts of the application crashes i.e. 1 or 2 processes per day of a 30-40 process application. It looks like one of the I/O related kernel parameters is the culprit. Here is what the measureware report shows for this process for PROC_INTEREST &lt;BR /&gt;| K D | &lt;BR /&gt;&lt;BR /&gt;Also, the PROC_DISK_PHYS_IO jumps above 10000. Can anyone point to what kernel parameters could be responsible for the process crash. Because of the number of processes and because it is sporadic it makes it difficult to point truss/tusc at. &lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated. &lt;BR /&gt;&lt;BR /&gt;Regards. &lt;BR /&gt;Ciaran</description>
      <pubDate>Fri, 30 Aug 2002 22:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797743#M81303</guid>
      <dc:creator>Ciaran Byrne</dc:creator>
      <dc:date>2002-08-30T22:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O thresholds being exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797744#M81304</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ususally if a kernel parameter has actually reached a threshold limit, it would be recorded in either /var/adm/syslog/syslog.log file or even 'dmesg'.&lt;BR /&gt;In Glance, does any particular disk show any symptoms of IO thrashing. If this particular problem has only just surfaced, you could even have a bad disk. Information on bad disks, will also be reported in the syslog.log file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 30 Aug 2002 22:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797744#M81304</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-30T22:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O thresholds being exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797745#M81305</link>
      <description>Hi Michael,&lt;BR /&gt;thanks for your response. I am having the same issue all 4 application servers that are being used all of which have local I/O. I am thinking thats the problem is application related. It has just been released so this related to either the new application version / our custom code or if the kernel parameters are not tuned properly. With all the I/O I am wondering is the application hitting something like maxfiles (1548) or some other less known kernel parameter. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ciaran</description>
      <pubDate>Fri, 30 Aug 2002 22:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797745#M81305</guid>
      <dc:creator>Ciaran Byrne</dc:creator>
      <dc:date>2002-08-30T22:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O thresholds being exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797746#M81306</link>
      <description>One of the first things that you should do is instruct your users to issue an echo $? immediately after a program crash and note that value. If the application was coded with any degree of discipline, $? should be the value of errno set by the offending system call. That will be a very valueable clue. &lt;BR /&gt;&lt;BR /&gt;You can also narrow this down by examining the core file with a debugger; the stack trace will provide a trail of breadcrumbs leading from the crash.</description>
      <pubDate>Sat, 31 Aug 2002 01:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797746#M81306</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-31T01:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O thresholds being exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797747#M81307</link>
      <description>If you have true application crashes, there will be a core file which can be examined using the file command:&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;&lt;BR /&gt;This will tell you the name of the application and the reason it core dumped. Now this won't be a useful answer since the application made a serious mistake internally and the operating system terminated the program. Pure and simple, it is an application defect.&lt;BR /&gt;&lt;BR /&gt;Even if the application is failing because of some kernel parameter, the program is defective because it neither reported the problem nor did it properly test that a resource was actually assigned before attempting to use it. &lt;BR /&gt;&lt;BR /&gt;Send the core files to the manufacturer of the application and ask that the problems be analyzed and the defects corrected. Kernel parameters such as nfile and maxdsiz are commonly implicated in program crashes but there is no excuse for a program to create a file and ignore the operating system's response that there is no room, or to request additional memory and start using it when the kernel said memory was not available.</description>
      <pubDate>Sun, 01 Sep 2002 00:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-thresholds-being-exceeded/m-p/2797747#M81307</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-09-01T00:29:42Z</dc:date>
    </item>
  </channel>
</rss>

