<?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: HBA instance No. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931610#M410146</link>
    <description>Waiting for the response...........&lt;BR /&gt;Thanks&lt;BR /&gt;Girish&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Oct 2005 23:03:39 GMT</pubDate>
    <dc:creator>Girish_17</dc:creator>
    <dc:date>2005-10-06T23:03:39Z</dc:date>
    <item>
      <title>HBA instance No.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931607#M410143</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;I would like to see the shared storage from two systems with same device file names. &lt;BR /&gt;From one node i am able to see it as c9txdx and from other node it is c8txdx.&lt;BR /&gt;&lt;BR /&gt;The difference in the instance no is creating problem for me. I want both of them to be same e.g. it should be c9txdx on both systems.&lt;BR /&gt;&lt;BR /&gt;Since this are the remote servers i really can't play with the HBA (putting in different slots or so) and also i don't want to create soft links for some reasons.&lt;BR /&gt;&lt;BR /&gt;Is possible to do the required change in either of the nodes to make thier instance numbers same. I won't mind rebooting the servers.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your suggestions and comments.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Girish&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 09:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931607#M410143</guid>
      <dc:creator>Girish_17</dc:creator>
      <dc:date>2005-10-05T09:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: HBA instance No.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931608#M410144</link>
      <description>The fix is rather simple although it should not be used to change boot devices:&lt;BR /&gt;&lt;BR /&gt;ioscan -f | grep -e "INTERFACE" -e "DEVICE" | grep -v -i "target" | awk '{printf("%-20.20s %-12.12s %3d\n",$3,$1,($2 + 0))}' &amp;gt; /myfile&lt;BR /&gt;&lt;BR /&gt;Using vi, edit /myfile and change the lan instances or disk devices as you wish but make sure than no instance numbers are duplicated.&lt;BR /&gt;&lt;BR /&gt;mv /stand/ioconfig /stand/ioconfig.safe&lt;BR /&gt;mv /etc/ioconfig /etc/ioconfig.safe&lt;BR /&gt;shutdown -r -y 0 &lt;BR /&gt;&lt;BR /&gt;The system will stop the reboot at the ioinitrc prompt because of the missing files:&lt;BR /&gt;Issue this command:&lt;BR /&gt;/sbin/ioinit -c&lt;BR /&gt;/sbin/ioinit -f /myfile -r&lt;BR /&gt;&lt;BR /&gt;You may get warnings like "input identical to kernel" -- these are normal and expected and may be safely ignored. The "-r" triggers a reboot.&lt;BR /&gt;&lt;BR /&gt;You configurations should be correct now. Man ioinit for details.&lt;BR /&gt;&lt;BR /&gt;---------------------------------------&lt;BR /&gt;&lt;BR /&gt;The other way to approach your problem is to rethink it. Rather than connecting to /dev/rdsk/c8t5d0, for example, your application connects to /xxx/yyy/rdisk1 and you create symbolic links to the actual device nodes.</description>
      <pubDate>Wed, 05 Oct 2005 10:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931608#M410144</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-10-05T10:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: HBA instance No.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931609#M410145</link>
      <description>Thanks a lot clay .........it worked.&lt;BR /&gt;&lt;BR /&gt;But i need some clarification.&lt;BR /&gt;&lt;BR /&gt;In My file i had something like:&lt;BR /&gt;0/3/1/0.1.11.255.14  ext_bus        5&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           6&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           7&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           8&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           9&lt;BR /&gt;0/3/1/0.1.11.255.14. disk          10&lt;BR /&gt;0/3/1/0.1.11.255.14. disk          11&lt;BR /&gt;0/3/1/0.1.11.255.14. disk          12&lt;BR /&gt;0/3/1/0.1.11.255.14. disk          13&lt;BR /&gt;&lt;BR /&gt;I changed it to:&lt;BR /&gt;0/3/1/0.1.11.255.14  ext_bus        4&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           5&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           6&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           7&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           8&lt;BR /&gt;0/3/1/0.1.11.255.14. disk           9&lt;BR /&gt;0/3/1/0.1.11.255.14. disk          10&lt;BR /&gt;0/3/1/0.1.11.255.14. disk          11&lt;BR /&gt;0/3/1/0.1.11.255.14. disk          12&lt;BR /&gt;&lt;BR /&gt;i wanted to change from /dev/dsk/c5txdx to /dev/dsk/c4txdx.&lt;BR /&gt;&lt;BR /&gt;So my question is whether i have to change entire order with +1 as in my case? (it actually  worked that way only) or i have change just the first entry to 4 (This is what i was expecting). &lt;BR /&gt;&lt;BR /&gt;Secondly when i reboot i did /sbin/ioinit -c and then /sbin/ioinit -f /myfile -r but here it didn't reboot, it gave me back the prompt and then i used /sbin/reboot.&lt;BR /&gt;&lt;BR /&gt;After reboot i was able to see the change but got confused with the way it worked.&lt;BR /&gt;&lt;BR /&gt;Waiting for your valuable guidance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Girish&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 05:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931609#M410145</guid>
      <dc:creator>Girish_17</dc:creator>
      <dc:date>2005-10-06T05:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: HBA instance No.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931610#M410146</link>
      <description>Waiting for the response...........&lt;BR /&gt;Thanks&lt;BR /&gt;Girish&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 23:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931610#M410146</guid>
      <dc:creator>Girish_17</dc:creator>
      <dc:date>2005-10-06T23:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: HBA instance No.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931611#M410147</link>
      <description>No, you do not have to "ripple" all the changes BUT if there were already a c4 and you wanted to change your existing c5 to c4 then you would have to change the existing c4 to some other (available) instance and then change your c5 to instance 4. If you do a man ioinit you will see that -r doesn't always trigger a reboot though in practice, it usually does --- especially if you don't make any mistakes.</description>
      <pubDate>Thu, 06 Oct 2005 23:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931611#M410147</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-10-06T23:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: HBA instance No.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931612#M410148</link>
      <description>thanks clay........</description>
      <pubDate>Fri, 07 Oct 2005 01:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hba-instance-no/m-p/4931612#M410148</guid>
      <dc:creator>Girish_17</dc:creator>
      <dc:date>2005-10-07T01:49:15Z</dc:date>
    </item>
  </channel>
</rss>

