Troubleshooting Renaming SUSE Manager Server

If you change the hostname of the SUSE Manager Server locally, your SUSE Manager installation ceases to work properly. This is because the changes have not been made in the database, which prevents the changes from propagating out your clients and any proxies.

If you need to change the hostname of the SUSE Manager Server, you can do so using the spacewalk-hostname-rename script. This script updates the settings in the PostgreSQL database and the internal structures of SUSE Manager.

The spacewalk-hostname-rename script is part of the spacewalk-utils package.

The only mandatory parameter for the script is the newly configured IP address of the SUSE Manager Server.

Procedure: Renaming SUSE Manager Server
  1. Change the network settings of the server on the system level locally and remotely at the DNS server. You also need to provide configuration settings for reverse name resolution. Changing network settings is done in the same way as with renaming any other system.

  2. Reboot the SUSE Manager Server to use the new network configuration and to ensure the hostname has changed.

  3. Run the script spacewalk-hostname-rename script with the public IP address of the server. If the server is not using the new hostname, the script fails. Be aware that this script refreshes the pillar data for all Salt minion: the time it takes to run depends on the number of registered Salt systems.

  4. Re-configure your clients to make your environment aware of the new hostname and IP address.

    In the Salt minion configuration file /etc/salt/minion, you must make sure to specify the name of the new Salt master (SUSE Manager Server):

    master: <new_hostname>

Once this is changed, restart the `salt-minion process:

systemctl restart salt-minion

In order to fully propagate the hostname to the minion configuration (in the repositories URL for instance) apply the high state.

+ Traditional clients have the /etc/sysconfig/rhn/up2date configuration file that must be changed. With a re-activation key you can re-register traditional clients (if there are any). For more information, see 명령줄에서 등록(Salt). . OPTIONAL: If you use PXE boot through a proxy, you must check the configuration settings of the proxy. On the proxy, run the configure-tftpsync.sh setup script and enter the requested information. For more information, see SUSE Manager 프록시 설정.