4.2. Installing Red Hat Storage Server on Red Hat Enterprise Linux (Layered Install)
Important
Perform a base install of Red Hat Enterprise Linux Server version 6.5 or 6.6.
Register the System with Subscription Manager
Run the following command and enter your Red Hat Network user name and password to register the system with the Red Hat Network:# subscription-manager register
Identify Available Entitlement Pools
Run the following commands to find entitlement pools containing the channels required to install Red Hat Storage:# subscription-manager list --available | grep -A8 "Red Hat Enterprise Linux Server" # subscription-manager list --available | grep -A8 "Red Hat Storage"
Attach Entitlement Pools to the System
Use the pool identifiers located in the previous step to attach theRed Hat Enterprise Linux ServerandRed Hat Storageentitlements to the system. Run the following command to attach the entitlements:# subscription-manager attach --pool=[POOLID]
Enable the Required Channels
Run the following commands to enable the channels required to install Red Hat Storage:# subscription-manager repos --enable=rhel-6-server-rpms # subscription-manager repos --enable=rhel-scalefs-for-rhel-6-server-rpms # subscription-manager repos --enable=rhs-3-for-rhel-6-server-rpms
- For Red Hat Storage 3.0.4 and later, if you require Samba, then enable the following channel:
# subscription-manager repos --enable=rh-gluster-3-samba-for-rhel-6-server-rpms
Verify if the Channels are Enabled
Run the following command to verify if the channels are enabled:#yum repolist
Kernel Version Requirement
Red Hat Storage requires the kernel-2.6.32-431.17.1.el6 version or higher to be used on the system. Verify the installed and running kernel versions by running the following command:# rpm -q kernel kernel-2.6.32-431.el6.x86_64 kernel-2.6.32-431.17.1.el6.x86_64
# uname -r 2.6.32-431.17.1.el6.x86_64
Install the Required Kernel Version
From the previous step, if the kernel version is found to be lower than kernel-2.6.32-431.17.1.el6, install the kernel-2.6.32-431.17.1.el6 or later:- To install kernel-2.6.32-431.17.1.el6 version, run the command:
# yum install kernel-2.6.32-431.17.1.el6
- To install the latest kernel version, run the command:
# yum update kernel
Install Red Hat Storage
Run the following command to install Red Hat Storage:# yum install redhat-storage-server
- For Red Hat Storage 3.0.4 and later, if you require Samba, then execute the following command to install Samba:
# yum groupinstall "Samba (SMB) server for gluster"
- If you require Samba Active Directory integration with gluster, execute the following command:
# yum groupinstall "Active Directory Integration"
Reboot the system
Warning
Red Hat Storage server currently does not support SELinux. You must reboot the system after the layered install is complete, in order to disable SELinux on the system.

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.