<?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: Card Instance Chage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/card-instance-chage/m-p/3289306#M181806</link>
    <description>1) # pvdisplay /dev/dsk/c11t?d?&lt;BR /&gt;&lt;BR /&gt;- Find out the VG&lt;BR /&gt;&lt;BR /&gt;2) # unmount all the logical volumes of the VG&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n /dev/vgname&lt;BR /&gt;# vgexport -v -s -m /root/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnkC ext_bus | awk '$2 == 5 {printf("%s\t%s\t%s\n",$3,$1,$2)}' &amp;gt; /tmp/infile&lt;BR /&gt;&lt;BR /&gt;# vi /tmp/infile&lt;BR /&gt;Change from&lt;BR /&gt;&lt;HWPATH&gt; ext_bus 11 &lt;BR /&gt;to&lt;BR /&gt;&lt;HWPATH&gt; ext_bus 13&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;3) # mv /stand/ioconfig /stand/ioconfig.OLD&lt;BR /&gt;# mv /etc/ioconfig /etc/ioconfig.OLD&lt;BR /&gt;&lt;BR /&gt;4) Reboot the server&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;5) You will get the ioinit prompt - system wont proceed since there is no ioconfig file under /stand and /etc&lt;BR /&gt;&lt;BR /&gt;(ioinitrc) ioinit -c&lt;BR /&gt;&lt;BR /&gt;(ioinitrc) ioinit -f /tmp/infile -r&lt;BR /&gt;&lt;BR /&gt;This will reboot the server. When the system comes back, you will have the new device files created&lt;BR /&gt;&lt;BR /&gt;6) Confirm the result with ioscan&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC ext_bus&lt;BR /&gt;&lt;BR /&gt;7) Reimport the volume group with the new disk file&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgname&lt;BR /&gt;# mknod /dev/vgname c 64 0x230000&lt;BR /&gt;# vgimport -v -s /root/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;- Sundar.&lt;/HWPATH&gt;&lt;/HWPATH&gt;</description>
    <pubDate>Thu, 27 May 2004 19:10:47 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-05-27T19:10:47Z</dc:date>
    <item>
      <title>Card Instance Chage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-instance-chage/m-p/3289304#M181804</link>
      <description>Is is possible to change the card instance number on HP-UX 11. Currently it is recognised as c11 and I would like to make it c13.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Vikas</description>
      <pubDate>Thu, 27 May 2004 18:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-instance-chage/m-p/3289304#M181804</guid>
      <dc:creator>Vikas_2</dc:creator>
      <dc:date>2004-05-27T18:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Card Instance Chage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-instance-chage/m-p/3289305#M181805</link>
      <description>the same issue has been discussed in step by step detail here :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=501457" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=501457&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope it will be helpful to you too.</description>
      <pubDate>Thu, 27 May 2004 18:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-instance-chage/m-p/3289305#M181805</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-05-27T18:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Card Instance Chage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-instance-chage/m-p/3289306#M181806</link>
      <description>1) # pvdisplay /dev/dsk/c11t?d?&lt;BR /&gt;&lt;BR /&gt;- Find out the VG&lt;BR /&gt;&lt;BR /&gt;2) # unmount all the logical volumes of the VG&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n /dev/vgname&lt;BR /&gt;# vgexport -v -s -m /root/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnkC ext_bus | awk '$2 == 5 {printf("%s\t%s\t%s\n",$3,$1,$2)}' &amp;gt; /tmp/infile&lt;BR /&gt;&lt;BR /&gt;# vi /tmp/infile&lt;BR /&gt;Change from&lt;BR /&gt;&lt;HWPATH&gt; ext_bus 11 &lt;BR /&gt;to&lt;BR /&gt;&lt;HWPATH&gt; ext_bus 13&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;3) # mv /stand/ioconfig /stand/ioconfig.OLD&lt;BR /&gt;# mv /etc/ioconfig /etc/ioconfig.OLD&lt;BR /&gt;&lt;BR /&gt;4) Reboot the server&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;5) You will get the ioinit prompt - system wont proceed since there is no ioconfig file under /stand and /etc&lt;BR /&gt;&lt;BR /&gt;(ioinitrc) ioinit -c&lt;BR /&gt;&lt;BR /&gt;(ioinitrc) ioinit -f /tmp/infile -r&lt;BR /&gt;&lt;BR /&gt;This will reboot the server. When the system comes back, you will have the new device files created&lt;BR /&gt;&lt;BR /&gt;6) Confirm the result with ioscan&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC ext_bus&lt;BR /&gt;&lt;BR /&gt;7) Reimport the volume group with the new disk file&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgname&lt;BR /&gt;# mknod /dev/vgname c 64 0x230000&lt;BR /&gt;# vgimport -v -s /root/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;- Sundar.&lt;/HWPATH&gt;&lt;/HWPATH&gt;</description>
      <pubDate>Thu, 27 May 2004 19:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-instance-chage/m-p/3289306#M181806</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-05-27T19:10:47Z</dc:date>
    </item>
  </channel>
</rss>

