First page Back Continue Last page Overview Graphics
How to Create a Swap File and Make It Available
Become superuser.
Create the swap file.
- # mkfile nnn[k|b|m] filename
Activate the swap file.
- # /usr/sbin/swap -a /path/filename
Add an entry for the swap file to the /etc/vfstab file
- /path/filename - - swap - no –
Verify that the swap file is added.
Notes: