Health Check Utility
Control-M Health Check utility scans and collects system information about the Control-M environment, which is used by BMC Support to help troubleshoot and correct problems. The information is maintained in a compressed hierarchical format that enables a detailed analysis of the collected data.
The following Health Check utilities are available with the following data collectors:
-
Control-M/EM: em_data_collector
-
Control-M client: emclient_data_collector
-
Control-M/Server: ctms_data_collector
-
Control-M/Agent and Control-M Application plug ins: ctma_data_collector
-
Control-M/Archive: arc_data_collector
The Health Check utility uses the following parameter types, which enables you to filter the relevant data for BMC Support:
-
Components: Enables you to collect data from all products by running the Health Check utility with default settings.
-
Category: Enables you to collect data from Information type groupings, such as operating system, database, or scheduling.
For more information, see Standard Category parameters in Health Check Utility Parameters.
-
Profile: Enables you to collect data from a predefined combination of Components and Categories.
For more information, see Profile parameters in Health Check Utility Parameters.
You can run the Health Check Utility from one of the following options:
-
Command line, as described in Running Health Check Utility from the Command Line.
-
Batch file, as described in Running Health Check Utility from a Batch File.
-
Control-M Configuration Manager, as described in Generating diagnostic data in Administration.
Running Health Check Utility from the Command Line
This procedure describes how to run the Health Check utility with default parameters, which enables you to collect and package the data generally required by BMC Support.
Begin
-
Type one or more of the following commands:
-
Control-M/EM: em_data_collector -U <em_dbo_user> -P <em_dbo_pwd>
-
Control-M client: emclient_data_collector
You need to run this from the client_health_check\bin directory.
-
Control-M/Server: ctms_data_collector -U <ctm_dbo_user> -P <ctm_dbo_pwd>
-
Control-M/Agent and Control-M Application plug ins: ctma_data_collector
-
Control-M/Archive: arc_data_collector
-
Running Health Check Utility from a Batch File
This procedure describes how to run the Health Check utility from a batch file.
Begin
-
Do one of the following:
-
From the command line, type the following:
-batch
-
From one of the following directories, set batch_mode=y.
-
Windows:<HOME>\ini\config\ini
-
UNIX:$HOME/ini/config.ini
-
-
-
(Optional) Create a password text file with the following string:
dbo=<dbo_password>
The dbo_password must be the actual database owner password. For the Health Check utility to read the password file, the value of -file argument needs to point to the exact password file location.
em_data_collector –U <em_dbo_user> -file <password_file_path>
-
Schedule or run the batch file.
em_data_collector –U <em_dbo_user> -file pwd_file.txt –batch
Running in batch mode requires providing the user name and password as part of the command.
Packages and Log Locations
Running a Health Check utility creates a log file that specifies what processes ran and what information was written to the package file. The contents of the log file indicate what proprietary information is included in the package file. The Health Check utility writes log files to the following directories:
Component |
Log file directory |
HCU package file location |
---|---|---|
Control-M/EM |
<EM_HOME>/log The log file name is constructed as follows: em_data_collector_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>_display.log |
<EM_HOME>/hcu_package The package files names are constructed as follows: em_data_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>.zip |
Control-M Client |
<EM_HOME>\client_health_check\log The log file name is constructed as follows: emclient_data_collector_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>_display.log |
<EM_HOME>\client_health_check The package files names are constructed as follows: emclient_data_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>.zip |
Control-M/Server |
<SERVER_HOME>/ctm_server/health_check/log The log file name is constructed as follows: ctms_data_collector_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>_display.log |
<SERVER_HOME>/health_check/hcu_package The package files names are constructed as follows: ctms_data_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>.zip |
Control-M/Agent |
<Agent_HOME>/ctm/proclog The log file name is constructed as follows: ctma_data_collector_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>_display.log |
<Agent_HOME>/hcu_package The package files names are constructed as follows: ctma_data_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>.zip |
Control-M Archive |
<EM_HOME>/ctm_em/archive/health_check/log The log file name is constructed as follows: arc_data_collector_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>_display.log |
<EM_HOME>/archive/health_check/hcu_package The package files names are constructed as follows: arc_data_<TIME_STAMP>_<OS_TYPE>_<HOSTNAME>.zip In UNIX, substitute tar.z instead of zip. |
Control-M/EM Command Line Examples
The following examples describe the commands for running the Health Check utility for Control-M/EM:
-
Collects information of all Profiles for the last 7 days:
em_data_collector -U <dbo_user> -P <dbo_pwd> -days=7 -F ALL
-
Collects information of OS and DB Categories:
em_data_collector -U <dbo_user> -P <dbo_pwd> -C OS DB -D EM
-
Collects logs from the past 5 days:
em_data_collector -U <dbo_user> -P <dbo_pwd> -C LOG -D EM -days=5
-
Collects the performance measurements, sends the package to a shared location and assigns an issue number to the package:
em_data_collector -U <dbo_user> -P <dbo_pwd> -F MSR -out=/home/issues -issue=ISS112233
Control-M Client Command Line Examples
The following examples describe the commands for running the Health Check utility for Control-M client:
-
Collects information of all Profiles for the last 7 days:
emclient_data_collector -days=7 -F ALL
-
Collects information of OS:
emclient_data_collector -C OS
-
Collects logs for the client debug:
emclient_data_collector -trace
Control-M/Server Command Line Examples
The following examples describe the commands for running the Health Check utility for Control-M/Server.
-
Collects information of all Profiles for the last 7 days:
ctms_data_collector -U <dbo_user> -P <dbo_pwd> -days=7 -F ALL
-
Collects information of OS and DB Categories:
ctms_data_collector -U <dbo_user> -P <dbo_pwd> -C OS DB -D CTM
-
Collects the logs from past 5 days:
ctms_data_collector -U <dbo_user> -P <dbo_pwd> -C LOG -D CTM -days=5
-
Collects the performance measurements:
ctms_data_collector -U <dbo_user> -P <dbo_pwd> -F MSR
Control-M/Agent and Control-M Application Plug-ins Examples
The following examples describe the commands for running the Health Check utility for Control-M/Agent and Control-M Application plug ins.
-
Collects information of all Profiles for the last 7 days:
ctma_data_collector -U <dbo_user> -P <dbo_pwd> -days=7 -F ALL
-
Collects information of OS and LOG Categories:
ctma_data_collector -U <dbo_user> -P <dbo_pwd> -C OS LOG -D AG
-
Collects the configuration and logs of Control-M for SAP:
ctma_data_collector -U <dbo_user> -P <dbo_pwd> -F CMSAP
Control-M/Archive
The following examples describe the commands for running the Health Check utility for Control-M/Archive:
-
Collects information of all Profiles for the last 7 days:
arc_data_collector -U <dbo_user> -P <dbo_pwd> -days=7 -F ALL
-
Collects information of the CNF category :
arc_data_collector -U archive -P empass -D ARC -C CNF
-
Collects logs from the past 5 days:
arc_data_collector -U <dbo_user> -P <dbo_pwd> -days=5
Health Check Utility Parameters
The following table lists the Health Check utility parameters:
Parameter |
Description |
---|---|
passwordInfo |
For Categories and Profiles that access a Control-M database, you need to specify <dbo_user> and <dbo_pwd>, which means the following:
|
Components |
Defines the products and applications that the utility can gather data for. |
Categories |
Describes information type, such as operating system, database, and scheduling. For more information, see Control-M/EM Health Check Utility Standard Category Parameters |
Profiles |
In general, a Profile is a predefined combination of Components and Categories. If you specify one or more Profiles, do not specify Components or Categories. For more information, see Control-M/Agent Specific Profile Parameters. |
runConfiguration |
You can optionally specify one or more of the following:
|
Health Check Utility Component Parameters
The following table lists the valid component parameters:
Utility |
Component Parameter |
---|---|
Control-M Workload Automation |
|
Control-M/Server |
CTM: Control-M/Server |
Control-M/ Agent and Control-M Application plug ins |
|
Health Check Utility Installation Category Parameters
The following table lists Installation Category parameters. These parameters group information from various parts of your system.
Category |
Definition |
---|---|
INST (UNIX) |
Collects the content of all components handled for the following:
Collects all files with user ownership from the /tmp directory. Lists all directories and folders under the component installation path. |
INST (Windows) |
Collects the content of the following:
Lists all directories and folders under the component installation path. |
Running Health Check utility with INST will gather significant information only if the error situation occurred after the file copying phase of the installation. If you specify the INST Category parameter, you must also specify one or more component parameters. If you specify the INST Category parameter, do not specify any of the following:
Categories other than INST
Profiles
Control-M/EM Health Check Utility Standard Category Parameters
The following table lists the standard category parameters:
If you do not specify any Category parameter, the Health Check utility collects data for all Categories.
In general, if you specify a Category, you must also specify one or more components. However, for the following Categories, do not specify a component:
-
OS
-
DB
You can also specify multiple Categories. In such a case, for each Category the utility gathers data by each relevant component specified.
Category |
Definition |
---|---|
OS |
Defines the Operating System related physical resource. This information includes the following:
|
DB |
Defines the database environment. This information includes the following:
|
Control-M/EM Specific Categories
The following table describes Control-M/EM specific categories for the Health Check utility.
Category |
Definition |
---|---|
DBT |
Collects information from the following Control-M/EM database folders:
Forecast specific additional tables:
|
SCH |
Component scheduling entities measurement. This information includes the following:
|
TBL |
Component infrastructure entities measurement. This information includes sizes of the following tables:
BIM specific additional tables:
|
CNF |
Includes the following component configuration files:
|
LOG |
Includes the following component general diagnostic data collection:
|
COM |
Component functionality, communication, and connectivity. This information includes the following:
|
MSR |
Component and environment measurements stored in the database. This information includes the following:
|
Control-M Client Specific Categories
The following table describes the Control-M client specific categories for the Health Check Utility.
Category |
Definition |
---|---|
CNF |
Includes the following component configuration files:
|
LOG |
Includes the following component general data collection:
|
Control-M/Server Specific Categories
The following table describes the Control-M/Server specific categories for the Health Check utility.
Category |
Definition |
---|---|
CNF |
Includes the following Component configuration files:
|
LOG |
Component general diagnostic data collection. This information includes the following:
|
TBL |
Component infrastructure entities measurement. This information includes sizes of the following tables:
|
FNC |
Component function diagnostic data collection. This information includes the following:
|
MSR |
Component and environment measurements stored in the database. This information includes the following:
|
Control-M/Agent Specific Categories
The following table describes Control-M/Agent specific categories for the Health Check utility.
Category |
Definition |
---|---|
CNF |
Component configuration files. This information includes the following configuration files:
|
LOG |
Component general diagnostic data collection. This information includes the following:
|
UTL |
Component utilities. This information includes sizes of the following tables:
|
MSR |
Component and environment measurements stored in the database. This information includes the following:
|
Control-M/Archive Specific Categories
The following table describes Control-M/Archive specific categories for the Health Check utility.
Category |
Definition |
---|---|
CNF |
Component configuration files. This information includes the following configuration files:
|
LOG |
Component general diagnostic data collection. This information includes the following:
|
TBL |
Component infrastructure entities measurement. This information includes sizes of the following tables:
|
Control-M Application Plug-in Categories
The following table describes the Control-M Application plug in categories for the Health Check utility. For every Application plug in, the configuration and log files are collected.
Category |
Definition |
---|---|
CNF |
Component configuration files. This information includes the following configuration files:
|
LOG |
Component general diagnostic data collection. This information includes the content of the following directory: Data files located at <AG_HOME>/cm/<ADD-ON>/data (for example, <AG_HOME>/cm/OAP/data/*) |
Control-M/Agent Specific Profile Parameters
The following table describes the profile parameters, which are a predefined combination of Components and Categories.
If you specify one or more Profiles, do not specify Components or Categories.
Profile |
Definition |
---|---|
ENV |
Collects environment data. This includes information from the following Categories: OS |
AG |
Collects Control-M/Agent data. This includes information from the following Categories:
|
MSR |
Collects measurement data. This includes information from the following Categories: MSR_AG |
LOG_CFG |
Collects environment data and Control-M/Agent configuration data. This includes information from the following Categories:
|
ALL |
Collects data through all Control-M/Agent Profiles, as follows:
|