|  |
|
Oracle Tips by Burleson |
Disk I/O Tuning
Chapter 3:
HP-UX SCSI Tuning

|
Set the
mode parameter mode to value. The available mode parameters
and values are listed above.
Mode parameters that take only a binary value (1
or 0 )
and can also be specified as either
on
or off ,
respectively. |
-q
|
Suppress
the labels that are normally printed when mode parameters
are displayed. Mode parameter values are printed in the
same order as they appear on the command line, separated by
semicolon-blank (;
) or newline. |
Table 3-3: The scsictl Command Options
Mode
parameters and commands need only be specified up to a unique
prefix. When abbreviating a mode parameter or command, at least the
first three characters must be supplied.
To
display all the mode parameters, turn immediate_report on,
and redisplay the value of immediate_report:
scsictl -a -m ir=1 -m ir /dev/rdsk/c0t6d0
producing the following output:
immediate_report = 0; queue_depth = 8;
immediate_report = 1
To
get the same output using the suppression of labels, the command
would look like so:
scsictl -aq -m ir=1 -m ir /dev/rdsk/c0t6d0
producing the following output:
The above text is
an excerpt from:
Oracle Disk I/O Tuning
Disk IO Performance & Optimization for Oracle
Databases
ISBN
0-9745993-4-4
by Mike Ault
Oracle Consulting
Services
Burleson
Oracle Consulting offers Senior Oracle consultants which are available for all
areas of Oracle support. Common Oracle consulting support activities include
short-term Oracle tuning, Oracle database troubleshooting, Oracle9i and
Oracle10g migration,
Oracle9iAS App Server
consulting, Oracle design reviews and
Oracle requirements evaluation support. Oracle support and Oracle consulting
services are priced by the hour, so you only pay for what you need. These
one-time Oracle consulting services commonly include:
-
Answering
questions from your Oracle DBA technical staff
-
Repairing down
production Oracle database systems
-
One-time
Oracle tuning evaluation
-
Guru support
for your Oracle DBA
-
Installation
of Oracle application packages
For more
information, please visit
www.rampant-books.com

|