Adaptec 2400A Installation Guide - Page 64

FreeBSD

Page 64 highlights

Installing the Driver 8 If you need to add devices to a secondary controller, open a terminal window and type sdiconfig -l. This utility returns the device address for all controllers recognized by the operating system and any attached devices. (You will need this information to perform Step 9.) The device address is of the format cCCbBBtTTdDD, where I CC specifies the controller ID. I BB is the controller channel (or bus) number of the bus to which the disks are attached. The range is 0 - 7. I TT is the target ID (TID). The range is 0 - 31. I DD (the second "D") is always zero. 9 To add a drive to a secondary controller, type diskadd cCCbBBtTTdDD For example, a new drive or array is connected to a secondary Adaptec RAID controller on Channel A and the drive has a TID 0. The controller number is 1 because it is a secondary controller. Therefore, the command would be diskadd c1b0t0d0 For details on diskadd, refer to the diskadd(1M) man page. FreeBSD The Adaptec RAID controller driver is embedded in the kernel for versions 4.1.1 and later. Therefore, you do not need to do anything related to driver installation once your operating system is installed. Note: For the most up-to-date information on Adaptec's support of FreeBSD, or to download driver sources, visit http://opensource.adaptec.com. 3-29

  • 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

3-29
Installing the Driver
8
If you need to add devices to a secondary controller, open a
terminal window and type
sdiconfig -l
. This utility
returns the device address for all controllers recognized by the
operating system and any attached devices. (You will need this
information to perform
Step 9
.) The device address is of the
format
c
CC
b
BB
t
TT
d
DD
, where
CC
specifies the controller ID.
BB
is the controller channel (or bus) number of the bus to
which the disks are attached. The range is 0 - 7.
TT
is the target ID (TID). The range is 0 - 31.
DD
(the second “D”) is always zero.
9
To add a drive to a secondary controller, type
diskadd
c
CC
b
BB
t
TT
d
DD
For example, a new drive or array is connected to a secondary
Adaptec RAID controller on Channel A and the drive has a
TID 0. The controller number is 1 because it is a secondary
controller. Therefore, the command would be
diskadd
c1b0t0d0
For details on
diskadd
, refer to the diskadd(1M) man page.
FreeBSD
The Adaptec RAID controller driver is embedded in the kernel for
versions 4.1.1 and later. Therefore, you do not need to do anything
related to driver installation once your operating system is installed.
Note:
For the most up-to-date information on Adaptec’s
support of FreeBSD, or to download driver sources, visit
.