Assigning Perm Space for Crashdumps - Teradata Vantage

Configuring Teradata Vantageā„¢ After Installation

Product
Teradata Vantage
Release Number
1.1
Published
July 2019
Language
English (United States)
Last Update
2019-10-11
dita:mapPath
qyu1559916244734.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4014
lifecycle
previous
Product Category
Analytical Ecosystem
Software
Teradata Vantage
The Crashdumps database holds Advanced SQL Engine memory dumps resulting from unplanned database restarts. Teradata Customer Support can remotely access the Crashdumps database to investigate dumps.
  1. From an administrative client, such as BTEQ, log on as DBC.
  2. If not known, calculate the available permanent database space by running the following SQL request:
    SELECT SUM(MaxPerm) FROM DBC.DiskSpaceV;
  3. Calculate the optimal perm space for the Crashdumps database, which holds three typical dumps per node, using this formula:
    Crashdumps Perm Space = Maxperm * 0.02
  4. Run, for example, the following:
    MODIFY DATABASE Crashdumps as perm = 400E9;
    To make sure there is enough space for crashdump tables, regularly monitor space usage and remove older crashdumps.