<?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: installation device scan - vs - ioscan in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806392#M83137</link>
    <description>Hi Kim&lt;BR /&gt;&lt;BR /&gt;ioscan shows CLAIMED since the drive exist at the scsi location. if you removed the drive and run ioscan, it shows NO_HW.&lt;BR /&gt;diskinfo shows only the information about that disk. while installing diskinfo will be used since it also gives info about it's scsi location and size</description>
    <pubDate>Mon, 16 Sep 2002 13:34:30 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2002-09-16T13:34:30Z</dc:date>
    <item>
      <title>installation device scan - vs - ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806387#M83132</link>
      <description>Rebuilding a system (L)... Before I started the install, I captured a lot of info from the machine (in case I encountered problems) including an "ioscan -fnC disk".&lt;BR /&gt;&lt;BR /&gt;The ioscan showed me all the internal devices were "CLAIMED" and showed device files.&lt;BR /&gt;&lt;BR /&gt;When I started the install, it scanned available devices, but it saw that there were 2 drives with a 0 (zero) size and only the other 2 drives were available to install the OS onto.&lt;BR /&gt;&lt;BR /&gt;I moved the disks around and backed up the install and "rescanned" the devices. Sure enough, the problem followed the drives.&lt;BR /&gt;&lt;BR /&gt;So, my question is.... What kind of scan is taking place during the install that discovered the problem -and- is it a command line scan command that I can do on other (L) systems?&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Sep 2002 16:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806387#M83132</guid>
      <dc:creator>Kim Kendall</dc:creator>
      <dc:date>2002-09-14T16:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: installation device scan - vs - ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806388#M83133</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;is it only drives or is about those drives' controller(s)?&lt;BR /&gt;Some controllers are not supported by the install kernels, so will only be able to see them "claimed" after having booted a kernel with the neccessary drivers linked into it!&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Sep 2002 17:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806388#M83133</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-09-14T17:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: installation device scan - vs - ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806389#M83134</link>
      <description>ioscan shows all of the drives to be the same. I could have installed the OS onto a drive on either controller (as long as a good drive was on that controller... I moved disks around and saw the available devices move with the good drives, on both controllers)&lt;BR /&gt;&lt;BR /&gt;I think it's a different scan that the system does before it decides which drives are available for installing an OS onto.&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Sep 2002 17:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806389#M83134</guid>
      <dc:creator>Kim Kendall</dc:creator>
      <dc:date>2002-09-14T17:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: installation device scan - vs - ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806390#M83135</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; I would do a ioscan -fnC disk followed by a diskinfo on each of the disks.  Put it in a script to give you a good picture.&lt;BR /&gt;&lt;BR /&gt;for i in `ioscan -fnC disk |grep "/dev/dsk" |awk '{print $2}'`&lt;BR /&gt;do&lt;BR /&gt;DISK=$i&lt;BR /&gt;SIZE=`diskinfo $i |grep size: |awk '{print $2}'`&lt;BR /&gt;echo $DISK - $SIZE&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;This may take a litte longer if you have a CD-ROM drive but will give you a good idea.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Sep 2002 21:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806390#M83135</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-09-14T21:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: installation device scan - vs - ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806391#M83136</link>
      <description>diskinfo must be what the install does. &lt;BR /&gt;&lt;BR /&gt;So far, I've seen 2 completely seperate symptoms of a failed drive. One, where I do an ioscan and can see that is says NO_HW instead of CLAIMED.&lt;BR /&gt;&lt;BR /&gt;The other way is that it says CLAIMED in the ioscan, but diskinfo shows it as a 0 (zero) size.&lt;BR /&gt;&lt;BR /&gt;Time for a script. If I try the example above, it will go through all the drives I have mounted from the EMC as well... will have to fine tune it a little, but... That's what I was looking for.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 16 Sep 2002 13:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806391#M83136</guid>
      <dc:creator>Kim Kendall</dc:creator>
      <dc:date>2002-09-16T13:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: installation device scan - vs - ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806392#M83137</link>
      <description>Hi Kim&lt;BR /&gt;&lt;BR /&gt;ioscan shows CLAIMED since the drive exist at the scsi location. if you removed the drive and run ioscan, it shows NO_HW.&lt;BR /&gt;diskinfo shows only the information about that disk. while installing diskinfo will be used since it also gives info about it's scsi location and size</description>
      <pubDate>Mon, 16 Sep 2002 13:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806392#M83137</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-16T13:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: installation device scan - vs - ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806393#M83138</link>
      <description>Yeah...&lt;BR /&gt;&lt;BR /&gt;I've had disks in the slot, but ioscan said NW_HW... = bad disk&lt;BR /&gt;&lt;BR /&gt;I've had disks show up as CLAIMED by ioscan, but diskinfo says 0 size... = bad disk</description>
      <pubDate>Mon, 16 Sep 2002 13:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installation-device-scan-vs-ioscan/m-p/2806393#M83138</guid>
      <dc:creator>Kim Kendall</dc:creator>
      <dc:date>2002-09-16T13:58:17Z</dc:date>
    </item>
  </channel>
</rss>

