HP StorageWorks Scalable File Share Release Notes - Version 2.3

Documentation updates and corrections 1–33
RHEL4 Update 5 and Update 6
Uses the following when the previous --no_infiniband build had been started from /build/SFS_client_V2.3
# /mnt/cdrom/client_enabler/build_SFS_client.sh --config auto \
--kernel /build/SFS_client_V2.3/build/linux/ \
--prebuilt_kernel \
--o2ib_src /usr/local/ofed/src/openib/drivers/infiniband \\
--allow_root\
SLES10 SP1
Uses the following as we have to build in /usr/src/packages/BUILD on a SLES system.
# /mnt/cdrom/client_enabler/build_SFS_client.sh --config auto \
--kernel /usr/src/packages/BUILD/kernel-smp-2.6.16.46/linux-2.6.16/ \
--prebuilt_kernel \
--o2ib_src /usr/src/openib/drivers/infiniband/ \
--allow_root \/
1.8.3.7 New Section 3.2.2.4 OFED1.2.5 build process for RHEL4 and SLES10
Use the following command line to build a client kit with OFED1.2.5 support for both RHEL4 and SLES10
# /mnt/cdrom/client_enabler/build_SFS_client.sh --config auto \
--config ofed \
--ofed /mnt/cdrom/client_enabler/src/common/ofed/OFED-1.2.5-sfs2.3.tgz \
--private_ofed \
--allow_root \
See section 3.2.2 for more details on how to install the generated RPMS.
1.8.3.8 New Section 3.2.2.5 OFED1.3 build process for RHEL4 and SLES10
1. Build a client kit with the following options :
# /mnt/cdrom/client_enabler/build_SFS_client.sh --config auto --no_infiniband --allow_root
2. Install the kernel and kernel-devel RPMS generated from the above build.
For example on a Red Hat Enterprise Linux 4 client use the following commands :
# cd output/RPMS/`uname -i`/
# rpm -ivh kernel*
Or on a Suse Linux Enterprise Server 10 Service pack 1 client use the following commands :
# cd /usr/src/packages/RPMS/`uname -i`/
# rpm -ivh kernel*
3. Reboot the node. For SLES clients you will need to manually edit the /boot/grub/menu.lst file so that
the 'default=' value points to the SFS kernel (this should be 0).
# vim /boot/grub/menu.lst
4. Once the client has rebooted unpack the OFED-1.3 tarball found under /mnt/cdrom/client_enabler/
src/common/ofed/.
# tar -zxvf /mnt/cdrom/client_enabler/src/common/ofed/OFED-1.3.tgz -C /home/
5. Build OFED-1.3 using the install.pl script.
# cd /home/OFED-1.3/#
./install.pl