The command chfs -a size=+200M /usr will only be good if you are using AIX 5.3/ 6.1 If you are using AIX 4, 5.1 & 5.2 then the chfs -a command can be used but you will need to specifiy the block size and cannot specify Megabytes/Gigabytes. If the FS is mirroed then the mirror will extend for you, as long as you keep to retention. If it isn't in retention values then you will get an error message.
One more note: if your PP size is 256MB and you want to add at least 200MB you might as well chfs like this:
[/tt]chfs -asize=+[red]1[/red] /usr[tt]
To add (+1 = plus one 512byte block) to the FS size, the system needs to add additional LPs (1, 2 or 3 PPs - that depends on which mirroring level you have) to the underlying LV's size, so in this case it rounds up the FS increase to +256MB or +262144KB or +524288 512byte blocks.
And this is regardless of your AIX version (has worked like this since AIX V3).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.