Tags: swap

Configuring Swap Space in Solaris

Solaris Send feedback »
The swap command provides a method of adding, deleting, and monitoring the swap areas used by the kernel. Swap area changes made from the command line are not permanent and are lost after a reboot. To create permanent additions to the swap space, cre… more »

HP-UX : How To Create Swap - Command Line

HP-UX 2 feedbacks »
To create swap, we need a contiguous space on a disk / LUN. Create vg01: pvcreate /dev/rdsk/c12t0d0pvcreate /dev/rdsk/c12t2d0vgcreate -s 8 -p 128 /dev/vg01 /dev/dsk/c12t0d0 /dev/dsk/c12t2d0vgchange -a y /dev/vg01lvcreate -C y -L 16384 -n lvswap /de… more »

Compaq Tru64 UNIX: Setting up Swap Space

Technology Send feedback »
1. Determine the size of the installed RAM with the command:vmstat -P | head -22. Determine the allocated swap space with the command:/usr/sbin/swapon -s3. Determine the required size of the swap space.You can find the minimum swap space requirement in t… more »

AIX: Setting up Swap Space

Aix 1 feedback »
You can set up swap space now if you have a suitable volume group. You also can perform this step at the end of the OS preparation. Prerequisites You can find the minimum swap space requirement as per your project documentation. If possible, you shoul… more »

HP-UX: Setting up Swap Space

HP-UX Send feedback »
a. Determine the size of the installed RAM: Run SAM and choose: Performance Monitors --> System Properties --> Memory b. Find out how much swap is currently configured on your system: /usr/sbin/swapinfo 3. Increase the swap space if necessa… more »