Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the kernel development tools.
    Code Block
    # yum -y groupinstall "Development Tools"
    
    Info
    titleProblem with installing 'Development Tools'

    It has been reported the Development Tools group is not available for some reason. If you experience this problem, you may find the following list if individual packages necessary to install.

    Code Block
    # yum -y install automake xmlto asciidoc elfutils-libelf-devel zlib-devel binutils-devel newt-devel python-devel hmaccalc perl-ExtUtils-Embed xmlto rpm-build make gcc redhat-rpm-config patchutils asciidoc
    
  2. Install git
    Code Block
    # yum -y install git
    
  3. Install EPEL 5
    NOTE EPEL5 is used because it contains quilt.
    Code Block
    # wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
    # rpm -ivh ./epel-release-5-4.noarch.rpm
    
  4. Install quilt
    Code Block
    # yum -y install quilt
    
    Note
    titlenewt-devel

    newt-devel may not be available if you are using RHEL6. One option is to download newt-devel and slang-devel RPMs from CentOS and install with:

    Code Block
    yum --nogpgcheck localinstall ./newt-devel-0.52.11-2.el6.x86_64.rpm ./slang-devel-2.2.1-1.el6.x86_64.rpm
    

    asciidoc

Preparing the Lustre source.

...

Info

If you receive a request to generate more entropy, you need to trigger some disk I/O or keyboard I/O. I would recommend (in another terminal)In another terminal, you can execute the following command to generate entropy:

Code Block
# grep -Ri 'whamcloud' /usr

...