RedHatSatellite / satellite-clone

Utility to assist cloning an existing Satellite 6 server to a new host
GNU General Public License v3.0
37 stars 31 forks source link

Ensure Satellite isn't installed before starting clone process #279

Closed tbrisker closed 6 years ago

tbrisker commented 6 years ago

If satellite-clone is run on a system that already has satellite installed, it could lead to unexpected results. Additionally, since satellite-clone is designed to be run on a clean RHEL host, having an existing satellite installed may indicate the user is accidentally attempting to run clone on a production system, which could lead to service disruption.

Before starting the clone process, satellite-clone should verify there is no Satellite package installed on the server.