<?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: Change HDD device PATH. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-hdd-device-path/m-p/3216052#M169451</link>
    <description>Hi,&lt;BR /&gt;  &lt;BR /&gt;  You will have to change the card instance number.Before changing the instance number make sure the volume group the disk is part of is exported and imported back once the instance number is changed&lt;BR /&gt;&lt;BR /&gt;1) # pvdisplay /dev/dsk/c5t?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 5 &lt;BR /&gt;   to&lt;BR /&gt;   &lt;HWPATH&gt; ext_bus 4&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;BR /&gt;   &lt;BR /&gt;&lt;BR /&gt;&lt;/HWPATH&gt;&lt;/HWPATH&gt;</description>
    <pubDate>Thu, 11 Mar 2004 10:28:35 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-03-11T10:28:35Z</dc:date>
    <item>
      <title>Change HDD device PATH.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-hdd-device-path/m-p/3216051#M169450</link>
      <description>Dear Experts,&lt;BR /&gt;  Currently I have 2 server rp8400 server  connnect to EMC storage. The HDD path is  &lt;BR /&gt;c5t?d? and I would like to change the device path to c4t?d?.&lt;BR /&gt;How to change it ? Pls provide me the steps.&lt;BR /&gt;&lt;BR /&gt;Thks</description>
      <pubDate>Thu, 11 Mar 2004 08:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-hdd-device-path/m-p/3216051#M169450</guid>
      <dc:creator>Kenneth Yap</dc:creator>
      <dc:date>2004-03-11T08:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change HDD device PATH.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-hdd-device-path/m-p/3216052#M169451</link>
      <description>Hi,&lt;BR /&gt;  &lt;BR /&gt;  You will have to change the card instance number.Before changing the instance number make sure the volume group the disk is part of is exported and imported back once the instance number is changed&lt;BR /&gt;&lt;BR /&gt;1) # pvdisplay /dev/dsk/c5t?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 5 &lt;BR /&gt;   to&lt;BR /&gt;   &lt;HWPATH&gt; ext_bus 4&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;BR /&gt;   &lt;BR /&gt;&lt;BR /&gt;&lt;/HWPATH&gt;&lt;/HWPATH&gt;</description>
      <pubDate>Thu, 11 Mar 2004 10:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-hdd-device-path/m-p/3216052#M169451</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-03-11T10:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change HDD device PATH.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-hdd-device-path/m-p/3216053#M169452</link>
      <description>First export your VG in a mapfile and then follow the follwoing procedure :&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072080614" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072080614&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;THen import yout VG back to the new disks .&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 12:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-hdd-device-path/m-p/3216053#M169452</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2004-03-11T12:00:56Z</dc:date>
    </item>
  </channel>
</rss>

