Please help on this,to trouble shoot if any steps
Hello, @Sasi0606
Please check the logs of haproxy.
$ sudo journalctl -xe -u haproxy
OR
$ sudo systemctl status haproxy
[loki@stlb01 ~]$ sudo systemctl status haproxy
[sudo] password for loki:
● haproxy.service - HAProxy Load Balancer
Loaded: loaded (/usr/lib/systemd/system/haproxy.service; disabled; vendor preset: disabled)
Active: inactive (dead)
Nov 30 05:49:23 stlb01 systemd[1]: Collecting haproxy.service
[loki@stlb01 ~]$
Can you please first start the service?
$ sudo systemctl start haproxy