Skip to main content

Oracle 12c Database installation Error on solaris sparc mini cluster

On solaris sparc mini cluster the database  home installation pre-eq checks were failing with following errors, though these errors are not reported during installer checks.



A00100 OS Type              RECORD  SunOS SPARC 2.11 64-bit
A00200 OS Certified?        PASSED  Certified
A00210 Got Maint Updates?   FAILED  NoMaintUpd
A01010 ApplTierDirectory    RECORD  /u01
A01020 A_T Valid?           PASSED  ATexists
A01030 A_T Permissions OK?  PASSED  CorrectPerms
A01040 A_T Disk Space       PASSED  Available
A01400 Got Software Tools?  PASSED  tools_found
A02020 ulimits OK?          FAILED  NoFilesTooSmall StackTooSmall
A02210 Kernel Params OK?    PASSED  KernelOK
A03010 Space in tmp         PASSED  Available
A03510 IP Address           RECORD  192.168.200.204
A03530 Domain Name          RECORD  ijarah.loc
A03540 /etc/hosts Format    PASSED  Adequate IPv4 entry
A03550 DNS Lookup           PASSED  Host correctly registered in DNS
A03560 Net Service Access?  PASSED  NonExist
A03570 Port 6000            PASSED  Free
A03620 anon port range OK?  FAILED  tcp_smallest tcp_largest udp_smallest...
A04400 Got OS Packages?     PASSED  All required OS packages are installed
A05400 Solaris 10 Patches?  SKIPPED Not on Solaris 10 SPARC
Result file: output/collect/APPS_HCVE_A_EBS122_sol_res.htm
root@ijrpserpapp-t1:/u01/rda/rda#

The above checks are using "rda.sh" script , It failed on following rules:


A02020 ulimits OK?          FAILED  NoFilesTooSmall StackTooSmall
A03620 anon port range OK?  FAILED  tcp_smallest tcp_largest udp_smallest...

Solution:

we can use following commands to fix this issues:

To fix Rule "A02020 ulimits OK?"


projmod -s -K "process.max-stack-size=(privileged,32MB,deny)" user.oracle
projmod -s -K "process.max-file-descriptor=(privileged,1024,deny)" user.oracle
projmod -U oracle -sK "process.max-file-descriptor=(basic,65536,deny)" user.oracle
projmod -U oracle -sK "project.max-shm-memory=(priv,32G,deny)" user.oracle

To fix Rule "A03620 anon port range OK?  "

ipadm set-prop -p smallest_anon_port=9000 tcp
ipadm set-prop -p largest_anon_port=65500 tcp
ipadm set-prop -p smallest_anon_port=9000 udp
ipadm set-prop -p largest_anon_port=65500 udp

All these commands should be exucted as root user and its recommended to use fresh session to avoid this issue being reported again.

thanks for reading :)

regards,
X A H E E R

Comments

Popular posts from this blog

Disable Firewall on Oracle Linux 8

In this blogpost we will see how we can stop/disable the firewall on Oracle Linux 8, the firewall command is same in both linux 7 an linux 8. The below listed is the procedure for stopping and disabling the  firewall on Oracle Linux 8. - Here we can see the firewall deamon in active state - Here when we stop the firewall in previous command, now the firewall daemon is dead - For permanent disabling the firewall on server, we can use "disable" option The following commands will be helpful: #systemctl status firewalld #systemctl stop firewalld #systemctl disable firewalld #systemctl enable firewalld #systemctl start firewalld Hope it helps !! Thanks for reading :) regards, X A H E E R

Enable Desktop on Oracle Solaris 11.4

Oracle Solaris 11 installation has multiple options to choose for installation of an Operating Environment, but mostly Oracle Solaris text install media is used and this installation media doesn't offer the GUI Desktop Environment by default after the installation. This blog post will explain how we can enable the desktop for Oracle Solaris 11.4 operating system, after the completion of installation. We have to install "solaris-desktop" package and reboot the machine and GUI desktop will be enabled for the Operating System. In this blog post my virtual machine is connected to the internet and hence I am able to use available pupblic repository for package installation, if in case internet is not available for the server/machine then we have configure the local/Server  repository for the installation. Follow the below steps for desktop package installation: After installation of dekstop package we are now able to login with GUI desktop environment

Oracle Applications R12.2 Installation on Linux using virtual box

Oracle E-Business suite R12.2 is released a month ago. I received too many requests from my followers to demonstrate this Installation. This is a step by step detailed article for Installing Oracle E-business suite R12,2 on Oracle Enterprise Linux 5.7 (64-bit). I've used oracle virtual box for Installing Linux. Note:  This Installation is demonstrated on virtual machine with 8GB RAM and Installation completed in 7 hours. I am not sure whether this Installation will work with less than this .  My Virtual Machine configuration: CPU    = 1 core RAM   = 8 GB HDD   =  380 GB Software's Required: 1) Oracle Virtual Box 2) Oracle Enterprise Linux 5.7 (64-bit) 3) Oracle E-Business suite R12.2 for LinuxX86-64-bit Installation Steps: Hardware requirements Create virtual machine and Install operating system Operating System pre-requisites Prepare Stage Area Install Oracle EBS R12.2 software Verify Installation 1. Hardware Requirement