| 1. The "cmode" displayed from the chvol(8) command enables/disables I/O
consolidation. If consolidation is enabled, then at the time I/O buffers
are moved onto the device queue, the system will check to see if
sequential buffers represent I/O to consecutive blocks on disk, and if so,
it will perform a single I/O request for the set of sequential buffers
with consecutive blocks (assuming same direction I/O). The bottom line is
that this improves performance; I'm not aware of any situation in which
you would wish to disable this consolidation.
2. The rblks/wblks values displayed from chvol(8) are independent of the
advfs file stripe width.
larry
|
| You need a minimum of 512 log pages.
The question as to what is the optimal number of log pages with respect to
performance and space utilization is not so simple. I expect it to be
some function based on the frequency of logged operations your system
performs, the frequecy of I/O requests your system performs, and the
specific logflush operations performed (probably other factors as well).
All that said, the expectation is that the frequency of logged operations
is typically small enough so that the number of log pages is not likely to
represent a bottleneck.
larry
|