how to increase the space unix directores

Hi
have IBM aix. unix
my directories are full
when i use

$ df -k 

filesystem               kbytes     used     avail            capacity    mounted on
/dev/root                288880   288880   288880            100%        /       
/proc                     0          0            0               0%          /proc   
/dev/fd                   0          0            0               0%         /dev/fd 
/dev/dsk/c0t0d0sa         10304    10304        10304          100%       /stand 

i need to give more space added in where 100% is full.
how do i increase the space in above file system

Wrong subforum - there is an AIX forum in here!

Nevertheless:
Before increasing, you should check if you can clean it up and delete some trash files nobody needs anymore. If you can't do that for any reason, add 100 MB for each filesystem with following commands maybe:

chfs -a size=+100M /
chfs -a size=+100M /stand

If it's not working you might check with lsvg <vgname> (where your filesystems reside on), if there is enough space left in the VG to distribute.

If you are interessted to learn/understand LVM in AIX, check out following LVM Redbook maybe:

moving to AIX subforum...

Are you sure you run AIX?
It doesn't look like that to me..

you can figure it out by something like uname -a

thanks.
N.