Skip Headers

Oracle® Collaboration Suite Certified Configuration Deployment and Cloning Guide
Release 9.0.4.1 for Linux x86
Part No. B12145-01
  Go To Table Of Contents
Contents
Go To Index
Index

Previous Next  

5 Installation and Configuration From the Product CD-ROMs on a Two-Tier System

This chapter describes how to install and configure an Oracle Collaboration Suite Certified Configuration (Oracle Collaboration Suite CC) using the Oracle Collaboration Suite Product CD-ROMs and Oracle Collaboration Suite CC Utility Pack.

This chapter contains the following sections:

Creating a Stage Area

Before installing Oracle Collaboration Suite CC, you must create a stage area. This stage area can be exported using nfs, and can be used for all future installations. The stage area must meet the following conditions:

Complete the following tasks to create a stage area on the system where you want to host Oracle Collaboration Suite CC software:

  1. Use the following commands to create stage directories for installing Oracle Collaboration Suite CC:

    # mkdir -p /stage/ocs904/ocs_mt/Disk1
    # mkdir -p /stage/ocs904/ocs_mt/Disk2
    # mkdir -p /stage/ocs904/ocs_mt/Disk3
    # mkdir -p /stage/ocs904/ocs_mt/Disk4
    # mkdir -p /stage/ocs904/ocs_infra/Disk1
    # mkdir -p /stage/ocs904/ocs_infra/Disk2 
    # mkdir -p /stage/ocs904/ocs_infra/Disk3 
    # mkdir -p /stage/ocs904/ocs_infostore/Disk1
    # mkdir -p /stage/ocs904/ocs_infostore/Disk2
    # mkdir -p /stage/ocs904/ocs_infostore/Disk3
    # mkdir -p /stage/ocs904/Disk0
    
    
  2. Use ftp to obtain the Oracle Collaboration Suite CC Utility Pack tar file (ocs904_cc_utilpack.tar.gz) from http://ptd.us.oracle.com/pmo/ocs.htm and extract it into the following directory:

    /<stage area/Disk0
    
    
  3. Repeat the following steps (a-d) sequentially to copy the contents of all four CD-ROM contents of Oracle Collaboration Suite CC into the staging area:

    1. Insert the CD-ROM.

    2. Mount the CD-ROM.

      # mount -r /dev/cdrom /mnt
      
      
    3. Using the following command syntax, copy the CD-ROM contents to the stage area whose label matches the CD-ROM number:

      # (cd /mnt; tar cf  - .) | (cd /stage/ocs904/<ocs_component/DiskN;  tar xf -)
      
      

      where <ocs_component is either ocs_mt, ocs_infra, or ocs_infostore and N is the disk number of the CD-ROM that you have mounted.

    4. After the CD-ROM is copied, use the following command to unmount the CD-ROM:

      # umount /mnt
      
      
  4. Eject the CD-ROM.

  5. Edit the /stage/ocs904/<ocs_component>/Disk1/install/linux/oraparam.ini file to change the "BOOTSTRAP" parameter to "FALSE".

Overview of a Two-Tier Deployment

A two-tier deployment involves deploying the following components:


On the database-tier

On the middle-tier:

Note:

You must install and configure the components in the following order:
  1. Install Infrastructure database on the database-tier

  2. Configure Infrastructure database on the database-tier

  3. Install Infrastructure mid-tier on the middle-tier

  4. Configure Infrastructure mid-tier on the middle-tier

  5. Complete post-configuration steps for Infrastructure

  6. Install Calendar Server on the database-tier

  7. Configure Calendar Server on the database-tier

  8. Install Infostores (Email, Files, or Real-Time Collaboration)

  9. Configure Infostores (Email, Files, or Real-Time Collaboration)

  10. Install Oracle Collaboration Suite mid-tier components on the middle-tier

  11. Configure Oracle Collaboration Suite mid-tier components on the middle-tier


Installing Components on the Database-Tier and Middle-Tier

