<?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: full filesystem &amp;amp; LV group, can I use another LV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046503#M600348</link>
    <description>why not add the disks from vg02 to vg01? You would be more flexible, if you have u01, u02 and u03 in one volume group.&lt;BR /&gt;&lt;BR /&gt;# cd /u03&lt;BR /&gt;# tar cvf /u02/u03.tar .&lt;BR /&gt;# cd /&lt;BR /&gt;# umount /u03&lt;BR /&gt;# vgexport vg02&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/cxtydz /dev/dsk/cxtydz&lt;BR /&gt;disks of vg02&lt;BR /&gt;# lvcreate -L XXXX /dev/vg01 -n lvol11&lt;BR /&gt;# newfs -F vxfs /dev/vg01/rlvol11&lt;BR /&gt;change the /etc/fstab&lt;BR /&gt;# mount -a&lt;BR /&gt;# cd /u03&lt;BR /&gt;# tar xvf /u02/u03.tar .&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Jul 2007 13:09:53 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2007-07-30T13:09:53Z</dc:date>
    <item>
      <title>full filesystem &amp; LV group, can I use another LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046498#M600343</link>
      <description>I have run out of filesystem space(u01)and Logical volume space on one volume group (vg00). THere are two other volume groups that have plenty of space. I wanted to shrink one of the other logical groups. DO I need to shrink the filesystem also before shrinking logical volume? I'm not sure how this works. I'm more familiar with AIX than HP. A BDF is listed below. Any advice/recommendations are greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     409600  202912  205104   50% /&lt;BR /&gt;/dev/vg00/lvol1     311296  180056  130264   58% /stand&lt;BR /&gt;/dev/vg00/lvol8    4710400 1438896 3246480   31% /var&lt;BR /&gt;/dev/vg00/lvol7    5554176 2680176 2851616   48% /usr&lt;BR /&gt;/dev/vg02/lvol11   35553280 16889558 17497495   49% /u03&lt;BR /&gt;/dev/vg01/lvol10   35553280 10866852 23143831   32% /u02&lt;BR /&gt;/dev/vg00/lvol9    10248192 10086453  151687   99% /u01&lt;BR /&gt;/dev/vg00/lvol4     204800    9264  194648    5% /tmp&lt;BR /&gt;/dev/vg00/lvol6    3366912 2362960  996152   70% /opt&lt;BR /&gt;/dev/vg00/lvol5    5636096 5056336  576584   90% /home</description>
      <pubDate>Mon, 30 Jul 2007 11:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046498#M600343</guid>
      <dc:creator>Kerry McGinn</dc:creator>
      <dc:date>2007-07-30T11:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: full filesystem &amp; LV group, can I use another LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046499#M600344</link>
      <description>You need to backup a LVOL, delete it, create in a smaller size and restore the data in order to "shrink" it.&lt;BR /&gt;&lt;BR /&gt;After this you can extend the other LVOL followed by extending the file system.</description>
      <pubDate>Mon, 30 Jul 2007 11:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046499#M600344</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-07-30T11:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: full filesystem &amp; LV group, can I use another LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046500#M600345</link>
      <description>Hi Kerry,&lt;BR /&gt;--&lt;BR /&gt;THere are two other volume groups that have plenty of space.&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;Create a new logical volume in vg01 or vg02, mount it on /mnt ,close your application using /u01, cd /u01, cp -pR * /mnt, umount /u01, umount mnt, change the /etc/fstab for u01 and mount u01 again.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 30 Jul 2007 11:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046500#M600345</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-07-30T11:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: full filesystem &amp; LV group, can I use another LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046501#M600346</link>
      <description>... and you should really get /u01 out of vg00; vg00 should really be restricted to the OS and directly OS-related applications. Putting application software and/or data in vg00 makes system updates/migrations more difficult.</description>
      <pubDate>Mon, 30 Jul 2007 11:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046501#M600346</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-30T11:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: full filesystem &amp; LV group, can I use another LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046502#M600347</link>
      <description>To backup the LVOL, can I tar the entire /u03 filesystem (16Gb used) to /u02. Then I would delete the vg02 volume group, which would kill the /u03 filesystem? create a new LVOL of a smaller size, restore backed up /u03 filesystem. Then re-create /u03 and restore data. I can then resize the /u01 file system using the LVOL space reclaimed from the resize of vg02. DOes this need to be done in single-user mode? I misspoke when I thought there was space on other volume groups, there isn't. vgdisplay below&lt;BR /&gt;&lt;BR /&gt;larry:/u03 &amp;gt; vgdisplay vg00&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      9&lt;BR /&gt;Open LV                     9&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               4238&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    4228&lt;BR /&gt;Alloc PE                    4228&lt;BR /&gt;Free PE                     0&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;&lt;BR /&gt;larry:/u03 &amp;gt; vgdisplay vg01&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&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               8683&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    8681&lt;BR /&gt;Alloc PE                    8680&lt;BR /&gt;Free PE                     1&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;&lt;BR /&gt;larry:/u03 &amp;gt; vgdisplay vg02&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg02&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&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               8683&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    8681&lt;BR /&gt;Alloc PE                    8680&lt;BR /&gt;Free PE                     1&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;</description>
      <pubDate>Mon, 30 Jul 2007 12:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046502#M600347</guid>
      <dc:creator>Kerry McGinn</dc:creator>
      <dc:date>2007-07-30T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: full filesystem &amp; LV group, can I use another LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046503#M600348</link>
      <description>why not add the disks from vg02 to vg01? You would be more flexible, if you have u01, u02 and u03 in one volume group.&lt;BR /&gt;&lt;BR /&gt;# cd /u03&lt;BR /&gt;# tar cvf /u02/u03.tar .&lt;BR /&gt;# cd /&lt;BR /&gt;# umount /u03&lt;BR /&gt;# vgexport vg02&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/cxtydz /dev/dsk/cxtydz&lt;BR /&gt;disks of vg02&lt;BR /&gt;# lvcreate -L XXXX /dev/vg01 -n lvol11&lt;BR /&gt;# newfs -F vxfs /dev/vg01/rlvol11&lt;BR /&gt;change the /etc/fstab&lt;BR /&gt;# mount -a&lt;BR /&gt;# cd /u03&lt;BR /&gt;# tar xvf /u02/u03.tar .&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046503#M600348</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-07-30T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: full filesystem &amp; LV group, can I use another LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046504#M600349</link>
      <description>&lt;BR /&gt;Kerry,&lt;BR /&gt;&lt;BR /&gt;Lvols are VG specific, and cannot span multiple VG's&lt;BR /&gt;&lt;BR /&gt;If you are looking for additional space for /u01, you will have to find it in vg00.&lt;BR /&gt;&lt;BR /&gt;That being said it is not good practice to place application data in vg00. The OS should be independent of the data.......</description>
      <pubDate>Mon, 30 Jul 2007 13:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-filesystem-amp-lv-group-can-i-use-another-lv/m-p/4046504#M600349</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-07-30T13:11:05Z</dc:date>
    </item>
  </channel>
</rss>

