9
–
gPXE
Netbooting Over IB
9-8
IB0054606-02 A
b.
The infinipath rpm will install the file
/usr/share/infinipath/gPXE/gpxe-qib-modify-initrd
with contents similar to the following example. You can either run the
script to generate a new initrd image, or use it as an example, and
customize as appropriate for your site.
# This assumes you will use the currently running version
of linux, and
# that you are starting from a fully configured machine of
the same type
# (hardware configuration), and BIOS settings.
#
# start with a known path, to get the system commands
PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
# start from a copy of the current initd image
mkdir -p /var/tmp/initrd-ib
cd /var/tmp/initrd-ib
kern=$(uname -r)
if [ -e /boot/initrd-${kern}.img ]; then
initrd=/boot/initrd-${kern}.img
elif [ -e /boot/initrd ]; then
initrd=/boot/initrd
else
echo Unable to locate correct initrd, fix script and
re-run
exit 1
fi
cp ${initrd} initrd-ib-${kern}.img
# Get full original listing
gunzip -dc initrd-ib-${kern}.img | cpio -it --quiet |
grep -v '^\.$' | sort -o Orig-listing
# start building modified image
rm -rf new # for retries
mkdir new
cd new
Summary of Contents for OFED+ Host
Page 1: ...IB0054606 02 A OFED Host Software Release 1 5 4 User Guide...
Page 14: ...xiv IB0054606 02 A OFED Host Software Release 1 5 4 User Guide...
Page 22: ...1 Introduction Interoperability 1 4 IB0054606 02 A...
Page 96: ...4 Running MPI on QLogic Adapters Debugging MPI Programs 4 24 IB0054606 02 A...
Page 140: ...6 SHMEM Description and Configuration SHMEM Benchmark Programs 6 32 IB0054606 02 A...
Page 148: ...8 Dispersive Routing 8 4 IB0054606 02 A...
Page 164: ...9 gPXE HTTP Boot Setup 9 16 IB0054606 02 A...
Page 176: ...A Benchmark Programs Benchmark 3 Messaging Rate Microbenchmarks A 12 IB0054606 02 A...
Page 202: ...B SRP Configuration OFED SRP Configuration B 26 IB0054606 02 A Notes...
Page 206: ...C Integration with a Batch Queuing System Clean up PSM Shared Memory Files C 4 IB0054606 02 A...
Page 238: ...E ULP Troubleshooting Troubleshooting SRP Issues E 20 IB0054606 02 A...
Page 242: ...F Write Combining Verify Write Combining is Working F 4 IB0054606 02 A Notes...
Page 280: ...G Commands and Files Summary of Configuration Files G 38 IB0054606 02 A...
Page 283: ......