Install components on the database-tier and middle-tier using the following steps:

  1. Log in as the root user.

  2. Change directories to the stage area using the following command:

    # cd /<stage area/Disk0
    
    
  3. Run the install.sh script using the corresponding commands from Table 5-1, "Installation Commands for Components":

    Table 5-1 Installation Commands for Components

    Component Command
    Infrastructure database # ./install.sh -productcd -custid=<4 letter customer id> -instancetype={t|d|p} -installtype=infradb
    Infrastructure mid-tier # ./install.sh -productcd -custid=<4 letter customer id> -instancetype={t|d|p} -installtype=infraoidsso
    Calendar Server # ./install.sh -productcd -custid=<4 letter customer id> -instancetype={t|d|p} -installtype=calendar

Configuring Components

Use the following sections to configure the component Oracle homes on the database-tier and middle-tier.

Preconfiguration Validations

Set the DISPLAY environment variable to a valid X Server, and tune the kernel parameters as specified in Chapter 2, " Deployment Requirements". Otherwise, the preconfiguration validation will fail.

Configuring Components on the Database-Tier and Middle-Tier

Table 5-1, "Installation Commands for Components" lists the location of the Oracle home for each component:

Table 5-2 Oracle Home Locations

Oracle Home Location
Infrastructure database /XYYYYs/oracle/product/infra_902
Infrastructure mid-tier /XYYYYs/idm/product/infra_902
Calendar Server /XYYYYc/collab/product/ocsmt_904

  1. Log in as the root user on the database-tier.

  2. Set up your environment by sourcing the /etc/ora_cc_env file using the following commands:

    # . /etc/ora_cc_env
    # cd $ORACLE_CC_ROOT/ocs
    
    
  3. Run the config.sh script in one of the following ways:

    • Using interactive mode

    • Using an input file

Configuring Components Using Interactive Mode

Use the corresponding commands from Table 5-3, "Configuration Commands For Interactive Mode" to configure the components using interactive mode:

Table 5-3 Configuration Commands For Interactive Mode

Component Configuration Command
Infrastructure database # ./config.sh -prodver=904 -infra dbonly
Infrastructure mid-tier # ./config.sh -prodver=904 -infra oidsso
Calendar Server # ./config.sh -prodver=904 -ocsmt caldb

Configuring Components Using An Input File

Use the following procedure to configure components with input parameters (except passwords) specified in parameter file:

  1. Copy the /admin/mwcc/ocs/904/config_inputfile.template file to another file, such as config_inputfile.

  2. Edit the config_inputfile file and specify the parameters needed for the specific configuration you need to carry out. (See Appendix A, " Input Parameters for config.sh" for descriptions of these parameters.)

  3. Note that the passwords in the input file will not be honored because of security reasons. You will be prompted for passwords during interactive mode when you run the config.sh script.

  4. Run the config.sh script using the corresponding command from Table 5-3, "Configuration Commands For Interactive Mode" and appending the following to the command:

    -propfile <propfile name>
    

    Example 5-1 Configuration Command for Input File

    For example, to configure Infrastructure database using an input file, use the following command:

    # ./config.sh -prodver=904 -infra dbonly -propfile <propfile name>
    
    
  5. If any parameter is missing or in error, the config.sh will print out an error message and will not continue with the configuration. The user can correct the error in the input file and re-run the configuration.

The components will be configured and will be brought up at the end of configuration.

Completing Post-Configuration Steps for Infrastructure

Complete the following tasks:

  1. Verify that there is a network connection from the database-tier to the middle-tier system before starting configuration.

    When you configure SSO, the database-tier system initiates a connection to the OID server running on the middle-tier system. Using the following command, ensure this connectivity from the database-tier to the OID port on the middle-tier:

    # telnet hostname oidport#
    
    

    where the variable hostname represents the host name for the middle-tier system, and the variable oidport# represents the OID port number.

    You should see the following response to the telnet command:

    Trying your_host_ip_address
    Connected to hostname
    Escape character is ’^]’
    
    

    where the variable your_host_ip_address is the IP host address of your middle-tier system.

    If you see this response, then it indicates that the connection is allowed, and you can go on to the installation procedure.

    If you do not see this response, then you must contact your network administrator to troubleshoot the network connection.

  2. Log into the database-tier as the owner of the Oracle home for Infrastructure database-tier.

  3. Source the ora_cc_env file by using the following:

    $ . /etc/ora_cc_env
    
    
  4. Source the profile for this Oracle home and select the Infrastructure mid-tier Oracle home:

    $ . ~/profile.iascc_env
    
    
  5. Obtain the values for the following parameters on your system:

    • Fully qualified host name where the infrastructure OID/SSO server is running (mid-tier host name)

    • OID port number (by default, 4032)

    • Oracle9iAS instance password for the Oracle9iAS metadata repository database

    • Oracle Net listener port number for the Oracle9iAS metadata repository database (1521)

  6. Using the following command, change directories to the Oracle Collaboration Suite CC scripts directory:

    $ cd $ORACLE_CC_ROOT/ocs/904/ocs_infra/config/bin
    
    
  7. Enter the following command to run the script infra_postconfig.sh:

    $ ./infra_postconfig.sh
    

    Note:

    For security reasons, no password is echoed.

  8. The script runs to completion. A log is created in the /admin/$ORACLE_CC_ROOT/ocs/904/logs/config/postconfig.log.<date-time-stamp> directory.

    Verify that the error log contains no significant errors. The following errors may be disregarded:

    • Repository Access API throws exception

    • Portal SMI: ERROR: Web DAV: /dav_portal/orasso could not be found.

  9. Apply patch ARU 4693083 for bug number 3119475 on both the Infrastructure database Oracle home and the Infrastructure mid-tier Oracle home. For both Oracle homes, run the patch_server.sh script only.

Infostore Deployment Options

You can deploy Email, Files, and Real-Time Collaboration Infostores on a single database. Or you can configure Email and Files Infostores on Oracle9i Real Application Clusters Certified Configuration (Real Application Clusters CC). But you cannot deploy Real-Time Collaboration Infostore on Real Application Clusters CC.

Proceed to one of the following sections depending on which Infostores you want to deploy:

Installing Infostores on the Database-Tier in a Single Database

(Use this section only if you want to install Infostores on the database-tier in a single database.)

Install Infostores on the database-tier using the following steps:

  1. Log in as the root user on the database-tier.

  2. Change directories to the stage area using the following command:

    # cd /<stage area/Disk0
    
    
  3. Run the install.sh script using the corresponding commands from Table 5-4, "Installation Commands for Infostores":

    Table 5-4 Installation Commands for Infostores

    Component Command
    Email Infostore # ./install.sh -productcd -custid=<4 letter customer id> -instancetype={t|d|p} -installtype=infoemail
    Files Infostore # ./install.sh -productcd -custid=<4 letter customer id> -instancetype={t|d|p} -installtype=infofiles
    Real-Time Collaboration Infostore # ./install.sh -productcd -custid=<4 letter customer id> -instancetype={t|d|p} -installtype=infortc
    Single Infostore for Email, Files, and Real-Time Collaboration # ./install.sh -productcd -custid=<4 letter customer id> -instancetype={t|d|p} -installtype=infoall

Configuring Infostores on the Database-Tier in a Single Database

Use the following sections to configure the Infostore Oracle homes on the database-tier.

Preconfiguration Validations

Set the DISPLAY environment variable to a valid X Server, and tune the kernel parameters as specified in Chapter 2, " Deployment Requirements". Otherwise, the preconfiguration validation will fail.

Configuring Infostores on the Database-Tier in a Single Database


Note:

You must have configured:
  • Infrastructure database on the database-tier

  • Infrastructure mid-tier on the middle-tier

before you configure the Infostores on the database-tier.


Table 5-5, "Oracle Home Locations" lists the location of the Oracle home for each component:

Table 5-5 Oracle Home Locations

Oracle Home Location
Email Infostore /XYYYYu/oracle/product/920
Files Infostore /XYYYYf/oracle/product/920
Real-Time Coallaboration Infostore /XYYYYr/oracle/product/920
Single Infostore /XYYYYa/oracle/product/920

Configure Infostores in a single databases using the following steps:

  1. Log in as the root user on the database-tier.

  2. Set up your environment by sourcing the /etc/ora_cc_env file using the following commands:

    # . /etc/ora_cc_env
    # cd $ORACLE_CC_ROOT/ocs
    
    
  3. Run the config.sh script in one of the following ways:

    • Using interactive mode

    • Using an input file

Configuring Infostore Using Interactive Mode

Use the corresponding commands from Table 5-6, "Configuration Commands For Interactive Mode" to configure the components using interactive mode:

Table 5-6 Configuration Commands For Interactive Mode

Component Configuration Command
Email Infostore #./config.sh -prodver=904 -infostore email
Files Infostore #./config.sh -prodver=904 -infostore files
Real-Time Collaboration Infostore #./config.sh -prodver=904 -infostore rtc
Single Infostore #./config.sh -prodver=904 -infostore all

Configuring Infostore Using An Input File

Use the following command to configure Email Infostore with input parameters (except passwords) specified in the parameter file:

  1. Copy the /admin/mwcc/ocs/904/config_inputfile.template file to another file, such as config_inputfile.

  2. Edit the config_inputfile file and specify the parameters needed for the specific configuration you need to carry out. (See Appendix A, " Input Parameters for config.sh" for descriptions of these parameters.)

  3. Note that the passwords in the input file will not be honored because of security reasons. You will be prompted for passwords during interactive mode when you run the config.sh script.

  4. Run the config.sh script using the corresponding command from Table 5-6, "Configuration Commands For Interactive Mode" and appending the following to configure components:

    -propfile <propfile name>
    

    Example 5-2 Configuration Command for Input File

    For example, to configure Email Infostore using an input file, use the following command:

    # ./config.sh -prodver=904 -infostore email -propfile <propfile name>
    
    
  5. If any parameter is missing or in error, the config.sh will print out an error message and will not continue with the configuration. The user can correct the error in the input file and re-run the configuration.

The Infostores will be configured and will be brought up at the end of configuration.

Verifying Configuration

Check the configuration log file located in the /admin/mwcc/ocs/904/logs/config directory for any errors.

To verify that the Infostores are correctly installed and configured, log in to the system as the user who owns the Infostore Oracle home. Source the profile and choose this Oracle home. Log in to the Infostore as the SYS user. The login should be successful.

Installing and Configuring Infostores on Real Application Clusters CC

(Use this section only if you want to install Infostores on Real Application Clusters CC.)


Note:

You must have installed and configured:
  • Infrastructure database on the database-tier

  • Infrastructure mid-tier on the middle-tier

before configuring Real Application Clusters CC for Email and Files Infostores. You cannot configure Real Application Clusters CC for Real-Time Collaboration Infostore.


Configure Infostores on Real Application Clusters CC with the following steps:

  1. When you install and configure Infostores on Real Application Clusters CC, you can install and configure one instance of Real Application Clusters CC on one of the following:

    • the same system where the Infrastructure database is installed

    • a separate system

    If you choose to install and configure Real Application Clusters CC on a separate system, then you must install Utility Pack on at least one system of Real Application Clusters CC. Use the following instructions to install Utility Pack on one node of Real Application Clusters CC:

    1. Log in as the root user.

    2. Mount the gold image export area as described in Chapter 1, "Installation and Configuration Using the Gold Image on a Two-Tier System".

    3. Change directory to the stage area.

    4. Run the install.sh script as follows:

      # ./install.sh -ccutilpack
      
      
  2. Install and configure Real Application Clusters CC on the database-tier and all applicable systems. (Follow the instructions in Oracle9i Real Application Clusters Installation and Configuration Guide Release 2 (9.2.0.3) for Linux Intel to install Real Application Clusters CC.)

    Ensure that the domain name is set properly on all the systems of Real Application Clusters CC before installation. The dnsdomainname command should return the proper domain name.

  3. Change the default sys, system, and ctxsys user passwords to configure the Oracle Collaboration Suite mid-tier components. Valid passwords for Oracle Collaboration Suite mid-tier components must be at least five characters and contains one number.

  4. Proceed to one of the following sections depending on whether you are configuring Email, Files, or Email and Files Infostore.

For Email Infostore only

Use the following steps to prepare Real Application Clusters CC for Email Infostore:

  1. Log in as the Real Application Clusters CC Oracle home user on the database-tier node.

  2. Change directories to the $ORACLE_CC_ROOT/ocs directory using the following command:

    $ cd $ORACLE_CC_ROOT/ocs
    
    
  3. Set the Oracle home as the Real Application Clusters Oracle home.

  4. Run the enable-email-onrac.sh script from the Product CD-ROM to register Real Application Clusters CC into the OID server:

    $ ./enable-email-onrac.sh <OID hostname> <OID port #> <OID password for orcladmin> <RAC database name> <global database name for RAC db> <host name for RAC node1>:<NET listener port # for RAC node1> <host name for RAC node2>:<NET listener port # for RAC node2> ..... <host name for RAC nodeN>:<NET listener port # for RAC nodeN>
    
    

    where:

    • global database name for RAC db is the DB_NAME.DB_DOMAIN that you specified in Real Application Clusters CC

    • host name for RAC node is the host name with domain name

      For example:

      $ ./enable-email-onrac.sh oidhost.oracleoutsourcing.com 4032 passwd2 RAC_DBNAME rac_dbname.oracleoutsourcing.com dbhost1.oracleoutsourcing.com:1621 dbhost2.oracleoutsourcing.com:1621
      

For Files Infostore only

Use the following steps to prepare Real Application Clusters CC for Files Infostore:

  1. Log in as the Files Infostore Oracle home user.

  2. Source the profile.iascc_env file to set the Oracle home and SID to the Real Application Clusters Oracle home.

    $ . ~/profile.iascc_env
    
    
  3. Change directories to the $ORACLE_CC_ROOT/ocs/904/utils/rac directory.

    $ cd $ORACLE_CC_ROOT/ocs/904/utils/rac
    
    
  4. Run the workflow_patch.sh script to configure Oracle Workflow:

    $ ./workflow_patch.sh
    

Installing Oracle Collaboration Suite Mid-Tier Components on the Middle-Tier


Note:

You must have configured:
  • Infrastructure database on the database-tier

  • Infrastructure mid-tier on the middle-tier

  • Email Infostore on the database-tier (if you are deploying Email)

  • Files Infostore on the database-tier (if you are deploying Files)

  • Real-Time Collaboration Infostore on the database-tier (if you are deploying Real-Time Collaboration)

  • Calendar Server on the database-tier (if you are deploying Calendar)

before you configure Oracle Collaboration Suite mid-tier components on the middle-tier.


Install Oracle Collaboration Suite mid-tier components on the middle-tier using the following steps:

  1. Log in as the root user.

  2. Change directories to the stage area using the following command:

    # cd /<stage area/Disk0
    
    
  3. Run the install.sh script with the following options:

    # ./install.sh -productcd -custid=<4 letter customer id> -instancetype={t|d|p} -installtype=ocsmt
    

Preconfiguration Steps for Oracle Collaboration Suite Mid-Tier Components

Set the DISPLAY environment variable to a valid X Server, and tune the kernel parameters as specified in Chapter 2, " Deployment Requirements". Otherwise, the preconfiguration validation will fail.

Preconfiguration Steps for Email Infostore on Real Application Clusters CC

(Use this section only if you are deploying Email Infostore on Real Application Clusters CC.)

Install the umbackend.tar file on the database-tier of all Real Application Clusters CC nodes. The umbackend.tar file is located in the <Collaboration Suite mid-tier Oracle home>/oes directory.

  1. Use ftp to transfer the file to the <Real Application Clusters Oracle home>/um directory on each node.

    If the /etc/oraInst.loc file points to an Oracle home other than the RAC Oracle home, rename the file to /etc/oraInst.bak before proceeding to the next step.

  2. Untar the file and run the runInstaller.sh script.

  3. Run sqlplus as the sys user, and connect to the RAC node as the sysdba user to complete the preconfiguration steps for Email Infostore on Real Application Clusters CC.

    SQL> $ORACLE_HOME/oes/install/sql/install_infra.sql
    

Preconfiguration Steps for Files Infostore on Real Application Clusters CC

(Use this section only if you are deploying Files Infostore on Real Application Clusters CC.)

Ensure that only one instance is running before you configure Files Infostore on Real Application Clusters CC by performing the following:

  1. Log in to the database-tier.

  2. Change directories to the Real Application Clusters CC Oracle home bin directory.

  3. When configuring Files Infostore on Real Application Clusters CC, ensure that only one instance is running on Real Application Clusters. You must shut down all other instance. Use the following instructions to turn off all nodes but one on the Real Application Clusters CC:

    1. Log in as the user who owns the Real Application Clusters CC Oracle home.

    2. Set the environment using the .profile script:

      $ . $HOME/.profile.oradb
      
      
    3. Run the following commands to stop the database instance and other Real Application Clusters CC processes:

      $ /admin/dbcc/3.1.0/ref_config/localdbora stop
      $ /admin/dbcc/3.1.0/ref_config/oracm_gsd stop
      

Configuring Oracle Collaboration Suite Mid-Tier Components on the Middle-Tier


Note:

If you deployed Files Infostore on Real Application Clusters CC, then you must also complete additional configuration steps detailed in "Additional Configuration Steps for Files on Real Application Clusters CC".

Table 5-7, "Oracle Home Locations" lists the location of the Oracle home for each component:

Table 5-7 Oracle Home Locations

Oracle Home Location
Oracle Collaboration Suite mid-tier /XYYYYu/collab/product/ocsmt_904

Configure Oracle Collaboration Suite mid-tier components on the middle-tier by using the following steps:

  1. Log in as the root user.

  2. Set up your environment by sourcing the /etc/ora_cc_env file using the following commands:

    # . /etc/ora_cc_env
    # cd $ORACLE_CC_ROOT/ocs
    
    
  3. Run the config.sh script in one of the following ways:

    • Using interactive mode

    • Using an input file

Configuring Oracle Collaboration Suite Mid-Tier Components Using Interactive Mode

To configure the Oracle Collaboration Suite mid-tier components, use the following commands depending on the components you need to configure:

  • For all Oracle Collaboration Suite mid-tier components (Email, Files, Calendar, Ultra Search, Wireless, and Portal), run the following command:

    # ./config.sh -prodver=904 -ocsmt mtall
    
    
  • For Email only, run the following command:

    # ./config.sh -prodver=904 -ocsmt email
    
    
  • For Files only, run the following command:

    # ./config.sh -prodver=904 -ocsmt files
    
    
  • For Real-Time Collaboration only, run the following command:

    # ./config.sh -prodver=904 -ocsmt rtc
    
    
  • For Calendar only, run the following command:

    # ./config.sh -prodver=904 -ocsmt calweb
    
    

    The -ocsmt calweb option only configures Calendar middle-tier components

You can use more than one of the options in the same command. For example, if you want to configure Email and Files, run the following command:

# ./config.sh -prodver=904 -ocsmt email -ocsmt files

Configuring Oracle Collaboration Suite Mid-Tier Components Using An Input File

