Skip Headers
Oracle® Collaboration Suite Installation Guide
10g Release 1 (10.1.2) for Solaris Operating System (SPARC)

Part Number B25462-11
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

2 Preparing to Install Oracle Collaboration Suite

Before installing Oracle Collaboration Suite, ensure that your computer meets the requirements described in this chapter.

This chapter contains the following sections:

2.1 Hardware Requirements

This section lists the hardware configurations required to install Oracle Collaboration Suite.

Table 2-1 lists the system requirements for running Oracle Collaboration Suite.

The installer checks these requirements at the start of the installation process and warns you if any of these requirements are not met. Therefore, to save time, you can manually check only the remaining requirements.

You can also run the system checks performed by the installer without doing an installation by running the following command, where the runInstaller executable is on the Oracle Collaboration Suite DVD.

prompt> mount_point/runInstaller -executeSysPrereqs

The results are displayed on the screen as well as written to a log file. For more information about the subset of checks performed, refer to Section 2.10.

Table 2-1 Hardware Requirements for Solaris Systems

Item Minimum Requirement Checked by Installer
Processor type SPARC Processor. The processor must have a v9 architecture. No
Processor Speed 450 MHz or greater recommended. Oracle recommends a multiple CPU computer.

To determine the processor speed, enter the psrinfo command with the -v option:

# /usr/sbin/psrinfo -v
No
Network The computer must be connected to a network. You cannot install Oracle Collaboration Suite on a standalone computer that is not connected to a network.

Installing Oracle Collaboration Suite on standalone computers is supported for Linux and Microsoft Windows.

No
IP The IP address of the computer must be static. Oracle Collaboration Suite does not support systems using Solaris DHCP.

DHCP is supported on Linux and Microsoft Windows.

No
Memory The installer checks the amount of memory on your computer and will not let you proceed if your computer does not meet the following minimum memory requirements:

Oracle Collaboration Suite 10g Infrastructure: 1 gigabyte (GB)

Oracle Collaboration Suite 10g Applications: 1 GB

Oracle Collaboration Suite 10g Database: 1 GB

Note: For Oracle Collaboration Suite Infrastructure and Applications installation on a single computer, 2 GB or more is recommended.

To determine the amount of memory, enter the following command:

# /usr/sbin/prtconf | grep Memory

These values assume you are running only one Oracle Collaboration Suite instance for each computer.

The memory requirements provided for the various installation types represent enough physical memory to install and run Oracle Collaboration Suite. However, for most production sites, you should configure at least 2 GB of physical memory. For sites with substantial traffic, increasing the amount of memory further may improve your performance.

To determine the optimal amount of memory for the installation, you should load test your site. Resource requirements can vary substantially for different applications and different usage patterns. In addition, some operating system utilities for monitoring memory can overstate memory usage (partially because of the representation of shared memory). The preferred method for determining memory requirements is to monitor the improvement in performance resulting from the addition of physical memory in the load test. Refer to your platform vendor documentation for information about how to configure memory and processor resources for testing purposes.

Yes
Disk space The installer may display inaccurate disk space requirement figures. The disk space requirements are:

Oracle Collaboration Suite 10g Infrastructure: 8 GB

Oracle Collaboration Suite 10g Applications: 5 GB

Oracle Collaboration Suite 10g Database: 5.4 GB

To determine the amount of free disk space, use the df command:

# df -k dir

Replace dir with the Oracle home directory or with the parent directory if the Oracle home directory does not exist yet. For example, if you plan to install Oracle Collaboration Suite in /private/oracle/infra, replace dir with /private/oracle or /private/oracle/infra.

No
Space in /tmp directory 250 MB

To determine the amount of free disk space in the /tmp directory, enter the following command:

# df -k /tmp

If the /tmp directory does not have enough free space, you can specify a different directory by setting the TMP environment variable. Refer to Section 2.7.6 for details.

Yes
Swap space 2 GB of available swap space

To determine the amount of available swap space, enter the following command:

# /usr/sbin/swap -l

Note: Sometimes during single-computer installation, the prerequisite check might fail with the message "Not enough space". Sometimes, no error might appear during the Prequisite Check stage, but the Applications tier installation might fail with the same message. In this case, perform the following steps:

  1. Use mkfile to create a file suitable for a local swap area. For example, to create a 2 GB swap file, enter the command:

    /usr/sbin/mkfile 1024m /swap
    
    

    In the preceding command, /swap is the name of the file to be used as the swap space. Units for the size can be kilobytes (k), blocks (b), or megabytes (m).

  2. Instruct the system to start using the file as swap as follows:

    /usr/sbin/swap -a /swap  
    
    
  3. Use teh following command to verify that the swap file has been activated:

    swap -l
    

If necessary, contact your system administrator or refer to your operating system documentation for information about how to configure additional swap space.

Yes
Monitor 256-color display

To determine the display capabilities of the monitor, enter the following command:

# /usr/openwin/bin/xwininfo

Look for the "Depth" line. You need a depth of at least 8 bits for each pixel.

Yes

2.1.1 Considerations for Real-Time Collaboration

The Oracle Real-Time Collaboration components perform load balancing as they handle communications between clients and servers. The Redirector determines which multiplexer or communication manager processes are available as it routes requests from clients. The multiplexer determines which Web Conferencing Server processes are available as it routes communications from and to the Web Conferencing clients.

You may also choose to use a Load Balancer to manage processes handled by your Oracle middle-tier servers. If so, then keep these considerations in mind:

  • All systems behind the load balancer should have intranet-routable IP addresses and must be directly accessible from the Internet at least on the standard HTTP and HTTPS ports (80 and 443).

  • If you use geographic load balancers – that is, load balancers to separate loads between geographic locations – then you must create Oracle Real-Time Collaboration clusters to partition the system based on geographical distribution.


Note:

Oracle Messenger also uses ports 5222 and 5223 which in some cases must be open to the Internet.

2.1.2 Tips for Reducing Memory Usage

To reduce memory consumption:

  • Configure only the components that you need.

  • After installation, start only the components that you need. Refer to the Oracle Collaboration Suite Administrator's Guide for details.

  • Choose the smallest Applications tier type that contains the components that you need.

  • Run Application Server Control only when you need to administer an instance. In most cases, you do not need Application Server Control running all the time.

    If you are running multiple Oracle Collaboration Suite Infrastructure instances on one computer, each Application Server Control can consume a lot of memory. Running Application Server Control only when you need it can free up memory for other components.

  • Configure Application Server Control so that it can manage multiple instances. Refer to the Oracle Collaboration Suite Administrator's Guide for details.

2.2 Software Requirements

The installer also checks that your computer contains the required operating system patches. If it determines that some required patches are missing, it displays an error.

In addition to the software requirements for the computer, you must have a compatible browser.

The following browsers are supported:


Note:

For the most current list of supported operating system-specific software, operating system version, and certified browsers, check OracleMetaLink at

http://metalink.oracle.com


2.2.1 Operating System Patches

Table 2-2 lists the Solaris operating system patches that you must install before installing Oracle Collaboration Suite. These are patches that make up the J2SE patch cluster. You can download the patches from

http://sunsolve.sun.com

Refer to the README file included with the patch for instructions on installing it.


Note:

Although the patches listed in Table 2-2 are current at the time of publication, Sun Microsystems, Inc. often updates the list of required patches for J2SE. Click the "Readme" link on the following URL for the most current list of patches http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE

Table 2-2 Required Patches for Solaris Operating Systems

Operating System Patches Required
Solaris 8
  • 108652-82 or later: X11 6.4.1: Xsun patch
  • 108921-21 or later: CDE 1.4: dtwm patch

  • 108940-62 or later: Motif 1.2.7 and 2.1.1: Run-time library patch

  • 108773-18 or later: IIIM and X input and output method patch

  • 111310-01 or later: /usr/lib/libdhcpagent.so.1 patch

  • 109147-28 or later: Linker patch

  • 111308-04 or later: /usr/lib/libmtmalloc.so.1 patch

  • 112438-03 or later: /kernel/drv/random patch

  • 108434-17 or later: 32-Bit shared library patch for C++

  • 108435-17 or later: 64-bit shared library patch for C++

  • 111111-04 or later: /usr/bin/nawk patch

  • 112396-02 or later: /usr/bin/fgrep patch

  • 110386-03 or later: RBAC feature patch

  • 111023-03 or later: /kernel/fs/mntfs and /kernel/fs/sparcv9/mntfs patch

  • 111317-05 or later: /sbin/init and /usr/sbin/init patch

  • 113648-03 or later: /usr/sbin/mount patch

  • 115827-01 or later: /sbin/sulogin and /sbin/netstrategy patch

  • 116602-01 or later: /sbin/uadmin and /sbin/hostconfig patch

  • 108987-13 or later: Patch for patchadd and patchrm

  • 108528-29 or later: Kernel update patch

  • 108989-02 or later: /usr/kernel/sys/acctctl and /usr/kernel/sys/exacctsys patch

  • 108993-36 or later: LDAP2 client, libc, libthread and libnsl libraries patch

  • 109326-14 or later: libresolv.so.2 and in.named patch

  • 110615-11 or later: sendmail patch

Solaris 9
  • 113096-03 or later: X11 6.6.1: OWconfig patch
  • 112785-35 or later: X11 6.6.1: Xsun patch


How to Get a List of Operating System Patches Installed on Your Computer

To determine which patches are installed on your computer:

  1. Enter the showrev command with the -p option. The following command saves the sorted output to a file called patchList.

    # showrev -p | sort > patchList
    
    
  2. Open the file in a text editor, such as vi or emacs, and search for patch numbers.

How the Installer Checks for Operating System Patches

The installer searches for the required patch versions on your computer. If it does not find an exact match, it displays a warning message in the shell where you started the installer.

# mount_point/runInstaller
...
... installer performs prerequisite checks here ...
...
Some optional pre-requisite checks have failed. Continue? (y/n) [n] n

The installer gives you a choice to exit or continue.

Type n to exit the installer if you do not have all the patches. You should download and install the patches.

Type y to continue only if you are sure all the required patches are installed.

2.2.2 Operating System Packages

Check that your computer contains the following operating system packages. If the packages are not present, the installer cannot continue.

  • SUNWarc

  • SUNWbtool

  • SUNWhea

  • SUNWlibm

  • SUNWlibms

  • SUNWsprot

  • SUNWsprox


    Note:

    The SUNWsprox package is not required if Operating System version is Solaris 10 (SPARC 64-bit).

  • SUNWtoo

  • SUNWi1of (the character after the "i" is the number 1, not the letter L)

  • SUNWxwfnt

  • SUNWi1cs (the character after the "i" is the number 1, not the letter "ell")

  • SUNWi15cs (the character after the "i" is the number 1, not the letter "ell")

The last two packages (SUNWi1cs and SUNWi15cs) are required for the ISO8859-1 and ISO8859-15 code sets.

To check if an operating system package is installed on your computer, enter the pkginfo command with the name of the package. The syntax for running pkginfo is:

pkginfo package_name1 package_name2 ...

For example, to check if all of the listed packages are installed on your computer, enter the following command:

# pkginfo SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWsprox SUNWtoo SUNWi1of SUNWxwfnt SUNWi1cs SUNWi15cs

If your computer is missing a package, contact your system administrator.

2.3 Kernel Parameters


Note:

Oracle Universal Installer automatically checks for adequate kernel settings and operating system packages, but this does not work on Solaris 10. Before installing Oracle Collaboration Suite on Solaris 10, manually check your kernel settings and operating system packages.

Oracle Collaboration Suite installation requires you to configure your system kernel parameters. Compliance with this requirement is especially important for production environments. Review your kernel parameter settings to ensure that they meet Oracle Collaboration Suite requirements.


Note:

  • If the current value of any parameter is higher than the value listed in the table, then do not change the value of that parameter.

  • If any kernel parameter values do not meet the requirements, then the installer displays an error message. You cannot continue the installation until you update the kernel parameters to the required values.If you update kernel parameter values, you must restart your computer for the new values to take effect.


Table 2-3 shows the kernel parameters and their required minimum settings for Solaris operating systems.

Table 2-3 Kernel Parameters Settings for Solaris Systems

Parameter Line in /etc/system Showing the Minimum Value Description
msgmax set msgsys:msginfo_msgmax=4096 Defines the maximum message size.
msgmnb set msgsys:msginfo_msgmnb=360000 Defines the maximum number of bytes on the message queue.
msgmni set msgsys:msginfo_msgmni=3774 Defines the number of queue identifiers.
msgtql set msgsys:msginfo_msgtql=2500 Defines the number of message headers.
semaem set semsys:seminfo_semaem=16384 Defines the maximum amount a semaphore value can be changed by a semaphore undo operation.
semmni set semsys:seminfo_semmni=554 Defines the maximum number of semaphore sets in the entire system.
semmnu
set semsys:seminfo_semmnu=1042
Defines the number of semaphore undo structures.
semmns set semsys:seminfo_semmns=1024 Defines the maximum semaphores on the system. The 256 is only a minimum value for computers that will be running a single database (the Oracle Collaboration Suite 10g Infrastructure that you are installing).

If you are already running a database on the computer, refer to "Determining the Minimum Value for the semmns Parameter".

semopm set semsys:seminfo_semopm=12 Defines the maximum number of operations for each semopm call.
semmsl set semsys:seminfo_semmsl=256 Defines the minimum recommended value for initial installation only.

Note: If you increase the database 'processes' value, you should modify the value of semmsl parameter to match it. You should, then, reboot your system.

semume set semsys:seminfo_semume=42 Defines the maximum number of IPC semaphores that a given process can have undo operations pending on.
semvmx set semsys:seminfo_semvmx=32767 Defines the maximum value of a semaphore.
shmmax set shmsys:shminfo_shmmax=4294967295 Defines the maximum allowable size of one shared memory segment (4 GB = 4294967295).
shmmin set shmsys:shminfo_shmmin=1 Defines the minimum allowable size of a single shared memory segment.

Note: This parameter is not used in Solaris 9.

shmmni set shmsys:shminfo_shmmni=100 Defines the maximum number of shared memory segments in the entire system.

Note: For Applications tier installation, the value of the shmmni parameter must be set to 117 or higher.

shmseg set shmsys:shminfo_shmseg=10 Defines the maximum number of shared memory segments one process can attach.

Note: For Applications tier installation, the value of the shmseg parameter must be set to 17 or higher.

rlim_fd_max set rlim_fd_max=4117 Defines the hard limit on file descriptors that a single process can have open.
rlim_fd_cur set rlim_fd_cur=1024 Defines the soft limit of open files.
noexec_user_stack set noexec_user_stack=1 Defines the stack to be marked as nonexecutable. This helps make buffer-overflow attacks more difficult.

On Solaris 10, verify that the kernel parameters shown in Table 2-4 are set to values greater than or equal to the recommended value shown. The table also contains the resource controls that replace the /etc/system file for a specific kernel parameter.


Note:

On Solaris 10, you are not required to make changes to the /etc/system file to implement the System V TPC. Solaris 10 uses the resource control facility for its implementation.

Table 2-4 Kernel Parameter and Resource Control Settings for Solaris 10 Systems

Parameter Replaced by Resource Control Recommended Value
noexec_user_stack NA 1
semsys:seminfo_semmni project.max-sem-ids 100
semsys:seminfo_semmsl project.max-sem-nsems 256
shmsys:shminfo_shmmax project.max-shm-memory 4294967295
shmsys:shminfo_shmmni project.max-shm-ids 100

Determining the Minimum Value for the Process Parameter for the Oracle Collaboration Suite Database

The processes parameter for the Oracle Collaboration Suite Database must be the sum of all connections from all components of all Applications tiers, plus any processes used by other applications.

The default value of the processes parameter for the Oracle Collaboration Suite Database is 250. This value for each Applications tier installation is approximately calculated as follows:

Additionally, a value of approximately 40 is reserved for internal processes, bringing the total to approximately 200. Providing for additional buffer of 50, the default value is calculated to 250.

This number will be smaller if fewer components are configured. However, in a production environment the processes parameter for the Oracle Collaboration Suite Databases must be configured as the sum of the Database connections for each configured component, specific to each deployment.

For example, a deployment may have 3 Applications tiers running Simple Mail Transfer Protocol (SMTP) and IMAP. SMTP and IMAP on each Applications tier may be configured by the administrator with 100 database connections each. Therefore, for these processes, the Oracle Mail Database processes parameter must be increased by 2 x 3 x 100 = 600 to ensure that the Database does not run out of processes.


Note:

The optimum number of processes and maximum connections per component is a tuning exercise, performed as more information is learned about usage patterns of the system.

Determining the Minimum Value for the semmns Parameter

If you are installing the Oracle Collaboration Suite Infrastructure on a computer that is not already running an Oracle Database (that is, the Infrastructure will be the only component running on the computer), then set the semmns parameter to a minimum of 256.

If you are installing the Infrastructure on a computer that is already running an Oracle Database, then set the semmns parameter to the sum of the processes initialization parameter for each Oracle Database (including the Infrastructure), then adding the largest value twice, and then adding an additional 10 for each database.

The default value of the processes parameter for the Oracle Collaboration Suite Database is 250.

Example: The computer is already running an Oracle Database, and its processes parameter is set at 250. In this case, you must set the semmns parameter to at least 920, which is explained as follows:

To determine the value of the processes parameter for an Oracle Database, enter the following command in SQL*Plus:

# sqlplus "sys/password as sysdba"
SQL> show parameters processes

In the preceding syntax, password specifies the password for the SYS user.

To add or update kernel parameter values for Solaris 8 and Solaris 9 operating systems:

  1. Become root user on the computer where you must change the values.

  2. Make a backup copy of the /etc/system file. For example, the following command makes a backup copy called system.back.

    # cp /etc/system /etc/system.back
    
    
  3. Using a text editor such as vi or emacs, update the values or add new lines in the /etc/system file as necessary. For example, the following lines show sample values for the parameters:

    set semsys:seminfo_semmni=300
    set semsys:seminfo_semmns=800
    set semsys:seminfo_semmsl=256
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=512
    set shmsys:shminfo_shmseg=150
    
    

    Note:

    The comment character for the /etc/system file is the asterisk (*), not the number sign (#).

  4. Restart the computer for the new values to take effect.

To add or update kernel parameter values for Solaris 10 operating systems:

On Solaris 10, use the following procedure to view the current value specified for resource controls, and to change them if necessary:

  1. To view the current values of the resource control, enter the following commands:

    # id -p // to verify the project id
    uid=0(root) gid=0(root) projid=1 (user.root)
    # prctl -n project.max-shm-memory -i project user.root
    # prctl -n project.max-sem-ids -i project user.root
    
    
  2. If you must change any of the current values, then perform the following:

    1. To modify the value of max-shm-memory to 6 GB:

      # prctl -n project.max-shm-memory -v 6gb -r -i project user.root
      
      
    2. To modify the value of max-sem-ids to 256:

      # prctl -n project.max-sem-ids -v 256 -r -i project user.root
      

    Note:

    On Solaris 10, the changes made by the prctl command are not effective permanently. If you reboot the computer, then the changes you made made by using this command disappear.

    If you want to make the changes permanent, then you must use the projmod command, as follows, and then you must reboot the computer for the chnages to take effect:

    # projmod -s -K "project.max-shm-memory=(privileged,6GB,deny)\
    'user.root'
    # projmod -s -K "project.max-sem-ids=(privileged,256,deny)" \
    'user.root'
    

2.4 Ports

Components of Oracle Collaboration Suite Infrastructure (such as Oracle HTTP Server, OracleAS Web Cache, and Oracle Enterprise Manager) and Oracle Collaboration Suite Applications use ports. You can have the installer assign default port numbers, or use port numbers that you specify, including the port numbers under 1024.

This section contains the following topics:

Why the Default Port for Oracle HTTP Server Is Port 7777 and Not Port 80

By default, the installer configures Oracle HTTP Server to use port 7777, not port 80. Port 7777 is the default port because on UNIX, components that use port numbers lower than 1024 require additional steps to be done as the root user before the components can run. Because the installer does not have root access, it must use a port greater than 1024.

If you want Oracle HTTP Server to use a different port, such as port 80, use the static ports feature, which enables you to specify port numbers for components. Although you can change the port number after installation, it is easier to set the port number during installation.

2.4.1 Checking If a Port Is in Use

To check if a port is being used, you can enter the netstat command to show the used port as follows:

prompt> netstat -an | grep port_num

Note:

You can also use the /usr/sbin/lsof -i :port_num command for the purpose.

In the preceding syntax, port_num refers to the port number you want to check.

2.4.2 Using Default Port Numbers

To use the default port numbers for components such as Oracle HTTP Server, OracleAS Web Cache, and Oracle Enterprise Manager, you do not have to do anything. Refer to Appendix I for a list of default port numbers that the installer will assign to components.

If You Plan to Install Oracle Collaboration Suite Infrastructure and Oracle Collaboration Suite Applications on the Same Computer

If you plan to install multiple instances (such as an Oracle Collaboration Suite Infrastructure and an Applications tier, or multiple Applications tiers) on the same computer, only the first instance that you install on the computer will use the default ports. When you install additional instances, the installer will detect that the default ports are already in use by the first instance, and it will assign other ports to the additional instances.

The components where this is most visible are Oracle HTTP Server and OracleAS Web Cache, as shown in the following scenarios:

Table 2-5 Oracle HTTP Server Ports in Different Scenarios

Scenario Non-SSL Port SSL Port
Oracle Collaboration Suite Infrastructure and a Applications tier installed on the same computer. Oracle HTTP Server on the Oracle Collaboration Suite Infrastructure: 7777

Oracle HTTP Server on the Applications tier: 80

Oracle HTTP Server on the Oracle Collaboration Suite Infrastructure: 4443

Oracle HTTP Server on the Applications tier: 443

Two Applications tiers installed on the same computer. Oracle HTTP Server on the first Applications tier: 80

Oracle HTTP Server on the second Applications tier: 7777

Oracle HTTP Server on the first Applications tier: 443

Oracle HTTP Server on the second Applications tier: 4443


2.4.3 Using Custom Port Numbers (the "Static Ports" File)

Instead of using default ports, you can assign custom port numbers for Oracle Collaboration Suite Applications components during the installation. For this, you must create a file containing the component names and port numbers. Section 2.4.3.1 describes the file format. This file is typically called the staticports.ini file, but you can name it anything you want.


Note:

The default listener port 1521 cannot be changed to any custom port.

To instruct the installer to assign custom port numbers for Applications tier components, you must specify the path to staticports.ini as a parameter to the runInstaller command as follows:

./runInstaller oracle.ocs.midtier:s_staticPorts=path_to_your_ini_file (for installing Oracle Collaboration Suite 10g Applications)

./runInstaller oracle.ocs.onebox:s_staticPorts=path_to_your_ini_file (for installing Oracle Collaboration Suite 10g Applications and Infrastructure)

If you do not specify the full path to the file, the installer cannot find the file. The installer will then assign default ports for all the components, and it will do this without displaying any warning.


Note:

If you specify custom port numbers using the staticports.ini file, then the installer will not show the Specify Ports Configuration Options screen.

In this case, the installer attempts to use the ports that you specified in the staticports.ini file. If the ports are already being used, an error is displayed. Also, if there are ports that the installer needs but you have not specified in the staticports.ini file, then it will automatically select them for you.

It is recommended that you always check the $ORACLE_HOME/install/portlist.ini at the end of installation to verify the ports that are assigned for the installation.


2.4.3.1 Format of the staticports.ini File

The staticports.ini file has the following format. Replace port_num with the port number that you want to use for the component.

# staticports.ini Template File

# This file is a template for specifying port numbers at installation time.
# To specify a port number, uncomment the appropriate line (remove #) and
# replace "port_num" with the desired port number.
# You can then launch Oracle Universal Installer with special options to use this
# file.
# Please refer to Oracle Collaboration Suite 10.1.2 Installation Guide for
# instructions.

# Ports common to Infrastructure and Applications install

# Oracle HTTP Server port =  port_num
# Oracle HTTP Server Listen port = port_num
# Oracle HTTP Server SSL port = port_num
# Oracle HTTP Server Listen (SSL) port = port_num
# Oracle HTTP Server Diagnostic port = port_num
# ASG port = port_num
# Application Server Control port = port_num
# Application Server Control RMI port = port_num
# Java Object Cache port = port_num
# Log Loader port = port_num
# DCM Discovery port = port_num
# Oracle Notification Server Request port = port_num
# Oracle Notification Server Local port = port_num
# Oracle Notification Server Remote port = port_num
# Oracle Management Agent port = port_num

# Ports specific to Infrastructure install
# Oracle Internet Directory port = port_num
# Oracle Internet Directory (SSL) port = port_num
# Enterprise Manager Console HTTP port = port_num
# Enterprise Manager Agent port = port_num

# Ports specific to Applications install
# Web Cache HTTP Listen port = port_num
# Web Cache HTTP Listen (SSL) port = port_num
# Web Cache HTTP Administration port = port_num
# Web Cache Invalidation port = port_num
# Web Cache Statistics port = port_num
# Oracle Net Listener = port_num
# Oracle Mail IMAP4 port = port_num
# Oracle Mail IMAP4 Secure port = port_num
# Oracle Mail POP3 port = port_num
# Oracle Mail POP3 Secure port = port_num
# Oracle Mail SMTP port = port_num
# Oracle Mail NNTP port = port_num
# Oracle Mail NNTP Secure port = port_num
# Oracle Calendar server = port_num
# Oracle Calendar server manager (CSM) = port_num
# Wireless PIM Notification Dispatcher = port_num
# Wireless PIMAP UDC Dispatcher = port_num
# RTC Redirector Server port= port_num
# RTC Redirector MX port= port_num
# RTC Redirector XMPP port= port_num
# RTC Redirector Secure XMPP port= port_num
# RTC process monitor port = port_num
# RTC messenger director server first port = port_num
# RTC messenger director server second port = port_num
# RTC messenger multiuser chat port = port_num
# RTC messenger connection manager port = port_num
# RTC messenger statistics collection port = port_num
# RTC messenger server to server connection port = port_num
# RTC messenger group service port = port_num
# RTC messenger voice proxy port = port_num


Note:

If you plan to install Oracle Collaboration Suite Infrastructure and Oracle Collaboration Suite Applications on a single computer, then you must use the staticports.ini.onebox template.

The easiest way to create the file is to use the staticports.ini file on the DVD as a template:

  1. Copy the staticports.ini file from the DVD to your hard disk.

    Table 2-6 specifies the location of the staticports.ini file on DVD.

    Table 2-6 Location of the staticports.ini File on DVD

    Media Location of staticports.ini File
    DVD-ROM Disk 1: mount_point/response/staticports.ini

  2. Edit the local copy (the file on the hard disk) to include the desired port numbers.

    You do not specify port numbers for all components in the staticports.ini file. If a component is not listed in the file, then the installer uses the default port number for that component.

    You cannot change the port used by the Infrastructure Database listener (port 1521) during installation, but you can do so after installation.

    The following example sets the Application Server Control port and some ports for the Web Cache. For components not specified, the installer will assign the default port numbers.

    Application Server Control port = 2000
    Web Cache Administration port = 2001
    Web Cache Invalidation port = 2002
    Web Cache Statistics port = 2003
    
    

    When installation is complete, you can check the ORACLE_HOME/install/portlist.ini file to refer to the assigned ports.


Notes on Choosing Port Numbers:

  • Port numbers cannot be greater than 65536.

  • If you use a port number less than 1024 for a component, you must run the component as the root user.

  • If you use a port number less than 1024 for a component, the installer cannot start the component at the end of installation. You may need to configure the component first before you can start it. Refer to the appropriate component documentation for details.

  • If you plan to set port numbers for Oracle HTTP Server and OracleAS Web Cache, be sure you read Section 2.4.4.


The installer verifies that the ports specified in the file are available by checking memory. This means that it can only detect ports that are being used by running processes. It does not look in configuration files to determine which ports an application is using.

If the installer detects that a specified port is not available, it displays an alert. The installer will not assign a port that is not available. To fix this:

  1. Edit the staticports.ini file to specify a different port, or shut down the application that is using the port.

  2. Click Retry. The installer rereads the staticports.ini file and verifies the entries in the file again.


Tip:

The staticports.ini file uses the same format as the ORACLE_HOME/install/portlist.ini file, which is created after an Oracle Collaboration Suite installation. If you have installed Oracle Collaboration Suite and you want to use the same port numbers in another installation, you can use the portlist.ini file from the first installation as the staticports.ini file for subsequent installations.

2.4.3.2 Error Conditions That Will Cause the Installer to Use Default Ports Instead of Specified Ports

Check your staticports.ini file carefully, because a mistake can cause the installer to use default ports without displaying any warning. Here are some things that you should check:

  • If you specify the same port for more than one component, the installer will use the specified port for the first component, but for the other components, it will use the default ports of the components. The installer does not warn you if you have specified the same port for multiple components.

  • If you specify different ports for one component on multiple lines, the installer assigns the default port for the component. The installer does not warn you if you have specified different ports for one component.

  • If you have syntax errors in the staticports.ini file (for example, if you omitted the = character for a line), the installer ignores the line. For the components specified on such lines, the installer assigns the default ports. The installer does not display a warning for lines with syntax errors.

  • If you misspell a component name, the installer assigns the default port for the component. Names of components in the file are case-sensitive. The installer does not display a warning for lines with unrecognized names.

  • If you specify a nonnumeric value for the port number, the installer ignores the line and assigns the default port number for the component. It does this without displaying any warning.

  • If you misspell the parameter on the command line, the installer does not display a warning. It continues and assigns default ports to all components.

  • If you specify a relative path to the staticports.ini file (for example, ./staticports.inior just staticports.ini) on the command line, the installer will not find the file. The installer continues without displaying a warning and it will assign default ports to all components. You must specify a full path to the staticports.ini file.

  • If the parameter you specify on the command line does not match the type of installation that you are performing (for example, if you specify the parameter for Applications but you are installing the Infrastructure), the installer does not give a warning. It continues and assigns default ports to all components.

2.4.4 Ports for Oracle HTTP Server and OracleAS Web Cache

Be sure you understand the following when setting ports for these components.

In the httpd.conf file for Oracle HTTP Server, the Port and the Listen directives specify the ports used by OracleAS Web Cache and Oracle HTTP Server. The correct lines in the staticports.ini file for setting these ports depend on which components you are configuring.

If You Are Configuring OracleAS Web Cache and Oracle HTTP Server

If You Are Configuring OracleAS Web Cache and Oracle HTTP Server, as shown in Figure 2-1, then you must perform the following tasks:

  1. Set the port for OracleAS Web Cache.

    OracleAS Web Cache uses the port specified by the Port directive. To set this port, use this line in the staticports.ini file:

    Web Cache HTTP Listen port = port_number
    
    

    To configure the SSL port for OracleAS Web Cache, use the following line:

    Web Cache HTTP Listen (SSL) port = port_number
    
    

    You cannot set the port number using the Oracle HTTP Server port line in this case. If your staticports.ini file contains both Oracle HTTP Server port and Web Cache HTTP Listen port, the Oracle HTTP Server port line is ignored. For example, the Port directive would be set to 7979, if you had the following lines in staticports.ini:

    Web Cache HTTP Listen port = 7979
    Oracle HTTP Server port = 8080
    
    
  2. Set the port for Oracle HTTP Server.

    Oracle HTTP Server uses the port specified by the Listen directive. To set this port, use this line in the staticports.ini file:

    Oracle HTTP Server Listen port = port_number
    
    

    To configure the SSL Listen port, use the following line:

    Oracle HTTP Server Listen (SSL) port = port_number
    

Figure 2-1 Configuring Both OracleAS Web Cache and Oracle HTTP Server

Port Configuration
Description of the illustration ports_wc.gif

If You Are Configuring Oracle HTTP Server Only (no OracleAS Web Cache)

If you are configuring Oracle HTTP Server only, then Oracle HTTP Server uses both Port and Listen directives, as shown in Figure 2-2, then you must set both directives to use the same port number.

To set these ports, use the "Oracle HTTP Server port" and "Oracle HTTP Server Listen port" lines in the staticports.ini file. For example:

Oracle HTTP Server port = 8080
Oracle HTTP Server Listen port = 8080

To set the SSL version of these ports, use the following lines. As in the non-SSL version, the port numbers must be the same.

Oracle HTTP Server SSL port = 443
Oracle HTTP Server Listen (SSL) port = 443

If you also specify the Web Cache lines in staticports.ini, they will be ignored because you are not configuring OracleAS Web Cache.

Figure 2-2 Configuring Only Oracle HTTP Server

Description of ports_no_wc.gif follows
Description of the illustration ports_no_wc.gif

2.4.4.1 Examples That Use the staticports.ini File

This section describes some common scenarios for using staticports.ini.

Configuring Oracle HTTP Server to Use Ports 80 and 443 with OracleAS Web Cache as the Front End

In this scenario, create a staticports.ini file that includes the following lines:

Web Cache HTTP Listen port = 80
Oracle HTTP Server Listen port = 81
Web Cache HTTP Listen (SSL) port = 443
Oracle HTTP Server Listen (SSL) port = 444

The ports for Oracle HTTP Server Listen and SSL Listen can be any available port. The example uses ports 81 and 444. These port numbers must not be less than 1024. If you select port numbers less than 1024, you must start Oracle HTTP Server and OracleAS Web Cache as the root user.


Note:

Because you are using port numbers less than 1024, you must configure Oracle HTTP Server and OracleAS Web Cache to run as the root user. You can perform the configuration during installation or after installation.
  • To perform the configuration during installation, you must follow the steps listed in Section 4.4.4 after running root.sh but before clicking OK. You run root.sh near the end of the installation.

  • You can perform the configuration after installation, but the installer will not be able to start the components because they are not yet configured.

For details, refer to the Oracle HTTP Server Administrator's Guide and the Oracle Application Server Web Cache Administrator's Guide.


Configuring Oracle HTTP Server to Use Ports 80 and 443 without OracleAS Web Cache

In this scenario, create a staticports.ini file that includes the following lines:

Oracle HTTP Server port = 80
Oracle HTTP Server Listen port = 80
Oracle HTTP Server SSL port = 443
Oracle HTTP Server Listen (SSL) port = 443

2.4.5 If Port 1521 Is in Use

If port 1521 on your computer is already in use by an existing application, such as Oracle Database 10g listener or some other application, you might have to take some action before running the installer. Refer to the following sections for details:

2.4.5.1 If Port 1521 Is Being Used by an Existing Oracle Database

If you are installing a new database for the Oracle Collaboration Suite Infrastructure on a computer that is already running an Oracle Database, ensure that the listeners for both databases do not conflict.

You might be able to use the same listener for both the existing Oracle Database and the Oracle Collaboration Suite Database. Consider the version of the existing listener as well as the port number. Table 2-7 shows the various scenarios and the respective outcomes.

You can change the Infrastructure listener to use a different port after installation. Refer to the Oracle Collaboration Suite Administrator's Guide for details.

Table 2-7 Scenarios and Outcomes While Installing Infrastructure on a Computer Already Having a Database

Version of the Existing Listener Existing Listener Uses Port 1521 Existing Listener Uses a Port Other Than 1521
Earlier than 10.1.0.2 You need two listeners: one for the existing Database and one for the Oracle Collaboration Suite Infrastructure.

Refer to "Scenario 1: Existing Listener Uses Port 1521 and Listener Version Is Earlier Than 10.1.0.2".

You need two listeners: one for the existing Database and one for the Oracle Collaboration Suite Infrastructure.

Refer to "Scenario 3: Existing Listener Uses a Port Other Than 1521" .

10.1.0.2 or later The existing listener supports both the existing Database and the Oracle Collaboration Suite Infrastructure.

Refer to "Scenario 2: Existing Listener Uses Port 1521 and Listener Version Is 10.1.0.2 or Later" .

You need two listeners: one for the existing database and one for the Oracle Collaboration Suite Infrastructure.

Refer to "Scenario 3: Existing Listener Uses a Port Other Than 1521" Part .


To check the listener version, enter the following command:

prompt> $ORACLE_HOME/bin/lsnrctl VERSION

In this command, ORACLE_HOME is the home directory for your database.

You can also use the same command to check the listener port.

# lsnrctl VERSION
LSNRCTL for Solaris: Version 10.1.0.3.0 - Production on 31-AUG-2004 19:10:54

Copyright (c) 1991, 2004, Oracle Corporation.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=test-sun.us.oracle.com)(PORT=1521)))
TNSLSNR for Solaris: Version 10.1.0.3.0 - Production
        TNS for Solaris: Version 10.1.0.3.0 - Production
        Unix Domain Socket IPC NT Protocol Adaptor for Solaris: Version 10.1.0.3.0 - Production
        Oracle Bequeath NT Protocol Adapter for Solaris: Version 10.1.0.3.0 - Production
The command completed successfully

Scenario 1: Existing Listener Uses Port 1521 and Listener Version Is Earlier Than 10.1.0.2

Listeners earlier than version 10.1.0.2 are not compatible with the Infrastructure from this Oracle Collaboration Suite release (10.1.2). What you can do is to install Infrastructure, which installs a version 10.1.0.3 listener, and use this new listener for both databases.

  1. Stop the existing listener before you install Infrastructure.

    # $ORACLE_HOME/bin/lsnrctl stop
    
    

    ORACLE_HOME is the home directory for your existing database.

    If you do not stop the existing listener, the installation will fail.

  2. Install Infrastructure.

  3. Update the configuration file of the new listener, as necessary. The name of the listener configuration file is listener.ora, located in the ORACLE_HOME/network/admin directory.

    1. Check network address entries in the configuration file of the existing listener.

      Does the configuration file contain only the following network addresses?

      • TCP Port 1521

      • IPC key EXTPROC

      If so, you do not have to edit the configuration file of the Infrastructure listener for network addresses.

      If the configuration file contains other network addresses, you must add them to the configuration file of the Infrastructure listener.


      Note:

      If your computer has a listener that uses the IPC protocol with the EXTPROC key, you should change the key to have someother value. This is because the OracleAS Metadata Repository listener requires access to the EXTPROC key.

    2. Check SID_DESC entries in the configuration file of the existing listener.

      If the configuration file of the existing listener contains SID_DESC entries for the existing database, you must add these entries to the configuration file of the Infrastructure listener.

    3. Do not start the existing listener (version earlier than 10.1.0.2). The new listener supports both databases, so you do not must run the existing listener.


