Activating workload distribution

To issue the following CLI commands, you must have the system administrator (DniSA) role for the business OU in which the affected LT is configured. To activate workload distribution:

  1. Open the CLI with the following parameters:
    dnicli -i instance -ou SYSOU -s DNI_SYSADM
  2. Assign an LT to a specific SAG:
    add -ou ou -ct DnfLTConn -co ltnamenumber -attr SAGRequestQueue 
        -val prefix.sag.SPECIFIC.CLIENT.REQUEST
    
    add -ou ou -ct DnfLTConn -co ltnamenumber -attr enabled
    where:
    ou
    The business OU for which the LT is configured.
    ltname
    Name (BIC9) of the LT. This name is provided by SWIFT.
    number
    Two-digit number of the LT connection, for example, 01.
    prefix
    Your queue prefix.
    sag
    The name the SAG to which the LT is to be assigned.
  3. Assign, to the LT, the queue manager used by the SAG:
    add -ou ou -ct DnfLT -co ltname -attr SAGQMgr -val qm
    where qm represents the name of the queue manager used by the SAG.
  4. Repeat the previous two commands for each LT that is involved in static workload balancing, or for each LT that can route messages to the SAG cluster with the failing SAG.
  5. Commit, approve, and deploy the changes:
    com -ou ou
    app -ou ou
    dep -ou ou

    If dual authorization is enabled, another user with the appropriate access rights must approve the changes before they can be deployed. If dual authorization is disabled, you can skip approving the changes and immediately deploy them.