Example – twbrmcp - Parallel Transporter

Teradata® Parallel Transporter Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
IntelliFlex
Lake
Enterprise
VMware
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2023-12-06
dita:mapPath
mjn1691132485167.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
lifecycle
latest
Product Category
Teradata Tools and Utilities

The following examples use the twbrmcp command.

  • The following twbrmcp command removes checkpoint files associated with a job and returns output verifying the removal:
    $ twbrmcp MyJob
    Checkpoint file /opt/tbuild/client/<version>/tbuild/checkpoint/
    MyJobLVCP has been removed
    Checkpoint file /opt/tbuild/client/<version>/tbuild/checkpoint/
    MyJobCPD1 has been removed
    Checkpoint file /opt/tbuild/client/<version>/tbuild/checkpoint/
    MyJobCPD1 has been removed
  • The following twbrmcp command removes checkpoint files associated with a user and returns output verifying the removal:
    $ twbrmcp ay160001
    Checkpoint file /opt/tbuild/client/<version>/tbuild/checkpoint/
    ay160001LVCP has been removed
    Checkpoint file /opt/tbuild/client/<version>/tbuild/checkpoint/
    ay160001CPD1 has been removed
    Checkpoint file /opt/tbuild/client/<version>/tbuild/checkpoint/
    ay160001CPD1 has been removed
  • The following twbrmcp command, used without an attribute, returns information on what parameters are required to designate a checkpoint file for removal.
    cs4400s3:/ > twbrmcp
    Usage: twbrmcp LogonID
           twbrmcp JobName
    Parameter description:
    LogonID  The user logon ID
    JobName  The job name specified for the 'tbuild' command
The twbrmcp command is not available on z/OS.