Installing the SCSI Miniport Driver
36
Host Bus Adapter for Windows and Linux Installation Guide
Installing the Linux Driver Using an RPM File
To install the driver and boot the system, you must be running as root.
1. Enter the following command to create a temporary directory (for example,
emlxtemp).
# mkdir emlxtemp
2. Enter the following command to change directory to the temporary directory.
# cd emlxtemp
3. Copy or download the device driver RPM file to the temporary directory.
4. Enter the following command if the file is in the format filename.rpm.Z and
kernel source files are installed:
# uncompress filename.rpm.Z
5. Enter the following command to install the driver into
/usr/src/linux/drivers/scsi/lpfc, the driver_installation_directory.
# rpm -i filename.rpm
6. Enter the following command to install the driver into
/usr/src/<kernelsource>/drivers/scsi/lpfc, the driver_installation_directory.
# rpm -i --prefix /usr/src/<kernelsource>/drivers/scsi/lpfc
filename.rpm
If the prefix option is used you must update BASEINCLUDE in the Makefile
placed in the installation directory.
7. Enter the following command to verify that the RPM installation was
successful:
# rpm -a -q | grep lpfc
8. Enter the following command to remove the RPM type:
# rpm -e rpm_name
9. Enter the following command to change directory to
driver_installation_directory.
# cd /usr/src/<kernelsource>/drivers/scsi/lpfc
Summary of Contents for StorageWorks A7298A
Page 6: ...Contents 6 Host Bus Adapter for Windows and Linux Installation Guide ...
Page 14: ...About this Guide 14 Host Bus Adapter for Windows and Linux Installation Guide ...
Page 22: ...Introduction 22 Host Bus Adapter for Windows and Linux Installation Guide ...
Page 30: ...Installation 30 Host Bus Adapter for Windows and Linux Installation Guide ...
Page 92: ...Index 92 Host Bus Adapter for Windows and Linux Installation Guide ...