<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753411#M548878</link>
    <description>The "official" procedure:&lt;BR /&gt;&lt;BR /&gt;- unmirror the disk&lt;BR /&gt;- swap the disk&lt;BR /&gt;- mirror the disk&lt;BR /&gt;&lt;BR /&gt;steps are here:&lt;BR /&gt;&lt;BR /&gt;When_Good_Disks_Go_Bad_WP&lt;BR /&gt;&lt;A href="http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf" target="_blank"&gt;http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Feb 2011 21:27:01 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2011-02-15T21:27:01Z</dc:date>
    <item>
      <title>lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753409#M548876</link>
      <description>i am using hp 9000 D class server with (oracle Data base ) in HP-UX 10.2.this server has two volume group.this are vg00 and vg01,one of lv in second volume group &lt;BR /&gt;disk has some bad blocks ,we are going to replace disk (same Size).now able to read the data from the disk, &lt;BR /&gt;can any one help me with procedure to do the activity?</description>
      <pubDate>Tue, 15 Feb 2011 18:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753409#M548876</guid>
      <dc:creator>irshad_1</dc:creator>
      <dc:date>2011-02-15T18:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753410#M548877</link>
      <description>You have 10.20 pretty old OS &amp;amp; you are going to replace the disk ,i am not sure if you can do this on line on this version.&lt;BR /&gt;&lt;BR /&gt;After replacing the disk you need to run&lt;BR /&gt;vgcfgrestore -n vg01 /dev/rdsk/cxtxdx &amp;amp; then backup your data using mirror or any other source.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manix</description>
      <pubDate>Tue, 15 Feb 2011 18:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753410#M548877</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-15T18:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753411#M548878</link>
      <description>The "official" procedure:&lt;BR /&gt;&lt;BR /&gt;- unmirror the disk&lt;BR /&gt;- swap the disk&lt;BR /&gt;- mirror the disk&lt;BR /&gt;&lt;BR /&gt;steps are here:&lt;BR /&gt;&lt;BR /&gt;When_Good_Disks_Go_Bad_WP&lt;BR /&gt;&lt;A href="http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf" target="_blank"&gt;http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2011 21:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753411#M548878</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-02-15T21:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753412#M548879</link>
      <description>forgot remove the disk from the volume group in the above procedure.&lt;BR /&gt;&lt;BR /&gt;Otherwise good.  By removing the disk from the volume group you can add a larger disk up to max pv per pv to your volume group like removing a 2GB disk and then adding a 4 GB disk to the volume group.&lt;BR /&gt;&lt;BR /&gt;You could also try&lt;BR /&gt;&lt;BR /&gt;Add new disk to volume group&lt;BR /&gt;pvmove from old disk to new disk&lt;BR /&gt;vgreduce old disk&lt;BR /&gt;do screwdriver work&lt;BR /&gt;&lt;BR /&gt;Assumptions above assume old disk is still somewhat operational.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2011 23:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753412#M548879</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2011-02-15T23:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753413#M548880</link>
      <description>If you could able to read the data from the disk, then you can go for pvmove.&lt;BR /&gt;&lt;BR /&gt;Add the disk in the volume group&lt;BR /&gt;Do the pvmove from disk to disk&lt;BR /&gt;Then remove the disk from the volume group.&lt;BR /&gt;&lt;BR /&gt;#pvcreate newdisk&lt;BR /&gt;#vgextend vgname newdisk&lt;BR /&gt;#pvmove olddisk newdisk&lt;BR /&gt;#vgreduce vgname olddisk&lt;BR /&gt;&lt;BR /&gt;Note that pvmove command will fail if LV is striped.&lt;BR /&gt;&lt;BR /&gt;Rgds...</description>
      <pubDate>Wed, 16 Feb 2011 03:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4753413#M548880</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2011-02-16T03:48:48Z</dc:date>
    </item>
  </channel>
</rss>

