Posts

Showing posts from March, 2015

Installation of Entreprise Manager Cloud Control 12c (12.1.0.4) on Linux 5.8

Image
·          Check the libraries on the UNIX host :- [oracle@pocgrd01 u01]$ rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}(%{ARCH})\n" | grep glibc glibc-2.5-118.el5_10.2(x86_64) glibc-devel-2.5-118.el5_10.2(x86_64) glibc-2.5-118.el5_10.2(i686) glibc-headers-2.5-118.el5_10.2(x86_64) glibc-devel-2.5-118.el5_10.2(i386) glibc-common-2.5-118.el5_10.2(x86_64) ·          Check the shmmax parameter [root@pocgrd01 ~]# cat /proc/sys/kernel/shmmax 4398046511104 ·          Check the groups and permissions [oracle@pocgrd01 u01]$ id oracle uid=1101(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba),1000(oracle) ·          Check the File Descriptor :-  [oracle@pocgrd01 /]$ ulimit -u 131072 ·          Create the HOME directory for Cloud Control & agent [oracle@pocgrd01 u01]$ mkdir -p /u01/app/Oracle/Middleware/ [oracle@pocgrd01 u01]$ mkdir -p /u01/app/Oracle/agent12c ·          Export the display [oracle@pocgrd01 u01]