<?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: LVM disk replace in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101282#M146940</link>
    <description>OK,&lt;BR /&gt;Connect the disk to rp5470 and vgimport the disk into a new volume group and mount the lv if they are file systems.&lt;BR /&gt;1. Use ioscan and locate the new disk, say /dev/dsk/cxdxtx&lt;BR /&gt;2. mkdir /dev/vgrp5430&lt;BR /&gt;check for a free minor number, say "0x050000" is free&lt;BR /&gt;3. mknod /dev/vgrp5430/group c 64 0x050000&lt;BR /&gt;4. vgimport /dev/vgrp5430 /dev/dsk/cxdxtx(new disk connected from rp54300)&lt;BR /&gt;5. You'll see it will import all the lvols created on that disk(the only difference is you'll have to locate which one is which as names will change and all of them will be in the sequence of lvol1, lvol2 lvol3 etc...)&lt;BR /&gt;6. activate the vg using vgchange -a y /dev/vgrp5430&lt;BR /&gt;6. create a direcory say /rp5430 and under it create all the directories that were in the old system and mount all lvols you'll see you'r data.&lt;BR /&gt;I think you'll have to do fsck as well.&lt;BR /&gt;That should give you you'r old data.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Oct 2003 22:17:46 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2003-10-23T22:17:46Z</dc:date>
    <item>
      <title>LVM disk replace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101279#M146937</link>
      <description>I have a rp5470 server and a rp5430 server!&lt;BR /&gt;The rp5470 server have two disks mirrored! &lt;BR /&gt;The rp4530 server have only one disk contain user data and OS.&lt;BR /&gt;Yesterday rp5430 server down(mother board bad). I want to put the disk to rp5470 to get userdata.&lt;BR /&gt;How can I do?&lt;BR /&gt;For I'm an begeiner, a detail progress is high appreciated!&lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Thu, 23 Oct 2003 21:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101279#M146937</guid>
      <dc:creator>Wengxms BF</dc:creator>
      <dc:date>2003-10-23T21:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM disk replace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101280#M146938</link>
      <description>Assuming the disk is compatable(likely), you should be able to use vgimport to import the logical volumes into an new volume group.&lt;BR /&gt;&lt;BR /&gt;Shut down server, move the disk(no shut down for hot swap). If you don't shut it down ioscan to get the disk recognized.&lt;BR /&gt;&lt;BR /&gt;Be careful about mixing SE and LVD disks. Check the specs at &lt;A href="http://partsurfer.hp.com" target="_blank"&gt;http://partsurfer.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Oct 2003 22:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101280#M146938</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-23T22:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: LVM disk replace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101281#M146939</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;Are you adding a disk or replacing it.&lt;BR /&gt;to add a disk to a volume group in the rp5470 server:&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/cxtxdx&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;mount the file system!&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 22:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101281#M146939</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-10-23T22:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM disk replace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101282#M146940</link>
      <description>OK,&lt;BR /&gt;Connect the disk to rp5470 and vgimport the disk into a new volume group and mount the lv if they are file systems.&lt;BR /&gt;1. Use ioscan and locate the new disk, say /dev/dsk/cxdxtx&lt;BR /&gt;2. mkdir /dev/vgrp5430&lt;BR /&gt;check for a free minor number, say "0x050000" is free&lt;BR /&gt;3. mknod /dev/vgrp5430/group c 64 0x050000&lt;BR /&gt;4. vgimport /dev/vgrp5430 /dev/dsk/cxdxtx(new disk connected from rp54300)&lt;BR /&gt;5. You'll see it will import all the lvols created on that disk(the only difference is you'll have to locate which one is which as names will change and all of them will be in the sequence of lvol1, lvol2 lvol3 etc...)&lt;BR /&gt;6. activate the vg using vgchange -a y /dev/vgrp5430&lt;BR /&gt;6. create a direcory say /rp5430 and under it create all the directories that were in the old system and mount all lvols you'll see you'r data.&lt;BR /&gt;I think you'll have to do fsck as well.&lt;BR /&gt;That should give you you'r old data.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 22:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101282#M146940</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-23T22:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: LVM disk replace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101283#M146941</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;congrats Rajeev for the crown!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 22:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101283#M146941</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-10-23T22:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: LVM disk replace</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101284#M146942</link>
      <description>Hey XMAN,&lt;BR /&gt;Thank you, thank you very much</description>
      <pubDate>Thu, 23 Oct 2003 22:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-disk-replace/m-p/3101284#M146942</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-10-23T22:37:07Z</dc:date>
    </item>
  </channel>
</rss>

