16 October 2014

SEVERE: [FATAL] servername: servername.

11.2.0.3 Runinstaller failed to execute on OEL6.5 64bit

Error:-

SEVERE: [FATAL] mangalyan.bangalore.bedford.local: mangalyan.test.com
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set
INFO: Finding the most appropriate exit status for the current application
INFO: Exit Status is -1
INFO: Shutdown Oracle Database 11g Release 2 Installer





Solution:
 Check the below detail

hostname
uname -a
cat /etc/hosts
ifconfig

After correcting the issue i am able to execute.

07 October 2014

PRVE-0426 : The size of in-memory file system mounted

Starting check for /dev/shm mounted as temporary file system ...

ERROR:

PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""

Check for /dev/shm mounted as temporary file system failed

Fix:-

[root@rac2 ~]# mount -o remount,size=2G /dev/shm
[root@rac2 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda3              26G   12G   13G  50% /
/dev/sda1              99M   46M   49M  49% /boot
tmpfs                 2.0G     0  2.0G   0% /dev/shm

The size of in-memory file system mounted at /dev/shm is "2048" megabytes which does not match the size in /etc/fstab as "0" megabytes

Error:-


Starting check for /dev/shm mounted as temporary file system ...

WARNING:

The size of in-memory file system mounted at /dev/shm is "2048" megabytes which does not match the size in /etc/fstab as "0" megabytes
The size of in-memory file system mounted at /dev/shm is "2048" megabytes which does not match the size in /etc/fstab as "0" megabytes

Check for /dev/shm mounted as temporary file system passed

Open /etc/fstab using vi or any text editor :-

Locate the line of /dev/shm and use the tmpfs size option to specify your expected size,

tmpfs      /dev/shm      tmpfs   defaults,size=2g   0   0


The /etc/fstab content format is documented in man fstab and the tmpfs filesystem options can be found in man mount

change effective immediately, run this remount command :

mount -o remount /dev/shm