3Ware 7506-8 User Guide - Page 74

Hardware Discover, Hardware, Discover, Con Device, For Red Hat 7.2 and later versions

Page 74 highlights

Linux Installation If you are using the LILO boot loader, run LILO to update the boot record on disk by typing the following: /sbin/lilo The output should be similar to: Added linux * 6 Afterwards, halt the system, add the ATA RAID controller and reboot. During reboot, the new ATA RAID controller should be recognized. Afterwards, the Hardware Discover utility should pop up. 7 Press return to enter the Hardware Discover utility. 8 Select the Configure Device option. The system boot completes and drives are now available. Compiling the Driver (For experts only) If you wish to compile the driver yourself (for a different kernel version that you are running), then perform the following steps. Notes: You must have a full Linux kernel source tree in /usr/src/ in order to do the compile. In addition, you must boot to the UP kernel to use the make targets. Otherwise errors will result that will cause the driver build to fail. 1 Download the 3ware driver source from 3ware's website. (The latest 3ware driver source is bundled with the latest compiled driver and is in the /src sub-directory.) 2 Copy the driver source from the floppy or CD-ROM into a working directory on the Linux system. 3 Untar the driver source with the command, tar zxf 3w-xxxx.tgz. 4 For Red Hat 7.2 and later versions, including Red Hat 8 and 9: Red Hat 7.2 and later support multiple build targets from makefile. Note: Boot to UP version of kernel to build all modules except SMP. For SMP, boot to smpkernel. To build UP module, type: make -f Makefile.rh The file created is 3w-xxxx.o To build SMP module, type: 66 3ware Escalade ATA RAID Controller User Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126

Linux Installation
66
3ware Escalade ATA RAID Controller User Guide
If you are using the LILO boot loader, run LILO to update the boot
record on disk by typing the following:
/sbin/lilo
The output should be similar to:
Added linux *
6
Afterwards, halt the system, add the ATA RAID controller and reboot.
During reboot, the new ATA RAID controller should be recognized.
Afterwards, the
Hardware Discover
utility should pop up.
7
Press return to enter the
Hardware
Discover
utility.
8
Select the
Configure Device
option. The system boot completes and
drives are now available.
Compiling the Driver (For experts only)
If you wish to compile the driver yourself (for a different kernel version that
you are running), then perform the following steps.
Notes:
You must have a full Linux kernel source tree in /usr/src/<kernel
version> in order to do the compile.
In addition, you must boot to the UP kernel to use the make targets.
Otherwise errors will result that will cause the driver build to fail.
1
Download the 3ware driver source from 3ware’s website. (The latest
3ware driver source is bundled with the latest compiled driver and is in
the /src sub-directory.)
2
Copy the driver source from the floppy or CD-ROM into a working
directory on the Linux system.
3
Untar the driver source with the command,
tar zxf 3w-xxxx.tgz
.
4
For Red Hat 7.2 and later versions, including Red Hat 8 and 9:
Red Hat 7.2 and later support multiple build targets from makefile.
Note:
Boot to UP version of kernel to build all modules except
SMP. For SMP, boot to smpkernel.
To build UP module, type:
make -f Makefile.rh
The file created is
3w-xxxx.o
To build SMP module, type: