Error in registering Clone/Rebuild server to Red Hat Satellite 6.
Environment
- Red Hat Satellite 6.x
Issue
-
/var/lib/rhsm/facts/facts.json file of the clone server got the same network.hostname-override and insights_id as the existing server cloned from.
Or
Host with name client.example.com is currently registered to a different org, please migrate host
Resolution
-
Run below command on the cloned machine to regenerate its UUID.
# sh -c "echo '{\"dmi.system.uuid\": \"$(uuidgen)\"}' > /etc/rhsm/facts/dmi_system_uuid.facts -
Register the machine again with Satellite.
Note: For additional reference please refer the solution 198693 to create sanitize clone template.
Root Cause
- Error generated due to clone template used while provisioning the system
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments