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.
- metricdays=n
- Clears component metric data that is older than the number of days you specify.
- statedays=n
- Clears any state history that is older than the number of days you specify.
- tabledays=n
- Clears all table activity data that is older than the number of days you specify.
- uowdays=n
- Clears all unit-of-work processing data that is older than the number of days you specify.
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