A P P E N D I X  A

Connecting External SCSI Devices

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 card, satellite CPU or host CPU transition card.

  FIGURE A-1 Locating the SCSI Port on the Host CPU Front Transition Card (Netra CT 410 Server)

Figure showing the location of the SCSI port on the host CPU front transition card for the Netra CT 410 server.

  FIGURE A-2 SCSI Connector on the CPU Rear Transition Card

Figure showing the location of the SCSI port on the host CPU rear transition card for the Netra CT 810 and 410 servers.

2. Determine if you need to use the VHDC-to-SCSI 3 adapter cable included in the Netra CT server ship kit.

3. Get the SCSI cable from the external SCSI device's ship 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 those instructions.

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

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

Refer to Connecting a Terminal Console to the Server.

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

From this list, 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 card and the c0 name is for a SCSI controller on an I/O card 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 will be able to use the devices you connected to the adapter's SCSI controller. Refer to the devfsadm(1M) man page for more 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.