HP Integrity BL860c Server Blade Linux Installation white paper

mkisofs -J -o tg3.iso tg3-<version>.src.rpm
On the same client system, connect to the iLO and connect the vMedia
system to the SLES10 image. Now start the install on the BL860c using
the vMedia interface.
Go thru the SLES10 install and select the packages that you need plus
the package(s) to be able to build the tg3 driver. Select the following
packages to be able to build the tg3 driver be installed:
+ C/C++ Compiler and Tools (from Filter->Patterns)
+ kernel-source-* package
+ kernel-syms-* package
After the install completes and you are logged into Linux, then change
the vMedia to point to the tg3.iso file that was created earlier. Then
do the following to mount this .iso file from Linux:
mount /dev/cdrom /media/
Proceed to the 'Installing the RPM Package' step. When installing the
RPM package something like the following will probably work:
rpm -ivh /media/tg3-3.71b-1.src.rpm
Installing the RPM Package
=============================
1. Install the source RPM package.
Install the tg3 source rpm.
# rpm -ivh tg3-<version>.src.rpm
2. Build the binary RPM for the tg3 driver.
Red Hat Installation:
# cd /usr/src/redhat
# rpmbuild -bb SPECS/tg3.spec
SLES Installations:
# cd /usr/src/packages
# rpmbuild -bb SPECS/tg3.spec
If you get an error during the build process you may not have
correctly install the kernel source and development tools.
3. Remove the loaded tg3 module.
# rmmod tg3
Check for the existence of a current version of the tg3 package as
follows:
# rpm -q tg3
If an old version of the package exists, the RPM package should be
removed.
# rpm -e tg3
Verify that the old tg3 package has been removed as follows:
# rpm -q tg3
4. Install the new RPM package. This installs the tg3 driver and man
page. Do not use the U (Upgrade) flag in the RPM command below -
previous tg3 drivers must be removed as described in step 4 above
before installing this version.
26