r7 - 2024-01-25 - 22:06:51 - RichardRakichYou are here: TWiki >  Deployment Web > DeploymentPlanningAndDesign > StandardTopologyPatternsOverview > MultipleDistributedLDX

Multiple Distributed LDX instances in a Modified Federated Topology Configurationtodo.png

Authors: RichRakich
Build basis: ELM 7.0.2 and higher

In some highly active environments, a single LDX server in the modified federated topology may not be sufficient. To alleviate this, one or more LDX servers can be deployed to manage versioned links for individual business units to isolate load on LDX for that business unit.

With multiple LDXs, it is typical to configure each to index the same set of data providers as the original single LDX topology

  • Each instance can be made to handle the traffic of any other LDX server should that particular LDX server be down or undergo maintenance (e.g. Backup, compaction, validation)
  • Each instance’s backup can be restored on other LDX servers as the data they index and their context root is the same

If a business unit has a narrow focus for which links to other artifacts are strictly constrained, an alternative configuration would be to index the needed subset of data providers to fulfill queries. This can reduce the resources required for the system.
Caution: if a user creates a link to an artifact outside the constraint, the link will not be seen by other users and eventually will not be seen by the user creating the link (temporary cache expires), the tool where the link is stored should be added to the particular LDX server so that those links can be indexed and shown to the end user in the expanded scope.

Multiple Distributed LDX Servers in Modified Federated Topology

This document will provide the steps to configure a Modified Federated Topology to include additional LDX servers which are scoped for a particular business unit.

Deploy additional LDX server

  • The additional LDX server should be deployed on its own server
  • Install LDX server per the documentation
    • If Jazz Authorization Server is configured in the environment, make sure to check the box in the install to enable Jazz SSO during install.

Configure an additional LDX server for the business unit:

Configure the LDX Server in one of the following ways:
  1. The configuration files can be cloned from an existing LDX server.
    • A restore using the backup of an existing LDX server can be used to make a clone.
  2. If an LDX instance will be used only for a single narrowly scoped business unit, a custom configuration is required.
    • Configure LDX with the necessary subset of data providers.

Once the LDX Server is configured, you need to update other applications to utilize it:

  • In both configurations, the application servers will need to point to an LDX server:
    • Configure RM and QM application advanced properties to point to an LDX server.
      • Change the value in the server Advanced Properties->com.ibm.team.links.service.internal.LinkIndexService->Link index provider URL as needed

Validation and testing the configuration

Expectations:
  • Once configured the updated RM applications will only make link lookup requests to the LDX server configured in Advanced Properties.
  • For Configuration B (above) with only a subset of the data providers, it will only have link data for the RM, QM, and CCM applications that have links to or from the business unit RM application.
    • A link to or from the RM application to another application server that is not indexed by the business unit LDX server will not be shown in an RM artifact.
    • Links to or from the RM application from the application servers that are data providers in the business unit LDX server will be shown in RM artifacts.
    • If all data providers are present in all LDX servers, the previous points will not apply.
Testing:
  • Open RM artifacts and verify all links are present.
  • Create new links between QM and RM to verify they are visible to other users after LDX index update.
    • Link creator validates that new links are still visible after 5-10 minutes (cache timeout)

Related topics: StandardTopologyPatternsOverview, DeploymentPlanningAndDesign

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r7 < r6 < r5 < r4 < r3 | More topic actions
 
This site is powered by the TWiki collaboration platformCopyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.