To resolved the issue please do the following:
- Log into the CLI of the Report Advisor.
- vi /etc/hosts
- Make sure the host name follows the rules based on the OS information below:
RHEL6 has host entries with the short name first and then the long name.
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
RHEL5 has host entires with the long name first and then the short name.
#127.0.0.1 localhost.localdomain localhost
#::1 localhost6.localdomain6 localhost6