Set Load Slot Limit | Performance | Teradata Data Mover - Setting the Target System Load Slot Limit for a Specific Target System - Teradata Data Mover

Teradata® Data Mover User Guide - 20.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.01
Published
November 2023
Language
English (United States)
Last Update
2023-12-05
dita:mapPath
hlv1700545853003.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
don1467241476387
Product Category
Analytical Ecosystem
  1. Run list_configuration for current property values.
  2. Find the target.system.load.slots property in the configuration XML file produced by list_configuration and complete the following:
    • Below the default value tags, add a set of value tags.
    • Inside the opening value tag, set the system attribute to the name or IP address of the target system (the name or IP address must match the identification being used in Data Mover jobs running against this system).
    • Specify a limit for this system between the opening and closing value tags.

    The following is an example of the target.system.load.slots property with the default value set to 5 and a limit of 10 specified for the target system, targetSystemA.

    <property>
    	<key>target.system.load.slots</key>
    	<value>5</value>
    	<value system="targetSystemA">10</value>
     <description>Purpose: Controls total number of load slots that Data Mover can
    	use at one time on target Teradata systems. Default: 5.</description>
    </property>
  3. Run save_configuration to save the changes.