<?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: scsictl immediate_report in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931463#M762415</link>
    <description>Maybe it's related to disk firmware? Have you compared the f/w revs of both drives?&lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/rdsk/c2t1d0&lt;BR /&gt;diskinfo -v /dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;-denver</description>
    <pubDate>Tue, 23 Jan 2007 18:19:04 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2007-01-23T18:19:04Z</dc:date>
    <item>
      <title>scsictl immediate_report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931460#M762412</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am testing an rx2620 with two scsi drives. I would like to have both report write operations immediately. Do I have to configure both disks separately, or is this done on the controller level?&lt;BR /&gt;&lt;BR /&gt;I assumed that I have to call scsictl separately for both disks, but I have already trouble determining which disk is mapped to which device.&lt;BR /&gt;&lt;BR /&gt;ioscan gives the following:&lt;BR /&gt;&lt;BR /&gt;bash-3.00# /sbin/ioscan -fun -C disk&lt;BR /&gt;Class     I  H/W Path       Driver     S/W State   H/W Type     Description&lt;BR /&gt;============================================================================&lt;BR /&gt;disk      0  0/0/2/0.0.0.0  sdisk      CLAIMED     DEVICE       TEAC    DV-28E-N&lt;BR /&gt;                           /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;disk      1  0/1/1/0.0.0    sdisk      CLAIMED     DEVICE       HP 73.4GST373454LC&lt;BR /&gt;                           /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      2  0/1/1/0.1.0    sdisk      CLAIMED     DEVICE       HP 73.4GST373454LC&lt;BR /&gt;                           /dev/dsk/c2t1d0     /dev/dsk/c2t1d0s2   /dev/rdsk/c2t1d0    /dev/rdsk/c2t1d0s2&lt;BR /&gt;                           /dev/dsk/c2t1d0s1   /dev/dsk/c2t1d0s3   /dev/rdsk/c2t1d0s1  /dev/rdsk/c2t1d0s3&lt;BR /&gt;&lt;BR /&gt;I'd think /dev/rdsk/c2t0d0 represents one of the disks, but:&lt;BR /&gt;&lt;BR /&gt;bash-3.00# scsictl -m immediate_report /dev/rdsk/c2t0d0&lt;BR /&gt;immediate_report = 0&lt;BR /&gt;bash-3.00# scsictl -m immediate_report=1 /dev/rdsk/c2t0d0&lt;BR /&gt;bash-3.00# scsictl -m immediate_report /dev/rdsk/c2t0d0&lt;BR /&gt;immediate_report = 0&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 13:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931460#M762412</guid>
      <dc:creator>Peter Kovacs 1.0rc</dc:creator>
      <dc:date>2007-01-23T13:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: scsictl immediate_report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931461#M762413</link>
      <description>Hello again Peter,&lt;BR /&gt;&lt;BR /&gt;scsictl would work in the individual drive level. For your 2620 there is no controller (like a smartarray) but just a 'pass through' adapter. No value added there.&lt;BR /&gt;&lt;BR /&gt;The disks in questions MIGHT not support this bit, but I would  be surprised. Maybe I'll try it on my box at home tonite.&lt;BR /&gt;&lt;BR /&gt;From the man page:&lt;BR /&gt;&lt;BR /&gt;"WARNINGS&lt;BR /&gt;      Not all devices support all mode parameters and commands listed above. Changing a mode parameter may have no effect on such a device."&lt;BR /&gt;&lt;BR /&gt;Best I can tell your disks would be /dev/rdsk/c2t0d0&lt;BR /&gt;and /dev/rdsk/c2t1d0&lt;BR /&gt;The c2t1d0sX are probable partitions for the EFI support? Just guessing.&lt;BR /&gt; &lt;BR /&gt;The SATA drives which you mention in the other topic and which perform better really open you up to significant risks. They have no battery backup with their cache, and may loose a lot of data if somethign goes wrong. Also, best I know SATA drives tend to have a lower reliability. Together not a good combo for a serious production box, but great for a quick hack or to show amazing benchmark numbers.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931461#M762413</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-23T14:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: scsictl immediate_report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931462#M762414</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;Thank you for your quick reply.&lt;BR /&gt;&lt;BR /&gt;The command seems to work with the other disk:&lt;BR /&gt;&lt;BR /&gt;bash-3.00# scsictl -m immediate_report /dev/rdsk/c2t1d0&lt;BR /&gt;immediate_report = 0&lt;BR /&gt;bash-3.00# scsictl -m immediate_report=1 /dev/rdsk/c2t1d0&lt;BR /&gt;bash-3.00# scsictl -m immediate_report /dev/rdsk/c2t1d0&lt;BR /&gt;immediate_report = 1&lt;BR /&gt;&lt;BR /&gt;The ioscan output shows the two disks to be of the same model (ST373454LC: Seagate Cheetah 15K.4 73GB Hard Drive). Could it be possible that support for this feature varies for individuals of the same model?&lt;BR /&gt;&lt;BR /&gt;Thank you for warning me on the hazards of write caching. But you guessed right (again): it is about benchmarks &lt;GRIN&gt;&lt;/GRIN&gt;. (Being a tiny software development company, we have just one "production machine", the one on which our website and CVS repository is running. And transactional consistency is not an issue there.)&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 23 Jan 2007 15:43:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931462#M762414</guid>
      <dc:creator>Peter Kovacs 1.0rc</dc:creator>
      <dc:date>2007-01-23T15:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: scsictl immediate_report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931463#M762415</link>
      <description>Maybe it's related to disk firmware? Have you compared the f/w revs of both drives?&lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/rdsk/c2t1d0&lt;BR /&gt;diskinfo -v /dev/rdsk/c2t0d0&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Tue, 23 Jan 2007 18:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931463#M762415</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-23T18:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: scsictl immediate_report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931464#M762416</link>
      <description>Just a WAG, but are there mounted filesystems on both discs?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ISTR there being some sort of ir kernel tunable default_ir perhaps?</description>
      <pubDate>Tue, 23 Jan 2007 20:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931464#M762416</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-01-23T20:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: scsictl immediate_report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931465#M762417</link>
      <description>I think Rick has it, or at least close.&lt;BR /&gt;&lt;BR /&gt;Your c2t0d0 is probably the mounted boot drive and the system trying to prevent you from shooting yourself in the foot.&lt;BR /&gt;&lt;BR /&gt;My system behaves the same.&lt;BR /&gt;&lt;BR /&gt;I did try mounting an lvol on the 3rd drive (the second drive is an OpenVMS boot disk) and scsictl can change the mode bit before and after mount.&lt;BR /&gt;&lt;BR /&gt;Full session log attached.&lt;BR /&gt;Summary:&lt;BR /&gt; /dev/rdsk/c2t0d0 immediate_report = 0&lt;BR /&gt; /dev/rdsk/c2t1d0 immediate_report = 0&lt;BR /&gt; /dev/rdsk/c3t2d0 immediate_report = 0&lt;BR /&gt;&amp;gt;scsictl -m immediate_report=1 /dev/rdsk/c2t0d0&lt;BR /&gt;&amp;gt;scsictl -m immediate_report=1 /dev/rdsk/c2t1d0&lt;BR /&gt;&amp;gt;scsictl -m immediate_report=1 /dev/rdsk/c3t2d0&lt;BR /&gt;&amp;gt;scsictl -m immediate_report /dev/rdsk/c2t0d0&lt;BR /&gt;immediate_report = 0&lt;BR /&gt;&amp;gt;scsictl -m immediate_report /dev/rdsk/c2t1d0&lt;BR /&gt;immediate_report = 1&lt;BR /&gt;&amp;gt;scsictl -m immediate_report /dev/rdsk/c3t2d0&lt;BR /&gt;immediate_report = 1&lt;BR /&gt;&lt;BR /&gt;I highly recommend investing in a third drive!&lt;BR /&gt;You have the slot. &lt;BR /&gt;You have an extra channel.&lt;BR /&gt;Nice for tests. Much more freedom.&lt;BR /&gt;&lt;BR /&gt;For my first tests I did not have an extra drive with the right packaging. I used an older drive from a HP/Compaq wintel server. It came in that larger (1/2" higher, 1" deeper, long lever) aluminum finned package you might have seen. I popped the drive itself, as it has had the right connector on the back. Used a wood wedge ( 1/2 a cloth pin :-) to keep it in place. Good enough for some tests.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein.</description>
      <pubDate>Tue, 23 Jan 2007 23:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931465#M762417</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-23T23:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: scsictl immediate_report</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931466#M762418</link>
      <description>Thank you for all of your replies.&lt;BR /&gt;&lt;BR /&gt;Denver,&lt;BR /&gt;"rev level" is the same for both disks: "HPC2" Is it the f/w version? Or is the f/w version contained in "Additional inquiry bytes"? The only differing item in the diskinfo output is "Additional inquiry bytes".&lt;BR /&gt;&lt;BR /&gt;Rick, Hein,&lt;BR /&gt;There are no mounted filesystems on /dev/dsk/c2t1d0, just raw logical volumes:&lt;BR /&gt;&lt;BR /&gt;bash-3.00# pvdisplay /dev/dsk/c2t1d0&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c2t1d0&lt;BR /&gt;VG Name                     /dev/vg_oraraw&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      12&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    17499&lt;BR /&gt;Free PE                     14341&lt;BR /&gt;Allocated PE                3158&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;And /dev/vg_oraraw is a raw volume group.&lt;BR /&gt;&lt;BR /&gt;I think there are filesystems on /dev/dsk/c2t0d0. However, I seem to be unable to verify this:&lt;BR /&gt;&lt;BR /&gt;bash-3.00# pvdisplay /dev/dsk/c2t0d0&lt;BR /&gt;pvdisplay: Couldn't find the volume group to which&lt;BR /&gt;physical volume "/dev/dsk/c2t0d0" belongs.&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c2t0d0".&lt;BR /&gt;&lt;BR /&gt;SAM is also confusing.&lt;BR /&gt;&lt;BR /&gt;The "Disk Devices" list shows:&lt;BR /&gt;&lt;BR /&gt;0/0/2/0.0.0.0   1          Unused   --              0   DVD-ROM Drive&lt;BR /&gt;0/1/1/0.0.0     1          Unused   --          70007   HP 73.4GST373454L&lt;BR /&gt;0/1/1/0.1.0     1          LVM      vg_orara    70007   HP 73.4GST373454L&lt;BR /&gt;&lt;BR /&gt;The "Volume Groups" list shows:&lt;BR /&gt; vg00        LVM        0 of 69088          1         9&lt;BR /&gt; vg_oraraw   LVM    57364 of 69996          1        12&lt;BR /&gt;&lt;BR /&gt;And it is vg00 which I suspect is on /dev/dsk/c2t0d0.&lt;BR /&gt;&lt;BR /&gt;The machine was shipped with "vg00" containing the system pre-installed. This volume group is missing from the "Disk Devices" list. Is this normal???&lt;BR /&gt;&lt;BR /&gt;"vg_oraraw" has been added by my precious self. Did I, perhaps, commit some fatal errors when creating it? (I do not remember erasing anything in the process. I still have the first commands in my shell history:&lt;BR /&gt;&lt;BR /&gt;/sbin/pvcreate /dev/rdsk/c2t1d0&lt;BR /&gt;/sbin/vgcreate /dev/vg_oraraw /dev/dsk/c2t1d0&lt;BR /&gt;&lt;BR /&gt;so chances are that I did not touch /dev/dsk/c2t0d0 along the way.)&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 24 Jan 2007 07:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsictl-immediate-report/m-p/3931466#M762418</guid>
      <dc:creator>Peter Kovacs 1.0rc</dc:creator>
      <dc:date>2007-01-24T07:08:18Z</dc:date>
    </item>
  </channel>
</rss>

