@Venkatesan G
Couple of things we should check.
1. The machine where you are running the Browser are you able to resolve the FQDN of ambari (not the IP Address)? You will need to make sure that on your Browser Machine also you will need to change the ambari IP/Hostname mapping inside the "/etc/hosts" file.
# telnet $AMBARI_HOSTNAME 8080
2. Please check the ambari server host and verify the port is bind to the correct Hostname (address).
# netstat -tnlpa | grep 8080
3. Run the FQDN display command on ambari host and agent hosts to confirm the FQDN is correct.
4. As the ambari IP Address is changed so you will need to make sure that from the machine where you are running the browser, you are able to access the Ambari Hostname & port. Many times browser picks up the Ambari UI page from the browsers cache. So please try opening the browser in "Incognito Mode" (Chrome) / "Private Window Mode" (Firefox)
.