Installing the itmpt Sun SPARCSolaris FC Dr iver 3-11
Figure 3.8 /kernel/drv/ssd.conf
Step 4. The itmpt device driver is nowinstalled. Reboot the machine to
reconfigure the system and to recognize the new devices.
3.2.1.2 Distribution File Install
If you received the drivers in an itmpt_install.tar.Zfile, follow these steps:
Step 1. Uncompress and untar the itmpt_install.tar.Z file by typing the
following commands in order to create a directory named
install:
uncompress itmpt_install.tar.Z
tar -xvf itmpt_install.tar
cd install
Step 2. Execute the pkgadd process as described in the previous
section to add the itmpt driver to the operating system:
Note: If you change the disk drive configuration of your machine,
it may be necessary to issue the command:
touch(
space
)/reconfigure
and then reboot the system in order for the system to
detect and correctly install your new disks.
Example:
With just the default entry for each target in /kernel/drv/ssd.conf, only
devices at LUN 0 will be probed.
name="ssd" parent="itmpt" target=0;
Toadd nonzero LUN support, replace the above entry with an entry for
each LUN to probe, such as:
name="ssd" parent="itmpt" target=0 lun=0;
name="ssd" parent="itmpt" target=0 lun=1;
name="ssd" parent="itmpt" target=0 lun=2;
name="ssd" parent="itmpt" target=0 lun=3;
This should be done for any targets that need to probe for multiple
LUNs.