<?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: vPar, 11i v3, changing lan instance number problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382648#M348906</link>
    <description>Update to this... I was talking with a couple of collagues aboutvthis the other day and they mentioned a new option on the rmsf command in 11.31 which should resolve this issue. Take a look at the man page and look at the "-x" option for rmsf...&lt;BR /&gt;&lt;BR /&gt;So you should just be able to do:&lt;BR /&gt;&lt;BR /&gt;rmsf -x&lt;BR /&gt;ioinit -r -f /infile&lt;BR /&gt;&lt;BR /&gt;...no need to move the ioconfig files or run ioinit -c&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Wed, 08 Apr 2009 06:44:21 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2009-04-08T06:44:21Z</dc:date>
    <item>
      <title>vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382637#M348895</link>
      <description>Howdy all!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have created an infile that looks like:&lt;BR /&gt;&lt;BR /&gt;1/0/1/1/0/6/0 lan 0&lt;BR /&gt;1/0/1/1/0/6/1 lan 1&lt;BR /&gt;1/0/2/1/0 lan 2&lt;BR /&gt;1/0/2/1/1 lan 3&lt;BR /&gt;&lt;BR /&gt;I have then done:&lt;BR /&gt;# mv /stand/ioconfig /stand/ioconfig.sav&lt;BR /&gt;# mv /etc/ioconfig /etc/ioconfig.sav&lt;BR /&gt;# shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;The system then rebooted to the expected ioinitrc prompt:&lt;BR /&gt;&lt;BR /&gt;ioinit:  Unable to restore /stand/ioconfig from /etc/ioconfig. The file &lt;BR /&gt;         /stand/ioconfig can be restored from backup or either from &lt;BR /&gt;         /stand/ioconfig.lkg or /etc/ioconfig.lkg. &lt;BR /&gt;         If /stand/ioconfig cannot be restored, use  "/sbin/ioinit -c" &lt;BR /&gt;         to recreate it from the kernel. &lt;BR /&gt;         If the file /stand/ioconfig has been  restored from &lt;BR /&gt;         /stand/ioconfig.lkg or /etc/ioconfig.lkg, it is necessory to &lt;BR /&gt;         copy the same file to /etc/ioconfig and reboot the system &lt;BR /&gt;         immediately. &lt;BR /&gt;         When finished reboot the system immediately without proceeding further.&lt;BR /&gt;(in ioinitrc)# /sbin/ioinit -c&lt;BR /&gt;(in ioinitrc)# /sbin/ioinit -f /infile -r&lt;BR /&gt;ioinit: Instance number 0 already exists for class lan.&lt;BR /&gt;Line 1.  1/0/1/1/0/6/0 lan 0&lt;BR /&gt;(in ioinitrc)# &lt;BR /&gt;&lt;BR /&gt;And this is where I get stuck. I thought that by removing the ioconfig files, that I would not have this "Instance number X already exists" error.&lt;BR /&gt;&lt;BR /&gt;How do I get around this? The problem is my lan cards came up as lan4, lan5, lan6 and lan7. Obviously I want lan0 etc....&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 16:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382637#M348895</guid>
      <dc:creator>PW HP-UX Support Team</dc:creator>
      <dc:date>2009-03-18T16:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382638#M348896</link>
      <description>well the "ioinit -c" is re-creating all the instances starting at zero anyway, so that may be enough. It at least explains why you can't thjen renumber.&lt;BR /&gt;&lt;BR /&gt;Of course you will probably find all your disk device instances have changed allthough if you're on the absolute latest version of 11iv3 this might not be a problem.&lt;BR /&gt;&lt;BR /&gt;There used to be a documented process to do this in the support database, but I can't find it now...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 17:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382638#M348896</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-03-18T17:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382639#M348897</link>
      <description>That documented process is the one I'm using. There's the one that may work (didn't work), and then there's this one that is supposed to work. (didn't work either).&lt;BR /&gt;&lt;BR /&gt;....sigh. And yes, this is 0809 release of 11i v3. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 17:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382639#M348897</guid>
      <dc:creator>PW HP-UX Support Team</dc:creator>
      <dc:date>2009-03-18T17:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382640#M348898</link>
      <description>Reinstate your old ioconfig files and reboot back to multiu-user mode then:&lt;BR /&gt;&lt;BR /&gt;ioscan -kf | grep -e INTERFACE -e DEVICE | awk '{printf "%s %s %s\n",$3,$1,$2}' &amp;gt; /infile&lt;BR /&gt;&lt;BR /&gt;Then edit the infile and change your lan instance numbers.&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;# mv /stand/ioconfig /stand/ioconfig.sav&lt;BR /&gt;# mv /etc/ioconfig /etc/ioconfig.sav&lt;BR /&gt;# shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;The system then rebooted to the expected ioinitrc prompt:&lt;BR /&gt;&lt;BR /&gt;ioinit: Unable to restore /stand/ioconfig from /etc/ioconfig. The file &lt;BR /&gt;/stand/ioconfig can be restored from backup or either from &lt;BR /&gt;/stand/ioconfig.lkg or /etc/ioconfig.lkg. &lt;BR /&gt;If /stand/ioconfig cannot be restored, use "/sbin/ioinit -c" &lt;BR /&gt;to recreate it from the kernel. &lt;BR /&gt;If the file /stand/ioconfig has been restored from &lt;BR /&gt;/stand/ioconfig.lkg or /etc/ioconfig.lkg, it is necessory to &lt;BR /&gt;copy the same file to /etc/ioconfig and reboot the system &lt;BR /&gt;immediately. &lt;BR /&gt;When finished reboot the system immediately without proceeding further.&lt;BR /&gt;(in ioinitrc)#&lt;BR /&gt;(in ioinitrc)# /sbin/ioinit -f /infile -r&lt;BR /&gt;&lt;BR /&gt;Note you *do not* run ioinit -c&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 17:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382640#M348898</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-03-18T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382641#M348899</link>
      <description>Hate to sound like a broken record, but same error.&lt;BR /&gt;&lt;BR /&gt;When finished reboot the system immediately without proceeding further.&lt;BR /&gt;(in ioinitrc)# /sbin/ioinit -f /infile -r&lt;BR /&gt;ioinit: Instance number 0 already exists for class lan.&lt;BR /&gt;Line 1.  1/0/1/1/0/6/0 lan 0&lt;BR /&gt;(in ioinitrc)# &lt;BR /&gt;&lt;BR /&gt;Here's a question. What happens if I do a:&lt;BR /&gt;&lt;BR /&gt;# rmsf -H 1/0/1/1/0/6/0&lt;BR /&gt;&lt;BR /&gt;and reboot? Will insf rebuild the devices properly on reboot?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 18:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382641#M348899</guid>
      <dc:creator>PW HP-UX Support Team</dc:creator>
      <dc:date>2009-03-18T18:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382642#M348900</link>
      <description>For the record, this process works fine in nPar mode. But fails in vPars.&lt;BR /&gt;&lt;BR /&gt;So...... Maybe there's a doc that I'm not aware of that has the vPar version of this process?</description>
      <pubDate>Fri, 20 Mar 2009 13:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382642#M348900</guid>
      <dc:creator>PW HP-UX Support Team</dc:creator>
      <dc:date>2009-03-20T13:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382643#M348901</link>
      <description>another way of doing this I've used in the past is via a 2 stage processs where you "move the devices to new addresses, then move them back where you want... so in shortened form you would do this:&lt;BR /&gt;&lt;BR /&gt;1/0/1/1/0/6/0 lan 50&lt;BR /&gt;1/0/1/1/0/6/1 lan 51&lt;BR /&gt;1/0/2/1/0 lan 52&lt;BR /&gt;1/0/2/1/1 lan 53&lt;BR /&gt;&lt;BR /&gt;# /sbin/ioinit -f /infile -r&lt;BR /&gt;&lt;BR /&gt;After reboot you should come back up with lan50, lan51 etc...&lt;BR /&gt;&lt;BR /&gt;Then repeat with&lt;BR /&gt;&lt;BR /&gt;1/0/1/1/0/6/0 lan 0&lt;BR /&gt;1/0/1/1/0/6/1 lan 1&lt;BR /&gt;1/0/2/1/0 lan 2&lt;BR /&gt;1/0/2/1/1 lan 3&lt;BR /&gt;&lt;BR /&gt;# /sbin/ioinit -f /infile -r&lt;BR /&gt;&lt;BR /&gt;worth a try I guess...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Mar 2009 13:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382643#M348901</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-03-20T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382644#M348902</link>
      <description>Duncan, this is the first time that I have ever had ioinit -f /.... work in a vPar. When I say work, I managed to change the lan instances to 10,11,12 and 13. But now I can't get them to lan0,lan1 etc... It won't let me. In fact ioinit fails, and I have to re-move /stand/ioconfig.sav back to ioconfig get it to boot.&lt;BR /&gt;&lt;BR /&gt;Surely I can't be the only person on the planet who has run into this problem? I honestly have no idea how these 2 vPars got messed up. I've built over 40 vPars in the last 2 months with no problem. This one is over a large slow WAN, and I likley can't ignite it to redo this mess.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Mar 2009 17:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382644#M348902</guid>
      <dc:creator>PW HP-UX Support Team</dc:creator>
      <dc:date>2009-03-20T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382645#M348903</link>
      <description>Why messed up?&lt;BR /&gt;&lt;BR /&gt;This could be totally normal and IMHO this is no problem at all.&lt;BR /&gt;&lt;BR /&gt;If you install the initial nPar all devices get the device files and instances. If you create the vPars now and let's say lan2, lan14 and lan 23 stay within this vPar the names remain.&lt;BR /&gt;&lt;BR /&gt;Is this really a problem?</description>
      <pubDate>Fri, 20 Mar 2009 17:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382645#M348903</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-03-20T17:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382646#M348904</link>
      <description>I ignite off of the virgin system and it creates the nPar. Once booted, I configure 2 vpars, vparcreate etc.... The first vPar is essentially the nPar cut in half, becomes vpar0. lan0, lan1 etc.... are all fine in vpar0. I reboot in vPar mode, vparboot -p ...-I and ignite the 2nd vPar. It's lan cards always are setup correctly, lan0, lan1, lan2 and lan3. Perfect. Have done tons of vPars this way. (I build the drives here, and ship them out across the country, have them installed and work my magic from the MP).&lt;BR /&gt;&lt;BR /&gt;For whatever reason this one system came up with both vPars having the nics in lan4,5,6,7. The vPars are deployed in a standard way for the support team. That is the problem. And I *should* be able to change this. And I should be able to explain how this happened. But it's never happened to me before. I would love to know how this happened.&lt;BR /&gt;&lt;BR /&gt;What's wrong with it? Lots. We have 4 nics. Each nic goes off to its own happy subnet. There are oceans of static routes for these systems to work. Our support team doesn't want to have to go onto a system and try to figure out why one route / NAT or whatever isn't working with different nics. We have a standard for each nic, which maps to its respective network. Simplifies it. So.... I have one system out of the whole batch that looks goofy. I can't ignite it to rebuild the vPar cause it's on the other side of the country.&lt;BR /&gt;&lt;BR /&gt;I guess I will open a ticket with HP.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 20 Mar 2009 18:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382646#M348904</guid>
      <dc:creator>PW HP-UX Support Team</dc:creator>
      <dc:date>2009-03-20T18:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382647#M348905</link>
      <description>Oh one more thing.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If you install the initial nPar all &amp;gt;devices get the device files and &amp;gt;instances. &lt;BR /&gt;&lt;BR /&gt;I have never build an nPar and had the lan card instances out of order. Always been lan0, lan1, lan2 etc...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If you create the vPars now and let's say &amp;gt;lan2, lan14 and lan 23 stay within this &amp;gt;vPar the names remain.&lt;BR /&gt;&lt;BR /&gt;Never been my experience. I've built / installed many many vPars in the last couple of months. 50+. Only 34 are being deployed though. Every 2nd vPar without exception has lan0, lan1, lan2. They never stay the same as what was in the inittial nPar. I've never had lan4, lan5, lan6 etc.. &lt;BR /&gt;&lt;BR /&gt;Unless I'm doing something wrong. &lt;BR /&gt;&lt;BR /&gt;Cheers again.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Mar 2009 18:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382647#M348905</guid>
      <dc:creator>PW HP-UX Support Team</dc:creator>
      <dc:date>2009-03-20T18:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382648#M348906</link>
      <description>Update to this... I was talking with a couple of collagues aboutvthis the other day and they mentioned a new option on the rmsf command in 11.31 which should resolve this issue. Take a look at the man page and look at the "-x" option for rmsf...&lt;BR /&gt;&lt;BR /&gt;So you should just be able to do:&lt;BR /&gt;&lt;BR /&gt;rmsf -x&lt;BR /&gt;ioinit -r -f /infile&lt;BR /&gt;&lt;BR /&gt;...no need to move the ioconfig files or run ioinit -c&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 08 Apr 2009 06:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382648#M348906</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-04-08T06:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: vPar, 11i v3, changing lan instance number problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382649#M348907</link>
      <description>Hi Adding to Duncan you also can try and see if in 11iv3 you can find some success with the command of ioinit -rC lan syntax.&lt;BR /&gt;&lt;BR /&gt;I remeber V2KCOT doing an renumbering of disk instances using the ioinit -rC disk.&lt;BR /&gt;&lt;BR /&gt;can have a look at this thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1308548" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1308548&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Well that has been documented in the Newe Generation Mass Storage Stack, can that be given a try with the option of lan. Well can give a try.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf" target="_blank"&gt;http://docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;page 23-24&lt;BR /&gt;&lt;BR /&gt;and page 21&lt;BR /&gt;&lt;BR /&gt;ioscan -P is_inst_replaceable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can have a look.&lt;BR /&gt;&lt;BR /&gt;Also you can see if the LAN device supports the online renumbering of the Instance Number and look at the note for mixing the devices of online and offline renumbering in 11iv3.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Wed, 08 Apr 2009 09:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vpar-11i-v3-changing-lan-instance-number-problem/m-p/4382649#M348907</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-04-08T09:56:19Z</dc:date>
    </item>
  </channel>
</rss>

