<?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: load share in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592091#M33022</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One of the ways with minimum downtime would be the following,&lt;BR /&gt;&lt;BR /&gt;pvcreate the new disks&lt;BR /&gt;vgextend the existing VG to the new disks&lt;BR /&gt;pvmove the existing lvs from current disks to the new disks&lt;BR /&gt;&lt;BR /&gt;All this can be done oneline.&lt;BR /&gt;&lt;BR /&gt;Once the data has been moved to the new disks, vgreduce the old disks from the VG.&lt;BR /&gt;You might want to check the man pages for (vgextend and pvmove)&lt;BR /&gt;&lt;BR /&gt;But before you do this, make sure you have a backup of your databases.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
    <pubDate>Tue, 09 Oct 2001 21:11:50 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-10-09T21:11:50Z</dc:date>
    <item>
      <title>load share</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592090#M33021</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Four of my disks shows constantly very high i/o and at times reports disk bottleneck. Thes e disk are not on FC.&lt;BR /&gt;&lt;BR /&gt;I've identified the disks and planing to add  new  FC disks modules to the system.&lt;BR /&gt;&lt;BR /&gt;Once I add these disks how do i copy the data to new disks. These are production data (Oracle). &lt;BR /&gt;I am not expanding the logical volume but transfering entire data to new disks within the system instead.&lt;BR /&gt;What would be the best method to do this.&lt;BR /&gt;like creating PV, VG and logical volume etc...&lt;BR /&gt;I would like to use  existing  vg name, lv name and mount points for the new disks.&lt;BR /&gt;&lt;BR /&gt;2. How many disks I can attach for a daisy chain&lt;BR /&gt;&lt;BR /&gt;Thanks in advance..&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 20:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592090#M33021</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2001-10-09T20:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: load share</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592091#M33022</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One of the ways with minimum downtime would be the following,&lt;BR /&gt;&lt;BR /&gt;pvcreate the new disks&lt;BR /&gt;vgextend the existing VG to the new disks&lt;BR /&gt;pvmove the existing lvs from current disks to the new disks&lt;BR /&gt;&lt;BR /&gt;All this can be done oneline.&lt;BR /&gt;&lt;BR /&gt;Once the data has been moved to the new disks, vgreduce the old disks from the VG.&lt;BR /&gt;You might want to check the man pages for (vgextend and pvmove)&lt;BR /&gt;&lt;BR /&gt;But before you do this, make sure you have a backup of your databases.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Tue, 09 Oct 2001 21:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592091#M33022</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-10-09T21:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: load share</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592092#M33023</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To move the data from one disk to another, you have to proceed like this.&lt;BR /&gt;&lt;BR /&gt;Connect the disk to the system, do a pvcreate on the disk, do vgextend to include the disk in the VG, do pvmove old disk --&amp;gt; new disk. the data is now on the new disk. you may have to do a vgreduce to remove the old disk from the VG and then disconnect the old disk from the system. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 21:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592092#M33023</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-09T21:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: load share</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592093#M33024</link>
      <description>Rushank,&lt;BR /&gt;&lt;BR /&gt;I concur with Ramesh and Sanjay. If you are too cautious ( I do for my management) about the data, you can mirror the existing logical volumes onto the FC60 and then break the mirror.&lt;BR /&gt;&lt;BR /&gt;1) Add the new LUN from FC 60 to the volume group&lt;BR /&gt;2) Use the lvextend -m 1 /dev/vg??/lvol? /dev/dsk/cxtydz (new disk). Replace ?s and x,y,z with your settings.&lt;BR /&gt;3) Do an lvsplit, fsck and mount the backup copy (bydefault it will be lvol??b). Verify if the database is fine. Then remove the original logical volume and reduce the old PV from the volume group.&lt;BR /&gt;&lt;BR /&gt;pvmove is also safe. You can go with it if you don't want the lengthy procedure.&lt;BR /&gt;&lt;BR /&gt;-Sridhar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 22:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592093#M33024</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-09T22:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: load share</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592094#M33025</link>
      <description>The one big concern is that the new disks you're adding shouldn't be bigger than the disk in the VGs.  For example if you're VG consists of 2 x 4GB disks, then the disks should also be 4GB otherwise you'll be wasting space as only 4GB of the new disk will be accessable from the VG.&lt;BR /&gt;&lt;BR /&gt;If this is not a concern, then you should be able to pvcreate the new disk(s) and vgextend the volume group to include the new disks.  Then use pvmove to move the data from the old disks to the new and finally use vgreduce to get rid of the old disks from the VG.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 22:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-share/m-p/2592094#M33025</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T22:41:43Z</dc:date>
    </item>
  </channel>
</rss>

