Host Not Found/Could Not Determine FQDN53If importing/synchronizing a channel fails and you can't recover it in any other way, run this commandto delete the cache:rm -rf temporary-directoryNote that Section 6.2.2.1, “Preparing Channel Content ISOs” suggested that this temporary directorybe /var/rhn-sat-import/.Next, restart the importation or synchronization.If yum (or up2date) or the push capability of the RHN Satellite ceases to function, it is possible thatold log files may be at fault. Stop the jabberd daemon before removing these files. To do so, issue thefollowing commands as root:service jabberd stopcd /var/lib/jabberdrm -f _db*service jabberd start7.3. Host Not Found/Could Not Determine FQDNBecause RHN configuration files rely exclusively on fully qualified domain names (FQDN), it isimperative key applications are able to resolve the name of the RHN Satellite into an IP address.Red Hat Update Agent, Red Hat Network Registration Client, and the Apache Web server areparticularly prone to this problem with the RHN applications issuing errors of "host not found" and theWeb server stating "Could not determine the server's fully qualified domain name" upon failing to start.This problem typically originates from the /etc/hosts file. You may confirm this by examining /etc/nsswitch.conf, which defines the methods and the order by which domain names are resolved.Usually, the /etc/hosts file is checked first, followed by Network Information Service (NIS) if used,followed by DNS. One of these has to succeed for the Apache Web server to start and the RHN clientapplications to work.To resolve this problem, identify the contents of the /etc/hosts file. It may look like this:127.0.0.1 this_machine.example.com this_machine localhost.localdomain \localhostFirst, in a text editor, remove the offending machine information, like so:127.0.0.1 localhost.localdomain.com localhostThen, save the file and attempt to re-run the RHN client applications or the Apache Web server. If theystill fail, explicitly identify the IP address of the Satellite in the file, such as: