The following table describes the util utility functions:
Function |
Description |
---|---|
-export |
Exports job processing definitions, such as calendars, Control-M data, etc from the Control-M/EM database to an ASCII text file. The data in the mentioned file is separated by field and record delimiters. For more information, see Configure the util utility to recognize different delimiters. Usage: Specify the following command: util <DB_ARGS> -export [-silent] [-cdbg <1 - 5>] {-type <all | def | cal | sys |dc | user | alert | gc | maint | collect | view |filter | report | hier | audit | history | bim_forecast | statistics | workload | active_nets | mft | [wcm]>} {-type net {-name {<name>}}} [-file <file> | -file - | -dir <dir>] [-without_def_history] NOTE: If the database is exported to a file, you are prompted for a filename. The file that is created is a flat file.
|
-import |
Imports job processing definitions, such as calendars, Control-M data, etc, from an ASCII text file to the Control-M/EM database. The data in the mentioned file is separated by field and record delimiters. For more information, see Configure the util utility to recognize different delimiters. Usage: Specify the following command: util <DB_ARGS> -import [-silent] [-replace] [-cdbg {1-5l}] {-type <all | def | cal | sys |dc | user | alert |gc | maint | collect | view |filter | report | hier | audit |history | bim_forecast | statistics | workload | active_nets | mft | wcm>>} {-type net {-name {<name>}}} [-file <file> | -file - | -dir <dir> | -dir <fileList>] [-without_def_history] NOTE:
|
-delete |
Deletes the specified database folder. Usage: Specify the following command: util <DB_ARGS> -delete [-silent] [-cdbg {1-5}]{-name {<name>}} NOTE: Stop all Control‑M/EM components before doing this operation. |
-clean_database |
Deletes all database folders. Usage: Specify the following command: util <DB_ARGS> -clean_database [-silent] [-cdbg <1-5>] NOTE:
|
-build_schema |
Builds the Control-M/EMdatabase. It defines the structure and the type of contents of each data element in the database. Usage: Specify the following command: util <DB_ARGS> -build_schema [-cdbg <1-5>] NOTE:
|
-defexport |
Exports the specified definition folder to an ASCII text file. The data in the mentioned file is separated by field and record delimiters. For more information, see Configuring the util utility to recognize different delimiters below. Usage: Specify the following command: util <DB_ARGS> -defexport [-cdbg <1-5>] -table <outermost folder name> -dcname <newDc> [-library <newLibrary>] -file <file> [-without_def_history] NOTE:
|
-defimport |
Imports the specified Control-M/EM database definition folder from an ASCII text file to a specified database folder. The data in the mentioned file is separated by field and record delimiters. For more information, see Configuring the util utility to recognize different delimiters below. Usage: Specify the following command: util <DB_ARGS> -defimport -replace [-cdbg <1-5>] [-table <outermost folder name>] [-dcname <newDc>] [-library <newLibrary>] -file <file> [-without_def_history]
|
Parent Topic |