resize fs

Hello everyone

I need to resize a filesystem /home I want to add 200mb and I have space on the disk with lsvg rootvg command I check this but I cant because has a mirror.

Do you know some way that I can do this.

Thanks in advance

lsvg -p should give you the free pps on each PV in rootvg. In any case , you can execute "chfs -a size=+200M /home" . If there is no space / mirrored space, it will error out.

regards,

Kaps