2.3. Package Installation
rhel-6-server-rpms. This requirement also means any third-party configurations or software that is not directly necessary for the direct operation of the server cannot be installed. This restriction includes hardening or other non-Red Hat security software.
Note
Procedure 2.2. Installing the Red Hat Update Infrastructure packages on the Red Hat Update Appliance Server
- Download the ISO from the Customer Portal.
- Change the hostname of the Red Hat Update Appliance Server and all CDS instances to a resolvable fully qualified domain name (FQDN).Change the hostname in your current session:
# hostname new_hostname
To make the hostname change persistent, edit/etc/sysconfig/networkusing your preferred text editor:NETWORKING=yes HOSTNAME=new_hostname ...
Important
If the hostname is unset and its value is reported aslocalhost.localdomainorlocalhost, you will not be able to proceed. In this guide, the example hostname for Red Hat Update Appliance is rhua.example.com, and the example hostname for the first CDS instance is cds01.example.com. - Mount the ISO:
# mkdir -p /mnt/example # mount -o loop <ISO> /mnt/example
- Change directory to /mnt/example.
# cd /mnt/example
- On the Red Hat Update Appliance Server, run
install_RHUA.shto install Red Hat Update Appliance packages.# ./install_RHUA.sh
Procedure 2.3. Installing the Red Hat Update Infrastructure packages on the Content Delivery Server (CDS)
- On the CDS instance, follow steps 1 to 4 in the previous procedure.
- Run the following commands to register the system to Red Hat Subscription Manager and give the system a basic Red Hat Enterprise Linux entitlement.
- Register the system to Red Hat Subscription Manager:
# subscription-manager register
- Attach the system:
# subscription-manager attach --auto
- Disable all existing repositories:
# subscription-manager repos --disable=*
- Enable the Red Hat Enterprise Linux repository:
# subscription-manager repos --enable=rhel-6-server-rpms
- Run
install_CDS.shto install CDS packages.# ./install_CDS.sh

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.