Note:

Step c in the preceding section is very important. You only must run one listener (the new listener) to support both databases.

Scenario 2: Existing Listener Uses Port 1521 and Listener Version Is 10.1.0.2 or Later

The existing listener will support both the existing database and the Infrastructure. The installer will perform this configuration automatically. You do not have to do anything.

The existing listener must be stopped during installation.

Scenario 3: Existing Listener Uses a Port Other Than 1521

You will end up running two listeners: one for the existing database and one for the Infrastructure, regardless of the version of the existing listener.

The existing listener can be running during installation, because it is not using port 1521.

2.4.5.2 If Port 1521 Is Being Used by Some Other Application

If another application is listening on port 1521, you must reconfigure it to listen on a different port. If that is not possible, shut it down while you install Oracle Collaboration Suite Database. After installation, you can reconfigure Oracle Collaboration Suite Database to use a port other than 1521. Refer to the Oracle Collaboration Suite Administrator's Guide for instructions.

2.5 Operating System Groups

Create operating system groups in the following situations:

To create a local operating system group, use the Solaris Management Console:

  1. Set the DISPLAY environment variable to point to the monitor where you want the Solaris Management Console window to appear. Refer to Section 2.7.4 if you need help setting the environment variable.

  2. Start the Solaris Management Console.

    # /usr/sadm/bin/smc
    
    
  3. In the left frame, expand This Computer, then expand System Configuration.

  4. Click Users. This displays the Log In window.

  5. In the Log In window, log in as the root user.

  6. In the left frame, expand Users and select Groups.

  7. Select Action. Select Add Group.

  8. In Group Name, enter the name of the group.

  9. (optional) In Group ID Number, enter an ID number for the group.

  10. Click OK.

For more information about operating system users and groups, refer to your operating system documentation or contact your system administrator.

2.5.1 Create a Group for the Inventory Directory

If you plan to install Oracle Collaboration Suite on a computer that does not have Oracle products already installed, create a group to own the inventory directory. The installer writes its files in the inventory directory to keep track of the Oracle products installed on the computer.

This guide uses the name oinstall for this operating system group.

By having a separate group for the inventory directory, you enable different users to install Oracle products on the computer. Users need write permission for the inventory directory. They can achieve this by belonging to the oinstall group.

For the first-time installation of any Oracle product on a computer, the installer displays a screen where you enter a group name for the inventory directory, and a screen where you enter the location of the inventory directory.

The default name of the inventory directory is oraInventory.

To determine if an inventory directory already exists on the computer, look in the /var/opt/oracle/oraInst.loc file. This file lists the location of the inventory directory and the group who owns it. If the file does not exist, the computer does not have Oracle products installed on it. To ensure that you have write permissions on that director run the installer as the same operating system user who installed the existing Oracle product.

2.5.2 Create Groups for Database Administrators

This section applies only if you plan to install Oracle Collaboration Suite Infrastructure in a new database created by the installer.

When the database is not mounted and database authentication is unavailable, the database uses operating system groups to determine user privileges. The database recognizes the groups and privileges listed in Table 2-8.

Table 2-8 Privileges for the OSDBA and OSOPER Groups

Group Description
OSDBA This is the database administrator group. Users in this group are granted SYSDBA privileges.
OSOPER Users in this group are granted SYSOPER privileges, which comprise privileges required for basic maintenance. These include database startup and shutdown, and other privileges required for database operation. SYSOPER privileges are a subset of SYSDBA privileges.

You must create operating system groups for these groups.

If you want an operating system group called dba to have SYSDBA privileges:

  1. Create the dba group.

  2. Ensure that the user running the installer is a member of the dba group.

If you want a different operating system group to have SYSDBA privileges, or to associate SYSDBA and SYSOPER privileges with different groups, ensure that the user running the installer does not belong to the dba group.

If the user running the installer does not belong to the dba group, the installer displays a screen where you can enter the names of groups to have the database administrator privileges. The screen has two fields: one for the OSDBA group and one for the OSOPER group (refer to Table 2-8). You can enter the same operating system group for both fields.

2.6 Operating System User

Create an operating system user to install and upgrade Oracle products. This guide refers to this user as the oracle user. The oracle user running the installer must have write permission for these directories:

If the computer contains other Oracle products, you might already have a user for this purpose. Look in the /var/opt/oracle/oraInst.loc file. This file lists the location of the inventory directory and the group who owns it. If the file does not exist, the computer does not have Oracle products installed on it.

If you do not already have a user for installing Oracle products, create a user with the properties listed in Table 2-9.

Table 2-9 Properties of the Operating System User Who Runs the Installer

Item Description
Login name You can use any name for the user. This guide refers to the user as the oracle user.
Group identifier The primary group of the oracle user must have write permission for the oraInventory directory. Refer to Section 2.5.1 for more information about this group.

You can use any name for the group. This guide uses the name oinstall.

Home directory The home directory for the oracle user can be consistent with the home directories of other users.
Login shell The default login shell can be the C, Bourne, or Korn shell.


Note:

Use the oracle user only for installing and running Oracle products. Do not use root as the oracle user.

To create a local operating system user, use the Solaris Management Console as follows:

  1. Set the DISPLAY environment variable to point to the monitor where you want the Solaris Management Console window to appear. Refer to Section 2.7.4 if you need help setting the environment variable.

  2. Start the Solaris Management Console.

    # /usr/sadm/bin/smc
    
    
  3. In the left frame, expand This Computer, then expand System Configuration.

  4. Click Users. This displays the Log In window.

  5. In the Log In window, in the User Name field, enter root. In the Password field, enter the root password.

  6. In the left frame, expand Users and select User Accounts.

  7. Select Action. Click Add User. Click With Wizard.

  8. In the User Name field, enter the name of the user (oracle). The Full Name and Description fields are optional. Click Next.

  9. In the User ID Number field, accept the default value. Click Next.

  10. Select User Must Use This Password At First Login, and enter a password for the user. Click Next.

  11. Select Primary Group for the user. This is the group you created earlier to own the inventory directory. Refer to Section 2.5.1. Click Next.

  12. In the Path field, enter a home directory for the user. Click Next.

  13. Review the mail server information for the user and click Next.

  14. Review the user information and click Finish to create the user.

To check which groups an operating system user belongs to, enter the groups command with the name of the user. For example:

prompt> groups oracle

For more information about operating system users and groups, refer to your operating system documentation or contact your system administrator.

2.7 Environment Variables

The operating system user who installs Oracle Collaboration Suite must set or unset certain environment variables.

Table 2-10 summarizes whether you set or unset an environment variable.

Table 2-10 Environment Variables Summary

Environment Variable Set or Unset
ORACLE_HOME and ORACLE_SID
Must not be set.
PATH, CLASSPATH, and Shared Library Path Environment Variables
Must not contain references to directories in any Oracle home directories.
DISPLAY
Set it to the monitor where you want the installer window to appear.
TMP
Optional. If unset, defaults to /tmp.
TNS_ADMIN
Unset.

2.7.1 Environment Variable Tips

Here are some tips when working with environment variables:

  • If you set environment variables in the .profile file, they might not be read. To ensure that environment variables are set to the correct values, check their values in the shell where you will be running the installer.

  • To check the value of environment variables, use the env command. This displays all the currently defined environment variables and their values.

    prompt> env
    
    
  • If you use the su command to switch users (for example, switching from the root user to the oracle user), check the environment variables when you are the new user because the environment variables might not be passed to the new user. This can happen even if you enter su with the - parameter (su - user).

    # /* root user */
    # su - oracle
    # env
    

2.7.2 ORACLE_HOME and ORACLE_SID

ORACLE_HOME and ORACLE_SID must not be set.

2.7.3 PATH, CLASSPATH, and Shared Library Path Environment Variables

Edit your PATH, CLASSPATH, and shared library path environment variables so that they do not reference any Oracle home directories.

2.7.4 DISPLAY

Set the DISPLAY environment variable to point to the X server that will display the installer. The format of the DISPLAY environment variable is:

hostname:display_number.screen_number

Example (C shell):

prompt> setenv DISPLAY test.mydomain.com:0.0

Example (Bourne or Korn shell):

prompt> DISPLAY=test.mydomain.com:0.0; export DISPLAY

You can test the display by running the xclock program:

prompt> /usr/openwin/bin/xclock &

Oracle Collaboration Suite requires a running X server during installation only. The frame buffer X server installed with your operating system requires that you remain logged in and have the frame buffer running during installation. If you do not wish to do this, then you must use a virtual frame buffer, such as X Virtual Frame Buffer (XVFB) or Virtual Network Computing (VNC).

For information about obtaining and installing XVFB or other virtual frame buffer solutions, visit Oracle Technology Network at

http://www.oracle.com/technology/index.html

Search OTN for "frame buffer".

2.7.5 TNS_ADMIN

This section describes two requirements:

  • The TNS_ADMIN environment variable must not be set.

  • The /etc and the /var/opt/oracle directories must not contain a tnsnames.ora file.

These requirements are necessary to prevent conflicts between the Net configuration files for different Oracle products.

To set TNS_ADMIN or if you have the tnsnames.ora file in /etc or /var/opt/oracle, perform the following steps before installing Oracle Collaboration Suite.

  1. If the tnsnames.ora file is in the /etc or /var/opt/oracle directory, move the file to a different directory or you can rename the file.

  2. Make sure the TNS_ADMIN environment variable is not set.

    Example (C shell):

    prompt> unsetenv TNS_ADMIN
    
    

    Example (Bourne or Korn shell):

    prompt> unset TNS_ADMIN
    
    

After installation, you can merge the contents of the newly created tnsnames.ora file with your existing tnsnames.ora file.

2.7.6 TMP

The installer uses a temporary directory for swap space. The installer checks for the TMPenvironment variable to locate the temporary directory. By default, the installer uses the /tmp directory.

If you want the installer to use a directory other than /tmp, set TMPto the full path of an alternate directory. The directory must meet the requirements listed in Section 2.1.

Example (C shell):

% setenv TMP /tmp2

Example (Bourne or Korn shell):

# TMP=/tmp2; export TMP

If you do not set this environment variable, and the default directory does not have enough space, then the installer displays an error message that says the environment variable is not set. You can either set the environment variable to point to a different directory or free up enough space in the default directory. In either case, you must restart the installation.

2.8 The /etc/hosts File

The contents of the /etc/hosts file affect the following:

The installer provides alternative methods for you to enter the values that you want without editing the hosts file as explained in Section 2.8.1 and Section 2.8.2.

2.8.1 Location of the Default Identity Management Realm

The installer reads the hosts file to construct the location of the default Identity Management realm. It displays this location in the "Specify Namespace in Internet Directory" screen.

The hosts file should use the following format:

ip_address   fully_qualified_hostname   short_hostname

Example:

123.45.67.89   primaryHost.mydomain.com   primaryHost

In the preceding example, the location of the default Identity Management realm would display as "dc=mydomain,dc=com".

If the file uses a different format, the installer displays an incorrect value in the screen. For example, suppose the hosts file contains the following line:

123.45.67.89   primaryHost   primaryHost.mydomain.com  <--- incorrect format

Then the installer would display "dc=primaryHost,dc=com" as the default Identity Management realm. This is probably not the value that you want for the default Identity Management realm.


Note:

If you need the hosts file to use a different format, you can edit the file to use the required format, perform the installation, then revert the file back to its original format after installation.

If you are unable, or unwilling, to edit the hosts file, you can enter the desired value for the default Identity Management realm in the Custom Namespace field on the "Specify Namespace in Internet Directory" screen.


2.8.2 Host Name for Oracle Application Server Single Sign-On

If you are installing Oracle Application Server Single Sign-On and your hosts file contains only the host name of your computer (without the domain name), then you will only be able to sign on to the OracleAS Single Sign-On server using the host name by itself (without the domain name).

To require a domain name when connecting to the OracleAS Single Sign-On server, you can edit the hosts file to include the domain name. If you do not want to edit the file, you can use the OUI_HOSTNAME command-line parameter to the installer to override the value in hosts. For example:

prompt> mount_point/runInstaller OUI_HOSTNAME=myserver.mydomain.com

2.9 Network Topics

Typically, the computer on which you want to install Oracle Collaboration Suite is connected to the network, has local storage to contain the Oracle Collaboration Suite installation, has a display monitor, and has an appropriate disk drive.

This section describes how to install Oracle Collaboration Suite on computers that do not meet the typical scenario. It covers the following cases:

2.9.1 Installing Oracle Collaboration Suite on Multihomed Computers

If you are installing Oracle Collaboration Suite on a computer with multiple network cards, then the installer uses the first names in the /etc/nodenames file to determine the host name to use for IP address lookup.

If this is not the name that you want to use, then you can:

2.9.2 Copying the DVD to a Hard Drive and Installing from the Hard Drive

Instead of installing from the Oracle Collaboration Suite DVD, you can copy the contents of the DVD to a hard drive and install the product from there. This provides for an easier solution if you plan to install many instances of Oracle Collaboration Suite on your network, or if the computers where you want to install Oracle Collaboration Suite do not have DVD-ROM drive.You can also install Oracle Collaboration Suite from remote DVD-ROM drives. Refer to Section 2.9.3 for more information.

Checking the Space Requirement

Ensure that the hard drive contains enough space to hold the contents of the Oracle Collaboration Suite DVD.

2.9.3 Installing Oracle Collaboration Suite from a Remote DVD-ROM Drive

If the computer where you want to install Oracle Collaboration Suite does not have a DVD-ROM drive, then you can perform the installation from a remote drive. Check the following points:

  • You must share the remote DVD-ROM drive through Network File System.

    On the remote computer, which has the DVD-ROM drive:

    1. Insert the Oracle Collaboration Suite DVD in to the DVD-ROM drive.

    2. Share the DVD-ROM drive.

      DVD-ROM:

      # su Password: root_password # share -F nfs -o ro /dvdrom

      The path /dvdrom specifies the path to the DVD-ROM drive. You can use any path you like.

    On the local computer, access the DVD-ROM and run the installer as follows:

    # /net/remote_computer_hostname/dvdrom/runInstaller
    
    

    Replace remote_computer_hostname with the name of the remote computer.

2.9.4 Installing Oracle Collaboration Suite on Remote Computers

You can run the installer on a remote computer (remote_computer), but display the installer screens on your local computer (local_computer). The installer will install Oracle Collaboration Suite on the remote computer.

  1. Allow remote_computer to appear on local_computer. Use the following command on the console of the local computer.

    local_computer> xhost +remote_computer
    
    

    If you do not run xhost, you might get an Xlib error similar to "Failed to connect to server", "Connection refused by server," or "Can't open display" when starting the installer.

  2. On local_computer, perform a remote login (using ssh, telnet, or rlogin) to remote_computer. Log in as the oracle user, as described in Section 2.6. Ensure that the user has set the environment variables correctly, as described in Section 2.7.

    local_computer> ssh -X -l oracle remote_computer.mydomain.com
    
    

    Note:

    Use of SSH is recommended over rlogin or telnet because it is more secure than either. However, if you do not have SSH available, then use rlogin or telnet.

    The SSH server must be configured to allow forwarding X11 connections.


    OR

    local_computer> rlogin -l oracle remote_computer.mydomain.com
    
    

    OR

    local_computer> telnet remote_computer.mydomain.com
    
    
  3. This step is not required is you are using the ssh connection. Set the DISPLAY environment variable on remote_computer to point to local_computer.

    Example (C shell):

    remote_computer> setenv DISPLAY local_computer.mydomain.com:0.0
    
    

    Example (Bourne or Korn shell):

    remote_computer> DISPLAY=local_computer.mydomain.com:0.0; export DISPLAY
    
    
  4. Run the installer. Refer to Section 3.4.


Note:

You can use a PC X emulator to run the installer if it supports a PseudoColor color model or PseudoColor visual. Set the PC X emulator to use a PseudoColor visual, and then start the installer. Refer to the X emulator documentation for instructions on how to change the color model or visual settings.

2.9.5 Installing Oracle Collaboration Suite on NFS-Mounted Storage

Currently, Oracle Collaboration Suite is certified to run on the following Network File Storage (NFS)-mounted storage system:

  • Network Appliance filers

The NFS-mounted system should be exported to at least the remote install user and remote root user. You can do this using exportfs command:

# exportfs -i /vol/vol1

To check the latest certification list for any updates, visit the Oracle Technology Network at

http://www.oracle.com/technology/index.html

2.9.6 Support for NIS and NIS+

You can install and run Oracle Collaboration Suite in Network Information System (NIS) and NIS+ environments.

2.10 Prerequisite Checks Performed by the Installer

Table 2-11 lists the checks performed by the installer.

Table 2-11 Prerequisite Checks Performed by the Installer

Item Description
Operating system version Refer to Section 2.1 for supported versions.
Operating system patches Refer to Section 2.2.1 for a list of required patches.
Operating system packages Refer to Section 2.2 for a list of required packages.
Operating system kernel parameters Refer to Section 2.3 for a list of required kernel parameters.
Monitor Refer to Section 2.1 for monitor requirements.
Display permission The installer checks that the user has permissions to display on the monitor specified by the DISPLAY environment variable.
Operating system patches Refer to Section 2.2.1 for a list of required patches.
Operating system kernel parameters Refer to Section 2.3 for a list of required kernel parameters.
Memory Refer to Section 2.1 for recommended values.
Swap space Refer to Section 2.1 for recommended values.
TMP space Refer to Section 2.1 for recommended values.
Oracle home directory name The installer checks that the Oracle home directory name does not contain any spaces.
Path to the Oracle home directory The installer checks that the path to the Oracle home directory is not longer than 127 characters.
Oracle home directory contents The installer checks that the Oracle home directory does not contain any files that might interfere with the installation.
Oracle home directory Always install Oracle Collaboration Suite in a new directory, unless you are expanding an Oracle Collaboration Suite Applications tier. Refer to Section 6.7. Here are some examples of installations that are not allowed:
  • Any type of Oracle Collaboration Suite in to an Oracle Database Release 8.0, 8i, 9.0.1, or 9.2 database Oracle home

  • Any type of Oracle Collaboration Suite in to an Oracle Management Service Oracle home

  • Any type of Oracle Collaboration Suite in to an Oracle HTTP Server standalone Oracle home

  • Any type of Oracle Collaboration Suite in to an OracleAS Web Cache standalone Oracle home

  • Any type of Oracle Collaboration Suite in to an Oracle9i Developer Suite Release 9.0.2 Oracle home

  • Any type of Oracle Collaboration Suite in to an Oracle Application Server Containers for J2EE standalone Oracle home

  • Any type of Oracle Collaboration Suite in to an Oracle9iAS 1.0.2.2 Oracle home

  • Oracle Collaboration Suite Applications tier in to an infrastructure Release 9.0.2 or 10g Release 1 (10.1.2) Oracle home

  • Oracle Collaboration Suite Applications tier in to an Oracle9iAS Release 9.0.2 or 9.0.3 middle tier Oracle home

  • Oracle Collaboration Suite Infrastructure in to any Oracle9iAS Release 9.0.2 Oracle home

Port 1521 The installer displays a warning if port 1521 is in use by any application, including database listeners of any version. You must stop the application that is using port 1521, then click Retry in the warning dialog.

If a database listener is using port 1521, you might be able to use it for Oracle Collaboration Suite Database. Refer to Section 2.4.5 for details.

If it is another application that is using port 1521, you must stop it or configure it to use a different port. Alternatively, you can change the database listener to use a port other than 1521, but you can do this only after installation. Refer to the Oracle Collaboration Suite Administrator's Guide for details.

Static port conflicts The installer checks the ports listed in the staticports.ini file, if specified. Refer to Section 2.4.
DISPLAY environment variable The installer checks that the DISPLAY environment variable is set.
TNS_ADMIN environment variable The TNS_ADMIN environment variable must not be set.

There must not be a tnsnames.ora file in the /etc or /var/opt/oracle directories.

Cluster file system The installer checks that you are not installing Oracle Collaboration Suite in a cluster file system (CFS).
Oracle Enterprise Manager directories are writable The installer runs this check only if you are expanding Oracle Collaboration Suite 10g Applications or if you are reinstalling Oracle Collaboration Suite in the same Oracle home. The installer checks that these directories are writable by the operating system user running the installer:
  • ORACLE_HOME/sysman/emd

  • ORACLE_HOME/sysman/config

  • ORACLE_HOME/sysman/webapps/emd/WEB-INF/config

Oracle Enterprise Manager files exist The installer runs this check only if you are expanding Oracle Collaboration Suite 10g Applications or if you are reinstalling Oracle Collaboration Suite in the same Oracle home. The installer checks that these files exist:
  • ORACLE_HOME/sysman/config/iasadmin.properties

  • ORACLE_HOME/sysman/webapps/emd/WEB-INF/config/consoleConfig.xml