3.3.2. Migrating a Red Hat Enterprise Linux 6 System
Migrating a Red Hat Enterprise Linux 6 System
Enter the bootstrap command as follows with values suitable for your environment.
For the
--server
option, specify the FQDN name of Satellite Server or Capsule Server. For--location
,--organization
, and--hostgroup
options, use quoted names, not labels, as arguments to the options.Copy to Clipboard Copied! Toggle word wrap Toggle overflow The script will prompt you for the password corresponding to the Satellite user name you entered with the
--login
option.The script will run and send notices of progress to
stdout
. Watch for output prompting you to approve the Puppet certificate. For example:[NOTIFICATION], [2016-04-26 10:16:00], [Visit the UI and approve this certificate via Infrastructure->Capsules] [NOTIFICATION], [2016-04-26 10:16:00], [if auto-signing is disabled] [RUNNING], [2016-04-26 10:16:00], [/usr/bin/puppet agent --test --noop --tags no_such_tag --waitforcert 10]
[NOTIFICATION], [2016-04-26 10:16:00], [Visit the UI and approve this certificate via Infrastructure->Capsules] [NOTIFICATION], [2016-04-26 10:16:00], [if auto-signing is disabled] [RUNNING], [2016-04-26 10:16:00], [/usr/bin/puppet agent --test --noop --tags no_such_tag --waitforcert 10]
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The client will wait until an administrator approves the Puppet certificate. Sign the Puppet certificate as follows:
- In the web UI, navigate to Infrastructure > Capsules.
-
Select Certificates to the right of the name of the Capsule corresponding to the FQDN given with the
--server
option. - In the Actions column select Sign to approve the client’s Puppet certificate.
- Return to the client to see the remainder of the bootstrap process completing.
- In the web UI, navigate to Hosts > All hosts and ensure that the client is connected to the correct host group.
For more information about using the bootstrap script, see Registering Hosts to Red Hat Satellite Using The Bootstrap Script in Managing Hosts.