<?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: missing free space after lvreduce in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919868#M634401</link>
    <description>Hi Babs,&lt;BR /&gt;&lt;BR /&gt;What I did was put the script in /usr/local/bin/bdfmegs and then created an alias to it:&lt;BR /&gt;alias bdf="/usr/local/bin/bdfmegs"&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 11 Mar 2003 11:20:32 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-03-11T11:20:32Z</dc:date>
    <item>
      <title>missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919835#M634368</link>
      <description>Hi me again,&lt;BR /&gt;Just trying to free up some space on my hpux 11 system, ran fsadm then lvreduce on an unused lvol and reduced from under 2gb to 4mb. When I tried to allocate the freed space I SAM told me I only had 50 or so Mb free? Where has my space gone???&lt;BR /&gt;Any ideas</description>
      <pubDate>Wed, 05 Mar 2003 14:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919835#M634368</guid>
      <dc:creator>Babs_1</dc:creator>
      <dc:date>2003-03-05T14:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919836#M634369</link>
      <description>Check the free space available on the VG and LV with:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v /dev/vg_name (check free PE)&lt;BR /&gt;# lvdisplay -v /dev/vg_name/lv_name (check for LV size)</description>
      <pubDate>Wed, 05 Mar 2003 15:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919836#M634369</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-05T15:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919837#M634370</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what does 'lvdisplay /dev/vgxx/yourlvol' say?. Does it list as 2gb or 4gb?.&lt;BR /&gt;&lt;BR /&gt;Did you try unmount and mount the filesystem again?. What does 'bdf /your_filesystem' say?&lt;BR /&gt;&lt;BR /&gt;Do a 'vgdisplay vgxx" and note down the 'free PE' and multiply with 'PE size'. That is the space available to you in that vg. If it is not more than 2GB, then your lvreducing process was not successful.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 05 Mar 2003 15:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919837#M634370</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-05T15:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919838#M634371</link>
      <description>Babs,&lt;BR /&gt;&lt;BR /&gt;After yesterday's ordeal, I would suggest that you might want to consider using SAM for these tasks - for your own protection and peace of mind.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 05 Mar 2003 15:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919838#M634371</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-05T15:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919839#M634372</link>
      <description>Hi Babs:&lt;BR /&gt;&lt;BR /&gt;My first quess, if you did this a commandline, is that you mixed the '-l' or '-L' option's value.  '-L' denotes megabytes.  '-l' specifies *extents*.  In either case the value represents the final size.&lt;BR /&gt;&lt;BR /&gt;Do an 'lvdisplay /dev/vgXX/lvolN' and look at the current size and number of logical extents.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 05 Mar 2003 15:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919839#M634372</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-05T15:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919840#M634373</link>
      <description>Hi all,&lt;BR /&gt;I allocated soem of the free space I did have as I am under pressure to install something and I only just short a few mb..&lt;BR /&gt;&lt;BR /&gt;vgdisplay tells me I have 2 free PE&lt;BR /&gt;&lt;BR /&gt;lvdisplay tells me that I have a 4mb LV &lt;BR /&gt;&lt;BR /&gt;So I guess it did work?&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 15:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919840#M634373</guid>
      <dc:creator>Babs_1</dc:creator>
      <dc:date>2003-03-05T15:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919841#M634374</link>
      <description>1)If vgdisplay shows you have only few PEs left, then you might have to thibk about adding another disk to the VG so that you get more free space.&lt;BR /&gt;2) If lvdisplay shows the size is reduced (a few PE), then your lvreduce worked well.&lt;BR /&gt;3) Now, you might have already allocated those freed space to somewhere else. Check the sizes of other LVs in that VG and the output of 'bdf'</description>
      <pubDate>Wed, 05 Mar 2003 15:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919841#M634374</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-05T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919842#M634375</link>
      <description>Hi Pete :)&lt;BR /&gt;I did the fsadm and lvreduce at the command line and added the space to another lvol in Sam.&lt;BR /&gt;Here are the commands I ran&lt;BR /&gt;fsadm -b 307200 /u03&lt;BR /&gt;then&lt;BR /&gt;lvreduce -L 4 /dev/vg00/lvol11&lt;BR /&gt;&lt;BR /&gt;I was able to recreate my lvol and restore all my data from backups after yesterday. All my dbases are running fine so it was not so bad after all.&lt;BR /&gt;I am back to my original problem of trying to free space for installing some new software.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 15:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919842#M634375</guid>
      <dc:creator>Babs_1</dc:creator>
      <dc:date>2003-03-05T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919843#M634376</link>
      <description>What's the use of a 4MB LV? If you don't use it, then remove that LV. Also, do you have any additional disk? If yes, you can just vgextend the VG and get free space out of it.&lt;BR /&gt;&lt;BR /&gt;Normally, if you have a good backup, I would remove the LV and recreate it with new size instead of doing a lvreduce just to reduce risks. Which file system are you trying to increase? (/var, /opt?)</description>
      <pubDate>Wed, 05 Mar 2003 15:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919843#M634376</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-05T15:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919844#M634377</link>
      <description>Shiju, I just wanted to keep the mountpoint as it was an unused oracle dbase folder, so I could give back space at a later date if necessary so thats why I kept it :)&lt;BR /&gt;&lt;BR /&gt;I have run bdf and added up all the space that I have allocated to lvols I have 2 18gb scsi disks so I should have 36gb of space....&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     143360  130035   12544   91% /&lt;BR /&gt;/dev/vg00/lvol1      83733   29587   45772   39% /stand&lt;BR /&gt;/dev/vg00/lvol8    2129920  901005 1152471   44% /var&lt;BR /&gt;/dev/vg00/lvol7    1196032  529801  624621   46% /usr&lt;BR /&gt;/dev/vg00/lvol12     71680    1125   66151    2% /u04&lt;BR /&gt;/dev/vg00/lvol11      2048    1111     884   56% /u03&lt;BR /&gt;/dev/vg00/lvol9    8704000 1401494 6846463   17% /u01&lt;BR /&gt;/dev/vg00/lvol4      65536   11548   50660   19% /tmp&lt;BR /&gt;/dev/vg00/lvol13    655360  114803  506811   18% /projects&lt;BR /&gt;/dev/vg00/lvol6    4096000 1111716 2798213   28% /opt&lt;BR /&gt;/dev/vg00/lvol5     512000   26193  455680    5% /home&lt;BR /&gt;/dev/vg00/lvol10   13312000 10154800 3058596   77% /u02&lt;BR /&gt;&lt;BR /&gt;When I have added it all up I only have 29.54gb of space?&lt;BR /&gt;could I have unallocated space that is unseen as its unmounted etc.?&lt;BR /&gt;Yes I know my / is too full :(&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 15:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919844#M634377</guid>
      <dc:creator>Babs_1</dc:creator>
      <dc:date>2003-03-05T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919845#M634378</link>
      <description>HI (again) Babs:&lt;BR /&gt;&lt;BR /&gt;There are several things you need to seriously consider.  First, buy some more disk and move everything that isn't part of the OS *off* vg00.  Your performance will be better and your backup strategies will be simplier.  Should you ever need to recreate or clone your server, life will be much easier.&lt;BR /&gt;&lt;BR /&gt;Second, download and install Ignite software.  Routinely recreate a recovery tape with 'make_tape_recovery'.  Download the software from here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Installation takes a few minutes and no reboot is required.&lt;BR /&gt;&lt;BR /&gt;Until such time as you segregate your database into a volume group other than vg00, exclude it from your Ignite recovery tape:&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -x inc_entire=vg00 -x exclude=/database -I -v -a /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;Third, never panic; work methodically.  The fastest way to make a problem worse is to feel that you have to do "something, right now".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 05 Mar 2003 15:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919845#M634378</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-05T15:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919846#M634379</link>
      <description>First, keeping all your data file systems under vg00 (root VG) is not a good practise! The vgdisplay command should tell you if there is any free PEs available, it cannot hide anything from you.&lt;BR /&gt;&lt;BR /&gt;But a possible chance is some LVs where created, but not mounted by you. If these LVs are there and if you are not using them, then you may remove and allocate those space to the one which you needed. You could check this with 'vgdisplay -v /dev/vg00' or from SAM -&amp;gt; disk and file system. You need to consider removing junk files from your root file system too.</description>
      <pubDate>Wed, 05 Mar 2003 15:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919846#M634379</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-05T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919847#M634380</link>
      <description>After creating your ignite tape, consider using it to reallocate some of your file systems to get you through until you can acquire more disk  space.  It appears that /var, /opt, and /home are seriously under-utilized.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 05 Mar 2003 15:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919847#M634380</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-05T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919848#M634381</link>
      <description>I hve found something strange....&lt;BR /&gt;When I run vgdisplay my /tmp shows up as 3.5gb when I run bdf /tmp it is showing up as 65536kb &lt;BR /&gt;How can this be?</description>
      <pubDate>Wed, 05 Mar 2003 15:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919848#M634381</guid>
      <dc:creator>Babs_1</dc:creator>
      <dc:date>2003-03-05T15:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919849#M634382</link>
      <description>Babs,&lt;BR /&gt;&lt;BR /&gt;Can you show the command you used and it's output, please?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 05 Mar 2003 15:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919849#M634382</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-05T15:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919850#M634383</link>
      <description>Hi Pete, thanks again for sticking with me :)&lt;BR /&gt;&lt;BR /&gt;Here they are&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     143360  130037   12542   91% /&lt;BR /&gt;/dev/vg00/lvol1      83733   29587   45772   39% /stand&lt;BR /&gt;/dev/vg00/lvol8    2129920  900231 1153191   44% /var&lt;BR /&gt;/dev/vg00/lvol7    1196032  529801  624621   46% /usr&lt;BR /&gt;/dev/vg00/lvol12      4096    1109    2806   28% /u04&lt;BR /&gt;/dev/vg00/lvol11      4096    1111    2804   28% /u03&lt;BR /&gt;/dev/vg00/lvol9    8704000 1401622 6846343   17% /u01&lt;BR /&gt;/dev/vg00/lvol4      65536   11548   50660   19% /tmp&lt;BR /&gt;/dev/vg00/lvol13    733184  114827  579749   17% /projects&lt;BR /&gt;/dev/vg00/lvol6    4096000 1111716 2798213   28% /opt&lt;BR /&gt;/dev/vg00/lvol5     512000   26193  455680    5% /home&lt;BR /&gt;/dev/vg00/lvol10   13312000 10154800 3058596   77% /u02&lt;BR /&gt;&lt;BR /&gt;Output of vgdisplay -v vg00 |more&lt;BR /&gt;&lt;BR /&gt;  LV Name                     /dev/vg00/lvol4&lt;BR /&gt;  LV Status                   available/syncd&lt;BR /&gt;  LV Size (Mbytes)            3500&lt;BR /&gt;  Current LE                  875&lt;BR /&gt;  Allocated PE                875&lt;BR /&gt;  Used PV                     2&lt;BR /&gt;&lt;BR /&gt;Hope this helps :)&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Mar 2003 16:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919850#M634383</guid>
      <dc:creator>Babs_1</dc:creator>
      <dc:date>2003-03-05T16:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919851#M634384</link>
      <description>Babs,&lt;BR /&gt;&lt;BR /&gt;Your system needs a bit of work, I would seriously consider getting some down time, using IUX to image the whole system to tape and then rebuild. /home, /var &amp;amp; /usr have plenty of space but / is starting to struggle. You should also move all your non root filesystems to VG01.</description>
      <pubDate>Wed, 05 Mar 2003 16:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919851#M634384</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2003-03-05T16:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919852#M634385</link>
      <description>What about the lvdisplay? Check the lvdisplay output of /home and see how much space it holds:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol5</description>
      <pubDate>Wed, 05 Mar 2003 16:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919852#M634385</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-05T16:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919853#M634386</link>
      <description>Babs,&lt;BR /&gt;&lt;BR /&gt;The vgdisplay output got truncated.  I need to see the section for lvol4.  Or a lvdisplay /dev/vg00/lvol4 would do.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 05 Mar 2003 16:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919853#M634386</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-05T16:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: missing free space after lvreduce</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919854#M634387</link>
      <description>Hi Mike,&lt;BR /&gt;I know, I have been learning as I go with this system, which started of as a dev/test system and has now sneakily grown into a production server. If I can get past this point rebuild is the next thing on my to do list :)</description>
      <pubDate>Wed, 05 Mar 2003 16:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-free-space-after-lvreduce/m-p/2919854#M634387</guid>
      <dc:creator>Babs_1</dc:creator>
      <dc:date>2003-03-05T16:06:01Z</dc:date>
    </item>
  </channel>
</rss>

