Oracle RAC 11.1.0.6.0 installation on AIX 6.1 Java issue.

Before start oracle RAC 11.1.0.6.0 installation on AIX 6.1 platform, you are require to install JDK to fix the Bug 9216848.

During the installation, on the “Select Installation Type”, pick the “Minimum” ratio button.

After JDK installed, you can continue to install oracle clusterware software and oracle rdbms software.

Example [ Let said we have two nodes RAC]:

1) Apply the Bug 9216848 for Java issue

(node1:oracle) /usr/oracle $ env | egrep ORA
ORACLE_BASE=/usr/oracle_wmos
ORACLE_HOME=/usr/crs_wm/oracle/product/11.1/crs
(node1:oracle) /usr/oracle $ export DISPLAY=<your IP address>
(node1:oracle) /usr/oracle $ xclock
(node1:oracle) /usr/oracle $

(node1:oracle) /oradump/OPATCH/9216848 $ ls
README.txt    install       runInstaller  stage
(node1:oracle) /oradump/OPATCH/9216848 $ ./runInstaller
********************************************************************************

Your platform requires the root user to perform certain pre-installation
OS preparation.  The root user should execute ‘/usr/sbin/slibclean’ on all the
nodes before you proceed with Installation.

Answer ‘y’ if root user has run ‘/usr/sbin/slibclean’ so you can proceed with
Oracle Software installation.
Answer ‘n’ to abort installation and then ask root user to run ‘/usr/sbin/slibclean’.

********************************************************************************
Has ‘/usr/sbin/slibclean’ been run by root user? [y/n] (n)
y

Starting Oracle Universal Installer…

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-07-12_02-57-37PM. Please wait …

2) During installation, execute “/usr/sbin/slibclean” as the root on all the nodes.
node1:/:#id
uid=0(root) gid=0(system) groups=2(bin),3(sys),7(security),8(cron),10(audit),11(lp)
node1:/:#umask 022
node1:/:#/usr/sbin/slibclean
node1:/:#

node2:/:#id
uid=0(root) gid=0(system) groups=2(bin),3(sys),7(security),8(cron),10(audit),11(lp)
node2:/:#umask 022
node2:/:#/usr/sbin/slibclean
node2:/:#

 3)  Then execute  script “orainstRoot.sh” as the root to complete installation.
node1:/usr:#umask 022
node1:/usr:#id
uid=0(root) gid=0(system) groups=2(bin),3(sys),7(security),8(cron),10(audit),11(lp)
node1:/usr:#/usr/crs_wm/orainstRoot.sh
Changing permissions of /usr/crs_wm
Adding read,write permissions for group,Removing read,write,execute permissions for world.
Changing groupname of /usr/crs_wm to oinstall.
The execution of the script is complete
node1:/usr:#

Tagged Under : ,

Make a Comment