Table of Contents

Search

  1. Preface
  2. Introduction to Informatica RulePoint Installation
  3. Before You Install RulePoint
  4. RulePoint Installation
  5. After You Install RulePoint
  6. Start RulePoint
  7. Upgrade RulePoint
  8. Switch from SQL Database Server Authentication Mode to Windows Authentication Mode Overview

Installation and Upgrade Guide

Installation and Upgrade Guide

After You Upgrade

After You Upgrade

Perform the following tasks if the version that you upgraded RulePoint from is a single-host and single-node default setup:
  1. Start the host agent.
    • To start the host agent on Windows, run the
      startHostAgent -h <ip_address> -p <port_number>
      command.
      For example,
      c:\RulePoint_6.1.2\bin>startHostAgent -h 10.10.10.10 -p 19000
    • To start the host agent on Linux, run the
      startHostAgent.sh -h <ip_address> -p <port_number>
      command.
      For example,
      /userhome/RulePoint_6.1.2/bin/startHostAgent.sh -h 10.10.10.10 -p 19000
  2. Start the topology.
    • To start the topology on Windows, run the
      topology.bat start <TopologyName>
      command.
      For example,
      c:\RulePoint_6.1.2\bin>topology.bat start Default
    • To start the topology on Linux, run the
      topology.sh start <TopologyName>
      command.
      For example,
      /userhome/RulePoint_6.1.2/bin/topology.sh start Default
  3. Start the design time.
    • To run the design time on Windows, enter the
      design.bat start
      command.
      For example,
      c:\RulePoint_6.1.2\bin>design.bat start
    • To run the design time on Linux, enter the
      design.sh start
      command.
      For example,
      /userhome/RulePoint_6.1.2/bin>design.sh start
  4. Verify that the following processes are running on the machine on which you upgraded RulePoint:
    • Java process for design time.
    • Java process for grid manager that runs on the corresponding host and associates with port 19010.
  5. If the database is H2, perform the following tasks:
    1. Shut down the H2 database.
      • To shut down the H2 database on Windows, run the
        stopDB.bat
        command.
        For example,
        c:\RulePoint_6.1.2\bin\stopDB.bat
      • To shut down the H2 database on Linux, run the
        stopDB.sh
        command.
        For example,
        /userhome/RulePoint_6.1.2/bin/stopDB.sh
    2. Delete the
      lib
      folder located at
      <RulePoint installation directory>
    3. Copy the
      lib
      folder from
      <installer files directory>/bin/packs/RulePoint_6.1.2.zip
      to
      <RulePoint installation directory>
    4. Copy
      h2-1.4.181.jar
      from
      <installer files directory>/bin/common/drivers
      to the following locations:
      • <RulePoint installation directory>/lib
      • <RulePoint installation directory>/design/webapps/rulepoint/WEB-INF/lib
      • <RulePoint installation directory>/design/webapps/RTAM/WEB-INF/lib
    5. If you have changed the
      um.multicast.interface
      property value in the
      rtam-config.properties
      file located at
      <RulePoint installation directory>/design/webapps/RTAM/WEB-INF/classes
      before the upgrade, you must manually update the value in the property after the upgrade.
    6. Restart the H2 database.
      • To start the H2 database on Windows, run the
        startDB.bat
        command.
        For example,
        c:\RulePoint_6.1.2\bin\startDB.bat
      • To start the H2 database on Linux, run the
        startDB.sh
        command.
        For example,
        /userhome/RulePoint_6.1.2/bin/startDB.sh

0 COMMENTS

We’d like to hear from you!