[error] 839#0: *169 connect() failed (111: Connection refused) while connecting to upstream, client: VC_IP, server: VC_FQDN, request: "GET /lcm/lcops/api/v2/datacenters HTTP/1.1", upstream: "http://127.0.0.1:8080/lcm/lcops/api/v2/datacenters", host: "FQDN of VC", referrer: "https://VC FQDN/lcm/lcops/environments"
2022-08-06 04:27:12.709 INFO [http-nio-8080-exec-6] c.v.v.l.l.u.EnvironmentTemplateUtil - -- Node type: vrli-worker
2022-08-06 04:09:21.107 INFO [http-nio-8080-exec-5] c.v.v.l.l.u.EnvironmentTemplateUtil - -- Node type: remotecollector
2022-08-06 04:09:12.628 INFO [http-nio-8080-exec-5] c.v.v.l.l.u.EnvironmentTemplateUtil - -- Node type: remotecollector
VMware vRealize Suite Lifecycle Manager 8.x
This issue is resolved in vRealize Suite LifeCycle Manager versions 8.10.0
Prerequisites
vim /etc/nginx/nginx.conf
location /lcm/lcops/api/environments {
limit_req zone=mylimit burst=20 nodelay;
proxy_pass http://vrlcm-server;
proxy_read_timeout 10m;
proxy_send_timeout 10m;
}
nginx -t
systemctl reload nginx