<?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: HP-UX command ioscan in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664428#M242593</link>
    <description>I believe that insf (which creates device files for new hardware) does a simple table scan (developed from the ioconfig file) looking for the next higher number. You can remove the current device file(s) for a particular hardware device (rmsf -H) then use the instance option to run insf -H to reinstall the device file(s). Note that rmsf (for unknown reasons) will sometimes fail to remove the device files. You can't just rm the files because rmsf also modifies the ioconfig file. The instance number is only a record-keeping number and having incremental numbers is only cosmetic.</description>
    <pubDate>Fri, 04 Nov 2005 09:13:24 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-11-04T09:13:24Z</dc:date>
    <item>
      <title>HP-UX command ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664421#M242586</link>
      <description>When i create a new virtual disk on SAN and present this to my system, the istance number associate is the progressive number and not the free istance number.&lt;BR /&gt;Where HP-UX save the ouput of the command IOSCAN? Where i see the istance number?</description>
      <pubDate>Fri, 04 Nov 2005 04:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664421#M242586</guid>
      <dc:creator>STL</dc:creator>
      <dc:date>2005-11-04T04:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX command ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664422#M242587</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;r u referring to the column I from the ioscan output:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 04:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664422#M242587</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-11-04T04:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX command ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664423#M242588</link>
      <description>ioscan -fn will give instance number in second column.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Fri, 04 Nov 2005 04:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664423#M242588</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-04T04:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX command ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664424#M242589</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;There is no ioscan output saved on HP-UX.&lt;BR /&gt;&lt;BR /&gt;The hardware structure is in the kernel and you could use the "-k" option to list the kernel tree.&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnkC disk&lt;BR /&gt;&lt;BR /&gt;GOOD LUCK!!</description>
      <pubDate>Fri, 04 Nov 2005 04:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664424#M242589</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2005-11-04T04:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX command ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664425#M242590</link>
      <description>Instance number is assigned by OS (kernel) and its not advisable to modify. You can use #ioscan -fnCdisk &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 04 Nov 2005 04:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664425#M242590</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-04T04:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX command ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664426#M242591</link>
      <description>HP-UX does not save any output from the ioscan command. All this does is allow you to see what hardware there is attached to the system, whether there is a driver attached (CLAIMED), hardware gone missing after boot time (NO_HW) etc.&lt;BR /&gt;I believe what you are asking is:&lt;BR /&gt;How does HP-UX remember what instance number is assigned to what device?&lt;BR /&gt;&lt;BR /&gt;If so, this is done using the /etc/ioconfig file which is NOT an ascii file in association with the ioinit command (run from /etc/inittab).&lt;BR /&gt;When the system boots, it scans the I/O tree, and compares what it finds with the contents of this file. If a new device is found, it assigns the next instance number to the device and records it in the ioconfig file.&lt;BR /&gt;&lt;BR /&gt;man ioconfig&lt;BR /&gt;man ioinit&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 05:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664426#M242591</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-11-04T05:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX command ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664427#M242592</link>
      <description>Hi,&lt;BR /&gt;I think Monaco's question is why does OS does not assign the free Instance no instead of just assigning next instance no to the newly added device.&lt;BR /&gt;&lt;BR /&gt;for e.g.&lt;BR /&gt;&lt;BR /&gt;i have devices with instance no 1,2,3,4 and 5.&lt;BR /&gt;Then i removed one device with instance no. 3 so now i have devices with instance n0. 1,2,4 and 5.&lt;BR /&gt;&lt;BR /&gt;Now in this case if you add new device OS should assign 3 but it assigns 6. So why OS is not assigning 3 to the new device? &lt;BR /&gt;&lt;BR /&gt;Monaco correct me if i am wrong.&lt;BR /&gt;&lt;BR /&gt;Now if that is the question what i have seen is the same thing, OS keeps on incrementing the instance no and doesn't look back what all instance no are free from alloted pool.&lt;BR /&gt;&lt;BR /&gt;Don't know the specific reason for the same.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 08:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664427#M242592</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-11-04T08:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX command ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664428#M242593</link>
      <description>I believe that insf (which creates device files for new hardware) does a simple table scan (developed from the ioconfig file) looking for the next higher number. You can remove the current device file(s) for a particular hardware device (rmsf -H) then use the instance option to run insf -H to reinstall the device file(s). Note that rmsf (for unknown reasons) will sometimes fail to remove the device files. You can't just rm the files because rmsf also modifies the ioconfig file. The instance number is only a record-keeping number and having incremental numbers is only cosmetic.</description>
      <pubDate>Fri, 04 Nov 2005 09:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-command-ioscan/m-p/3664428#M242593</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-11-04T09:13:24Z</dc:date>
    </item>
  </channel>
</rss>

