HP StorageWorks Scalable File Share Release Notes - Version 2.3
Documentation updates and corrections 1–35
9. The generated Lustre and hpls RPMS will be places under the following directories for SLES and RHEL
respectivley.
RHEL4
output/RPMS/`uname -i`
SLES10
/usr/src/packages/RPMS/`uname -i`
See section 3.2.2 for more details on installing these RPMS.
1.8.3.9 New Section 3.2.2.5 Cisco IB build process for SLES10
1. If the system where you are building the kit is an x86_64 or em64t architecture, ensure that the 64-bit
and 32-bit GCC (GNU Compiler Collection) build tools are installed on the system. These build tools
are required for the build process for the Cisco InfiniBand interconnect. If they are not already
installed, install them now. For example, you may need to install the i386 variant of the glibc-devel
package.
2. Build a SFS client kit with the following options:
# /mnt/cdrom/client_enabler/build_SFS_client.sh --config auto –-no_infiniband
3. On the system where you are building the HP SFS client kit, install the kernel .rpm file that was created
by the build_SFS_client.sh script for the appropriate architecture, as shown in the following example.
Example: The .rpm file for an i686 architecture using the SLES10 SP1 kernel is installed:
# rpm -i /usr/src/packages/RPMS/i686/kernel-smp-2.6.15.46_0.14_SFS2.3.i686.rpm
4. Reboot the system in order to load the new kernel:
# reboot
5. Copy the built Linux tree to /usr/src/linux:
# mkdir -p /usr/src/linux
# cd /usr/src/linux
# (cd /build/linux; tar -cpf - .) | tar -xpf -
6. Unpack the contents of the Cisco ISO to the local file system
# mkdir /mnt/cisco /tmp/cisco
# mount -o loop Cisco.iso /mnt/cisco
# cp -prv /mnt/cisco /tmp/
7. Edit the file /src/ofed.conf to include the line 'mlx4=y'
8. Remove the line 'CONFIG_IPV6_MODULE' from
/usr/src/linux/include/linux/autoconf.h
9. Extract the OFED1.2.5 tarball and change directory to /src/OFED1.2.5/
# cd /tmp/cisco/src/
# tar -zxvf OFED-1.2.5.tgz
# cd /tmp/cisco/src/OFED1.2.5/
10. Build the Cisco OFED rpm's with the following command
# export K_VER=`uname -r`
# export K_SRC=/usr/src/linux
# ./build.sh -c ../ofed.conf
The RPM's will be installed automatically on this node but if you want to install the Cisco stack on
another node the RPM's can be found under:
/tmp/cisco/src/OFED-1.2.5/RPMS/sles-release-10-15.22
11. Build Lustre and the SFS hpls tools with the following command: