Hello,
I recently added one dedicated server that has 2 SSD hard drives with RAID1 + 64 GB RAM.
I am trying to install Oracle XE 11g2 on it but when I start its installation message appears:
[root@centos Disk1]# rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm
Preparing... ########################################### [100%]
This system does not meet the minimum requirements for swap space. Based on
the amount of physical memory available on the system, Oracle Database 11g
Express Edition requires 2048 MB of swap space. This system has 1023 MB
of swap space. Configure more swap space on the system and retry the
installation.
error: %pre(oracle-xe-11.2.0-1.0.x86_64) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping oracle-xe-11.2.0-1.0
[
Here is my fstab file
[root@centos Disk1]# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Mon Jun 27 18:45:08 2016
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=bce0df17-2f43-438c-bc77-2c2d878f9ad6 / ext4 defaults 1 1
UUID=4deb4cfb-1f6b-4694-b745-f425682dc13f /boot ext4 defaults 1 2
UUID=3048f5c4-417f-40c5-afe4-fb63af234306 swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
[root@centos Disk1]# free -h
total used free shared buffers cached
Mem: 62G 10G 51G 55M 242M 3.2G
-/+ buffers/cache: 7.5G 55G
Swap: 1.0G 0B 1.0G
Update (Added more info):
[root@centos Disk1]# cat /proc/swaps
Filename Type Size Used Priority
/dev/sda3 partition 1048572 0 -1
Please advise
Thanks in anticipation