<?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: how do we determine I/O channel seperation is possible in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643761#M646499</link>
    <description>My two internal HDD device names are c1t15d0 and c3t15d0. this means the first is on controller 1 and the other on controller3 hence I/O channel seperation is possible. Any one conforms this first will gain 10 points closing this case. I expected some one to ask directly what is this device name and could had replied with the solution is possible and explination.&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jan 2002 07:23:26 GMT</pubDate>
    <dc:creator>Santhosh.H</dc:creator>
    <dc:date>2002-01-14T07:23:26Z</dc:date>
    <item>
      <title>how do we determine I/O channel seperation is possible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643756#M646494</link>
      <description>In ioscan -f cmd how do we determine buses refering the Hardware path field</description>
      <pubDate>Sun, 13 Jan 2002 09:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643756#M646494</guid>
      <dc:creator>Santhosh.H</dc:creator>
      <dc:date>2002-01-13T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: how do we determine I/O channel seperation is possible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643757#M646495</link>
      <description>my server has 2HDD. The HW Path is&lt;BR /&gt;0/0/1/1.15.0 &amp;amp; 0/0/2/1.15.0&lt;BR /&gt;can any one explain in more depth about reading the hw path&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Jan 2002 09:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643757#M646495</guid>
      <dc:creator>Santhosh.H</dc:creator>
      <dc:date>2002-01-13T09:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: how do we determine I/O channel seperation is possible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643758#M646496</link>
      <description>Hi Santosh,&lt;BR /&gt;&lt;BR /&gt;Two flags in ioscan will help you in understanding the paths.&lt;BR /&gt;&lt;BR /&gt;ioscan -f &amp;gt; ioscan.out&lt;BR /&gt;ioscan -fnC disk &amp;gt; disk.out&lt;BR /&gt;&lt;BR /&gt;ioscan -f will give you detailed description of each component, You will find like&lt;BR /&gt;&lt;BR /&gt;ext_bus     2  0/0/2/0                 c720  &lt;BR /&gt;875 Ultra Wide Single-Ended&lt;BR /&gt;target      4  0/0/2/0.2               tgt   &lt;BR /&gt;disk        1  0/0/2/0.2.0             sdisk &lt;BR /&gt;&lt;BR /&gt;0/0/2/0 is the controller address   - c&lt;BR /&gt;2 is the target                     - t&lt;BR /&gt;0 is the LUN (Scsiid of the disk)   - d&lt;BR /&gt;So the combined address &lt;BR /&gt;&lt;BR /&gt;SO this will make the device file c2t2d0&lt;BR /&gt;&lt;BR /&gt;You can also do an lssf on /dev/dsk/c2t2d0 to find the information.&lt;BR /&gt;&lt;BR /&gt;Look for the corresponding device in ioscan -fnC disk output.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Jan 2002 15:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643758#M646496</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-13T15:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: how do we determine I/O channel seperation is possible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643759#M646497</link>
      <description>Hi santosh,&lt;BR /&gt;&lt;BR /&gt;Try these two links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=ea0da3dd02263b732d/screen=ckiDisplayDocument?docId=200000046785420" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=ea0da3dd02263b732d/screen=ckiDisplayDocument?docId=200000046785420&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=ea0da3dd02263b732d/screen=ckiDisplayDocument?docId=200000051933874" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=ea0da3dd02263b732d/screen=ckiDisplayDocument?docId=200000051933874&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Jan 2002 17:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643759#M646497</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-13T17:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: how do we determine I/O channel seperation is possible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643760#M646498</link>
      <description>Hi Santosh,&lt;BR /&gt;&lt;BR /&gt;In ur server:&lt;BR /&gt;&lt;BR /&gt;1) 0/0/1/1.15.0 - '0/0/1/1' is the controller address, '15' is the SCSI id of the disk, '0' is the LUN number.&lt;BR /&gt;&lt;BR /&gt;2) 0/0/2/1.15.0 - '0/0/2/1' is the controller address, '15' is the SCSI id of the disk, '0' is the LUN number.&lt;BR /&gt;&lt;BR /&gt;See this for some information about hardware addressing:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=d3223f600c564ffc9d/screen=ckiDisplayDocument?docId=200000009825652" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=d3223f600c564ffc9d/screen=ckiDisplayDocument?docId=200000009825652&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also check 'man ioscan' and Hardware addressing topic in &lt;A href="http://www.docs.hp.com" target="_blank"&gt;www.docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Jan 2002 20:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643760#M646498</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-13T20:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: how do we determine I/O channel seperation is possible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643761#M646499</link>
      <description>My two internal HDD device names are c1t15d0 and c3t15d0. this means the first is on controller 1 and the other on controller3 hence I/O channel seperation is possible. Any one conforms this first will gain 10 points closing this case. I expected some one to ask directly what is this device name and could had replied with the solution is possible and explination.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2002 07:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643761#M646499</guid>
      <dc:creator>Santhosh.H</dc:creator>
      <dc:date>2002-01-14T07:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: how do we determine I/O channel seperation is possible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643762#M646500</link>
      <description>u can conform that use the following text I cited from HP docs.&lt;BR /&gt;    the c#t#d#[s#] syntax used in default device special files derives from ioscan output: c# is the card instance for the ext_bus class of&lt;BR /&gt;interface card to which the device is attached, t# is the target (SCSI address) of the disk device on the interface, d# is the device unit number.s# specifies section number and is provided for backward compatibility;&lt;BR /&gt;the device file addresses the entire disk (s0) when s# is unspecified. (See the disk (7) manpage.)&lt;BR /&gt;&lt;BR /&gt;thinphony.</description>
      <pubDate>Mon, 14 Jan 2002 08:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643762#M646500</guid>
      <dc:creator>thinphony</dc:creator>
      <dc:date>2002-01-14T08:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: how do we determine I/O channel seperation is possible</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643763#M646501</link>
      <description>Santosh,&lt;BR /&gt;&lt;BR /&gt;Confirmed. The number associated with C determines the instance number that is unique to each controller. So, in your case, there are two controllers and Yes channel seperation is possible.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 14 Jan 2002 09:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-we-determine-i-o-channel-seperation-is-possible/m-p/2643763#M646501</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-14T09:22:11Z</dc:date>
    </item>
  </channel>
</rss>

