<?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: extending logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570385#M372633</link>
    <description>Hi,&lt;BR /&gt;     Yes u can extend a lv of 100GB or more, provided u've free space on that particular VG.&lt;BR /&gt;&lt;BR /&gt;How to calculate free space on a particular VG:&lt;BR /&gt;&lt;BR /&gt;vgdisplay /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;where xx is the name of the VG&lt;BR /&gt;&lt;BR /&gt;concentrate on 2 fields: Max PE per PV &amp;amp; PE Size (Mbytes)&lt;BR /&gt;&lt;BR /&gt;Now multiply those two values corresponding to the above fields, which will give u the free space available in MB's.</description>
    <pubDate>Mon, 25 Jan 2010 13:32:17 GMT</pubDate>
    <dc:creator>Amitav</dc:creator>
    <dc:date>2010-01-25T13:32:17Z</dc:date>
    <item>
      <title>extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570370#M372618</link>
      <description>new to unix&lt;BR /&gt;&lt;BR /&gt;total disk size is 400 gb&lt;BR /&gt;&lt;BR /&gt;4 physical volume  100 gb each&lt;BR /&gt;&lt;BR /&gt; is it possiable to extend a logical volume more than 100 gb assigned to a physical volume&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2010 08:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570370#M372618</guid>
      <dc:creator>newunix</dc:creator>
      <dc:date>2010-01-25T08:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570371#M372619</link>
      <description>&lt;BR /&gt;Hai...&lt;BR /&gt;&lt;BR /&gt;For getting out of these confusions first get in to the concept of volume groups and logical volumes&lt;BR /&gt;&lt;BR /&gt;this document may help you in this&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90672/ch03s10.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90672/ch03s10.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this will help you to get a basic idea</description>
      <pubDate>Mon, 25 Jan 2010 09:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570371#M372619</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2010-01-25T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570372#M372620</link>
      <description>&amp;gt;&amp;gt;is it possiable to extend a logical volume more than 100 gb assigned to a physical volume&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;more information like&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/vg_name -&amp;gt; if you can post output&lt;BR /&gt;&lt;BR /&gt;and which file system or logical volume you want to extend -&amp;gt; output we advice accordingly&lt;BR /&gt;&lt;BR /&gt;# bdf /file_system_1 ..2 ..3 ..4</description>
      <pubDate>Mon, 25 Jan 2010 09:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570372#M372620</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-25T09:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570373#M372621</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Need more information&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v "vgname"&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Durvesh M.</description>
      <pubDate>Mon, 25 Jan 2010 09:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570373#M372621</guid>
      <dc:creator>Durvesh Mendhekar</dc:creator>
      <dc:date>2010-01-25T09:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570374#M372622</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;(1)Check whether you are having free space in your VG ( PE size * Free PE)&lt;BR /&gt;&lt;BR /&gt;(2)Check who is accessing the LV using&lt;BR /&gt;#fuser â  cu /mount point&lt;BR /&gt;&lt;BR /&gt;(3)Unmount the LV &lt;BR /&gt;#umount lv_name &lt;BR /&gt;#kill â  9 pid       if device is busy &lt;BR /&gt;&lt;BR /&gt;(4)Extending LV&lt;BR /&gt;# lvextend â  L final_size /dev/vg/lvname&lt;BR /&gt;&lt;BR /&gt;(5)Extending FS&lt;BR /&gt;#extendfs â  F &lt;FS type=""&gt;  /dev/vg/rlvol&lt;BR /&gt;&lt;BR /&gt;(6)mount /mount_point &lt;BR /&gt;&lt;BR /&gt;Above steps you can follow  if you donot have online JFS &lt;BR /&gt;&lt;BR /&gt;  (7) With OnlineJFS you do not need to umount. Use fsadm instead: &lt;BR /&gt;&lt;BR /&gt;# fsadm -b &lt;NEW size="" in="" kb=""&gt; &lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;(8)Each logical volume having limitation of logical extent i.e 655535 , beyond this you can not extend the LV.&lt;BR /&gt;&lt;BR /&gt;Hopes this will help you to extend LV.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Subodh.&lt;BR /&gt;&lt;/MOUNTPOINT&gt;&lt;/NEW&gt;&lt;/FS&gt;</description>
      <pubDate>Mon, 25 Jan 2010 09:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570374#M372622</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2010-01-25T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570375#M372623</link>
      <description>hi subodhbagade&lt;BR /&gt;&lt;BR /&gt;how to find out the max value of logical extent and how to find if online jfs installed</description>
      <pubDate>Mon, 25 Jan 2010 09:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570375#M372623</guid>
      <dc:creator>newunix</dc:creator>
      <dc:date>2010-01-25T09:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570376#M372624</link>
      <description>&amp;gt;&amp;gt;how to find out the max value of logical extent and &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vgxx/lvolxx -&amp;gt; can give you more information&lt;BR /&gt;&lt;BR /&gt;man lvdisplay &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;how to find if online jfs installed &amp;lt;,&lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;&lt;BR /&gt;# swlist -l product |grep -i jfs&lt;BR /&gt;  JFS                   B.11.11        The Base VxFS File System&lt;BR /&gt;  OnlineJFS             B.11.11.03.03  Online features of the VxFS File System&lt;BR /&gt;  PHKL_24026            1.0            JFS Filesystem swap corruption&lt;BR /&gt;  PHKL_29115            1.0            JFS Direct I/O cumulative patch&lt;BR /&gt;  PHKL_30366            1.0            JFS3.3;ACL patch&lt;BR /&gt;  PHKL_34805            1.0            JFS3.3 patch; mmap&lt;BR /&gt;  PHKL_35329            1.0            JFS3.3 edquota performance improvement&lt;BR /&gt;  PHKL_35933            1.0            Panic extending JFS3.3 filesystem past 12&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2010 09:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570376#M372624</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-25T09:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570377#M372625</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;(1)Max value of LE of each LV is 65535 , you can get this value from &lt;BR /&gt;&lt;BR /&gt;# vgdisplay â  v  /dev/vgname.&lt;BR /&gt;&lt;BR /&gt;LV Name                     /dev/vg00/software&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4416&lt;BR /&gt;   Current LE                  276&lt;BR /&gt;   Allocated PE                276&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(2) Please refer below link for more info of online JFS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1264412349946+28353475&amp;amp;threadId=1371631" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1264412349946+28353475&amp;amp;threadId=1371631&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Subodh.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2010 09:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570377#M372625</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2010-01-25T09:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570378#M372626</link>
      <description>Online JFS - Package its Licensed product</description>
      <pubDate>Mon, 25 Jan 2010 09:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570378#M372626</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-25T09:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570379#M372627</link>
      <description>is physical volume is like a disk or its a disk itself..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2010 09:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570379#M372627</guid>
      <dc:creator>newunix</dc:creator>
      <dc:date>2010-01-25T09:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570380#M372628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can extend/create the LV more than your one PV as systems takes whole disks as one and it is possible for you to create LV more than 100Gb.&lt;BR /&gt;&lt;BR /&gt;I try to explain you little more.&lt;BR /&gt;Do a vgdisplay of your VG&lt;BR /&gt;# vgdisplay vgname &lt;BR /&gt;&lt;BR /&gt;You may get some fields below. Look at the PE size (may be 4/8...MB) and see the Free PE column. You can multiply the PE Size*Free PE to get the maximum vg space on that VG. &lt;BR /&gt;You can create that much big single LV or many LVs untill it comes to the peak (conditions apply).In your case, I assume it may show you near to 400Gb or little less.&lt;BR /&gt;create the lv using lvcreate command&lt;BR /&gt;#lvcreate -L &lt;SIZE in="" mb=""&gt; -n name /dev/vgxx. Then newfs.&lt;BR /&gt;If you extend the same, use lvextend and fsadm.&lt;BR /&gt;&lt;BR /&gt;You can see your Online JFS as below.&lt;BR /&gt;&lt;BR /&gt;#swlist -l product | grep -i online&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#swlist | grep -i online&lt;BR /&gt;&lt;BR /&gt;This shows you the Online JFS if installed. Else you have to install the same. If you does not have the online JFS, you have to take the backup of the LV and remove/recreate it with the required size. Restore the backup.&lt;BR /&gt;&lt;BR /&gt;&lt;/SIZE&gt;</description>
      <pubDate>Mon, 25 Jan 2010 09:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570380#M372628</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-01-25T09:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570381#M372629</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  PV is the disk itself. &lt;BR /&gt;&lt;BR /&gt;and regarding the answer for your first post, YES, you can extend an LV more than 100GB if you have free space left in there irrespective of the size of PV, bcoz LV expansion is totally dependent on VG's total space.&lt;BR /&gt;&lt;BR /&gt;Enjoy!!!</description>
      <pubDate>Mon, 25 Jan 2010 09:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570381#M372629</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2010-01-25T09:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570382#M372630</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Physical volume means the disk itslef. vgdisplay will show you the number of disks in that VG and in your case it should be 4 as below. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cur PV                      4&lt;BR /&gt;Act PV                      4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v vgxx | grep "PV Name"&lt;BR /&gt;&lt;BR /&gt;Gives you the device files associated with it.</description>
      <pubDate>Mon, 25 Jan 2010 09:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570382#M372630</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-01-25T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570383#M372631</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Physical volume is disk itself.&lt;BR /&gt;When you create VG you have to do pvcreate on a disk to create a LVM information on it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Durvesh</description>
      <pubDate>Mon, 25 Jan 2010 10:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570383#M372631</guid>
      <dc:creator>Durvesh Mendhekar</dc:creator>
      <dc:date>2010-01-25T10:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570384#M372632</link>
      <description>you can extend an LV more than 100GB if you have free space left in there irrespective of the size of PV, bcoz LV expansion is totally dependent on VG's total space.======&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how to calculate vg total size&lt;BR /&gt;&lt;BR /&gt;&amp;gt;vgdisplay -v /dev/vg121&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg121&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available, exclusive&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      3&lt;BR /&gt;Open LV                     3&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               1016&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    255&lt;BR /&gt;Alloc PE                    192&lt;BR /&gt;Free PE                     63&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;VG Version                  1.0&lt;BR /&gt;VG Max Size                 254g&lt;BR /&gt;VG Max Extents              16256&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg121/lvolredoCN1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                64&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg121/lvolredoCN2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                64&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg121/lvolredoCN3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                64&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/disk/disk60&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    255&lt;BR /&gt;   Free PE                     63&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2010 12:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570384#M372632</guid>
      <dc:creator>newunix</dc:creator>
      <dc:date>2010-01-25T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570385#M372633</link>
      <description>Hi,&lt;BR /&gt;     Yes u can extend a lv of 100GB or more, provided u've free space on that particular VG.&lt;BR /&gt;&lt;BR /&gt;How to calculate free space on a particular VG:&lt;BR /&gt;&lt;BR /&gt;vgdisplay /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;where xx is the name of the VG&lt;BR /&gt;&lt;BR /&gt;concentrate on 2 fields: Max PE per PV &amp;amp; PE Size (Mbytes)&lt;BR /&gt;&lt;BR /&gt;Now multiply those two values corresponding to the above fields, which will give u the free space available in MB's.</description>
      <pubDate>Mon, 25 Jan 2010 13:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570385#M372633</guid>
      <dc:creator>Amitav</dc:creator>
      <dc:date>2010-01-25T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570386#M372634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As per your vgdisplay output,Free PE is 63 and PE size is 16MB. So you have 1008MB(63x16) space free can be used.&lt;BR /&gt;&lt;BR /&gt;So run the following for creating a new LV by using this full space.&lt;BR /&gt;&lt;BR /&gt;# lvcreate -L 1008 -n "lvname" /dev/vg121&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;if u want to extend any existing LV (all LV names and mount points are an exmaple here. Use approporiate)&lt;BR /&gt;&lt;BR /&gt;# umount /dev/vg121/lvol1 - here lvaname is an example&lt;BR /&gt;# lvextend -L 1008 /dev/vg121/lvol1 &lt;BR /&gt;# extendfs -F vxfs /dev/vg121/rlvol1&lt;BR /&gt;# mount /dev/vg121/lvol1 /test&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;All the Best..&lt;BR /&gt;&lt;BR /&gt;Sahir</description>
      <pubDate>Mon, 25 Jan 2010 13:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570386#M372634</guid>
      <dc:creator>sahir_1</dc:creator>
      <dc:date>2010-01-25T13:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570387#M372635</link>
      <description>logical volume can be expanded or reduced in size as needs change if not cobfigured as contiguos&lt;BR /&gt;&lt;BR /&gt;whats the exact meaning&lt;BR /&gt;&lt;BR /&gt;can i have a example command</description>
      <pubDate>Mon, 25 Jan 2010 15:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570387#M372635</guid>
      <dc:creator>newunix</dc:creator>
      <dc:date>2010-01-25T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570388#M372636</link>
      <description>&amp;gt;&amp;gt;logical volume can be expanded or reduced in size as needs change if not cobfigured as contiguos&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yes you right&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 -&amp;gt; refering to /root file system&lt;BR /&gt;or swap,&lt;BR /&gt;&lt;BR /&gt;First of all /stand, swap space and / need to contigeous.&lt;BR /&gt;&lt;BR /&gt;In order to increase any of them, you will have to use ignite and &lt;BR /&gt;resize the partition</description>
      <pubDate>Mon, 25 Jan 2010 15:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570388#M372636</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-25T15:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: extending logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570389#M372637</link>
      <description>There are various allocation types, depending upon the requirement...plz read the docs to clarify the things...for eg /root FS is allocated Contiguously.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2010 15:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-logical-volume/m-p/4570389#M372637</guid>
      <dc:creator>Amitav</dc:creator>
      <dc:date>2010-01-25T15:33:49Z</dc:date>
    </item>
  </channel>
</rss>

