Example – twbrmcp - Parallel Transporter

Teradata® Parallel Transporter Reference

Product
Parallel Transporter
Release Number
17.00
Published
November 2020
Language
English (United States)
Last Update
2022-02-03
dita:mapPath
ric1544831938741.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2436
lifecycle
previous
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.