9
–
gPXE
Netbooting Over IB
9-10
IB0054606-02 A
IFS=' ' v6cmd='/sbin/insmod /lib/'${xfrm}'.ko
'"$v6cmd"
crypto=$(modinfo -F depends $xfrm)
if [ ${crypto} ]; then
cp $(find /lib/modules/$(uname -r) -name
${crypto}.ko) lib
IFS=' ' v6cmd='/sbin/insmod /lib/'${crypto}'.ko
'"$v6cmd"
fi
fi
fi
# we need insmod to load the modules; if not present it,
copy it
mkdir -p sbin
grep -q insmod ../Orig-listing || cp /sbin/insmod sbin
echo -e 'NOTE: you will need to config ib0 in the normal
way in your booted root
filesystem, in order to use it for NFS, etc.\n'
# Now build the commands to load the additional modules.
We add them just after
# the last existing insmod command, so all other
dependences will be resolved
# You can change the location if desired or necessary.
# loading order is important. You can verify the order
works ahead of time
# by running "/etc/init.d/openibd stop", and then running
these commands
# manually by cut and paste
# This will work on SLES, although different than the
standard mechanism
cat > ../init-cmds << EOF
# Start of IB module block
$v6cmd
echo "loading IB modules"
/sbin/insmod /lib/ib/ib_addr.ko
/sbin/insmod /lib/ib/ib_core.ko
/sbin/insmod /lib/ib/ib_mad.ko
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: ......