Chapter 2 Configuration
10
2.3 Configuring I/O devices
This section describes the tasks required to enable the SCSI/SAS target driver to identify
disk devices. In the explanation here, these tasks are discussed based on the assumption
that the sd driver (SCSI disk driver) is used.
Please refer to the manual of each device for the definition of the control driver of other
I/O devices such as tape drive.
2.3.1 Collecting information about the devices to be connected
First, collect the following information about the devices that will be connected:
SCSI target ID for each device
Logical unit (LU: Logical Unit) number included with each device
WWID of HBA (SAS)
Information on the device with which the server for the installation is connected by
executing "probe‑scsi‑all" on OBP can be confirmed.
{0} ok probe‑scsi‑all
/pci@7,700000/FJSV,eulsa@0
MPT Version : 01.05 , Firmware Version : 01.24.00.00
SAS World Wide ID(HBA:Port0) is 0x500605b0 003cf854
Target 0x1c
Unit 0x0 Disk FUJITSU E2000
0000
2097152 Blocks, 1073 MB
Unit 0x1 Disk FUJITSU E2000
0000
2097152 Blocks, 1073 MB
:
2.3.2 Editing the sd.conf
The definition file for the sd driver is /kernel/drv/sd.conf add the collected information
to this file. sd.conf contains several default settings.
#
# Copyright (c) 1992, by Sun Microsystems, Inc.
#
#ident
@(#)sd.conf 1.8 93/05/03 SMI
name= sd
class=
scsi
target=0 lun=0;
name= sd
class=
scsi
target=1 lun=0;
:
:
A definition begins with name= sd and ends with a semicolon (;). target=X specifies a
SCSI target ID. lun=X specifies a logical unit number. A line starting with a number sign