@A.Anu Manasa does hostname -i return the node’s public ip ? and is there antivirus or firewall running on your instance. The screenshot looks as though it can’t connect on port 8080 so reverting to localhost loopback.
selinux or iptable could be blocking connectivity. Make sure those are disable or permissible.
Management server failed to install/start due to problem with Zookeeper. This could be the result of lack of entropy on the system. You can check this by executing the following command:
cat /dev/random
Anything other than an immediate (zero-delay) response may indicate a problem with random generation and that could impact Zookeeper.
If random is the issue follow steps I suggested here:
Similar issue I was facing in apigee 4.18.01 private cloud installation in 3 and 9-host clusters. I had to enable webproxy for dependency resolution. then UUID was failing. There I had to terminate the installation, disable webproxy and reinstall the component. Then everything worked smoothly.