<?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 Immediate_Report default_disk_ir in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186181#M163833</link>
    <description>Hi,&lt;BR /&gt;   default_disk_ir is set to 0 (Zero) in kernel. And the output of scsictl shows,&lt;BR /&gt;#  scsictl -m ir -m queue_depth /dev/rdsk/c4t1d2 &lt;BR /&gt;immediate_report = 1; queue_depth = 8 &lt;BR /&gt;&lt;BR /&gt;Whether I should set default_disk_ir to 1 to enable the write cache.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Feb 2004 06:06:35 GMT</pubDate>
    <dc:creator>Ashwin_4</dc:creator>
    <dc:date>2004-02-09T06:06:35Z</dc:date>
    <item>
      <title>Immediate_Report default_disk_ir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186181#M163833</link>
      <description>Hi,&lt;BR /&gt;   default_disk_ir is set to 0 (Zero) in kernel. And the output of scsictl shows,&lt;BR /&gt;#  scsictl -m ir -m queue_depth /dev/rdsk/c4t1d2 &lt;BR /&gt;immediate_report = 1; queue_depth = 8 &lt;BR /&gt;&lt;BR /&gt;Whether I should set default_disk_ir to 1 to enable the write cache.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 06:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186181#M163833</guid>
      <dc:creator>Ashwin_4</dc:creator>
      <dc:date>2004-02-09T06:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Immediate_Report default_disk_ir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186182#M163834</link>
      <description>There is a risk versus performance issue here. With HP-UX 10.X and 11.0 the default is default_disk_ir = 0, the reason being if it was set to 1 (to increase performance) you increased the risk of a filesystem corruption in the event of a system crash.&lt;BR /&gt;&lt;BR /&gt;In 11.11 and on default_disk_ir = 1 by default, which means the problem of a possible corruption in the event of a crash has been fixed, so its on by default to enhance performance.&lt;BR /&gt;&lt;BR /&gt;If youre running 11.11 its on already, if youre running 10.X or 11.0 I would leave it set to 0 as its not worth the risk of a possible corruption just to get a little extra performance.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 06:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186182#M163834</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-02-09T06:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Immediate_Report default_disk_ir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186183#M163835</link>
      <description>In addition to the risk of corruption for a disk failure, the use of immeadiate reporting early on occassionally caused system panics of the type:&lt;BR /&gt;&lt;BR /&gt;SCSI: Unrecovered Deferred Error&lt;BR /&gt;&lt;BR /&gt;The reason for this is that the system assummed the I/O was successful (because of IR) and then it would fail.&lt;BR /&gt;&lt;BR /&gt;When the deferred error was picked up on a later I/O to the same device, the system would panic since the kernel would then (rightfully) decide that it was in an inconsistent state.&lt;BR /&gt;&lt;BR /&gt;If IR was turned off, then the system would retry the I/O at the software level and would hopefully not get into an inconsistent state.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 07:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186183#M163835</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-02-09T07:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Immediate_Report default_disk_ir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186184#M163836</link>
      <description>Just some additions...&lt;BR /&gt; &lt;BR /&gt;By default the default_disk_ir tunable is still 0, even with 11.23:&lt;BR /&gt; &lt;BR /&gt;# kctune -q default_disk_ir&lt;BR /&gt;Tunable          Value  Expression&lt;BR /&gt;default_disk_ir      0  Default&lt;BR /&gt; &lt;BR /&gt;If I remember correctly, then default_disk_ir gets set to 1 on workstations. &lt;BR /&gt; &lt;BR /&gt;The "Panic: SCSI Unrecovered Deferred Error" has been removed long time ago... beginning with 11.11 and e.g. for 11.00 with PHKL_20208.&lt;BR /&gt; &lt;BR /&gt;The current bahaviour is to simply block all I/O to the device that has reported the deferred error until it get's closed/re-opened.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Mon, 09 Feb 2004 08:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186184#M163836</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-02-09T08:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Immediate_Report default_disk_ir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186185#M163837</link>
      <description>Dietmar,&lt;BR /&gt;&lt;BR /&gt;On ALL our 11.11 installations, even our new servers and Superdomes (installed by HP) all have default_disk_ir = 1&lt;BR /&gt;&lt;BR /&gt;Ive just installed new 11i server with the Sep2003 cd and its also set to 1.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 09:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186185#M163837</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-02-09T09:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Immediate_Report default_disk_ir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186186#M163838</link>
      <description>Typically, default_disk_ir=1 should only be set when *every* disk connected to the computer has a battery backup. The reason is that the cache on the disk may contain critical information that has not yet been written. A powerfail will lose that data and potentially corrupt filesystems stored on the disk. default_disk_ir only affects simple disks (JBODs) since disk arrays have buffering internally that is either always on or can be setup to be on at all times. And most disk arrays have a battery backup built-in that lasts long enough to write all data in the buffer to the appropriate disks.</description>
      <pubDate>Mon, 09 Feb 2004 10:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186186#M163838</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-02-09T10:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Immediate_Report default_disk_ir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186187#M163839</link>
      <description>Stefan,&lt;BR /&gt; &lt;BR /&gt;from the kernel perspective the default is 0 on 11.11 (active when not explicitely set): &lt;BR /&gt; &lt;BR /&gt; # grep -e PHKL -e default_disk_ir /usr/conf/master.d/core-hp&amp;gt;&lt;BR /&gt;* @(#) core-hpux $Date: 2002/07/17 05:55:44 $Revision: r11.11/1 PATCH_11.11 (PHKL_27431)&lt;BR /&gt;default_disk_ir DEFAULT_DISK_IR         0&lt;BR /&gt; &lt;BR /&gt;So I assume the parameter gets set in your /stand/system files somhow. Maybe some Ignite setting? No idea, to be honest. Just checked on several systems here in Ratingen... didn't find the paramter in any system file, -&amp;gt; 0.&lt;BR /&gt; &lt;BR /&gt;BTW, the new kernel man pages of 11.23 explain tunables pretty detailed.&lt;BR /&gt;  &lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-60103&amp;amp;service=hpux&amp;amp;path=00/40/4038&amp;amp;title=HP-UX%20Reference%20%2811i%20v2%29" target="_blank"&gt;http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-60103&amp;amp;service=hpux&amp;amp;path=00/40/4038&amp;amp;title=HP-UX%20Reference%20%2811i%20v2%29&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Mon, 09 Feb 2004 10:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186187#M163839</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-02-09T10:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Immediate_Report default_disk_ir</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186188#M163840</link>
      <description>Youre right Dietmar,&lt;BR /&gt;&lt;BR /&gt;once our servers are built with latest patch bundles/diags/apps it includes the EVA/Securepath software which sets it to 1 - which matches Bill's comments about disk subsystems with backup means it can be set to 1 safely.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 11:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/immediate-report-default-disk-ir/m-p/3186188#M163840</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2004-02-09T11:17:59Z</dc:date>
    </item>
  </channel>
</rss>

