vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| s2s Paris wrote: > hi, > i've aix5.2 and > how can increase /tmp and /usr > > thx all > first, check if you have free space available in the volume group: lsvg rootvg look at the line: "FREE PPs:" then use: smit -> system storage management -> file system -> add change show filesystem -> journaled file systems -> Change show caracteristics select your file system and set the larger new size. Patrick |
| |||
| 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 |