A P P E N D I X  A

Connecting External SCSI Devices

This appendix describes how to connect external SCSI devices to your server.


procedure icon  To Connect an External SCSI Device

1. Locate the SCSI port on your Netra CT server.

You can connect an external SCSI device to the SCSI port on an I/O board, satellite CPU board, or host rear transition module (RTM).

FIGURE A-1 shows the locations of the connectors on the host RTM. The host RTM is the same for both the Netra CT 810 server and the Netra CT 410 server; only the location in the rear board cage differs.


FIGURE A-1 SCSI Connector on the Netra CP2140 Host RTM


2. Determine if you need to use the very high density (VHDC) to SCSI 3 adapter cable included in the Netra CT server shipping kit.

3. Obtain the SCSI cable from the external SCSI device's shipping kit.

4. Connect one end of the SCSI cable to the SCSI connector on your Netra CT server.

5. Connect the other end of the SCSI cable to the appropriate SCSI port on the external SCSI device.

Refer to the documentation that you received with the external SCSI device for more information.

6. Set the SCSI ID on the external SCSI device to a SCSI ID that is not being used already by an internal SCSI device in your Netra CT server.

Refer to the documentation that came with your external SCSI device for instructions on setting the SCSI ID on the device.

Note that the lower hard disk drive (HDD1) is on a separate secondary SCSI chain.

7. Power on the external SCSI device.

Refer to the documentation that you received with the external SCSI device for instructions.

8. Determine if your Netra CT server is powered off or on.

9. Log in to the Netra CT server as superuser.

See Connecting a Terminal Console to a Server.

10. Use the cfgadm command to list all of the attachment-point ID names, including the SCSI controllers.

From the cfgadm list output, find the attachment-point ID name of the SCSI controller where you connected the external SCSI device.

The following example is from a Netra CT 410 server with two SCSI controllers (c0 and c2). The c0 attachment-point ID name is for the SCSI controller on the system's CPU board, and the c0 name is for a SCSI controller on an I/O board installed in the system.


# cfgadm
Ap_Id					Type				Receptacle				Occupant				Condition
AL-1					mcd/fhs				connected				configured				ok
CPU					bridge/fhs				connected				configured				ok
IO-2					unknown				empty				unconfigured				unknown
IO-4					unknown				empty				unconfigured				unknown
IO-5					unknown				disconnected				unconfigured				ok
c0					scsi-bus				connected				configured				unknown
c0::dsk/c0t0d0					disk				connected				configured				unknown
c2					scsi-bus				connected				configured				unknown
usb0/1					unknown				empty				unconfigured				ok
usb0/2					unknown				empty				unconfigured				ok
usb0/3					unknown				empty				unconfigured				ok
usb0/4					unknown				empty				unconfigured				ok
usb1/1					unknown				empty				unconfigured				ok
usb1/2					unknown				empty				unconfigured				ok
usb1/3					unknown				empty				unconfigured				ok
usb1/4					unknown				empty				unconfigured				ok

11. Use the cfgadm command to configure the external SCSI device to the host system.

Replace controller-ap-id with the SCSI controller's attachment-point ID name.


# cfgadm -c configure controller-ap-id

For example, if the attachment-point ID is c2, you would type:


# cfgadm -c configure c2

12. Use the devfsadm command to rebuild the /dev and /devices directories.

After using the devfsadm command, you can use the devices you connected to the adapter's SCSI controller. Refer to the devfsadm(1M) man page for information.

13. Use the cfgadm command to verify that the external SCSI device is connected to the system.

The following example shows a media tray CD-ROM drive, which has an attachment-point ID name of c2::dsk/c2t4d0, configured to the system.


# cfgadm
Ap_Id					Type				Receptacle				Occupant				Condition
AL-1					mcd/fhs				connected				configured				ok
CPU					bridge/fhs				connected				configured				ok
IO-2					unknown				empty				unconfigured				unknown
IO-4					unknown				empty				unconfigured				unknown
IO-5					unknown				disconnected				unconfigured				ok
c0					scsi-bus				connected				configured				unknown
c0::dsk/c0t0d0					disk				connected				configured				unknown
c2					scsi-bus				connected				configured				unknown
c2::dsk/c2t4d0					CD-ROM				connected				configured				unknown
usb0/1					unknown				empty				unconfigured				ok
usb0/2					unknown				empty				unconfigured				ok
usb0/3					unknown				empty				unconfigured				ok
usb0/4					unknown				empty				unconfigured				ok
usb1/1					unknown				empty				unconfigured				ok
usb1/2					unknown				empty				unconfigured				ok
usb1/3					unknown				empty				unconfigured				ok
usb1/4					unknown				empty				unconfigured				ok

Refer to the Solaris documentation for instructions on how to use the devices.