<?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: re : logical volume help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127715#M315832</link>
    <description>It would really help if you posted the error message...&lt;BR /&gt; &lt;BR /&gt;But you are correct. The PE size must be larger than 4 MB because there is a limit to the number of PEs in a volume group. You must re-create the entire volume group with the -s option (I would use -s 32) to specify a larger extent size. Then you can create multi-terabyte volumes.</description>
    <pubDate>Mon, 14 Jan 2008 11:59:50 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2008-01-14T11:59:50Z</dc:date>
    <item>
      <title>re : logical volume help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127711#M315828</link>
      <description>Hi Guys,&lt;BR /&gt;    Can anyone advice how can I create a logical volume of size 1.2TB . Can I know the commands to create the logical volume. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vincent</description>
      <pubDate>Fri, 11 Jan 2008 07:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127711#M315828</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2008-01-11T07:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: re : logical volume help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127712#M315829</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You did not specify which version of HP-UX and&lt;BR /&gt;volume manager you run.&lt;BR /&gt;&lt;BR /&gt;Yes, it is possible to create LV of size 1.2 TB.&lt;BR /&gt;&lt;BR /&gt;Check famous HP document on LVM supported limits.&lt;BR /&gt;&lt;BR /&gt;Lets assume you use LVM:&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.11 and 11.23, maximum LV size is 2 TB&lt;BR /&gt;HP-UX 11.31, maxumum LV is 16 TB&lt;BR /&gt;&lt;BR /&gt;a) You can do it via SAM, for example&lt;BR /&gt;(I must say that for my 23 years in Unix &lt;BR /&gt;support, I seldom use graphical interfaces).&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;b) Check manuals on lvcreate(1).&lt;BR /&gt;Hint - options:&lt;BR /&gt;&lt;BR /&gt;-l le_number&lt;BR /&gt;or&lt;BR /&gt;-L lv_size&lt;BR /&gt;&lt;BR /&gt;There are number of issues you need to plan&lt;BR /&gt;when creating such a logical volume (backups,&lt;BR /&gt;PE size, its parameters, and so on)...&lt;BR /&gt;&lt;BR /&gt;Even if you make a mistake, vgmodify can&lt;BR /&gt;help a lot if you use HP-UX 11.23 (with certain patches) or HP-UX 11.31.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Fri, 11 Jan 2008 08:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127712#M315829</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-01-11T08:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: re : logical volume help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127713#M315830</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi Vincent,&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt; First you have to check how much is you one PE size ,also strip size accordingly you plan out,&lt;BR /&gt;&lt;BR /&gt;The command for create logical volume of 1.2 Tb is &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; # lvcreate -i &lt;STRIPS&gt; -I &lt;STRIPE size=""&gt; -l &lt;LOGICALEXTEND number=""&gt; -n &lt;LVNAME&gt; &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Here I - equal to 4096 if database is there on the sysatem.&lt;BR /&gt;&lt;BR /&gt;      i - should be in the range of 2,4...&lt;BR /&gt;&lt;BR /&gt;      -l -should be between 1 to 65k&lt;BR /&gt;&lt;BR /&gt;      &lt;BR /&gt;&lt;BR /&gt;  cheers!!!!!!!!&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Yogesh &lt;BR /&gt;&lt;/VGNAME&gt;&lt;/LVNAME&gt;&lt;/LOGICALEXTEND&gt;&lt;/STRIPE&gt;&lt;/STRIPS&gt;</description>
      <pubDate>Fri, 11 Jan 2008 08:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127713#M315830</guid>
      <dc:creator>Yogesh M Puranik</dc:creator>
      <dc:date>2008-01-11T08:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: re : logical volume help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127714#M315831</link>
      <description>Hi Guys,&lt;BR /&gt;   Thanks for the info, sorry my mistake. The operating system is 11.31 and when I try to create a logical volume of around 1.2TB is give an error stirr output and it cannot create. I believe I have to extend the PE for logical volume as well. Pls guide me with the command to do it . Thanks and regards&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Mon, 14 Jan 2008 04:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127714#M315831</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2008-01-14T04:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: re : logical volume help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127715#M315832</link>
      <description>It would really help if you posted the error message...&lt;BR /&gt; &lt;BR /&gt;But you are correct. The PE size must be larger than 4 MB because there is a limit to the number of PEs in a volume group. You must re-create the entire volume group with the -s option (I would use -s 32) to specify a larger extent size. Then you can create multi-terabyte volumes.</description>
      <pubDate>Mon, 14 Jan 2008 11:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-logical-volume-help/m-p/4127715#M315832</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-01-14T11:59:50Z</dc:date>
    </item>
  </channel>
</rss>

