Tags: space

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 »

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 »

Oracle: Usefull Commands

Technology, Oracle Send feedback »
1.EXPORT: exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log rows=y statistics=none feedback=100 indexes=y consistent=y compress=n; (for individual tables=table1,table2,.....) 2.IMPORT: imp system@test fromu… more »