<?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: I need of Best of you Read performance on the disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964798#M787019</link>
    <description>In attach another information ....</description>
    <pubDate>Mon, 06 Mar 2006 09:16:25 GMT</pubDate>
    <dc:creator>gigiz</dc:creator>
    <dc:date>2006-03-06T09:16:25Z</dc:date>
    <item>
      <title>I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964793#M787014</link>
      <description>Hallo,&lt;BR /&gt;I have this scenario :&lt;BR /&gt;Cluster Siebel &lt;BR /&gt;2 rp7420 in cluster &lt;BR /&gt;Ram 19 Gb&lt;BR /&gt;8 CPU da 1000&lt;BR /&gt;Oracle 8.1.7 in archive mode&lt;BR /&gt;storage DMX 3000 in fibra in RAID 3+1&lt;BR /&gt;Power Path&lt;BR /&gt;&lt;BR /&gt;The problem is the read perfomance is very slowly and this configuration when was on solaris was the much fastest one  ....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 06:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964793#M787014</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-03-06T06:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964794#M787015</link>
      <description>Hi Gigiz,&lt;BR /&gt;&lt;BR /&gt;Please post the following outputs:&lt;BR /&gt;&lt;BR /&gt;#sar -b 3 33&lt;BR /&gt;&lt;BR /&gt;#sar -v 3 33&lt;BR /&gt;&lt;BR /&gt;And since this is Oracle:&lt;BR /&gt;&lt;BR /&gt;select (bbc.total_waits*100/(cg.value+dbg.value)) "Buff busy ratio"&lt;BR /&gt;from v$system_event bbc,&lt;BR /&gt;v$sysstat cg,  v$sysstat dbg &lt;BR /&gt;where bbc.event='buffer busy waits'&lt;BR /&gt;and cg.name ='consistent gets' &lt;BR /&gt;and dbg.name='db block gets';&lt;BR /&gt;&lt;BR /&gt;select round(100 * sum(getmisses) / sum(gets), 2) "Misses Pct (%)"&lt;BR /&gt;from   v$rowcache&lt;BR /&gt;having sum(gets) &amp;gt; 1000;&lt;BR /&gt;&lt;BR /&gt;select (1-(sum(getmisses)/sum(gets))) * 100 "Hit Ratio"          &lt;BR /&gt;from v$rowcache;&lt;BR /&gt;&lt;BR /&gt;select round(((1-(sum(decode(name, 'physical reads', value,0)) / &lt;BR /&gt;(sum(decode(name,'db block gets', value,0))+         &lt;BR /&gt;(sum(decode(name, 'consistent gets', value, 0))))))*100),2)          &lt;BR /&gt;|| '%' "Buffer Cache Hit Ratio (%)"         &lt;BR /&gt;from v$sysstat;&lt;BR /&gt;&lt;BR /&gt;select round(100 * sum(reloads) / sum(pins), 2) "Reloads Pct (%)"&lt;BR /&gt;from   v$librarycache&lt;BR /&gt;having sum(pins) &amp;gt; 1000;&lt;BR /&gt;&lt;BR /&gt;select pool, name, bytes/1024/1024 "Free Size in MB" &lt;BR /&gt;from v$sgastat &lt;BR /&gt;where name='free memory';&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 06 Mar 2006 07:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964794#M787015</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-03-06T07:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964795#M787016</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Raid 3+1 ??&lt;BR /&gt;&lt;BR /&gt;Thats a new one.&lt;BR /&gt;&lt;BR /&gt;Perhaps Raid 5 will be fasted for Raid because it has the most copies of all data around.&lt;BR /&gt;&lt;BR /&gt;You might want to use a performance utility to collect some information and find the bottleneck.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/system.perf.sh" target="_blank"&gt;http://www.hpux.ws/system.perf.sh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Mar 2006 07:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964795#M787016</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-06T07:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964796#M787017</link>
      <description>this is the output of command sar and the select of oracle</description>
      <pubDate>Mon, 06 Mar 2006 08:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964796#M787017</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-03-06T08:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964797#M787018</link>
      <description>Peace and Clean Air, GigiZ,&lt;BR /&gt;&lt;BR /&gt;Can you as well post: "sar -d 5 5" and vmstat 5 5 -- IF you are still having issues?&lt;BR /&gt;&lt;BR /&gt;Also, how did you configure your Oracle storage? Filesystems or RAW? Also, did you stipe the DMX LUNs and what Volume Manager did you use?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 08:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964797#M787018</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2006-03-06T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964798#M787019</link>
      <description>In attach another information ....</description>
      <pubDate>Mon, 06 Mar 2006 09:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964798#M787019</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-03-06T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964799#M787020</link>
      <description>This early I can already tell you have an I/O problem. Your vmstat output shows you've many processes blocked on IO resources plus your sar -d output indeed shows disks that have queue's more than 0.&lt;BR /&gt;&lt;BR /&gt;Can you also send "vgdisplay -v vgoradata" please to confirm if you've striping or not and if your LUN used for oraarch is on its own LUN? Also, can you check what your kernel max queue depth is and what is recommended for a DMX? I recall for EMCs -- it should be no less than 16.&lt;BR /&gt;&lt;BR /&gt; kmtune|egrep "dbc|qdepth"&lt;BR /&gt;&lt;BR /&gt;The above command will show caching and qdepth settings you have.&lt;BR /&gt;&lt;BR /&gt;Solutions I can recommend this early:&lt;BR /&gt;&lt;BR /&gt;1. MIgrate your oracle storage to striped for the Oracle datafiles. &lt;BR /&gt;&lt;BR /&gt;2. Provide a non-striped/RAID10 LUN(s) for your oraarch storage so it is separate from your oracle datafile stripes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 09:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964799#M787020</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2006-03-06T09:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964800#M787021</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;From your stats, I recommend:&lt;BR /&gt;&lt;BR /&gt;Increase dbc_max_pct to 10 because 62% is a very bad buffer cache ratio. &lt;BR /&gt;&lt;BR /&gt;Decrease ninode to 2048 since you are not using those 392946.&lt;BR /&gt;&lt;BR /&gt;Your Oracle stats seems ok...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 06 Mar 2006 10:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964800#M787021</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-03-06T10:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964801#M787022</link>
      <description>You can do those kernel changes in SAM (you will need to reboot). &lt;BR /&gt;&lt;BR /&gt;If you have any question about how to do this don't hesitate...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 06 Mar 2006 10:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964801#M787022</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-03-06T10:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964802#M787023</link>
      <description>in attach my vgdisplay, ktune, lvdisplay ....</description>
      <pubDate>Mon, 06 Mar 2006 11:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964802#M787023</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-03-06T11:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964803#M787024</link>
      <description>in attach my vgdisplay, ktune, lvdisplay ....</description>
      <pubDate>Mon, 06 Mar 2006 11:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964803#M787024</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-03-06T11:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964804#M787025</link>
      <description>One last info:  see if "mount -p" shows your oradata mounted as directIO.&lt;BR /&gt;&lt;BR /&gt;This early though, I can suggest a re-org of your storage:&lt;BR /&gt;&lt;BR /&gt;1. stripe lvora 4 or 8 - way accross your DMX RAID3+1 LUNs.&lt;BR /&gt;&lt;BR /&gt;2. For your oraarch volume.. leave it as a simple lvol (non-stripe) but better if you can get it to a RAID10 LUN instead of a RAID3+1 LUN.&lt;BR /&gt;&lt;BR /&gt;3. If you do not have directIO enabled (,mincache=direct,convosync=direct) in your oradata mount .. please mount it using directio...&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 11:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964804#M787025</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2006-03-06T11:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964805#M787026</link>
      <description>this my mount -p&lt;BR /&gt;&lt;BR /&gt;mount -p&lt;BR /&gt;/dev/vg00/lvol3           /          vxfs    ioerror=nodisable,log,dev=40000003                  0 1&lt;BR /&gt;/dev/vg00/lvol1           /stand     hfs     defaults,dev=40000001                               0 0&lt;BR /&gt;/dev/vg00/lvol8           /var       vxfs    ioerror=mwdisable,delaylog,dev=40000008             0 0&lt;BR /&gt;/dev/vg00/lvol7           /usr       vxfs    ioerror=mwdisable,delaylog,dev=40000007             0 0&lt;BR /&gt;/dev/vg00/lvol6           /tmp       vxfs    ioerror=mwdisable,delaylog,dev=40000006             0 0&lt;BR /&gt;/dev/vg00/lvoraeng        /software  vxfs    ioerror=mwdisable,delaylog,dev=40000009             0 0&lt;BR /&gt;/dev/vg00/lvol5           /opt       vxfs    ioerror=mwdisable,delaylog,dev=40000005             0 0&lt;BR /&gt;/dev/vg00/lvol4           /home      vxfs    ioerror=mwdisable,delaylog,dev=40000004             0 0&lt;BR /&gt;-hosts                    /net       autofs  ignore,indirect,nosuid,soft,nobrowse,dev=5f000000   0 0&lt;BR /&gt;/dev/vgoradata/lvoraarc   /archive   vxfs    ioerror=mwdisable,delaylog,dev=40010001             0 0&lt;BR /&gt;/dev/vgoradata/lvorabck   /backup    vxfs    ioerror=mwdisable,delaylog,dev=40010002             0 0&lt;BR /&gt;/dev/vgoradata/lvoradata  /data      vxfs    ioerror=mwdisable,delaylog,dev=40010003             0 0&lt;BR /&gt;/dev/vgoradata/lvcdw      /spare     vxfs    ioerror=mwdisable,delaylog,dev=40010004             0 0&lt;BR /&gt;&lt;BR /&gt;what you want to say with  stripe lvora 4 or 8 - way accross your DMX RAID3+1 LUNs.&lt;BR /&gt;&lt;BR /&gt;And do you know kernel parameter for dmx 3000</description>
      <pubDate>Mon, 06 Mar 2006 11:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964805#M787026</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-03-06T11:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964806#M787027</link>
      <description>GigiZ,&lt;BR /&gt;&lt;BR /&gt;As I suspected.. you do not have the Oracle best opractive on Filesystems of having enabled DirectIO.&lt;BR /&gt;&lt;BR /&gt;Please change your fstab entry for oradata so you have directIO:&lt;BR /&gt;&lt;BR /&gt;/dev/vx/dsk/vgoradata/lvoradata /data vxfs rw,suid,largefiles,convosync=d&lt;BR /&gt;irect,mincache=direct,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;Also, I would strongly urge you to recreate your lvoradata lvol so it is a stripe accross your DMX LUNs:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 122880 -i 4 -I 64 -n lvoradata /dev/vgoradata /dev/dsk/c10t9d3... c10t9dd6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also make oraarch on its own PV.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 11:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964806#M787027</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2006-03-06T11:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: I need of Best of you Read performance on the disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964807#M787028</link>
      <description>Thanks Nelson ...&lt;BR /&gt;you aren't Caparroso ....&lt;BR /&gt;you are CAPA GROSSO that in Italian it wants to say you are the Best ....&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Tue, 07 Mar 2006 10:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-need-of-best-of-you-read-performance-on-the-disk/m-p/4964807#M787028</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-03-07T10:33:05Z</dc:date>
    </item>
  </channel>
</rss>

