Thread: aix5.2
View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 09:27 AM
Hajo Ehlers
 
Posts: n/a
Default Re: aix5.2

s2s Paris wrote:
> hi,
> i've aix5.2 and
> how can increase /tmp and /usr
>
> thx all


Sometime a little search even in this news group helps pretty much.
$ chfs -a size=+128M /tmp # Will increase the filesystem /tmp with 128M
or 1PP if PP is larger then 128MB

If /usr is increasing over the time but no new software has been
installed - then verifiy that no program is writting its log files or
what so ever into this filesystem. An example for such a program is TSM
which will by default write its log into /usr/tivoli/tsm/... Funny if
the log tries to getting larger then 2GB in case /usr is a jfs fs.

hth
Hajo

Reply With Quote