 |
 |
| Oracle Tips: |
|
Tuning the SCSI interface in Windows
There are two ways to change the SCSI settings for a Windows SCSI system. The first is during the install of the driver or during a reboot, usually the system will provide you with a way to get into the SCSI configuration utility when it starts up. The second is via registry edit. Registry edit is a frightening method to do anything in Windows, one wrong entry could result in your system not starting properly or in data corruption or loss. Now that I've scared you, let's discuss the registry edit method for adjusting your SCSI interface.
The items which can be tuned in Windows are located in (or added to) the registry key:
Where the "aic78xx" is replaced with the name of your controllers driver. The values that can be edited will usually have to be added as values:
These values are added by using the following procedure:
- Click on the Start button.
- Select the Run menu item.
- In the Run dialog box, enter the appropriate registry editor name (may be regedit32 or just regedit).
- Press the Enter key.
- Open the registry list to the appropriate location, for example:
- If the keys (Parameters and Device) listed above do not exist, you will have to add them by right clicking on the driver name and selecting the proper drop-down boxes. See Figure 3-1.
[IMAGE]
F
To continue reading for free, register below or login
To read more you must become a member of SearchOracle.com
');
// -->

igure 3-1: Adding a Key
- To add a specific host adapter append Device with its indicator, device zero would be Device0. If the number is not specified the configuration information applies to all SCSI family host devices.
- Right click on the Device key.
- Select Add Value from the Edit menu. In the Value Name edit box, enter one of the valid parameter values. Make sure to enter the appropriate data type for the value and make sure you use the proper case exactly as they are specified. Repeat 8 and 9 for all additional keys. See Figure 3-2.
[IMAGE]
Figure 3-2: Adding Values to the Device Key
There are additional device specific parameters that can also be modified or added. These are:
These are added to a new parameter added at the device level called DeviceParameters, which is a string value. The parameters are added as a space separated list. See Figure 3-3.
[IMAGE]
Figure 3-3: Device DriverParameters Value
You need to look at your adapter manual (you may have to download a copy from the device manufacturer's website) for the parameters that can be added or modified for your adapter.
Click to buy the book, "Oracle disk I/O tuning," by Mike Ault.
About the author
Mike Ault is a SearchOracle.com expert and a senior Oracle consultant with Burleson Consulting, and one of the leading names in Oracle technology. The author of more than 20 Oracle books and hundreds of articles in national publications, Mike Ault has five Oracle Masters Certificates and was the first popular Oracle author with his landmark book "Oracle7 administration and management." Mike also wrote several of the "Exam Cram" books, and enjoys a reputation as a leading author and Oracle consultant. Ask Mike a question today!

|