此内容没有您所选择的语言版本。
2.5. Installing from Red Hat Satellite Server
Ensure that the firewall settings are configured so that the required ports are open. For a list of port numbers, see Section 1.4, “Port Information”.
2.5.1. Using Red Hat Satellite Server 6.x 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Note
For detailed steps for Satellite, see Red Hat Satellite documentation.
- 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”
# rpm -Uvh satellite-server-host-address/pub/katello-ca-consumer-latest.noarch.rpm # subscription-manager register --org=”Organization_Name” --activationkey=”Activation_Key”Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Identify available entitlement pools
subscription-manager list --available
# subscription-manager list --availableCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Attach entitlement pools to the system
subscription-manager attach --pool=Pool_ID
# subscription-manager attach --pool=Pool_IDCopy to Clipboard Copied! Toggle word wrap Toggle overflow - 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
# subscription-manager repos --enable=rhel-7-server-rpms --enable=rh-gluster-3-for-rhel-7-server-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - If you require Samba, enable its repository
subscription-manager repos --enable=rh-gluster-3-samba-for-rhel-7-server-rpms
# subscription-manager repos --enable=rh-gluster-3-samba-for-rhel-7-server-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - If you require NFS-Ganesha, enable its repository
subscription-manager repos --enable=rh-gluster-3-nfs-for-rhel-7-server-rpms
# subscription-manager repos --enable=rh-gluster-3-nfs-for-rhel-7-server-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - If you require HA, enable its repository
subscription-manager repos --enable=rhel-ha-for-rhel-7-server-rpms
# subscription-manager repos --enable=rhel-ha-for-rhel-7-server-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - If you require gdeploy, enable the Ansible repository
subscription-manager repos --enable=rhel-7-server-ansible-2-rpms
# subscription-manager repos --enable=rhel-7-server-ansible-2-rpmsCopy to Clipboard Copied! Toggle word wrap Toggle overflow - If you require Web Administration, refer to Installing Web Administration
- Install Red Hat Gluster Storage
yum install redhat-storage-server
# yum install redhat-storage-serverCopy to Clipboard Copied! Toggle word wrap Toggle overflow
2.5.2. Using Red Hat Satellite Server 5.x 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Creating the Activation Key
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)
RHEL Server Scalable File System (v. 6 for x86_64) Red Hat Gluster Storage Server 3 (RHEL 6 for x86_64)Copy to Clipboard Copied! Toggle word wrap Toggle overflow 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)
Red Hat Gluster 3 Samba (RHEL 6 for x86_64)Copy to Clipboard Copied! Toggle word wrap Toggle overflow Figure 2.5. Child Channels
- In the Packages tab of the Activation Keys screen, enter the following package name:
redhat-storage-server
redhat-storage-serverCopy to Clipboard Copied! Toggle word wrap Toggle overflow 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
sambaCopy to Clipboard Copied! Toggle word wrap Toggle overflow
Creating the Kickstart Profile
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 ChannelandTreemust 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
md5as the hash algorithm for user passwords.You must change this algorithm tosha512by providing the following settings in theauthfield of theKickstart Details,Advanced Optionspage of the kickstart profile:--enableshadow --passalgo=sha512
--enableshadow --passalgo=sha512Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 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.
Installing Red Hat Gluster Storage Server using the Kickstart Profile
For more information on installing Red Hat Gluster Storage Server using a kickstart profile, see Kickstart in Red Hat Network Satellite Reference Guide.