702 IBM WebSphere Portal for Multiplatforms V5 Handbook
B.1 Increasing the size of an existing file system
WebSphere Portal installation requires 350 MB of free space on the /tmp file
system; you might want to use the following calculation for increasing space on
this specific file system and on any other you might need.
Find the new size value:
new_size=current_size + (required_space - free_space)
You can have the values below using the command df on AIX.
File system current_size= 131072 bytes
File system free space = 126872
File system required space = 716800 bytes
New size = 721000
Increase the file system size:
#chfs -a size='<new_size>' /<file_system_mount_point>
Example:
#chfs -a size=’721000’ /tmp
B.2 Creating a new file system
We recommend that ...