<?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: 100 % Disk Utilisation in Glance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548932#M875662</link>
    <description>The kernel parameters themselves may affect the DU, depending on how your system is set-up.  Maybe if you posted your system file and onconfig, onstat -d, onstat -g iof, onstat -g seg, vmstat -S -n,  etc we could all provide better advice.  Tell us more about the model of system, the RAM, CPUs and apps.  &lt;BR /&gt;It would be odd indeed if your running kernel took all the memory.  Warning: some of the informix recommended parameters (e.g. NFILE, SEMUME) are wide of the mark and go beyond what is necessary for a well tuned system, unless your installation is huge.   Other problems people sometimes have include shmmax and dbc_max_pct. Shmmax is not the size of a segment but the maximum permissible size.  Onconfig parameters SHMVIRTSIZE and BUFFERS (use onstat -g seg and ipcs -ma) determine the actual size of shared memory segments. It may be possible to reduce these a bit and still get reasonable performance.  But obviously the more RAM you have, the better.&lt;BR /&gt;You may also get high i/o problems due to application issues.</description>
    <pubDate>Thu, 05 Jul 2001 11:55:09 GMT</pubDate>
    <dc:creator>Steve Lewis</dc:creator>
    <dc:date>2001-07-05T11:55:09Z</dc:date>
    <item>
      <title>100 % Disk Utilisation in Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548929#M875659</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My system (N-440, HPUX 11.00, INFORMIX RDBMS) shows 100% Disk utilisation in glance and memory page shows:&lt;BR /&gt;&lt;BR /&gt;Page Faults       934       209077&lt;BR /&gt;Page In           362        82756&lt;BR /&gt;Page Out            3          730&lt;BR /&gt;KB Paged In       0kb        152kb&lt;BR /&gt;KB Paged Out     12kb        2.9mb&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  &lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   dev        4096       0    4096    0%       dev       17366       0   17366    0%       reserve       -    1256   -1256&lt;BR /&gt;total     21462    1256   20206    6% &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could it be the kernel parameters setting that caused the high disk utilisation? If so, which are the parameters? If not, please advice.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;YC</description>
      <pubDate>Thu, 05 Jul 2001 07:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548929#M875659</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2001-07-05T07:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: 100 % Disk Utilisation in Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548930#M875660</link>
      <description>which disk device file is the major culprit identified by glance and/or iostat -t 5?&lt;BR /&gt;&lt;BR /&gt;If it is your swap device disk then yes, memory tuning will help a bit.. but a ram upgrade would be better!&lt;BR /&gt;&lt;BR /&gt;If it is just standard usage to your db, then you've got to investigate lvm configuration, effective load balancing, disk array configuration and so on.&lt;BR /&gt;&lt;BR /&gt;ioscan -fnkCdisk&lt;BR /&gt;vgdisplay -v vgdb&lt;BR /&gt;mstm tools-info-run on the disk array component&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 05 Jul 2001 07:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548930#M875660</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-07-05T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: 100 % Disk Utilisation in Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548931#M875661</link>
      <description>Hi,&lt;BR /&gt;additional RAM solves this problem. by looking at glance you can't say 100% disk is full use 'bdf' command, it gives the full dteails.</description>
      <pubDate>Thu, 05 Jul 2001 07:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548931#M875661</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-05T07:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: 100 % Disk Utilisation in Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548932#M875662</link>
      <description>The kernel parameters themselves may affect the DU, depending on how your system is set-up.  Maybe if you posted your system file and onconfig, onstat -d, onstat -g iof, onstat -g seg, vmstat -S -n,  etc we could all provide better advice.  Tell us more about the model of system, the RAM, CPUs and apps.  &lt;BR /&gt;It would be odd indeed if your running kernel took all the memory.  Warning: some of the informix recommended parameters (e.g. NFILE, SEMUME) are wide of the mark and go beyond what is necessary for a well tuned system, unless your installation is huge.   Other problems people sometimes have include shmmax and dbc_max_pct. Shmmax is not the size of a segment but the maximum permissible size.  Onconfig parameters SHMVIRTSIZE and BUFFERS (use onstat -g seg and ipcs -ma) determine the actual size of shared memory segments. It may be possible to reduce these a bit and still get reasonable performance.  But obviously the more RAM you have, the better.&lt;BR /&gt;You may also get high i/o problems due to application issues.</description>
      <pubDate>Thu, 05 Jul 2001 11:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/100-disk-utilisation-in-glance/m-p/2548932#M875662</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2001-07-05T11:55:09Z</dc:date>
    </item>
  </channel>
</rss>

