<?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: Disk Stripes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485514#M213985</link>
    <description>I assume that you are talking about logical volumes under LVM. lvdisplay /dev/vg05/lvol1 will display the number of stripes and the Stripe Size.&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Feb 2005 17:02:55 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-02-14T17:02:55Z</dc:date>
    <item>
      <title>Disk Stripes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485513#M213984</link>
      <description>How do you tell what your systems stripe level is?</description>
      <pubDate>Mon, 14 Feb 2005 16:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485513#M213984</guid>
      <dc:creator>Jason_309</dc:creator>
      <dc:date>2005-02-14T16:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Stripes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485514#M213985</link>
      <description>I assume that you are talking about logical volumes under LVM. lvdisplay /dev/vg05/lvol1 will display the number of stripes and the Stripe Size.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2005 17:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485514#M213985</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-14T17:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Stripes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485515#M213986</link>
      <description>Thank you. The way the logical volumes have been setup on the system i am now workig on they have no stripes. We are running Oracle financials and have been told the disks need to be striped. What is the best way to do this?</description>
      <pubDate>Mon, 14 Feb 2005 17:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485515#M213986</guid>
      <dc:creator>Jason_309</dc:creator>
      <dc:date>2005-02-14T17:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Stripes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485516#M213987</link>
      <description>The stripe size and the number of physical volumes to stripe across is set when the logical volume is created. You first need to create a volume group and include multiple physical disks or LUN's. You then allocate each logical volume striping across these PV's typically in 64KB chunks. In general, you want to strip across as many i/o channels as possible.</description>
      <pubDate>Mon, 14 Feb 2005 17:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485516#M213987</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-14T17:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Stripes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485517#M213988</link>
      <description>I should add man vgcreate, lvcreate, vgextend for details. You can also do all of this from within SAM -&amp;gt; Disks &amp;amp; Filesystems.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2005 17:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485517#M213988</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-14T17:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Stripes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485518#M213989</link>
      <description>So if the LV groups are setup now with no stripes i still will need to start over?</description>
      <pubDate>Mon, 14 Feb 2005 17:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485518#M213989</guid>
      <dc:creator>Jason_309</dc:creator>
      <dc:date>2005-02-14T17:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Stripes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485519#M213990</link>
      <description>Yes. If there are data on the existing LVOL's, you will need to back it up first. Your other option, if you have available disk is to add more disks to your VG and then create a new LVOL with stripes and copy the data over. Since, you don't seem to be too familar with these procedures, I would strongly suggest that you get a backup first.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2005 17:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485519#M213990</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-14T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Stripes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485520#M213991</link>
      <description>Thanks</description>
      <pubDate>Mon, 14 Feb 2005 17:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-stripes/m-p/3485520#M213991</guid>
      <dc:creator>Jason_309</dc:creator>
      <dc:date>2005-02-14T17:22:02Z</dc:date>
    </item>
  </channel>
</rss>

