Switching IPC Memory to Mapped Memory - Teradata Tools and Utilities

Teradata® Tools and Utilities for Linux Installation Guide Amazon Linux, CentOS, OEL, RedHat, SLES, Ubuntu - 20.00

Deployment
VantageCloud
deployment
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Tools and Utilities
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2023-11-20
dita:mapPath
nax1691660037807.ditamap
dita:ditavalPath
ft:empty
dita:id
ems1473187628189
Product Category
Teradata Tools and Utilities
This task is only required when the Interprocess Communication (IPC) method has been changed from the default (memory mapped) to shared memory.
  1. Log on as the root user.
  2. Change directory to the Teradata Parallel Transporter installation directory:
    cd TPT_install_directory
    The path is specified in Modifying twbcfg.ini.
  3. Create the mmap directory and set the permissions to 777:
    mkdir mmap
    chmod 777 mmap
Teradata Parallel Transporter will use memory mapped as the IPC memory choice.

The change does not require a kernel rebuild or a reboot.