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. Appendix A: Troubleshooting the Upgrade Process
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Processing Existing ActiveVOS Tasks
  18. Appendix D: Configuring Metadata Caching

Upgrading from Version 9.0.1 or 9.1.0 for Oracle

Upgrading from Version 9.0.1 or 9.1.0 for Oracle

Create a Secure Profile in a WebSphere Environment

Create a Secure Profile in a WebSphere Environment

In WebSphere, configure a secure profile to use with
Multidomain MDM
and
Informatica ActiveVOS
.
  1. From a command line, create a secure profile as shown in the following sample code:
    On Windows
    <app_server_root>\bin\manageprofiles.bat -create -profileName AppSrv01 -profilePath <app_server_root>\profiles\AppSrv01 -templatePath <app_server_root>\profileTemplates\default -adminUserName administrator -adminPassword password1 -enableAdminSecurity true
    On UNIX
    <app_server_root>/bin/manageprofiles.sh -create -profileName AppSrv01 -profilePath <app_server_root>/profiles/AppSrv01 -templatePath <app_server_root>/profileTemplates/default -adminUserName administrator -adminPassword password1 -enableAdminSecurity true
  2. In the WebSphere console, change the security Transport type to SSL-Supported.
    1. Expand
      Security
      and click
      Global Security
      .
    2. Under Authentication, expand
      RMI/IIOP security
      and click
      CSIv2 inbound communications
    3. Under CSIv2 Transport Layer, from the Transport list, select
      SSL-Supported
      .
    4. Click
      Apply
      , and then click
      Save
      .
  3. In the WebSphere console, ensure that application security is set.
    1. Expand
      Security
      and click
      Global Security
      .
    2. Under Application Security, select
      Enable application security
      .
    3. Click
      Apply
      , and then click
      Save
      .
  4. Set up federated repositories.
    1. Expand
      Security
      and click
      Global Security
      .
    2. Under User account repository, from the Available realm definitions list, select
      Federated repositories
      .
    3. Click
      Configure
      .
    4. Under Repositories in the realm, click
      Use built-in repository
      .
    5. Specify a password for the administrative user.
    6. Click
      Apply
      , and then click
      Save
      .
  5. Restart the WebSphere profile.

0 COMMENTS

We’d like to hear from you!