[SOLVED] Installation of Oracle 11gR2 on CentOS 5.4
Posted: 2010/05/17 10:21:27
Hi,
I am installing Oracle 11gR2 32 bit on CentOS 5.4 and all of the oracle Prerequisites are failing. I am doing the following the steps on http://planetvm.net/blog/?p=1353 to prepare the OS.
encountered the following problems:
After unzip linux_11gR2_database_1of2.zip unzip linux_11gR2_database_2of2.zip from the above link the runInstaller do not have right permissions so I did
chmod 775 runInstaller
Then under install directory there are some file which do not have correct permissions then I did following under install directory
chmod 775 *
this resulted me by pass permissions error from runInstaller and .oui and unzip
Issue is occurring at the point when the Prerequisites are checked. All of them are failing. below are some of the lines from install log:
INFO: *********************************************
INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 1GB (1048576.0KB) of total physical memory.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Available Physical Memory: This is a prerequisite condition to test whether the system has at least 50MB (51200.0KB) of available physical memory.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Swap Size: This is a prerequisite condition to test whether sufficient total swap space is available on the system.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Free Space: harvey:/tmp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: Error Message:PRVF-4001 : Check: Space available on "/tmp"
INFO: Cause: Could not determine mount point for location specified.
INFO: Action: Ensure location specified is available.
INFO: *********************************************
INFO: User Existence: oracle: This is a prerequisite condition to test whether user "oracle" exists on the system.
INFO: Severity:CRITICAL
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
I have attached the screen shot.
Someone please let me know what I am doing wrong here.
Thank you.
Harvey
I am installing Oracle 11gR2 32 bit on CentOS 5.4 and all of the oracle Prerequisites are failing. I am doing the following the steps on http://planetvm.net/blog/?p=1353 to prepare the OS.
encountered the following problems:
After unzip linux_11gR2_database_1of2.zip unzip linux_11gR2_database_2of2.zip from the above link the runInstaller do not have right permissions so I did
chmod 775 runInstaller
Then under install directory there are some file which do not have correct permissions then I did following under install directory
chmod 775 *
this resulted me by pass permissions error from runInstaller and .oui and unzip
Issue is occurring at the point when the Prerequisites are checked. All of them are failing. below are some of the lines from install log:
INFO: *********************************************
INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 1GB (1048576.0KB) of total physical memory.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Available Physical Memory: This is a prerequisite condition to test whether the system has at least 50MB (51200.0KB) of available physical memory.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Swap Size: This is a prerequisite condition to test whether sufficient total swap space is available on the system.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: *********************************************
INFO: Free Space: harvey:/tmp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
INFO: Severity:IGNORABLE
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
INFO: Verification Result for Node:harvey
WARNING: Result values are not available for this verification task
INFO: Error Message:PRVF-4001 : Check: Space available on "/tmp"
INFO: Cause: Could not determine mount point for location specified.
INFO: Action: Ensure location specified is available.
INFO: *********************************************
INFO: User Existence: oracle: This is a prerequisite condition to test whether user "oracle" exists on the system.
INFO: Severity:CRITICAL
INFO: OverallStatus:OPERATION_FAILED
INFO: -----------------------------------------------
I have attached the screen shot.
Someone please let me know what I am doing wrong here.
Thank you.
Harvey