embackup - Teradata Ecosystem Manager

Teradata Ecosystem Manager User Guide

Product
Teradata Ecosystem Manager
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
qae1470238875438.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3201
lifecycle
previous
Product Category
Analytical Ecosystem

Purpose

Creates a backup of all the Ecosystem Manager repository data and optionally clears old data.

Syntax

embackup Filename [statedays=n] [metricdays=n] [uowdays=n] [tabledays=n]

Parameters

Filename
Creates a backup output file with the name you specify.
embackup embackup10jan2018
metricdays=n
Clears component metric data that is older than the number of days you specify.
embackup embackup10jan2014 metricdays=3
statedays=n
Clears any state history that is older than the number of days you specify.
embackup embackup10jan2014 statedays=3
tabledays=n
Clears all table activity data that is older than the number of days you specify.
embackup embackup10jan2014 tabledays=3
uowdays=n
Clears all unit-of-work processing data that is older than the number of days you specify.
embackup embackup10jan2014 uowdays=3

Usage Considerations

One or more of the following data categories can be cleared after the backup is complete:

  • State and Condition History
  • Component Metric History
  • Table Activity History
  • Unit of Work Processing

Example

The following example backs up the data to the file embackup10jan2014, and clears component metric data and table activity data that is older than three days:

embackup embackup10jan2014 metricdays=3 tabledays=3