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:

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

  1. 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

  2. (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>

  3. 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:

  • Running the Health Check utility with default parameters:

    • Control-M: Requires dbo parameters.

    • Control-M/Server: Requires dbo parameters

    • Control-M/Archive: Requires dbo parameters

  • Running the Health Check utility with non-default parameters:

    • Control-M:

      • Categories that do not require dbo parameters: OS, CNF, LOG

      • Categories that require dbo parameters: DB, DBT, SCH, TBL, COM, MSR_GSR, MSR_GTW, MSR_DB

        All Profiles require dbo parameters.

    • Control-M/Server:

      • Categories that do not require dbo parameters: CNF, OS, LOG, TBL, INST, FNC

      • Categories that require dbo parameters: DB, MSR_CTM

        All Profiles require dbo parameters.

    • Control-M/Archive:

      • Categories that do not require dbo parameters: CNF, LOG,

      • Categories that require dbo parameters: DB, TBL

        All Profiles require dbo parameters.

    • Control-M/Agent and Control-M Application plug ins: Do not require dbo parameters.

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:

  • -simulate: Simulates execution of a Health Check utility. This allows the user to verify that specified parameter values are appropriate.

  • -days: (default: 2) The maximum number of days in the past for which the utility gathers the information. This option only affects log files relevant to BMC Software components.

  • -max_size: (default: 300) In megabytes, the maximum size of the compressed file packed by a Health Check utility.

  • -trace: Run a trace on the Health Check utility run. This generates the following log file: ctm_data_collector_<YYYYMMDD>_<HHMMSS>_<PLATFORM_TYPE>_<HOSTNAME>.log

  • -verbose: Outputs the utility processes to your display. By default, only processed categories are displayed.

  • -help or -h: Displays the utility’s usage.

  • -file <password_file_path>: The path to a file that you created that contains the Control-M/EM database owner (DBO) password.

  • -batch: Run in batch mode. For more information, see Running Health Check utility from a batch file referred to in Health Check.

Health Check Utility Component Parameters

The following table lists the valid component parameters:

Utility

Component Parameter

Control-M Workload Automation

  • EM: Control-M

  • SLA: SLA Managment

  • FOR: Control-M/Forecast

Control-M/Server

CTM: Control-M/Server

Control-M/

Agent and Control-M Application plug ins

  • AG:—Control-M/Agent

  • CMAFT: Control-M for AFT

  • CMSAP: Control-M for SAP

  • CMPSFT: Control-M for PeopleSoft

  • CMOAP: Control-M for Oracle Applications

  • CMWJM: Control-M Web Services, Java and Messaging

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:

  • BMCINSTALL/installed/

  • BMCINSTALL/log/

  • BMCINSTALL/uninstall/

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:

  • %temp%\PG*.txt

  • %ALLUSERSPROFILE%\Application Data\PG*.txt

  • <EM_HOME>\bin\DBUtils\DBUData\log\

  • %temp%\*_log.txt

  • %temp%\*_win.txt

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:

  • Operating System version

  • Hardware configuration

  • Software, hotfixes and patches installed

  • Environment variables and files

  • System resources limits

  • Kernel parameters

  • Swap space

  • System and application logs

  • Scheduled tasks

  • Start up files

  • File system information

  • ini files (Windows)

  • Resource consumption

  • List of running processes

  • Network settings

  • Locate and timezone information

DB

Defines the database environment.

This information includes the following:

  • Database configuration files

  • Database size information

  • Database logs

  • Database check scripts (oracle_check_req, DBUCheck, DBUShow, DBUStatus and DBUVersion)

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:

  • comm, global_cond, gcs_gtw_recov, gcs_msgs, gcs_dsts, gcs_admin, confreg, commreg, logreg, params, name_value, exception_alerts, download

Forecast specific additional tables:

  • time_index, date_index, sim_exception_conditions, sim_sysstate_ud, sim_sysstate_udtbl, scenario, user_daily_zos

SCH

Component scheduling entities measurement. This information includes the following:

  • Number of daily jobs per Control-M

  • Number of daily executions per Control-M

TBL

Component infrastructure entities measurement. This information includes sizes of the following tables:

  • alarm, comm, global_cond, gcs_gtw_recov gcs_msgs gcs_dsts, gcs_admin, confreg, commreg, logreg, def_job, def_folder, download, name_value, audit_activity, exception_alerts, audit_operations, audit_atributes, password_history

BIM specific additional tables:

  • bim_log, service_log, bim_alert, dictionary

CNF

Includes the following component configuration files:

  • Component version (collects the information from installed-version.txt file located in the <EM_HOME> directory).

  • The list of files under the <EM_HOME> directory.

  • Installation_Parameters.txt

  • CORBA configuration files

  • Control-M/EM registry hives export (Windows only)

  • LDAP configuration files

  • File under <EM_HOME>/ini

  • Resource files under <EM_HOME> (*.rsc)

  • Self-Service configuration files

  • Reporting Facility connection details and templates

  • SSL configuration files

  • Web-Server version

LOG

Includes the following component general diagnostic data collection:

  • All component logs with respect of given days limit (default 2 days)

  • A list of the core files created

COM

Component functionality, communication, and connectivity. This information includes the following:

  • GUI Server: life check, ping database and check database

  • GCS: life check

  • Gateway: life check

  • Configuration Agent: life check

  • BIM: life check

  • Forecast: life check

  • Self Service: life check

MSR

Component and environment measurements stored in the database. This information includes the following:

  • MSR_DB: Database performance measurements

  • MSR_ENV: Environment measurements (hostname, IP address, OS Type, OS Version, CPU Type, Number of CPU, CPU Speed, Total Memory, Swap Space and Timezone).

  • MSR_GTW: Gateway measurements (Update Level, Backlog level, Average Long Update Time, Average Job Update Time and Average General Update Time).

  • MSR_GSR: GUI Server measurements (Pending Updates, Total Updates, Archive Jobs, Active Jobs, Old Jobs and User count).

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:

  • Component version (collects the information from installed-version.txt file located in <EM HOME> directory

  • List of files under the <EM HOME> directory

  • Installation Parameters.txt

  • CORBA configuration files

  • Control-M/EM registry hives export (Windows only)

  • File under <EM HOME>/ini

LOG

Includes the following component general data collection:

  • All component logs with respect of given days limit (default 2 days)

  • A list of the core files created

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:

  • Component version (collects the information from installed-version.txt file located in the <CTM_HOME> directory).

  • Control-M/Server registry hives export (Windows only)

  • Configuration files under <CTM_HOME>/data (*.dat)

  • Temporary files under <CTM_HOME>/tmp

  • SSL configuration files

  • Agent information (CMR_NODES, CMS_AGPRM, Agent_DISCOVERY and Agent_DISCOVERY_ACTIVE)

LOG

Component general diagnostic data collection. This information includes the following:

  • All component logs (proclog and proclog.save) with respect of given days limit (default 2 days)

  • Memory dump of TR process

  • Migration temporary files and logs

TBL

Component infrastructure entities measurement. This information includes sizes of the following tables:

  • Database tables size (count)

  • Database check

  • Database version

  • Database recovery information (MSSQL)

  • Oracle readiness report (Oracle)

FNC

Component function diagnostic data collection. This information includes the following:

  • Agent list

  • Dump of CTMLOG

  • Count of CMR_DBLOG records

  • Check database schema integrity

MSR

Component and environment measurements stored in the database. This information includes the following:

  • Primary database performance

  • Number of database updates

  • Java memory

  • Jobs count

  • New Day information

  • Download information

  • System parameters (SYSPRM)

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:

  • Component version (collects the information from installed-version.txt file located in the <AG_HOME> directory).

  • Control-M/Agent registry hives export (Windows only)

  • Configuration files under <AG_HOME>/data

  • List of files under home directory

LOG

Component general diagnostic data collection. This information includes the following:

  • All component logs (proclog) with respect of given days limit (default 2 days)

  • Content of directories:

  • BACKUP, ONSTMT, PID, PROCID, SYSOUT, TEMP and DAILYLOG

UTL

Component utilities. This information includes sizes of the following tables:

  • Agent and Application plug in versions

  • Agent communication diagnostics

  • Java version

MSR

Component and environment measurements stored in the database. This information includes the following:

  • Number of Jobs ended OK

  • Number of Jobs ended Not OK

  • Number of “On statement” processing less than 5 seconds

  • Number of “On statement” processing 5 to 60 seconds

  • Number of “On statement” processing 60 seconds to 10 minutes

  • Number of “On statement” processing longer than 10 minutes

  • Number of running jobs

  • Number of submitted jobs

  • Average submit time in seconds

  • Average track time in seconds

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:

  • Component version (collects the information from installed-version.txt file located in the <EM_HOME> directory).

  • The list of files under the <EM_HOME> directory.

  • Installation_Parameters.txt

  • CORBA configuration files

  • Control-M/EM registry hives export (Windows only)

  • File under <EM_HOME>/ini

  • Resource files under <EM_HOME> (*.rsc)

  • SSL configuration files

LOG

Component general diagnostic data collection. This information includes the following:

  • All component logs with respect of given days limit (default 2 days)

  • A list of the core files created

TBL

Component infrastructure entities measurement. This information includes sizes of the following tables:

  • alarm, comm, global_cond, gcs_gtw_recov gcs_msgs gcs_dsts, gcs_admin, confreg, commreg, logreg, def_job, def_folder, download, name_value, audit_activity, exception_alerts, audit_operations, audit_atributes, password_history

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:

  • Component version (collects the information from installed-version.txt file located in the <AG_HOME> directory).

  • Application plug in files from <AG_HOME>/data/<Application plug in>.dat (for example, e.g. <AG_HOME>/data/OAP*.dat)

  • Application plug in registry hives export (Windows only)

  • Application plug in specific files (For example OAP collects the Oracle client version, SAP collects LIBRFC version, etc.)

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:

  • CNF

  • LOG

  • UTL

  • MSR_AG

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:

  • OS

  • CNF

  • LOG

  • UTL

ALL

Collects data through all Control-M/Agent Profiles, as follows:

  • OS

  • CNF

  • LOG

  • UTL

  • MSR_AG