19.2. Troubleshooting


Prerequisite

The Satellite FQDN has been changed correctly and the /etc/sysconfig/network in Red Hat Enterprise Linux 6 or the /etc/hostname file in Red Hat Enterprise Linux 7 has been modified accordingly.

Upon installation, the host system's FQDN is recorded by the Red Hat Satellite Server. Changing the FQDN without the proper precautions can prevent the Satellite Server from running correctly. It also renders all custom server certificates incorrect.

Procedure 19.2. Updating Your Red Hat Satellite Configuration After an FQDN Change

To make sure that Red Hat Satellite continues to run properly even with the FQDN change, follow these steps:
  1. Verify that the FQDN is being properly repored and reflects the hostname/FQDN:
    # facter fqdn
    Copy to Clipboard Toggle word wrap
  2. Update the katello-installer answer file to replace the old FQDN with the new one:
    # sed -i "s/$OLD_FQDN/$NEW_FQDN/g" /etc/katello-installer/answers.katello-installer.yaml
    
    Copy to Clipboard Toggle word wrap
    Where:
    1. $OLD_is the Satellite Server's previous FQDN.
    2. $NEW_FQDN is the Satellite Server's new FDQN.
  3. Delete the amqp-client certificate from the NSS database:
    # certutil -D -d '/etc/pki/katello/nssdb' -n 'amqp-client'
    
    Copy to Clipboard Toggle word wrap
  4. Regenerate the server certificates by running katello-installer:
    # katello-installer --certs-update-all
    
    Copy to Clipboard Toggle word wrap
  5. On client systems registered to the Red Hat Satellite Server, uninstall the existing katello-ca-consumer package since it contains the existing SSL certificate with the old FQDN information and update the package from the new FQDN:
    # rpm -e $(rpm -qa "katello-ca-consumer*")
    #rpm -Uvh http://NEW_FQDN/pub/katello-ca-consumer-latest.noarch.rpm
    
    Copy to Clipboard Toggle word wrap
The Red Hat Satellite is now fully updated with the new FQDN and server certificates.
Nach oben
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2025 Red Hat