- How to increase file system ?
chfs -a size=<new size in 512 blocks> filesystem
Example:
lsfs /tmp
Name Nodename Mount Pt VFS Size Options Auto Accounting
/dev/hd3 — /tmp jfs2 7340032 — yes no
chfs -a size=7345000 /tmp
- Increase swap space
First find swap space:
lsps –a
Then
chps -s <additional LP”s> -a y <swap space>
Example:
chps –s 2 –a y hd6
Leave a comment