"vrlcm-cli --health-status" command shows all the services are running successfully. /var/log/vrlcm/vmware_vrlcm.log contain the error snippets as below:
ERROR [exec-id] c.v.v.l.l.s.ProductPolicyServiceImpl - -- Exception occurred when acquiring the SDDC Manager token. java.net.SocketTimeoutException: Read timed out
ERROR [exec-id] c.v.v.l.l.s.ProductPolicyServiceImpl - -- Unable to fetch source mapping entries from SDDC Manager <SDDC-fqdn>
ERROR [exec-id] c.v.v.l.l.c.ProductPolicyController - -- Error while getting VMware Aria Suite Lifecycle product version: com.vmware.vrealize.lcm.lcops.common.exception.SDDCManagerNotReachableException: Either SDDC Manager is not reachable or some other error occurred.
VMware Aria Suite Lifecycle 8.x
Scenario 1:
Scenario 2:
Scenario 1:
curl -v telnet://<target_ip_or_fqdn>:443
ping -M do -s 1600 <Destination_IP>
Scenario 2:
vi /etc/init.d/vlcm-service
-Duser.language=en -Duser.region=US
-----
JVM_OPTIONS="\
-XX:+UseConcMarkSweepGC \
-XX:CMSInitiatingOccupancyFraction=75 \
-XX:+UseCMSInitiatingOccupancyOnly \
-XX:+HeapDumpOnOutOfMemoryError \
-XX:HeapDumpPath=$HEAP_DUMP_LOCATION \
-Xdebug \
-Xrunjdwp:transport=dt_socket,address=*:12345,server=y,suspend=n \
-Xms3g \
-Xmx3g \
-Dorg.bouncycastle.rsa.allow_multi_use=true \
-Duser.language=en -Duser.region=US "
------
systemctl restart vrlcm-server