<?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 Abount instance number in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666899#M612062</link>
    <description>Hi Master,&lt;BR /&gt;I want to reconfigure specific instance number for one disk, but now, it is found this specific instance number hsa been occupied ,&lt;BR /&gt;how to remove it from current device then to assign it to one disk?&lt;BR /&gt;Thanks!</description>
    <pubDate>Wed, 28 Jul 2010 03:26:26 GMT</pubDate>
    <dc:creator>study unix</dc:creator>
    <dc:date>2010-07-28T03:26:26Z</dc:date>
    <item>
      <title>Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666899#M612062</link>
      <description>Hi Master,&lt;BR /&gt;I want to reconfigure specific instance number for one disk, but now, it is found this specific instance number hsa been occupied ,&lt;BR /&gt;how to remove it from current device then to assign it to one disk?&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 28 Jul 2010 03:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666899#M612062</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2010-07-28T03:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666900#M612063</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;this is an easy task but reboot is requried&lt;BR /&gt;&lt;BR /&gt;first you need to create a new mapping file from the existing system&lt;BR /&gt;&lt;BR /&gt;this will do&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 open this infile, remove the entries u do not want to change &lt;BR /&gt;&lt;BR /&gt;following is an example, if this is the infile&lt;BR /&gt;&lt;BR /&gt;0/0/2/1.0.16  ext_bus  0&lt;BR /&gt;0/1/1/0.0.0  ext_bus  4&lt;BR /&gt;0/4/1/0/4/0  ext_bus  1&lt;BR /&gt;0/4/1/0/4/1  ext_bus  2&lt;BR /&gt;&lt;BR /&gt;you want to change 0/0/2/1.0.16 instance number to 4 then you remove the last two entries, and modify the the file like following, because 4 is already been used you will have to change instance number of device 0/1/1/0.0.0 so instance number 4 for ext_bus can be assigned to another device.&lt;BR /&gt;&lt;BR /&gt;0/0/2/1.0.16  ext_bus  4&lt;BR /&gt;0/1/1/0.0.0  ext_bus  0&lt;BR /&gt;&lt;BR /&gt;Once this is done copy this infile to /, u can't leave it on any other systesm, has to be /&lt;BR /&gt;&lt;BR /&gt;then u do the following&lt;BR /&gt;&lt;BR /&gt;mv /etc/ioconfig /etc/ioconfig.save&lt;BR /&gt;mv /stand/ioconfig /etc/ioconfig.save&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;because both ioconfig files are missing, the boot up process will stop and ask u to recreate ioconfig from kernel, you will see this from system console, so if you are doing this remotly, make sure you have console access.&lt;BR /&gt;&lt;BR /&gt;first create the file&lt;BR /&gt;/sbin/ioinit -c&lt;BR /&gt;&lt;BR /&gt;the apply the infile we created before&lt;BR /&gt;/sbin/ioinit -f /infile -r&lt;BR /&gt;&lt;BR /&gt;server will reboot to assign the new instance number.&lt;BR /&gt;&lt;BR /&gt;try it, you won't break the server, worst case, you just rebooted the server few times.</description>
      <pubDate>Wed, 28 Jul 2010 07:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666900#M612063</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2010-07-28T07:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666901#M612064</link>
      <description>Hi Njia,&lt;BR /&gt;Thanks for your full response,&lt;BR /&gt;&lt;BR /&gt;-the apply the infile we created before&lt;BR /&gt;/sbin/ioinit -f /infile -r&lt;BR /&gt;&lt;BR /&gt;I do not understand when to run command /sbin/ioinit -f /infile -r ? after reboot?&lt;BR /&gt;&lt;BR /&gt;-if it is supported to revise instant number in OS 11.11,11.23, 11.31 or only in 11.31?&lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
      <pubDate>Wed, 28 Jul 2010 07:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666901#M612064</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2010-07-28T07:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666902#M612065</link>
      <description>why you want to reconfigure a speific thing to some thing??&lt;BR /&gt;&lt;BR /&gt;which HPUX version?&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 28 Jul 2010 07:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666902#M612065</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-07-28T07:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666903#M612066</link>
      <description>Hi Eyeshot,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this will do like that&lt;BR /&gt;&lt;BR /&gt;#cd /&lt;BR /&gt;&lt;BR /&gt;#ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;For example&lt;BR /&gt;&lt;BR /&gt;disk        34  0/4/1/0.0.0.3.0   sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c9t3d0   /dev/rdsk/c9t3d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;where c9 is instance number of disk&lt;BR /&gt;&lt;BR /&gt;&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;&lt;BR /&gt;&lt;BR /&gt;then open this infile, remove the entries u do not want to change &lt;BR /&gt;&lt;BR /&gt;following is an example, if this is the infile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;0/4/1/0.0.0 ext_bus 9&lt;BR /&gt;0/4/1/0.0.0.2 target 2&lt;BR /&gt;0/4/1/0.0.0.2.0 disk 33&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you want to change 0/4/1/0.0.0 instance number to 20 then you remove 9 to 20, and save this file like following, because 9 no longer available and you will have to change instance number of device 0/4/1/0.0.0 so instance number 9 for ext_bus can be assigned to another device.&lt;BR /&gt;&lt;BR /&gt;0/4/1/0.0.0 ext_bus 20&lt;BR /&gt;0/4/1/0.0.0.2 target 2&lt;BR /&gt;0/4/1/0.0.0.2.0 disk 33&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then u do the following&lt;BR /&gt;&lt;BR /&gt;mv /etc/ioconfig /etc/ioconfig.save&lt;BR /&gt;mv /stand/ioconfig /etc/ioconfig.save&lt;BR /&gt;for reboot&lt;BR /&gt;#shutdown -ry now&lt;BR /&gt;&lt;BR /&gt;because both ioconfig files are missing, the boot up process will stop and ask u to recreate ioconfig from kernel, you will see this from system console, so if you are doing this remotly, make sure you have console access.&lt;BR /&gt;&lt;BR /&gt;first create the file&lt;BR /&gt;&lt;BR /&gt;#/sbin/ioinit -c                Based on current hardware it creates ioconfig file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the apply  new setting as per given by you, use infile we created before with following command&lt;BR /&gt;&lt;BR /&gt;#/sbin/ioinit -f /infile -r&lt;BR /&gt;&lt;BR /&gt;server will reboot to assign the new instance number.&lt;BR /&gt;&lt;BR /&gt;try it, you won't break the server, worst case, you just rebooted the server few times.&lt;BR /&gt;&lt;BR /&gt;After the reboot, when you log in server and put following command&lt;BR /&gt;&lt;BR /&gt;#ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you will find change instance number of disk&lt;BR /&gt;&lt;BR /&gt;like that&lt;BR /&gt;&lt;BR /&gt;disk        34  0/4/1/0.0.0.3.0   sdisk          CLAIMED     DEVICE       HP      DG146ABAB4&lt;BR /&gt;                               /dev/dsk/c20t3d0   /dev/rdsk/c20t3d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Deeos</description>
      <pubDate>Wed, 28 Jul 2010 13:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666903#M612066</guid>
      <dc:creator>Deeos</dc:creator>
      <dc:date>2010-07-28T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666904#M612067</link>
      <description>Hi eyeshot&lt;BR /&gt;&lt;BR /&gt;after rename both /etc/ioconfig and /stand/ioconfig file you reboot the server&lt;BR /&gt;&lt;BR /&gt;then it will prompt you to run ioinit -c to create those two files, and you run ioinit -f /infile -r after&lt;BR /&gt;&lt;BR /&gt;so it looks like &lt;BR /&gt;&lt;BR /&gt;/sbin/ioinit -c&lt;BR /&gt;/sbin/ioinit -f /infile -r&lt;BR /&gt;&lt;BR /&gt;server reboots and you shall have the instance number you wanted.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 28 Jul 2010 23:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666904#M612067</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2010-07-28T23:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666905#M612068</link>
      <description>Hi Eyeshot&lt;BR /&gt;&lt;BR /&gt;forgot to say, this is not related to any version of HPUX, &lt;BR /&gt;&lt;BR /&gt;I have done this on HPUX v1, v2 and v3, no difference at all.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 29 Jul 2010 00:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666905#M612068</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2010-07-29T00:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666906#M612069</link>
      <description>Hi Nijia,&lt;BR /&gt;But, 11iv3 uses persistant device file is different from legacy device file of 11iv2 or 11iv1, so I consider if I operate on 11iv2 will come out of some issue ?</description>
      <pubDate>Mon, 02 Aug 2010 08:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666906#M612069</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2010-08-02T08:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666907#M612070</link>
      <description>Late reply, but have a look at this page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BaseLVM" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BaseLVM&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following new features were introduced in LVM B.11.31.1009:&lt;BR /&gt;&lt;BR /&gt;    * This release supports the use of cluster device special files (cDSFs). This feature is effective only in a cluster environment and requires that you install HP Serviceguard A.11.20 and patch it to support cluster-wide device special files.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666907#M612070</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-09-21T14:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Abount instance number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666908#M612071</link>
      <description>FYI: with 11.31 you can also move the instance number without a reboot on disk devices, see 'ioscan -P is_inst_replaceable'.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2010 13:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/abount-instance-number/m-p/4666908#M612071</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2010-09-22T13:24:42Z</dc:date>
    </item>
  </channel>
</rss>

