<?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 How to find out the disk location in array in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291365#M10052</link>
    <description>I find some messages as below:&lt;BR /&gt;&lt;BR /&gt;********************************* ENTRY 21052. *********************************&lt;BR /&gt;&lt;BR /&gt;----- EVENT INFORMATION -----&lt;BR /&gt;&lt;BR /&gt;EVENT CLASS                             ERROR EVENT &lt;BR /&gt;OS EVENT TYPE                  199.     CAM SCSI &lt;BR /&gt;SEQUENCE NUMBER               5457.&lt;BR /&gt;OPERATING SYSTEM                        DEC OSF/1 &lt;BR /&gt;OCCURRED/LOGGED ON                      Sat May 29 00:46:36 2004&lt;BR /&gt;OCCURRED ON SYSTEM                      nn97c &lt;BR /&gt;SYSTEM ID                 x00070016&lt;BR /&gt;SYSTYPE                   x00000002&lt;BR /&gt;PROCESSOR COUNT                  4.&lt;BR /&gt;PROCESSOR WHO LOGGED      x00000000&lt;BR /&gt;&lt;BR /&gt;----- UNIT INFORMATION -----&lt;BR /&gt;&lt;BR /&gt;CLASS                         x0000     DISK &lt;BR /&gt;SUBSYSTEM                     x0000     DISK &lt;BR /&gt;BUS #                         x0003&lt;BR /&gt;                              x00D0     LUN x0&lt;BR /&gt;                                        TARGET x2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to identify the disk location ,where is it? &lt;BR /&gt;&lt;BR /&gt;the disk</description>
    <pubDate>Mon, 31 May 2004 12:40:26 GMT</pubDate>
    <dc:creator>Rambo_1</dc:creator>
    <dc:date>2004-05-31T12:40:26Z</dc:date>
    <item>
      <title>How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291365#M10052</link>
      <description>I find some messages as below:&lt;BR /&gt;&lt;BR /&gt;********************************* ENTRY 21052. *********************************&lt;BR /&gt;&lt;BR /&gt;----- EVENT INFORMATION -----&lt;BR /&gt;&lt;BR /&gt;EVENT CLASS                             ERROR EVENT &lt;BR /&gt;OS EVENT TYPE                  199.     CAM SCSI &lt;BR /&gt;SEQUENCE NUMBER               5457.&lt;BR /&gt;OPERATING SYSTEM                        DEC OSF/1 &lt;BR /&gt;OCCURRED/LOGGED ON                      Sat May 29 00:46:36 2004&lt;BR /&gt;OCCURRED ON SYSTEM                      nn97c &lt;BR /&gt;SYSTEM ID                 x00070016&lt;BR /&gt;SYSTYPE                   x00000002&lt;BR /&gt;PROCESSOR COUNT                  4.&lt;BR /&gt;PROCESSOR WHO LOGGED      x00000000&lt;BR /&gt;&lt;BR /&gt;----- UNIT INFORMATION -----&lt;BR /&gt;&lt;BR /&gt;CLASS                         x0000     DISK &lt;BR /&gt;SUBSYSTEM                     x0000     DISK &lt;BR /&gt;BUS #                         x0003&lt;BR /&gt;                              x00D0     LUN x0&lt;BR /&gt;                                        TARGET x2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to identify the disk location ,where is it? &lt;BR /&gt;&lt;BR /&gt;the disk</description>
      <pubDate>Mon, 31 May 2004 12:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291365#M10052</guid>
      <dc:creator>Rambo_1</dc:creator>
      <dc:date>2004-05-31T12:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291366#M10053</link>
      <description>SCSI BUS 3, Lun 0, SCSI-ID 2&lt;BR /&gt;&lt;BR /&gt;Depending on your OS version you must use hwmgr (5.x) or file /dev/rz* (4.x) to get the device behind the adress.&lt;BR /&gt;&lt;BR /&gt;If you are lost use the "man"-page of each command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2004 13:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291366#M10053</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2004-05-31T13:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291367#M10054</link>
      <description>If you are using v5.x, you can use the following hwmgr command to see the exact dsk# of the device in question.&lt;BR /&gt;&lt;BR /&gt;hwmgr -show scsi -bus 3 -target 2 -lun 0&lt;BR /&gt;&lt;BR /&gt;If on 4.x systems, I think you could compute it like this,&lt;BR /&gt;rz[a-f](bus#)*(target#)+target#    where a,b,c,..f (lun 0,1,2,3. .7)&lt;BR /&gt;and I guesss it would be,&lt;BR /&gt;rz26&lt;BR /&gt;&lt;BR /&gt;pls. let me know if you have questions.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2004 13:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291367#M10054</guid>
      <dc:creator>Abdul Rahiman</dc:creator>
      <dc:date>2004-05-31T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291368#M10055</link>
      <description>sorry , correct like this,&lt;BR /&gt;rz[a-f](bus#)*8+target# where a,b,c,..f (lun 0,1,2,3. .7)&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2004 13:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291368#M10055</guid>
      <dc:creator>Abdul Rahiman</dc:creator>
      <dc:date>2004-05-31T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291369#M10056</link>
      <description>Thanks&lt;BR /&gt;&lt;BR /&gt;     Is the  rz26 location disk 30200 ?&lt;BR /&gt;&lt;BR /&gt;HSZ70&amp;gt;show dev&lt;BR /&gt;&lt;BR /&gt;Name          Type                      Port Targ  Lun        Used by&lt;BR /&gt;------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;DISK10000     disk                         1    0    0        FAILEDSET&lt;BR /&gt;DISK10100     disk                         1    1    0        R1&lt;BR /&gt;DISK10200     disk                         1    2    0        R1&lt;BR /&gt;DISK10300     disk                         1    3    0        R1&lt;BR /&gt;DISK20000     disk                         2    0    0        R1&lt;BR /&gt;DISK20100     disk                         2    1    0        R1&lt;BR /&gt;DISK20200     disk                         2    2    0        R1&lt;BR /&gt;DISK20300     disk                         2    3    0        R1&lt;BR /&gt;DISK30000     disk                         3    0    0        R1&lt;BR /&gt;DISK30100     disk                         3    1    0        SPARESET&lt;BR /&gt;DISK30200     disk                         3    2    0        R1&lt;BR /&gt;DISK30300     disk                         3    3    0        R1&lt;BR /&gt;DISK40000     disk                         4    0    0        R2&lt;BR /&gt;DISK50000     disk                         5    0    0        R2&lt;BR /&gt;DISK60000     disk                         6    0    0        R2&lt;BR /&gt;&lt;BR /&gt;BR</description>
      <pubDate>Mon, 31 May 2004 20:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291369#M10056</guid>
      <dc:creator>Rambo_1</dc:creator>
      <dc:date>2004-05-31T20:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291370#M10057</link>
      <description>No, definitely not. You see that DISK30200 is part of the storageset 'R1'. It _could_ be unit 'D200' on your HSZ, but you must find out first if the HSZ is on SCSI bus #3.</description>
      <pubDate>Tue, 01 Jun 2004 00:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291370#M10057</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-01T00:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291371#M10058</link>
      <description>&lt;BR /&gt;The error log entry is from the Unix side of the house. You suggest that it is mapped onto a storage controller. Lun 0 would then be the first 'unit' on the controller living on bus 3 at scsi 2. You can verify this with hwmgr and find the disk name for it. Please specify your Tru64 version and/or some storage controller details to allow us to help better.&lt;BR /&gt;Anyway, next step, either with hsxterm(5) or with the storage console you can use 'show d0' to find out what it is mapped onto. This can be a direct disk, or a raid/stripe set. The disk(s) on the controller will have similar bus-target-lun names but that are completely independend from the OS device.&lt;BR /&gt;&lt;BR /&gt;You can use 'locate d0' with hsxterm or storage console to flash the yellow lights on the actuall disk.&lt;BR /&gt;&lt;BR /&gt;Another crude but effective way to locate disks is to issue a 'dd if=os-disk-name of=/dev/null' and if the disk still works a little bit this will give you green activity lights.&lt;BR /&gt;&lt;BR /&gt;I have made some scripts to map os-devices to controller units to controller devices, but thos are relatively version and controller dependend (hsz/hsg/(no)command-lun/...). I can dig those up if interested but they likely need changes.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2004 01:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291371#M10058</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-06-01T01:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291372#M10059</link>
      <description>Rambo,&lt;BR /&gt;&lt;BR /&gt;next time only assign 10 Pts once and not for every answer or correction! Btw. if someone repeats an answer from previously poster why giving him the same points? &lt;BR /&gt;&lt;BR /&gt;Please read the itrc forum rules next time, specially information about assigning "points"</description>
      <pubDate>Tue, 01 Jun 2004 02:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291372#M10059</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2004-06-01T02:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out the disk location in array</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291373#M10060</link>
      <description>Rambo,&lt;BR /&gt;I have overlooked that you need to check your storage system anyway, because DISK10000 has failed.</description>
      <pubDate>Tue, 01 Jun 2004 05:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/how-to-find-out-the-disk-location-in-array/m-p/3291373#M10060</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-01T05:58:46Z</dc:date>
    </item>
  </channel>
</rss>