To configure the Oracle Collaboration Suite middle-tier components, use the following command to configure Oracle Collaboration Suite CC with input parameters (except passwords) specified in the parameter file:

  1. Copy the /admin/mwcc/ocs/904/config_inputfile.template file to another file, such as config_inputfile.

  2. Edit the config_inputfile file and specify the parameters needed for the specific configuration you need to carry out. (See Appendix A, " Input Parameters for config.sh" for descriptions of these parameters.)

  3. Note that the passwords in the input file will not be honored because of security reasons. You will be prompted for passwords during interactive mode when you run the config.sh script.

  4. Run the config.sh script with the appropriate options to configure Oracle Collaboration Suite CC. For example, to configure Email and Files, use the following command:

    # ./config.sh -prodver=904 -ocsmt email -ocsmt files -propfile  <propfile name>
    

    See Also:

    The parameters required for configuration can be supplied by an input file or by interactive mode. See Appendix A, " Input Parameters for config.sh" for usage notes for running the config.sh script.

  5. If any parameter is missing or in error, the config.sh will print out an error message and will not continue with the configuration. The user can correct the error in the input file and re-run the configuration.

The Oracle Collaboration Suite mid-tier components will be configured and will be brought up at the end of configuration.

Additional Configuration Steps for Files on Real Application Clusters CC

(Use this section for Files Infostore on Real Application Clusters CC only.)

Use the following instructions to configure Real Application Clusters CC for Files Infostore on the middle-tier:

  1. (TNS load balancing only) Log in to the Enterprise Management Web site to set the IFS.SERVICE.JDBC.DatabaseUrl property in the following format:

    jdbc:oracle:oci8:@<service name>
    
    

    where <service name> refers to the TNS entry in the tnsnames.ora file of the middle-tier Oracle home.

  2. Change the entry in the tnsnames.ora file of the middle-tier Oracle home to contain the failover and load balance. For example:

    <service name> =
    (DESCRIPTION = (ADDRESS_LIST = (LOAD_BALANCE = YES) (FAILOVER = ON) 
    (ADDRESS = (PROTOCOL =TCP)(HOST = <fully qualified host name for rac node1>)(PORT = <port number>))
    (ADDRESS = (PROTOCOL =TCP)(HOST = <fully qualified host name for rac node2>)(PORT 	= <port number>))
    .
    .
    .
    (ADDRESS = (PROTOCOL =TCP)(HOST = <fully qualified host name for rac nodeN>)(PORT 	= <port number>))
    )
    (CONNECT_DATA = (SERVICE_NAME = <global_db_name>) (FAILOVER_MODE = (TYPE = SELECT)(METHOD = BASIC)(RETRIES = 20)(DELAY = 20))
    
    
  3. On the middle-tier, edit the ifs/common/registry.xml file to add the following entry:

    <Instance>
      <DatabaseUrl>jdbc:oracle:oci8:@tnsentry</DatabaseUrl
      <Domain>ifs://DBHOME:1521:dbservice:ifssys</Domain>
      <DomainType>files</DomainType>
      <Registered>1018925008096</Registered>
      <LastStarted>1028329087966</LastStarted>
      <LastModified>1028330926700</LastModified>
      <Ports>
    </Instance>
    
    
  4. Restart the database instance and other Real Applications Clusters CC processes on all the Real Application Clusters CC nodes using the following instructions:

    1. Log in as the user who owns the Oracle home for Real Application Clusters CC.

    2. Set the environment using the .profile script:

      $ . $HOME/.profile.oradb
      
      
    3. Run the following commands to restart the database instance and other Real Application Clusters CC processes:

      $ /admin/dbcc/3.1.0/ref_config/localdbora stop
      $ /admin/dbcc/3.1.0/ref_config/oracm_gsd stop
      $ /admin/dbcc/3.1.0/ref_config/oracm_gsd start
      $ /admin/dbcc/3.1.0/ref_config/localdbora start
      
      
  5. Repeat step 4 for all nodes of the Real Application Clusters CC.

  6. Log in to the middle-tier.

    1. Restart Files as the root user using the following commands:

      $ ifsctl stop
      $ ifsctl start
      
      
    2. Restart opmn as the owner of the Oracle home using the following commands:

      $ opmnctl stop
      $ opmnctl start
      
      
    3. Restart EMD as the owner of the Oracle home using the following commands:

      $ emctl stop
      $ emctl start
      

Note:

You must perform the steps in Chapter 6, " Post-Configuration " to complete the deployment.