2.5. Installing from Red Hat Satellite Server
2.5.1. Using Red Hat Satellite Server 6.x
Note
- Create a new manifest file and upload the manifest in the Satellite 6 server.
- Search for the required Red Hat Gluster Storage repositories and enable them.
- Synchronize all repositories enabled for Red Hat Gluster Storage.
- Create a new content view and add all the required products.
- Publish the content view and create an activation key.
- Register the required clients
# rpm -Uvh satellite-server-host-address/pub/katello-ca-consumer-latest.noarch.rpm # subscription-manager register --org=”Organization_Name” --activationkey=”Activation_Key”
- Identify available entitlement pools
# subscription-manager list --available
- Attach entitlement pools to the system
# subscription-manager attach --pool=Pool_ID
- Subscribe to required channels
- Enable the RHEL and Gluster channel
# subscription-manager repos --enable=rhel-7-server-rpms --enable=rh-gluster-3-for-rhel-7-server-rpms
- If you require Samba, enable its repository
# subscription-manager repos --enable=rh-gluster-3-samba-for-rhel-7-server-rpms
- If you require NFS-Ganesha, enable its repository
# subscription-manager repos --enable=rh-gluster-3-nfs-for-rhel-7-server-rpms
- If you require HA, enable its repository
# subscription-manager repos --enable=rhel-ha-for-rhel-7-server-rpms
- If you require gdeploy, enable the Ansible repository
# subscription-manager repos --enable=rhel-7-server-ansible-2-rpms
- If you require Web Administration, refer to Installing Web Administration
- Install Red Hat Gluster Storage
# yum install redhat-storage-server
2.5.2. Using Red Hat Satellite Server 5.x
For more information on how to create an activation key, see Activation Keys in the Red Hat Network Satellite Reference Guide.
- In the Details tab of the Activation Keys screen, select
Red Hat Enterprise Linux Server (v.6 for 64-bit x86_64)
from the Base Channels drop-down list.Figure 2.4. Base Channels
- In the Child Channels tab of the Activation Keys screen, select the following child channels:
RHEL Server Scalable File System (v. 6 for x86_64) Red Hat Gluster Storage Server 3 (RHEL 6 for x86_64)
For Red Hat Gluster Storage 3.0.4 or later, if you require the Samba package, then select the following child channel:Red Hat Gluster 3 Samba (RHEL 6 for x86_64)
Figure 2.5. Child Channels
- In the Packages tab of the Activation Keys screen, enter the following package name:
redhat-storage-server
Figure 2.6. Package
- For Red Hat Gluster Storage 3.0.4 or later, if you require the Samba package, then enter the following package name:
samba
For more information on creating a kickstart profile, see Kickstart in the Red Hat Network Satellite Reference Guide.
- When creating a kickstart profile, the following
Base Channel
andTree
must be selected.Base Channel: Red Hat Enterprise Linux Server (v.6 for 64-bit x86_64)Tree: ks-rhel-x86_64-server-6-6.5 - Do not associate any child channels with the kickstart profile.
- Associate the previously created activation key with the kickstart profile.
Important
- By default, the kickstart profile chooses
md5
as the hash algorithm for user passwords.You must change this algorithm tosha512
by providing the following settings in theauth
field of theKickstart Details
,Advanced Options
page of the kickstart profile:--enableshadow --passalgo=sha512
- After creating the kickstart profile, you must change the root password in the Kickstart Details, Advanced Options page of the kickstart profile and add a root password based on the prepared sha512 hash algorithm.
For more information on installing Red Hat Gluster Storage Server using a kickstart profile, see Kickstart in Red Hat Network Satellite Reference Guide.