TrueSight Infrastructure Management (TSIM) HA stops with an Error " Error parsing HTTP port" after disabling the http port 8080 and enabled https port 8443. Log File : BPPM_SERVER_HOME/pw/pronto/logs/ServerComponentAvailability.log
Below were the port set in pw/pronto/conf/ha.conf: pronet.master.server.port.https=8443 pronet.master.server.port.http=8080 Commented http port in httpd.conf #Listen 8080 httpd-ssl..conf has 8443 port in listen mode Listen 8443 |
Workaround: 1. Stop TSIM primary. 2. Add below properties in the pronet.conf ($BPPM_SERVER_HOME/pw/custom/conf/pronet.conf) webserver.apache.port.http=8080 webserver.apache.port.https=8443 3. Start TSIM Primary 4. Verify using command "pw lic list" 5. Perform the Cell sync, refer below doc "Cell database out of sync" and its resolution. https://docs.bmc.com/docs/display/TSIM113/Troubleshooting+problems+with+Infrastructure+Management+high+availability 6. Stop TSIM Secondary 7. Add below properties in the pronet.conf ($BPPM_SERVER_HOME/pw/custom/conf/pronet.conf ) webserver.apache.port.http=8080 webserver.apache.port.https=8443 8. Start Secondary TSIM and verified using command "pw lic list" 9. Confirm the HA status using the command "pw ha status" |