Setting Up And Running Diagnostic Utilities - HP StorageWorks A7298A Manual

Host bus adapter for windows and linux installation guide
Hide thumbs Also See for StorageWorks A7298A:
Table of Contents

Advertisement

Installing the SCSI Miniport Driver
static struct net_device fc0_dev = {
"fc0", 0, 0, 0, 0, 0, 0, 0, 0, 0, &fc1_dev, fcif_probe};
# undef NEXT_DEV
# define NEXT_DEV (&fc0_dev)static struct net_device lpfn_dev = {
"lpfn", 0, 0, 0, 0, 0, 0, 0, 0, 0, NEXT_DEV, lpfnif_probe};
# undef NEXT_DEV
# define NEXT_DEV (&lpfn_dev)
#endif
8. Follow the normal procedures for building the Linux kernel and include all
Emulex LightPulse Fibre Channel support:
# cd /usr/src/linux
# make mrproper
# make menuconfig
9. Choose 'Emulex LightPulse Fibre Channel support' under SCSI low level drivers
for FCP support.
10. Choose "Fibre Channel driver support" "Emulex LightPulse Fibre Channel
support" under Network Drive support for IP support.
11. Choose any other options that may be required.
12. Build the new kernel and modules:
# make dep
# make clean
# make install
# make modules
# make modules_install
1. Edit lilo.conf to reflect the new kernel and run mkinitrd and lilo as explained in
the procedure for Building the Driver as a Module.
2. Reboot with the new kernel.

Setting up and Running Diagnostic Utilities

1. Go to the driver source directory.
# cd driver_installation_directory
2. Enter one of the following commands to run the diagnostic utilities:
# ./lputil
or
# ./dfc
3–14
host bus adapter for Windows and Linux installation guide

Advertisement

Table of Contents
loading

Table of Contents