|  |
|
Oracle Tips by Burleson |
Disk I/O Tuning
Chapter 3:
SCSI Tuning Under AIX
fast-pathing
to specific points in the SMIT interface from the command line. The
fast path is smitty chgdsk to get the disk interface section
of SMIT. As an alternative, you can also use the chdev
command line command to change these parameters.
Let's
look at an example using chdev, if your system contained a
non-IBM SCSI disk drive hdisk7, the following command enables
queuing for that device and sets its queue depth to 3:
# chdev -l
hdisk7 -a q_type=simple -a queue_depth=3
That's fine for a single disk, but what about when you are dealing
with an entire non-IBM disk array? Let's look at that next.
Any
disk array appears to AIX as a single, rather large, disk drive. A
non-IBM disk array, like a non-IBM disk drive, will be of class
disk, subclass scsi, type osdisk (which is short
for "Other SCSI Disk Drive"). However, we know a disk array
actually contains a number of physical disk drives. Each
physical disk drive
can handle multiple requests, therefore the queue depth for the
disk array device has to be set to a value high enough to allow
efficient use of all of the physical devices. For example, if
hdisk8 were an eight-disk non-IBM disk array, where each disk
supports a queued depth of 3, an appropriate change using chdev
would be:
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

|