Results 1 to 3 of 3
I am trying to install Oracle 11g on a Linux VM, my actual machine is windows 7 64bit. I need to increase swap file size as it doesn't meet minimum ...
- 02-06-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 2
Oracle 11g on VM Linux 5.5 (Red Hat 8) extending swap size
I am trying to install Oracle 11g on a Linux VM, my actual machine is windows 7 64bit. I need to increase swap file size as it doesn't meet minimum requirement; I need to increase it by 1GB.
When I use swapon, swapoff, or mount, I get the following message:
bash: swapoff: command not found.
bash: swapon: command not found.
bash: mount: command not found.
I have downloaded the VMware Tools. It should've had all the packages within it--right, but I checked that mount package is not installed and I don't know how to do that.
I will appreciate any insight into this matter.
Thanks.
- 02-07-2011 #2Just Joined!
- Join Date
- Feb 2011
- Posts
- 1
Try /sbin/swapon or /sbin/swapoff !! and hopefully you're executing the commands as root user.
- 02-07-2011 #3Just Joined!
- Join Date
- Feb 2011
- Posts
- 2
thanks nu04330. It worked-- and I had been running all the commands as root.


Reply With Quote