Switching From 64-bit to 32-bit Environment - Teradata Tools and Utilities

Teradata Tools and Utilities for IBM AIX Installation Guide

Product
Teradata Tools and Utilities
Release Number
15.00
Published
March 2014
Language
English (United States)
Last Update
2018-09-28
dita:mapPath
PDF_Installation_UNIX_IBM_AIX_15_00.ditamap/B035-3125-067K.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3125
lifecycle
previous
Product Category
Teradata Tools and Utilities
The default of TPT Base is set to 64-bit environment on the 64-bit systems. You can switch to the 32-bit environment.
  1. Log on as the root user.
  2. Switch from a command line mode:

    If you're using a Bash or Bourne shell, add the following from the command line: export PATH=/opt/teradata/client/15.00/tbuild/bin:${PATH}

    If you're using a C shell, add the following from the command line: setenv PATH /opt/teradata/client/15.00/tbuild/bin:${PATH}

  3. Switch for a single user mode:

    If you're using a Bash or Bourne shell, add the following to the $HOME/.profile file: PATH=/opt/teradata/client/15.00/tbuild/bin:$PATH;export PATH

    If you're using a C shell, add the following to the $HOME/.login file: setenv PATH /opt/teradata/client/15.00/tbuild/bin:${PATH}

  4. Run $HOME/.profile or $HOME/.login.
  5. Switch for all users mode:

    If you're using a Bash or Bourne shell, replace PATH=/opt/teradata/client/15.00/tbuild/bin64 with PATH=/opt/teradata/client/15.00/tbuild/bin.

    If you're using a C shell, replace PATH /opt/teradata/client/15.00/tbuild/bin64 with PATH /opt/teradata/client/15.00/tbuild/bin.

  6. Log off.
  7. Log on.