5 ports, Ports, Section 2.5, "ports – Oracle B32100-01 User Manual

Page 32

Advertising
background image

Ports

2-8

Oracle Application Server Installation Guide

To view the current value specified for these kernel parameters, and to change them if
necessary, follow these steps:

1.

Optionally, set the DISPLAY environment variable to specify the display of the
local system:

Bourne, Bash, or Korn shell:

$ DISPLAY=localhost:0.0 ; export DISPLAY

C shell:

$ setenv DISPLAY localhost:0.0

2.

Start System Administration Manager (SAM):

# /usr/sbin/sam

3.

Choose the Kernel Configuration area, then choose the Configurable Parameters
area.

4.

Check the value or formula specified for each of these parameters and, if
necessary, modify that value or formula.

If necessary, see the SAM online help for more information on completing this
step.

5.

Exit from SAM.

6.

If you modified the value specified for any parameter, reboot the system:

# /sbin/shutdown -r now

7.

If necessary, when the system restarts, log in and switch user to root.

2.5 Ports

Many Oracle Application Server components, such as Oracle HTTP Server, OracleAS
Web Cache, and Oracle Enterprise Manager 10g, use ports. You can have the installer
assign default port numbers, or use port numbers that you specify.

Section 2.5.1, "Checking If a Port Is in Use"

Section 2.5.2, "Using Default Port Numbers"

Section 2.5.3, "Using Custom Port Numbers (the "Static Ports" Feature)"

Section 2.5.4, "If Port 1521 Is in Use"

shmmax

The size of physical memory or 0X40000000 (1073741824), whichever
is greater.

Note:

To avoid performance degradation, the value should be greater

than or equal to the size of the SGA.

shmmni

512

shmseg

120

tcp_conn_request_max

2048

vps_ceiling

64

Parameter

Recommended Formula or Value

Advertising