WebUI is down for monitoring node and unable to up
Hi, For somereason, my monitoring node is down and the port 8888 is not listening and am not sure, which command, should I use for bring this up? Due to this WEBUI is down. Iam pretty much new to Solace and any pointers will help. if you have any specific docs, that will be helpful too. Primary and secondary are up and running. no issues.
Comments
-
Hi @srivraju,
the answer depends a bit of the way you deployed your broker(s).
From your question I assume: You deployed 3 docker containers (primary, backup, monitor) in an HA group.
Correct ?
Try to access cli (instead of WebUI) for monitoring node:
On the docker host for the monitoring node do something like:
docker exec -it solace -- cli
Does that work ?
inside cli, do:
show service
There is are 2 lines for "SEMP", one line for SEMP without TLS ("N" in column "S"), one line for SEMP with TLS ("Y) in column S).
Is your port open ?
Uli
0