NAS:VMWare SRP Guide: Difference between revisions

From Wiki³
(VMWare SRP Guide)
 
Line 1: Line 1:
= VMware SRP Guide =
= VMware SRP Guide =


'''VMware ESX 6.0x SRP Initiator Setup'''
This wiki is meant to help people get Infiniband SRP Target working under RedHat/CentOS 7.3 to VMWare ESXi 6.0x SRP Initiator.
(although the process should work under any RHEL / CentOS 7.x build)


'''Linux SRP Target Server Setup'''
This guide should cover all of the steps from Mellanox OFED Driver compiling/installing/configuring, to SCST compiling/installing, to adding ZFS on Linux (ZoL), and finally configuring the SCST with all of the above.  As well as the few ESX steps required to remove all of the inband drivers, install the OFED drivers, and be an active SRP initiator.
 
Not all of these steps are required for everyone, but i'm sure *someone* will appreciate them all together in one place :)
 
For the purposes of this guide, assuming you are always logged in as 'root'
 
 
 
== '''VMware ESX 6.0x SRP Initiator Setup''' ==
 
 
 
== '''RedHat/CentOS SRP Target Server Setup''' ==
 
These instructions are meant to be used with:
- SCST 3.2.x (latest stable branch) as well as Mellanox OFED Drivers 3.4.2 (latest)  ''[as the time of writing]''


Driver Download Page
Driver Download Page
http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers
http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers
{{Note|1=
For me it was >> Download >> Current Versions >> 3.4-x.000 >> RHEL/CentOS 7.3 >> x86_x64 >> MLNX_OFED_LINUX-3.4-2.0.0.0-rhel7.3-x86_64.tgz
}}


Driver Direct Download Link for RHEL/CentOS 7.3 x64 (Latest w/ OFED)
Driver Direct Download Link for RHEL/CentOS 7.3 x64 (Latest w/ OFED)
http://www.mellanox.com/page/mlnx_ofed_eula?mtag=linux_sw_drivers&mrequest=downloads&mtype=ofed&mver=MLNX_OFED-3.4-2.0.0.0&mname=MLNX_OFED_LINUX-3.4-2.0.0.0-rhel7.3-x86_64.tgz
http://www.mellanox.com/page/mlnx_ofed_eula?mtag=linux_sw_drivers&mrequest=downloads&mtype=ofed&mver=MLNX_OFED-3.4-2.0.0.0&mname=MLNX_OFED_LINUX-3.4-2.0.0.0-rhel7.3-x86_64.tgz
{{Note|1=
For the purposes of this guide, assuming you are always logged in as root, or sudo -s equiv
}}




Install Mellanox OFED Driver Installation prerequisites
'''Step 1:''' Install Mellanox OFED Driver Installation prerequisites
{{Console|1=yum install tcl tk -y}}
{{Console|1=yum install tcl tk -y}}

Revision as of 16:36, 23 January 2017

VMware SRP Guide

This wiki is meant to help people get Infiniband SRP Target working under RedHat/CentOS 7.3 to VMWare ESXi 6.0x SRP Initiator. (although the process should work under any RHEL / CentOS 7.x build)

This guide should cover all of the steps from Mellanox OFED Driver compiling/installing/configuring, to SCST compiling/installing, to adding ZFS on Linux (ZoL), and finally configuring the SCST with all of the above. As well as the few ESX steps required to remove all of the inband drivers, install the OFED drivers, and be an active SRP initiator.

Not all of these steps are required for everyone, but i'm sure *someone* will appreciate them all together in one place :)

For the purposes of this guide, assuming you are always logged in as 'root'


VMware ESX 6.0x SRP Initiator Setup

RedHat/CentOS SRP Target Server Setup

These instructions are meant to be used with: - SCST 3.2.x (latest stable branch) as well as Mellanox OFED Drivers 3.4.2 (latest) [as the time of writing]

Driver Download Page http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers

Driver Direct Download Link for RHEL/CentOS 7.3 x64 (Latest w/ OFED) http://www.mellanox.com/page/mlnx_ofed_eula?mtag=linux_sw_drivers&mrequest=downloads&mtype=ofed&mver=MLNX_OFED-3.4-2.0.0.0&mname=MLNX_OFED_LINUX-3.4-2.0.0.0-rhel7.3-x86_64.tgz


Step 1: Install Mellanox OFED Driver Installation prerequisites

# yum install tcl tk -y