<?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 Balancing under HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453944#M657286</link>
    <description>Hi (again),&lt;BR /&gt;&lt;BR /&gt;if you have multiple disks within one vg you can use striping (and also mirroring = distributed striping+mirroring) to have I/O balancing.&lt;BR /&gt;Manually you can use the pvmove command for distributing the extends to different disks of the log. volumes.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Mon, 16 Oct 2000 11:41:18 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2000-10-16T11:41:18Z</dc:date>
    <item>
      <title>Load Balancing under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453940#M657282</link>
      <description>I define load balancing as the distribution of I/O requests across multiple channel paths to a device. Does LVM under HP-UX provide load balancing or is additional software such as Veritas Volume Manager required. Is the alternate path of a disk device under LVM used just for failover or is it also used when the primary path is busy (load balancing)?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 16 Oct 2000 11:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453940#M657282</guid>
      <dc:creator>Carl T. Fulp</dc:creator>
      <dc:date>2000-10-16T11:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453941#M657283</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you have devices with alternate links (ie: AutoRaid) you can control balancing at volume group creation time (vgcreate/vgextend).&lt;BR /&gt;Example:&lt;BR /&gt;Controller X: /dev/dsk/c1t0d0&lt;BR /&gt;Controller Y: /dev/dev/c3t0d0&lt;BR /&gt;Add one vg:&lt;BR /&gt;vgcreate vg01 /dev/dsk/c1t0d0&lt;BR /&gt;vgextend vg01 /dev/dsk/c3t0d0&lt;BR /&gt;This will result in vg01 has primary /dev/dsk/c1t0d0 and alternate /dev/dsk/c3t0d0&lt;BR /&gt;Add another vg:&lt;BR /&gt;vgcreate vg02 /dev/dsk/c3t0d0&lt;BR /&gt;vgextend vg02 /dev/dsk/c1t0d0&lt;BR /&gt;This will result in vg02 has primary /dev/dsk/c3t0d0 and alternate /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;So you can control I/O-balancing with the order of the device files when doing vgcreate/vgextend.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 16 Oct 2000 11:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453941#M657283</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-16T11:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453942#M657284</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The alternative path is only used for failover.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Mon, 16 Oct 2000 11:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453942#M657284</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-10-16T11:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453943#M657285</link>
      <description>If your using lvm mirroring, it does try and balance read accesses based upon shorted i/o queue. Obviously writes have to occur to all mirror copies.&lt;BR /&gt;&lt;BR /&gt;However as the others have said, lvm will only use the alternate path should the primary fail.&lt;BR /&gt;&lt;BR /&gt;Therefore you can help the system but alternating which path is the primary and alternate. &lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2000 11:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453943#M657285</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-10-16T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453944#M657286</link>
      <description>Hi (again),&lt;BR /&gt;&lt;BR /&gt;if you have multiple disks within one vg you can use striping (and also mirroring = distributed striping+mirroring) to have I/O balancing.&lt;BR /&gt;Manually you can use the pvmove command for distributing the extends to different disks of the log. volumes.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 16 Oct 2000 11:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453944#M657286</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-16T11:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453945#M657287</link>
      <description>I have to agree with what has already been stated.&lt;BR /&gt;  &lt;BR /&gt;But I will throw this one out there.  We have an EMC Disk Array, and have found that EMC offers a utility called, I believe, 'PowerPath'.  What this does is allow the alternate link to become a second i/o channel for normal production.  Basically it doubles i/o.&lt;BR /&gt;I know we're getting it on some new hardware coming in...and boy do I wish I had it currently on the production running today.  ..sigh... &lt;BR /&gt;&lt;BR /&gt;The point is - here is one vendor who has this type of service. So maybe you could check and see if your vendors have something comparable.</description>
      <pubDate>Mon, 16 Oct 2000 12:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453945#M657287</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-10-16T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load Balancing under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453946#M657288</link>
      <description>Thanks for all the replies. In summary, based on the replies, I believe the answer is that LVM doesn't provide load balancing by default. Though you can alter the configuration definition to obtain an a step toward load-balancing; a third-party product is required for true load-balancing.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 16 Oct 2000 14:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-balancing-under-hp-ux/m-p/2453946#M657288</guid>
      <dc:creator>Carl T. Fulp</dc:creator>
      <dc:date>2000-10-16T14:00:51Z</dc:date>
    </item>
  </channel>
</rss>

