<?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: checking striping in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/checking-striping-in-linux/m-p/5597981#M53616</link>
    <description>&lt;P&gt;Try "lvdisplay -m" instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In HP-UX, "lvdisplay -v" will display each logical extent on a separate line.&lt;/P&gt;&lt;P&gt;In Linux LVM2 (= all 2.6.* kernels) "lvdisplay -m" will display a more condensed listing. Here's an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# lvdisplay -m /dev/vg00/home
  --- Logical volume ---
  LV Name                /dev/vg00/home
  VG Name                vg00
  LV UUID                9v3cKt-40dV-vpWa-NNVv-ptZk-ZVc8-ZBWlxE
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                100.00 GiB
  Current LE             25600
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     6144
  Block device           253:3
   
  --- Segments ---
  Logical extent 0 to 20921:
    Type                linear
    Physical volume     /dev/dm-0
    Physical extents    15616 to 36537
   
  Logical extent 20922 to 25599:
    Type                linear
    Physical volume     /dev/dm-0
    Physical extents    2560 to 7237&lt;/PRE&gt;&lt;P&gt;This is a LV that has been extended once after creation, so it exists as two linear mappings.&lt;/P&gt;&lt;P&gt;The key word here is "linear": it is the default and means "not striped".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any LVM-striped LVs configured (we usually let the big SAN storage system do the striping), but with a striped LV, I think the "Type" field would say "striped" instead.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2012 13:29:06 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2012-03-26T13:29:06Z</dc:date>
    <item>
      <title>checking striping in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-striping-in-linux/m-p/5597687#M53614</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp; Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp; RHEL 5.6 and i am using LVM . I want to know how can i check whether a lv is striped or not in RHEL 5.6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Commonly in HPUX i can get this detail from lvdisplay -v . but in this case i am not able to get this detail ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could&amp;nbsp; anyone please help&amp;nbsp; me on this ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Laiju.C.Babu&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 12:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-striping-in-linux/m-p/5597687#M53614</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2012-03-26T12:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: checking striping in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-striping-in-linux/m-p/5597981#M53616</link>
      <description>&lt;P&gt;Try "lvdisplay -m" instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In HP-UX, "lvdisplay -v" will display each logical extent on a separate line.&lt;/P&gt;&lt;P&gt;In Linux LVM2 (= all 2.6.* kernels) "lvdisplay -m" will display a more condensed listing. Here's an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# lvdisplay -m /dev/vg00/home
  --- Logical volume ---
  LV Name                /dev/vg00/home
  VG Name                vg00
  LV UUID                9v3cKt-40dV-vpWa-NNVv-ptZk-ZVc8-ZBWlxE
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                100.00 GiB
  Current LE             25600
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     6144
  Block device           253:3
   
  --- Segments ---
  Logical extent 0 to 20921:
    Type                linear
    Physical volume     /dev/dm-0
    Physical extents    15616 to 36537
   
  Logical extent 20922 to 25599:
    Type                linear
    Physical volume     /dev/dm-0
    Physical extents    2560 to 7237&lt;/PRE&gt;&lt;P&gt;This is a LV that has been extended once after creation, so it exists as two linear mappings.&lt;/P&gt;&lt;P&gt;The key word here is "linear": it is the default and means "not striped".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any LVM-striped LVs configured (we usually let the big SAN storage system do the striping), but with a striped LV, I think the "Type" field would say "striped" instead.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 13:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-striping-in-linux/m-p/5597981#M53616</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2012-03-26T13:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: checking striping in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-striping-in-linux/m-p/5598017#M53617</link>
      <description>&lt;P&gt;Hi MK,&lt;/P&gt;&lt;P&gt;Thanks for the reply ,,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got&amp;nbsp; some more commands to get this information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lvs -v --segments&lt;/P&gt;&lt;P&gt;lvs -a -o +devices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Laiju C Babu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 13:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-striping-in-linux/m-p/5598017#M53617</guid>
      <dc:creator>laiju.c.babu</dc:creator>
      <dc:date>2012-03-26T13:47:32Z</dc:date>
    </item>
  </channel>
</rss>

