Adaptec 2074700-R User Guide - Page 64

GDTH Driver Parameters

Page 64 highlights

Installing Linux 5.5 5.5.1 GDTH Driver Parameters Reservation of SCSI Devices The reservation of SCSI devices becomes necessary if you want Direct Access Devices (for example, hard disks, removable hard disks like Iomega or SyQuest) to be directly controlled by Linux and not the ICP RAID controller's firmware (for example, they are not configured as host drives). Reservation of SCSI devices is also called raw-service. In this case the ICP RAID controller does not cache the data to/from the reserved SCSI device. This reservation is important for removable hard disks. If they are controlled by the ICP RAID controller and are a host drive, a media change is very difficult. Non Direct Access Devices like CD-ROMs, Streamers, DATs, etc. do NOT require a reservation. Important: The reservation of SCSI devices is only possible with not-initialized SCSI devices. (Use ICPCON to de-initialize an already initialized device). 1. From driver version 1.10 on you can add the parameters for the reservation with the LILO append command: Excerpt of /etc/lilo.conf: # End LILO global section # Linux bootable partition config begins image = /boot/vmlinuz root = /dev/sda2 label = Linux append = "gdth=reserve_list:1,0,6,0" # Linux bootable partition config ends This gdth driver parameter reserves the SCSI device that is connected with ICP RAID controller 1 (the second ICP RAID controller), SCSI Bus 0 (channel A), ID 6, LUN 0 for Linux (raw service). After each change in /etc/lilo.conf lilo must be loaded once. Driver parameters may also be entered at the LILO boot prompt. (for example: gdth=reserve_list:1,0,6,0). 64 Software Installation and User's 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
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214

64
Software Installation and User’s Guide
Installing Linux
5.5
GDTH Driver Parameters
5.5.1
Reservation of SCSI Devices
The reservation of SCSI devices becomes necessary if you want
Direct Access Devices
(for example, hard disks, removable hard disks like Iomega or SyQuest) to be directly
controlled by Linux and not the ICP RAID controller's firmware (for example, they are
not configured as host drives).
Reservation of SCSI devices is also called
raw-service
. In this case the ICP RAID
controller does not cache the data to/from the reserved SCSI device. This reservation is
important for removable hard disks. If they are controlled by the ICP RAID controller and
are a host drive, a media change is very difficult.
Non Direct Access Devices like CD-ROMs, Streamers, DATs, etc. do NOT require a
reservation.
Important:
The reservation of SCSI devices is only possible with not-initialized SCSI
devices. (Use ICPCON to de-initialize an already initialized device).
1.
From driver version 1.10 on you can add the parameters for the reservation with the
LILO append command:
Excerpt of /etc/lilo.conf:
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda2
label = Linux
append = "gdth=reserve_list:1,0,6,0"
# Linux bootable partition config ends
This gdth driver parameter reserves the SCSI device that is connected with ICP RAID
controller 1 (the second ICP RAID controller), SCSI Bus 0 (channel A), ID 6, LUN 0
for Linux (raw service).
After each change in /etc/lilo.conf lilo must be loaded once.
Driver parameters may also be entered at the LILO boot prompt. (for example:
gdth=reserve_list:1,0,6,0).