Re: The Availability Reports generation never ends
Posted: Thu Jul 21, 2016 10:44 am
One thing you can try is to edit the /etc/hosts file and on the following line
Add your servers host name and FQDN also.
Then restart the Apache daemon by running
Try running the report again and see if that helps.
The 504 error is pointing to a DNS resolving the IP address problem.
Code: Select all
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4Then restart the Apache daemon by running
Code: Select all
service httpd restartThe 504 error is pointing to a DNS resolving the IP address problem.