This procedure describes how to change Workflow Insights Ports after installation for the following services: Kafka/Zookeeper.
To change ports after installation:
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.
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.
Parent Topic |