Saving Linux Dumps to Removable Media - Analytics Database - Teradata Vantage

Database Utilities

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-05-02
dita:mapPath
ymn1628096214445.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
vkz1472241255652
lifecycle
latest
Product Category
Teradata Vantage™

Use these Linux commands to save a dump to removable media. Each site is different, so the exact commands, file names, and device names will vary.

To save the dump from one node to another that has a tape drive, do the following:

  1. After the node where the dump occurred has been recovered and is up and running, save the dump to a disk file.

    For example:

    csp -mode save -target stream

    For a full description of the csp command, see the man page or pdehelp for csp.
  2. After the file is written to disk, FTP the dumpfile to the node with the tape drive.
  3. After you have FTPed the dumpfile to the node with the tape drive, copy the file to tape:

    dd if=input_dumpfile of=output_device_or_file bs=block_size_bytes

    For a description of the dd command, see the Linux man page for the command.
  4. If necessary, perform step 3 again until all of the dump files are on the tape. Then remember to use the “no rewind on open” and “no rewind on close” tape device options.

Use standard operating system commands to burn the dump file to removable optical media, such as DVD.