<?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: Ioscan command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937214#M288312</link>
    <description>hai,&lt;BR /&gt;&lt;BR /&gt;amit&lt;BR /&gt;&lt;BR /&gt;-u option  in ioscan command is used to list the devices that are in use.(ie) it is used to list the devices that r installed in the system which has the driver in the os kernel</description>
    <pubDate>Sat, 03 Feb 2007 05:42:18 GMT</pubDate>
    <dc:creator>deepakinit</dc:creator>
    <dc:date>2007-02-03T05:42:18Z</dc:date>
    <item>
      <title>Ioscan command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937211#M288309</link>
      <description>What for "u" option used in ioscan command, I have already gone through the Man page of ioscan but still not clear.&lt;BR /&gt;&lt;BR /&gt;Can anybody help me explain it more clearly?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Amit jawalkar</description>
      <pubDate>Fri, 02 Feb 2007 07:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937211#M288309</guid>
      <dc:creator>Amit Jawalkar</dc:creator>
      <dc:date>2007-02-02T07:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ioscan command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937212#M288310</link>
      <description>&lt;!--!*#--&gt;          -u                Scan and list usable I/O system devices instead&lt;BR /&gt;                             of the actual hardware.  Usable I/O devices are&lt;BR /&gt;                             those having a driver in the kernel and an&lt;BR /&gt;                             assigned instance number.  The -d, -C, -I, and&lt;BR /&gt;                             -H options can be used to restrict listings.&lt;BR /&gt;                             The -u option cannot be used with -k.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Feb 2007 07:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937212#M288310</guid>
      <dc:creator>Steven Haywood (SA)</dc:creator>
      <dc:date>2007-02-02T07:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ioscan command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937213#M288311</link>
      <description>Amit,&lt;BR /&gt;for example, if you have added a brand new type of tape drive, for which there is no driver in the kernel, ioscan may show the device, but will not be able to use it.&lt;BR /&gt;&lt;BR /&gt;ioscan -u will only show you the devices the machine can use. So the difference between the ioscan -u and ioscan would indicate (amongst other things) that a driver may be missing in the kernel.&lt;BR /&gt;&lt;BR /&gt;Hope this answers the initial question.&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.</description>
      <pubDate>Fri, 02 Feb 2007 07:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937213#M288311</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-02T07:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ioscan command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937214#M288312</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt;amit&lt;BR /&gt;&lt;BR /&gt;-u option  in ioscan command is used to list the devices that are in use.(ie) it is used to list the devices that r installed in the system which has the driver in the os kernel</description>
      <pubDate>Sat, 03 Feb 2007 05:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937214#M288312</guid>
      <dc:creator>deepakinit</dc:creator>
      <dc:date>2007-02-03T05:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ioscan command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937215#M288313</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;As mentioned above ,with -u option it will scan the devices with the kernel drivers that have been loaded in the system , and not the actual hardware that is present on the system, Suppose you have a tape device connected in the system but the stape driver is not loaded , so with -u option it will not scan that device. Check # strings /etc/ioconfig to see the kernel device drivers loaded in the system, At boot time this file is read and the information is stored in the     io_tree kernel data structure. To scan all the hardware in real time do not use -u or -k option ,and can be filtered it with the specific requirement like disk or tape or fc.(# ioscan -fnC disk , to list all disks with (f)full listing with device number (n) and (C) for Class=disk)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Sat, 03 Feb 2007 06:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937215#M288313</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-02-03T06:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ioscan command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937216#M288314</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;Could you please complete the thread by awarding points to helpful answers and summarising the solution for you.&lt;BR /&gt;&lt;BR /&gt;This will help resolution of similar problems in the future.&lt;BR /&gt;&lt;BR /&gt;Please see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 06:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937216#M288314</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-06T06:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ioscan command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937217#M288315</link>
      <description>Hi Amit,&lt;BR /&gt;     Ioscan command with "u" option will scan only devices with their associated drivers present.</description>
      <pubDate>Tue, 06 Feb 2007 07:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan-command/m-p/3937217#M288315</guid>
      <dc:creator>Reshma Malusare</dc:creator>
      <dc:date>2007-02-06T07:04:20Z</dc:date>
    </item>
  </channel>
</rss>

