<?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 ioscan in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089113#M310057</link>
    <description>Is this the correct syntax for ioscan:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC tape&amp;gt;ioscan_tape.txt&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC all&amp;gt;ioscan_all.txt ( i want all the devices )</description>
    <pubDate>Fri, 19 Oct 2007 14:19:03 GMT</pubDate>
    <dc:creator>Donald Thaler</dc:creator>
    <dc:date>2007-10-19T14:19:03Z</dc:date>
    <item>
      <title>ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089113#M310057</link>
      <description>Is this the correct syntax for ioscan:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC tape&amp;gt;ioscan_tape.txt&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC all&amp;gt;ioscan_all.txt ( i want all the devices )</description>
      <pubDate>Fri, 19 Oct 2007 14:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089113#M310057</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2007-10-19T14:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089114#M310058</link>
      <description>For you second one (all devices), you can leave off the "C" and the "all".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 19 Oct 2007 14:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089114#M310058</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-10-19T14:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089115#M310059</link>
      <description>Hi Donald&lt;BR /&gt;&lt;BR /&gt;for tape devices your syntax is right but you don't need "C" and device type argument for all devices I mean ioscan -fn &amp;gt; ioscan_all.txt is enough&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 14:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089115#M310059</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2007-10-19T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089116#M310060</link>
      <description>&lt;BR /&gt;You can do a "man ioscan". &lt;BR /&gt;&lt;BR /&gt;example: For tape/LAN devices&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC tape&lt;BR /&gt;&lt;BR /&gt;ioscan -fnc lan&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Fri, 19 Oct 2007 15:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089116#M310060</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2007-10-19T15:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089117#M310061</link>
      <description>why do i get :&lt;BR /&gt;'Can't open tape: No such file or directory'-&lt;BR /&gt;&lt;BR /&gt;when doing the ioscan -fnC tape</description>
      <pubDate>Fri, 19 Oct 2007 15:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089117#M310061</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2007-10-19T15:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089118#M310062</link>
      <description>if i leave out the redirection it works ???&lt;BR /&gt;&lt;BR /&gt;i.e ioscan -fnC tape (displays on console)</description>
      <pubDate>Fri, 19 Oct 2007 15:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089118#M310062</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2007-10-19T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089119#M310063</link>
      <description>You errors probably stem from a shell parsing problem. By any chance have you changed the IFS or are you trying to use that world's greatest shell that is so popular with them Linux folks?&lt;BR /&gt;&lt;BR /&gt;Try this syntax (spaces and all):&lt;BR /&gt;&lt;BR /&gt;ioscan -C tape -fn &amp;gt; /tmp/myfile&lt;BR /&gt;&lt;BR /&gt;and if if fails, post the exact error.</description>
      <pubDate>Fri, 19 Oct 2007 15:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089119#M310063</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-10-19T15:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: ioscan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089120#M310064</link>
      <description>Hi Donald&lt;BR /&gt;&lt;BR /&gt;What is the output of ioscan -fnC tape ?&lt;BR /&gt;How did you use the redirection ? Please submit full command line.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 15:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ioscan/m-p/4089120#M310064</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2007-10-19T15:36:58Z</dc:date>
    </item>
  </channel>
</rss>

