<?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: Volume Groups, how to change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442578#M656758</link>
    <description>Hi David&lt;BR /&gt;&lt;BR /&gt;You have to understand that the disks belongs to the VolumenGroup, Size 16 Gb.&lt;BR /&gt;The lvol1 is created whitin the VolumenGroup.&lt;BR /&gt;Since the lvol is mirroed, it is using 2 x 4 Gb = 8 Gb. 4 Gb for each mirror. The mirroring is done as if you had 2 lvols that had the same size.&lt;BR /&gt;Ig you look at the VolumeGroup there should be about 8 Gb free.&lt;BR /&gt;By the way, the PEs and the LEs are 4 MB each.&lt;BR /&gt;&lt;BR /&gt;Hope this help you a litle.&lt;BR /&gt;Best regards&lt;BR /&gt;Jesper</description>
    <pubDate>Tue, 05 Sep 2000 11:46:45 GMT</pubDate>
    <dc:creator>Jesper Sivertsen</dc:creator>
    <dc:date>2000-09-05T11:46:45Z</dc:date>
    <item>
      <title>Volume Groups, how to change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442577#M656757</link>
      <description>HP UX 10.20&lt;BR /&gt;&lt;BR /&gt;I have /dev/vg01/lvol1 and it shows four 4.3Gb disks (16Gb of disk space). Now vg01 is mirrored and only has the one lvol1. So, in reality, I have 8Gb of disk space for /dev/vg01/lvol1. &lt;BR /&gt;&lt;BR /&gt;If I do a bdf, I see /dev/vg01/lvol1 as 4Gb total. So, I went into SAM and began researching this.&lt;BR /&gt;&lt;BR /&gt;SAM shows the following:&lt;BR /&gt;Logical Volume Size = 8184&lt;BR /&gt;Extent Size = 4&lt;BR /&gt;Shows my 4 disks with Logical and Physical for each disk as 4092&lt;BR /&gt;&lt;BR /&gt;Physical Volumes = 4&lt;BR /&gt;Logical Volumes = 1&lt;BR /&gt;&lt;BR /&gt;How can I go about expanding this lvol1 to show 8Gb since it appears that I have this much space available to me?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;CIN</description>
      <pubDate>Tue, 05 Sep 2000 11:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442577#M656757</guid>
      <dc:creator>Cindy Wolford</dc:creator>
      <dc:date>2000-09-05T11:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups, how to change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442578#M656758</link>
      <description>Hi David&lt;BR /&gt;&lt;BR /&gt;You have to understand that the disks belongs to the VolumenGroup, Size 16 Gb.&lt;BR /&gt;The lvol1 is created whitin the VolumenGroup.&lt;BR /&gt;Since the lvol is mirroed, it is using 2 x 4 Gb = 8 Gb. 4 Gb for each mirror. The mirroring is done as if you had 2 lvols that had the same size.&lt;BR /&gt;Ig you look at the VolumeGroup there should be about 8 Gb free.&lt;BR /&gt;By the way, the PEs and the LEs are 4 MB each.&lt;BR /&gt;&lt;BR /&gt;Hope this help you a litle.&lt;BR /&gt;Best regards&lt;BR /&gt;Jesper</description>
      <pubDate>Tue, 05 Sep 2000 11:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442578#M656758</guid>
      <dc:creator>Jesper Sivertsen</dc:creator>
      <dc:date>2000-09-05T11:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups, how to change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442579#M656759</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;possibly you have extend your log. volume but NOT the filesystem.&lt;BR /&gt;If so extend the filesystem for vxfs with:&lt;BR /&gt;extendfs -F vxfs /dev/vg01/rlvol1&lt;BR /&gt;for hfs:&lt;BR /&gt;extendfs -F hfs /dev/vg01/rlvol1&lt;BR /&gt;You have to umount the filesystem before you can use the extendfs command.&lt;BR /&gt;After extending mount the filesystem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 05 Sep 2000 11:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442579#M656759</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-05T11:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups, how to change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442580#M656760</link>
      <description>Hi Cindy.&lt;BR /&gt;&lt;BR /&gt;Sounds like the lvol is 8gb, but the filesystem is only 4gb.&lt;BR /&gt;&lt;BR /&gt;Assuming it's a vxfs (jfs) filesystem and you don't have advanced jfs loaded, you'll need to umount the filesystem and then run the extendfs (or fsadm) command.</description>
      <pubDate>Tue, 05 Sep 2000 11:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442580#M656760</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-05T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups, how to change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442581#M656761</link>
      <description>It appears that the logical volume is fine from a partition point of view.  I suspect that the file system needs to be extended in order to see the additional space allocated to it.  If you have Online JFS, you can do this online with the fsadm command.  If you don't have this optional product you will need to unmount the file system and extend the file system with extendfs.</description>
      <pubDate>Tue, 05 Sep 2000 11:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442581#M656761</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-09-05T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups, how to change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442582#M656762</link>
      <description>It sounds to me as if the logical volume (and filesystem) were originally created as 4Gb and subsequently the volume has been extended but not the filesystem.&lt;BR /&gt;&lt;BR /&gt;The way in which you extend your filesystem to the size of it's logical volume depends on whether you have the optional software 'Online JFS' installed.&lt;BR /&gt;&lt;BR /&gt;If you have then you can extend online with 'fsadm' (see man fsadm)&lt;BR /&gt;&lt;BR /&gt;If not then you need to:-&lt;BR /&gt;- unmount the filesystem&lt;BR /&gt;- extendfs -F &lt;HFS or="" vxfs=""&gt; /dev/vg01/rlvol1&lt;BR /&gt;- remount the filesystem&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;John&lt;/HFS&gt;</description>
      <pubDate>Tue, 05 Sep 2000 11:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442582#M656762</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-05T11:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups, how to change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442583#M656763</link>
      <description>David:&lt;BR /&gt;&lt;BR /&gt;1.  You can use SAM to extend the logical volume.&lt;BR /&gt;&lt;BR /&gt;2.  If the filesystem isn't JFS (or you don't have online-JFS):&lt;BR /&gt;&lt;BR /&gt;# umount /dev/vg01/lvol1&lt;BR /&gt;# /usr/sbin/lvextend -L &lt;N&gt; /dev/vg01/lvol1&lt;BR /&gt;(where n=the new size you want in MB)&lt;BR /&gt;# extendfs /dev/vg01/rlvol1&lt;BR /&gt;# mount /dev/vg01/lvol1 /your_mountpoint&lt;BR /&gt;&lt;BR /&gt;3.  If you have online JFS and the filesytem is of this type:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;N&gt; /dev/vg01/lvol1&lt;BR /&gt;# fsadm -b &lt;BLOCKS&gt; /your_mountpoint&lt;BR /&gt;(where n=the new zize you want in MB)&lt;BR /&gt;(where blocks=the number of 1K blocks where 1K=1024, so if n=100 then blocks=102400)&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/BLOCKS&gt;&lt;/N&gt;&lt;/N&gt;</description>
      <pubDate>Tue, 05 Sep 2000 12:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups-how-to-change/m-p/2442583#M656763</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-05T12:00:00Z</dc:date>
    </item>
  </channel>
</rss>

