Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: force should never be necessary.

...

  1. From the page that linked to the kernel, identify the Lustre modules RPM
    The package will be named in the form lustre-modules-2.0.59-2.6.18_194.17.1.el5_lustre.<buildid>.x86_64.rpm
  2. Download the Lustre modules RPM.
  3. Install the RPM.
    Code Block
     
    [root@client-10 ~]# rpm --force -ivh ./lustre-modules-2.0.59-2.6.18_194.17.1.el5_lustre.gdfe90dc_g98bf9c9.x86_64.rpm 
    Preparing...                ########################################### [100%]
       1:lustre-modules         ########################################### [100%]
    [root@client-10 ~]#
    

...