Control-M Workflow Insights System Requirements
Before you install Control-M Workflow Insights, verify that your computers meet the requirements for Workflow Insight.
-
Workflow Insights computers must all run Windows or all run Linux. A mixed installation may fail or cause data loss.
-
Workflow Insights does not support AIX computers.
Depending on your operating system, verify that your system meets one of the following requirements:
Control-M Workflow Insights System Requirements for Windows
The following table lists the prerequisite requirements for all Control-M Workflow Insights on Windows.
Resource |
Amount |
Notes |
---|---|---|
Control-M/EM Distributed Servers |
2 Servers |
Recommended number of servers. The Control-M/EM Distributed servers must be dedicated. |
Memory 16 GB |
16 GB |
6-8 dedicated to ElasticSearch (Control-M/EM Distributed only) |
CPU |
4 Cores |
(Control-M/EM Distributed only) |
Diskspace |
1 TB |
Dedicated to ElasticSearch data retention. (Control-M/EM Distributed only) |
|
If your network cannot open these ports, set alternative ports during the activation of Control-M Workflow Insights. |
|
|
Relevant for Control-M/EM Primary only. |
|
Paging Parameters
|
|
Enable the following parameters:
|
Control-M Workflow Insights System Requirements for Linux
The following table lists the prerequisite requirements for all Control-M Workflow Insights Linux platforms.
Resource |
Amount |
Notes |
---|---|---|
Control-M/EM Distributed Servers |
2 Servers |
Recommended number of servers. The Control-M/EM Distributed servers must be dedicated. |
Memory 16 GB |
16 GB |
6-8 dedicated to ElasticSearch (Control-M/EM Distributed only) |
CPU |
4 Cores |
(Control-M/EM Distributed only) |
Diskspace |
1 TB |
Dedicated to ElasticSearch data retention. (Control-M/EM Distributed only) |
Operating system |
|
If your network cannot open these ports, set alternative ports during the activation of Control-M Workflow Insights. |
BMC recommends that you use the same Linux OS for both the primary Control-M/EM and the Control-M/EM Distributed instances. |
||
|
|
|
|
If your network cannot open these ports, set alternative ports during the activation of Control-M Workflow Insights. |
|
|
Relevant for Control-M/EM Primary Only. |
Linux Kernel Parameters
The following table describes the Linux kernel parameter values you are required to define in the computers of a Linux Control-M Workflow Insights environment.
The kernel parameters must be defined for all hosts in the Workflow Insights environment, including Control-M/EM Primary and Control-M/EM Distributed computers.
Parameter |
Description |
Relevant Instance |
Minimum Value |
---|---|---|---|
vm.max_map_count |
Determines the maximum number of memory map areas a process can contain. |
Control-M/EM Primary and Distributed |
262144 |
soft nofile |
Determines the number of files a process may have opened at once. The soft limit cannot be greater than the hard limit. |
Control-M/EM Distributed only |
65535 |
hard nofile |
Determines the number of files a process can open at a time. The hard limit is the maximum value that is allowed for the soft limit. |
Control-M/EM Distributed only |
65535 |
memlock |
Determines the maximum locked-in-memory address space (KB). This is memory that is not paged out. |
Control-M/EM Distributed only |
unlimited |
Verify Linux Kernel Parameter settings
This procedure describes how to verify Linux Kernel parameter settings before installing Control-M Workflow Insights.
Begin
-
Verify the value of the vm.max_map_count parameter, as follows:
-
Run sysctl-q vm.max_map_count
The return value is equal to 262144.
-
Increase the value of vm.max_map_count, as follows:
-
Log in as root.
-
In the /etc/sysctl.conf file, set vm.max_map_count to 262144.
-
Run sysctl -p to update the new value.
The return value of vm.max_map_count is equal to 262144.
-
-
-
Verify the value of the soft nofile, hard nofile and memlock parameters, as follows:
-
tcsh:
Run limit | grep descriptors
The return value is equal to 65536.
Run sh -c ulimit -|
The return value is equal to unlimited.
-
bash:
Run ulimit - a |grep files
The return value is equal to 65536.
Run ulimit -|
The return value is equal to unlimited.
-
-
Increase the value of the soft nofile, hard nofile & memlock, as follows:
-
Log in as root
-
Edit or add below to /etc/security/limits.conf file:
-
Soft nofile 65536
-
Hard nofile 65536
-
Soft memlock unlimited
-
hard memlock unlimited
-
-
-
Shut down the session and start the new log in, as follows:
-
Exit from the root user.
-
Exit from the account user.
-
Click R to restart the session.
-
-
Verify that the configuration is updated by running the following commands:
-
sysctl -q vm.max_map_count
The return value is equal to 262144.
-
tcsh: limit | grep descriptors
The return value is equal to 65536.
-
bash: ulimit -a | grep files
The return value is equal to 65536.
-
tcsh: sh -c ulimit -|
The return value is equal to unlimited.
-
bash: ulimit -|
The return value is equal to unlimited.
-
Workflow Insights Ports
The following table describes the default ports that are used by Workflow Insights for both Windows and Linux.
The ports must be open for all hosts in the Workflow Insights environment, including Control-M/EM Primary and Control-M/EM Distributed servers.
If you cannot open any of these ports, you must define custom ports in the designated screen of the Workflow Insights installation. The Workflow Insights installation is described in Installing Control-M Workflow Insights on Windows or Installing Control-M Workflow Insights on Linux.
Post Name |
Default Port |
Set during installation of |
Port Purpose |
---|---|---|---|
KAFKA_PORT |
19092 |
Control-M/EM Primary |
Determines the Kafka server port used for micro-service communications. |
ZOOKEEPER_LE_PORT |
3888 |
Control-M/EM Primary |
Determines the Kafka cluster port via which the primary host is chosen. |
ZOOKEEPER_FOLLOWERS_PORT |
2888 |
Control-M/EM Primary |
Determines the Kafka cluster port via which the Kafka Follower nodes communicate with the Leader node. |
ZOOKEEPER_CLIENT_PORT |
12181 |
Control-M/EM Primary |
Determines the Kafka port used for Zookeeper communication. |
ELASTIC_TRANSPORT_PORT |
19200 |
Control-M/EM Distributed 1st Workflow Insights Activation |
Determines the Elastic cluster port used for communication between Elastic client and server based on http/https. |
ELASTIC_HTTP_PORT |
19300 |
Control-M/EM Distributed 1st Workflow Insights Activation |
Determines the Elastic cluster port used for communication between the Elasticsearch nodes. |
KIBANA_PORT |
15061 |
Control-M/EM Distributed 1st Workflow Insights Activation |
Determines the Control-M WEB and Kibana port used for communication between Kibana client and server, based on http/https. |
WORKFLOW INSIGHT Service API PORT |
DYNAMIC |
Post-installation step |
Determines the CONTROL-M WEB API port used for API requests. |
Checking Workflow Insights Ports
This procedure describes how to check which ports are assigned to the Workflow Insights ports.
Begin
Execute one of the following commands:
-
Kafka and Zookeeper:
-
Windows: emcha -get_kafka_info -json
-
Linux: em -no_wrap cha -get_kafka_info -json
-
-
Elasticsearch and Kibana:
-
Windows: emcha -get_elastic_info
-
Linux: em -no_wrap cha -get_elastic_info
-
-
WORKFLOW INSIGHT Service API PORT: Open the file:
<EM_HOME>/services/config/workflow-insights-service-application.yml and check the value of the Port property.
Changing Workflow Insights Ports After Installation for Kafka/Zookeper
This procedure describes how to change Workflow Insights Ports after installation for the following services: Kafka/Zookeeper.
Begin
-
From any Control-M/EM host where Workflow Insights is installed, run the following script to see the usage:
em bmcpython <em_home>/ctm_em/services/bin/apache_kafka_config.py change_ports -h
The usage shows you the exact names that the script uses for each service: Kafka, Elasticsearch, and Kibana.
-
Run the following scripts on every Control-M/EM primary and every Control-M/EM distributed host where Workflow Insights is installed:
em bmcpython <em_home>/ctm_em/services/bin/apache_kafka_config.py install --<port_name> <port value>
em emsca set-desired-state down -s <service>
em emsca set-desired-state up -s <service>
Set <service> to apache-zookeeper or apache-kafka.
The ports are changed.
Changing Workflow Insights Ports After Installation for Elasticsearch and Kibana
This procedure describes how to change Workflow Insights Ports after installation for the following services: Elasticsearch and Kibana.
Begin
-
From any Control-M/EM host where Workflow Insights is installed, run the relevant script to see the usage:
em bmcpython <em_home>/ctm_em/services/bin/workflow_insights_config.py change_ports -h
The usage shows you the exact names that the script uses for each service: Kafka, Elasticsearch, and Kibana.
-
Run the following scripts on every Control-M/EM primary and every Control-M/EM distributed host where Workflow Insights is installed:
em bmcpython <em_home>/ctm_em/services/bin/workflow_insights_config.py change_ports -<port_name> <port value>
em emsca set-desired-state down -s <service>
em emsca set-desired-state up -s <service>
Set <service> to elasticsearch, or kibana.
The ports are changed.
Changing Workflow Insights Ports After Installation for the Workflow Insights Service API Port
This procedure describes how to change Workflow Insights Ports after installation for the Workflow Insights Service API Port.
Begin
-
From a Control-M/EM distributed host installed with Workflow Insights, open the following file:
$EM_HOME/services/config/workflow-insights-service-application.yml
-
In the file, change the port property to the required port number.
-
Restart the Workflow Insights service.
-
Repeat the previous steps for each Control-M/EM host where Workflow Insights is installed.
The ports are changed.