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:
|
-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: Stop all Control‑M/EM components before doing this operation. This utility completely deletes database folders. Use it only with extreme caution. BMC recommends that you backup the database before issuing this command. |
-build_schema |
Builds the Control-M/EM database. 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: Stop all Control‑M/EM components before doing this operation. To load default data to the Control-M/EM database, run the loader utility. |
Parent Topic |