Introduction:
CA Catalyst Container port conflict with CA PAM
Question:
Where can we change the port 8101 used in CA Catalyst Container that conflicts with CA PAM installed on the same server
Environment:
CA Catalyst Container
CA Process Automation
Answer:
This port is for enabling SSH shell in CA Catalyst Container. By default this was disabled in older version of the product. In the version 3.4.1.186
it is enabled by default.
By default CA Catalyst Container disables SSH shell that comes with Apache Karaf. If you need SSH shell, follow the below steps to enable SSH shell.
- Open %CATALYST_CONTAINER_HOME%etc/org.apache.karaf.shell.cfg and check sshPort assigned to available port. Default port is 8101
- Open %CATALYST_CONTAINER_HOME%etc/ startup.properties and uncomment line org/apache/karaf/shell/org.apache.karaf.shell.ssh/2.1.1/org.apache.karaf.shell.ssh-2.x.x.jar=30
- Restart Catalyst Container service
Now, using any SSH clients like putty you can connect to SSH shell.