Building IML

Software Contributor Documentation Table of Contents

  1. Clone the integrated-manager-for-lustre repository

    # git clone git@github.com:whamcloud/integrated-manager-for-lustre.git
    
  2. Install the YUM Copr plugin:

    # yum install -y yum-plugin-copr
    
  3. Install the manager-for-lustre-devel repository:

    # yum copr enable -y managerforlustre/manager-for-lustre-devel
    
  4. Install needed software packages:

    # yum install -y rpmdevtools git ed epel-release python-setuptools
    
  5. From the top-level directory in the repository clone:

    $ make rpms
    

The result of the above commands will be RPMs in the _topdir/ subdirectory containing everything needed to install IML on a cluster.


Top of page