<?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 vg changing controlers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516047#M22843</link>
    <description>I believe I know the answer, but I wanted to put a post just for a warm fuzzy.&lt;BR /&gt;&lt;BR /&gt;Whats going on:&lt;BR /&gt;&lt;BR /&gt;K460 with 3 Jamacia boxs.  The Jamacia boxes have about 6 Drives in each.  We are upgrading the K460 to a K580.  The hardware path of one of the jamacia boxes is going to change.  What is the easiest, most painless, way to get the vg ported over to the new controler?&lt;BR /&gt;&lt;BR /&gt;NO MIRRORS.  HFS filesystems.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
    <pubDate>Wed, 11 Apr 2001 12:40:14 GMT</pubDate>
    <dc:creator>Joseph C. Denman</dc:creator>
    <dc:date>2001-04-11T12:40:14Z</dc:date>
    <item>
      <title>vg changing controlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516047#M22843</link>
      <description>I believe I know the answer, but I wanted to put a post just for a warm fuzzy.&lt;BR /&gt;&lt;BR /&gt;Whats going on:&lt;BR /&gt;&lt;BR /&gt;K460 with 3 Jamacia boxs.  The Jamacia boxes have about 6 Drives in each.  We are upgrading the K460 to a K580.  The hardware path of one of the jamacia boxes is going to change.  What is the easiest, most painless, way to get the vg ported over to the new controler?&lt;BR /&gt;&lt;BR /&gt;NO MIRRORS.  HFS filesystems.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 11 Apr 2001 12:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516047#M22843</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-04-11T12:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: vg changing controlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516048#M22844</link>
      <description>&lt;BR /&gt;use the ioinit command. See man page for it, in the examples section is how to reassign an instance number to a card, this way you can retain your c1,c2,c3... instance numbers for your drives when you change hardware. Very handy.</description>
      <pubDate>Wed, 11 Apr 2001 12:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516048#M22844</guid>
      <dc:creator>Edward Sedgemore</dc:creator>
      <dc:date>2001-04-11T12:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: vg changing controlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516049#M22845</link>
      <description>hi,&lt;BR /&gt;check vgexport/vgimport.&lt;BR /&gt;-vgexport the VG&lt;BR /&gt;-move the drive(s)&lt;BR /&gt;-create device files for VG&lt;BR /&gt;-vgimport the VG&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry</description>
      <pubDate>Wed, 11 Apr 2001 12:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516049#M22845</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-04-11T12:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: vg changing controlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516050#M22846</link>
      <description>Hi Joesph:&lt;BR /&gt;&lt;BR /&gt;Use vgexport/vgimport.  See the man pages for both for more information.&lt;BR /&gt;&lt;BR /&gt;On the "outgoing side":&lt;BR /&gt;&lt;BR /&gt;# vgexport -p -v -s -m /tmp/vgXY.mapfile /dev/vgXY&lt;BR /&gt;&lt;BR /&gt;...and on the "incoming side"...&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgXY&lt;BR /&gt;# mknod /dev/vgXY/group c 64 0xXY0000&lt;BR /&gt;# vgimport -s -m /tmp/vgXY.mapfile vgXY&lt;BR /&gt;# vgchange -a y vgXY&lt;BR /&gt;# vgcfgbackup vgXY&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 11 Apr 2001 12:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516050#M22846</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-04-11T12:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: vg changing controlers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516051#M22847</link>
      <description>I was correct.  Thanks for specifics James.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 11 Apr 2001 13:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-changing-controlers/m-p/2516051#M22847</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-04-11T13:14:13Z</dc:date>
    </item>
  </channel>
</rss>

