Adaptec 2074700-R User Guide - Page 90

ICP RAID Controller Installation in an Already, Con d FreeBSD System

Page 90 highlights

Installing Berkeley UNIX FreeBSD 9.4 9.4.1 9.4.2 ICP RAID Controller Installation in an Already Configured FreeBSD System In the event you are adding an ICP RAID controller to a pre-existing FreeBSD system, ensure that the newly created host drives are detected after existing disks attached to the operating system (most particularly, the disk containing the root file system). Due to the device numbering in Unix-based kernels (in this case FreeBSD), failure to do so may render the system unbootable. Possible solutions to this issue may include one of the following procedures: 1. Ensure that the ICP RAID driver loads after the other SCSI drivers have loaded. This can be accomplished by performing one of the following steps: a. Compile the ICP RAID driver as a Kernel module and specify the load time in the / boot/loader.rc configuration file a. Manually load and unload the ICP RAID Kernel Module using utilities like "kldload" and "kldunload" after the system has booted. 2. Modify system configuration files like /etc/fstab. To do so you will need to know explicit device filenames associated with all the disks in the system. The exact procedure used will depend on your particular system configuration. Please refer to your FreeBSD documentation before changing any system configuration. Installation Procedure 1. Install the driver package. a. Copy file iir-1.1.tgz from the driver floppy, for example, (DOS-Format): mount -t msdos /dev/fd0 /mnt cp /mnt/iir-1.1.tgz /tmp/iir-1.1.tgz umount /mnt b. Install package using the command: pkg_add /tmp/iir-1.1.tgz 2. Reboot. From now on the driver is loaded automatically as a module. The OS version of ICPCON is also installed. 3. Run the ICPCON utility to configure your RAID devices (refer to Chapter 10, "ICP RAID Console," for more details). 4. Follow the vendor supplied documentation to partition, format and mount your RAID host drives. Un-installation Procedure 1. Unmount the host drive(s) using the following command: 90 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

90
Software Installation and User’s Guide
Installing Berkeley UNIX FreeBSD
9.4
ICP RAID Controller Installation in an Already
Configured FreeBSD System
In the event you are adding an ICP RAID controller to a pre-existing FreeBSD system,
ensure that the newly created host drives are detected after existing disks attached to the
operating system (most particularly, the disk containing the root file system). Due to the
device numbering in Unix-based kernels (in this case FreeBSD), failure to do so may
render the system unbootable. Possible solutions to this issue may include one of the
following procedures:
1.
Ensure that the ICP RAID driver loads after the other SCSI drivers have loaded. This
can be accomplished by performing one of the following steps:
a.
Compile the ICP RAID driver as a Kernel module and specify the load time in the /
boot/loader.rc configuration file
a.
Manually load and unload the ICP RAID Kernel Module using utilities like "kldload"
and "kldunload" after the system has booted.
2.
Modify system configuration files like /etc/fstab. To do so you will need to know
explicit device filenames associated with all the disks in the system.
The exact procedure used will depend on your particular system configuration. Please
refer to your FreeBSD documentation before changing any system configuration.
9.4.1
Installation Procedure
1.
Install the driver package.
a.
Copy file
iir-1.1.tgz
from the driver floppy, for example, (DOS-Format):
mount -t msdos /dev/fd0 /mnt
cp /mnt/iir-1.1.tgz /tmp/iir-1.1.tgz
umount /mnt
b.
Install package using the command:
pkg_add /tmp/iir-1.1.tgz
2.
Reboot. From now on the driver is loaded automatically as a module. The OS version
of ICPCON is also installed.
3.
Run the ICPCON utility to configure your RAID devices (refer to
Chapter 10, “ICP
RAID Console,”
for more details).
4.
Follow the vendor supplied documentation to partition, format and mount your RAID
host drives.
9.4.2
Un-installation Procedure
1.
Unmount the host drive(s) using the following command: