Lustre Intel: Install IEEL 1.0.0

From Define Wiki
Revision as of 22:03, 30 October 2013 by David (talk | contribs) (Created page with "Downloaded ieel-1.0.0.tar.gz from the Intel Software Centre (product needs to be registered per user, get packages on headnode:/home/david/software/ieel) == Install the nodes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Downloaded ieel-1.0.0.tar.gz from the Intel Software Centre (product needs to be registered per user, get packages on headnode:/home/david/software/ieel)

Install the nodes

tar zxvf

Getting IB to work

Intel EEL only provide the kernel package and not the kernel-devel package. For IB to work we need to rebuild MLNX_OFED.

  • Get the kernel-devel RPM
  wget http://downloads.whamcloud.com/public/lustre/lustre-2.1.6/el6/server/RPMS/x86_64/kernel-devel-2.6.32-358.11.1.el6_lustre.x86_64.rpm
  rpm -ivh kernel-devel-2.6.32-358.11.1.el6_lustre.x86_64.rpm  --force
  • Rebuild Mellanox OFED
  • Assuming were using MLNX_OFED_LINUX-2.0-2.0.5-rhel6.4-x86_64.iso
  mkdir MLNX
  mount -o loop MLNX_OFED_LINUX-2.0-2.0.5-rhel6.4-x86_64.iso MLNX
  cd MLNX
  ./mlnx_add_kernel_support.sh -m .
  [Select y to proceed and uninstall and previous versions etc]