Difference between revisions of "CloudX: Mellanox CloudX Installation"

From Define Wiki
Jump to navigation Jump to search
(Created page with "* Assumptions: Installed Centos 6.4 base system, nothing else * Access the software at: ** http://support.mellanox.com/SupportWeb/solutions/cloudx ** Username: cloudx ** Pass...")
 
Line 11: Line 11:
 
   # Install the additional packages
 
   # Install the additional packages
 
   yum install -y tcl gcc-fortran.x86_64 tk  
 
   yum install -y tcl gcc-fortran.x86_64 tk  
 +
  tar zxvf MLNX_OFED_LINUX-2.2-0.0.2_20140306_1723-rhel6.4-x86_64.tgz
 +
  cd MLNX_OFED_LINUX-2.2-0.0.2_20140306_1723-rhel6.4-x86_64
 +
  ./mlnxofedinstall
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 10:59, 30 April 2014

Base System Setup

  • CentOS 6.4 Base System
  • MLNX_OFED_LINUX-2.2-0.0.2_20140306_1723-rhel6.4-x86_64.tgz package copied across
  # Install the additional packages
  yum install -y tcl gcc-fortran.x86_64 tk 
  tar zxvf MLNX_OFED_LINUX-2.2-0.0.2_20140306_1723-rhel6.4-x86_64.tgz 
  cd MLNX_OFED_LINUX-2.2-0.0.2_20140306_1723-rhel6.4-x86_64
  ./mlnxofedinstall