Originally posted by: tony.evans
This is pretty basic sysadmin, not specific to AIX.
What's using the filesystem, should it be there, should it be in it's own filesystem, why is it growing, what applications are using it.
Normally, you should avoid any application use of rootvg, and especially /usr, you would normally create new filesystems and ensure the applications used their own filesystems to avoid the problem you're having.
Normally /usr at 90% on it's own isn't an issue because there shouldn't be any major growth over time of that filesystem. If it is growing over time you need to work out why. Try using find to locate files which have changed in the last week for example.
You also need to clearly understand your filesystem layout and the difference between filesystems and directories. Finally, try using du (man du) to work out where most of your space is being used.