Originally posted by: Wouter Liefting
Your VG contains Logical Volumes (LVs), which in turn contain filesystems (FS).
If you delete files then you free up space in the FS. You can see that with df (*). But if you want to free up space in the VG, you need to reduce the size of the LVs and FSs. The command chfs will do that for you (chfs -a size=-2G /tmp for instance).
(*) Note that df doesn't give absolute numbers. Rather, the numbers are based on a certain percentage of the total size, because it wants to reserve some space for root. So there may be space in the FS available even if df reports 100% usage.
#AIX-Forum