Saturday, March 15, 2003

How to add swap space in Solaris

1. Create a swap file using mkfile
/usr/sbin/mkfile 1024m /swap

2. Tell system to start using swap file.
/usr/sbin/swap -a /swap

3. Do swap -l to verify all swp available in system.

No comments:

Post a Comment