Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Pre-Upgrade Tasks
  4. Database Tasks
  5. Application Server Tasks
  6. Hub Store Upgrade
  7. Hub Server Upgrade (In-place Upgrade)
  8. Process Server Upgrade (In-place Upgrade)
  9. Resource Kit Upgrade (In-place Upgrade)
  10. Post-Upgrade Tasks
  11. Search Configuration Upgrade
  12. ActiveVOS Post-Installation Tasks for the Application Server
  13. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  14. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  15. Troubleshooting the Upgrade Process
  16. Frequently Asked Questions
  17. Processing Existing ActiveVOS Tasks
  18. Configuring Metadata Caching

Upgrading from Version 9.7.1

Upgrading from Version 9.7.1

Configure the Hub Server and Process Server Properties

Configure the Hub Server and Process Server Properties

You must configure the Hub Server and Process Server property files to enable WebSphere administrative security.
  1. Stop the application server.
  2. Enable WebSphere security on the Hub Server.
    1. Open
      cmxserver.properties
      in the following directory:
      On UNIX.
      <
      MDM Hub installation directory
      >/hub/server/resources
      On Windows.
      <
      MDM Hub installation directory
      >\hub\server\resources
    2. Set
      cmx.websphere.security.enabled
      to
      true
      .
  3. Enable WebSphere security on the Process Server.
    1. Open
      cmxcleanse.properties
      in the following directory:
      On UNIX.
      <
      MDM Hub installation directory
      >/hub/cleanse/resources
      On Windows.
      <
      MDM Hub installation directory
      >\hub\cleanse\resources
    2. Set
      cmx.websphere.security.enabled
      to
      true
      .
  4. Configure the WebSphere user name on the Hub Server.
    1. Open
      build.properties
      in the following directory:
      On UNIX.
      <
      MDM Hub installation directory
      >/hub/server/bin
      On Windows.
      <
      MDM Hub installation directory
      >\hub\server\bin
    2. Set
      websphere.username
      to the WebSphere administrative user name.
  5. Configure the WebSphere user name on the Process Server.
    1. Open
      build.properties
      in the following directory:
      On UNIX.
      <
      MDM Hub installation directory
      >/hub/cleanse/bin
      On Windows.
      <
      MDM Hub installation directory
      >\hub\cleanse\bin
    2. Set
      websphere.username
      to the WebSphere administrative user name.
  6. In SQL* Plus, run the following command to set
    c_repos_cleanse_match_server.is_secured
    to
    1
    .
    UPDATE c_repos_cleanse_match_server set is_secured = 1 where rowid_cleanse_match_server='<Insert value here>'; COMMIT;
  7. Start the application server.

0 COMMENTS

We’d like to hear from you!