Specifications

1 Enabling Tag Queuing
Tag Queuing is a SCSI-II option implemented by several large SCSI
hard disk drives. It allows a series of commands, sent to the drive
by the host adapter, to be executed in an optimal order and not
necessarily in the order in which they were sent. Normally, the
UNIX SCSI Manager disables Tag Queuing by default because some
drives have non-SCSI-conforming Tag Queuing implementations.
To enable Tag Queuing, follow these steps:
1.
Type the following and press
Enter
to change directories to the
/etc/conf/pack.d/Sdsk directory:
cd /etc/conf/pack.d/Sdsk
2.
Using the vi editor, type the following and press
Enter
to edit
the file space.c. in this directory:
vi space.c
3.
To search for the string Sdsk_no_tag = 0 and replace it with
Sdsk_no_tag = 1, type the following and press
Enter:
:g/tag -
O/s//tag - 1
4.
Type :
wq
and press
Enter
to save the file.
5.
To relink the kernel and enable the new capability, type the
following and press
Enter:
cd /etc/conf/cf.d
./link-unix
6.
Reboot the system to invoke the newly linked kernel.
Installing Software Drivers for UNIX
7-17