>I have some question about hard disk space.
>1.I use df command and it display total space, available space.
> User lsvg rootvg, I gut total PPs and free PPs.
> What's different between "df" and "lsvg rootvg"
The 'df' command shows how much free space you have left out of the file
systems currently mounted out of all the volume groups on your system.
'lsvg' shows the amount of space available and used within the volume group,
the space used in the volume group will include file systems, the boot
logical
volume and paging spaces and the like. If you take a look at 'lsvg -p
rootvg' that
will show which hard disks are in the rootvg, and the distribution of free
partitions
on those disks. Running 'lspv -l hdisk0' and so on will list the logical
volumes
which have been created on the disk 'hdisk0' along with where on the disk
the
partitions are located for each logical volume. A logical volume can be
used
for a normal file system, a page space, boot logical volume, dump space,
database raw partition, Encina data volume....
Have a look around the manual pages for lspv, lslv and lsvg for a better
understanding of how these things relate.
Quote:>2.I use "smitty chjfs" to add 100 MB to fils system on AIX.
> Where the 100MB come from?
> How to view, the free space include 100MB?
The 100MB will have come from the free partitions within the volume group
which contains the file system you just expanded. You should find that the
free PPs part of the output of 'lsvg' has dropped by 100MB/PP size.
The lspv -l hdisk0 (or hdisk1, or hdisk2....) should also show where the
disk
partitions have actually been allocated.
Hope that helps.
Pete Bennett.
http://www.galactic.co.uk/pete
> Please correct my English, Thanks!