increase the size of file system

Hi all,

    we are usig aix 4.3 and i need to increase the size of "/u01" file sytem which is mounted on logical volume "lv00", but "/u01" file system size is 9 GB and logical volume "lvoo" size 9 GB.how do i increase the size of /u01.do i increase the size of logical volume "lv00" and then increase file system "/u01" or directly increase increase the size of "/u01".thanks a lot in advance.

#df -k
/dev/lv00 9437184 193320 98% 60678 3% /u01

Hi,

do a

chfs -a size=+100M /u01 

if you want to extend your filesystem by 100MB - the underlying logical volume will be resized accordingly. If this fails - i.e. because your logical volume had been created only to allow i.e. 512 pp's you can change this using smitty lv - change logical volume by just amending the number.
All this assumes that you have free space in your volumegroup.

Kind regards
zxmaus

You might want to read this post with a detailed recipe and some explanation.

I hope this helps.

bakunin