Installation guide
Page 29 of 59
Web Cache HTTP Listen port = port_num
Web Cache HTTP Listen (SSL) port = port_num
Web Cache Administration port = port_num
Web Cache Invalidation port = port_num
Web Cache Statistics port = port_num
Log Loader port = port_num
ASG port = port_num
# Business Intelligence and Forms
Reports Services SQL*Net port = port_num
Reports Services discoveryService port = port_num
Reports Services bridge port = port_num
# Infrastructure
Oracle Internet Directory port = port_num
Oracle Internet Directory (SSL) port = port_num
Oracle Certificate Authority SSL Server Authentication port = port_num
Oracle Certificate Authority SSL Mutual Authentication port = port_num
Ultra Search HTTP port number = port_num
Configuration for the Metadata Repository
For any server that will host the OracleAS Metadata Repository, there are special
requirements for Red Hat kernel parameters. The Metadata Repository is an actual
Oracle database, and has the same requirements as any Oracle database on Red Hat
Linux. This includes kernel parameters for shared memory, semaphores, and network
parameters. You can check the current kernel parameter settings with the following
commands:
# /sbin/sysctl -a | grep sem (semmsl, semmns, semopm, and semmni)
# /sbin/sysctl -a | grep shm (shmall, shmmax, and semmni)
# /sbin/sysctl -a | grep msg (msgmax, msgmnb, and msgmni)
# /sbin/sysctl -a | grep file-max (file-max)
# /sbin/sysctl -a | grep ip_local_port_range (ip_local_port_range)
If you need to make any changes, you should place the required entries in the
/etc/sysctl.conf file. This will make the changes persist through reboots. The following
entries are required:
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
# semaphores: semmsl, semmns, semopm, semmni
kernel.sem = 256 32000 100 142
fs.file-max = 131072
net.ipv4.ip_local_port_range = 10000 65000
kernel.msgmni = 2878
kernel.msgmax = 8192
kernel.msgmnb = 65535