Originally posted by: alberto_
Hey, if your storage is already increased on array you can use:
chvg -g "your volume group"
chvg -g Will examine all the disks in the volume group to see if they have grown in size.
then "chfs"
example:
# lsvg rootvg
Check "FREE PPs:"
# chvg -g rootvg
# lsvg rootvg
Check "FREE PPs:" again. Are there any changes?
# chfs -a size=20G /home
This will set /home filesystem size to 20 Gigabytes
regards
#AIX-Forum