Red Hat NETWORK SATELLITE 5.3.0 - CLIENT Configuration Manual page 36

Client configuration
Hide thumbs Also See for NETWORK SATELLITE 5.3.0 - CLIENT:
Table of Contents

Advertisement

Appendix A. Sample Bootstrap Script
# PROVISIONING/KICKSTART NOTE:
#
If provisioning a client, ensure the proper CA SSL public certificate is
#
configured properly in the post section of your kickstart profiles (the
#
RHN Satellite or hosted web user interface).
# UP2DATE/RHN_REGISTER VERSIONING NOTE:
#
This script will not work with very old versions of up2date and
#
rhn_register.
echo
echo
echo "MINOR MANUAL EDITING OF THIS FILE MAY BE REQUIRED!"
echo
echo "If this bootstrap script was created during the initial installation"
echo "of an RHN Satellite, the ACTIVATION_KEYS, and ORG_GPG_KEY values
will"
echo "probably *not* be set (see below). If this is the case, please do
the"
echo "following:"
echo " - copy this file to a name specific to its use."
echo "
(e.g., to bootstrap-SOME_NAME.sh - like bootstrap-web-servers.sh.)"
echo " - on the website create an activation key or keys for the system(s)
to"
echo "
be registered."
echo " - edit the values of the VARIABLES below (in this script) as"
echo "
appropriate:"
echo "
- ACTIVATION_KEYS needs to reflect the activation key(s) value(s)"
echo "
from the website. XKEY or XKEY,YKEY"
echo "
- ORG_GPG_KEY needs to be set to the name of the corporate public"
echo "
GPG key filename (residing in /var/www/html/pub) if appropriate."
echo
echo "Verify that the script variable settings are correct:"
echo "
- CLIENT_OVERRIDES should be only set differently if a customized"
echo "
client-config-overrides-VER.txt file was created with a different"
echo "
name."
echo "
- ensure the value of HOSTNAME is correct."
echo "
- ensure the value of ORG_CA_CERT is correct."
echo
echo "Enable this script: comment (with #'s) this block (or, at least just"
echo "the exit below)"
echo
exit 1
# can be edited, but probably correct (unless created during initial
install):
# NOTE: ACTIVATION_KEYS *must* be used to bootstrap a client machine.
ACTIVATION_KEYS=insert_activation_key_here
ORG_GPG_KEY=insert_org_gpg_pub_key_here
32

Advertisement

Table of Contents
loading

Table of Contents