<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Oracle%2FDatabase%2FOracle_Orion</id>
	<title>Oracle/Database/Oracle Orion - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Oracle%2FDatabase%2FOracle_Orion"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Oracle/Database/Oracle_Orion&amp;action=history"/>
	<updated>2026-05-08T16:34:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Oracle/Database/Oracle_Orion&amp;diff=2000&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== Orion ==  [http://www.oracle.com/technetwork/topics/index-089595.html Oracle ORION Downloads]  :&quot;ORION (Oracle I/O Calibration Tool) is a standalone tool for calibrating th...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Oracle/Database/Oracle_Orion&amp;diff=2000&amp;oldid=prev"/>
		<updated>2015-04-15T16:50:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Orion ==  [http://www.oracle.com/technetwork/topics/index-089595.html Oracle ORION Downloads]  :&amp;quot;ORION (Oracle I/O Calibration Tool) is a standalone tool for calibrating th...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Orion ==&lt;br /&gt;
&lt;br /&gt;
[http://www.oracle.com/technetwork/topics/index-089595.html Oracle ORION Downloads]&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;ORION (Oracle I/O Calibration Tool) is a standalone tool for calibrating the I/O performance for storage systems that are intended to be used for Oracle databases. The calibration results are useful for understanding the performance capabilities of a storage system, either to uncover issues that would impact the performance of an Oracle database or to size a new database installation. Since ORION is a standalone tool, the user is not required to create and run an Oracle database.&lt;br /&gt;
&lt;br /&gt;
:With the goal of closely mimicing the Oracle database, ORION generates a synthetic I/O workload, using the same I/O software stack as Oracle. ORION can be configured to generate a wide range of I/O workloads, including ones that simulate OLTP and data warehouse workloads.&lt;br /&gt;
&lt;br /&gt;
:ORION is available for many platforms. Support for additional platforms will be added in the future. The User&amp;#039;s Guide provides detailed usage documentation, including a &amp;quot;getting started&amp;quot; section and trouble-shooting tips. A summary of how to use ORION is also available directly from ORION by invoking the &amp;quot;-help&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
:Please note that ORION is not supported by Oracle. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&lt;br /&gt;
Oracle Orion tool - Measuring Disk I/O—Oracle’s ORION Tool - http://www.jameskoopmann.com/docs/MeasuringDiskIOOraclesORIONTool.htm&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Oracle’s ORION workload tool enables architects to effectively develop a workload that can mimic and stress a storage array in the same manner as planned applications with an Oracle backend database.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;To complete and increase your ability to model an the physical aspects of an Oracle database it is advantageous for the designer to test a disk configuration before they actually install an Oracle database on top of it. For this reason I suggest you take a look at Oracle’s ORION tool to help benchmark your storage architecture. The proper benchmarking can be the difference between the same hardware having poor or excellent performance. Through the use of Oracle’s ORION workload tool Database Architects can effectively develop a workload that can mimic and stress a storage array in the same manner as the planned application with an Oracle backend database. Because the ORION tool does not require a running Oracle database, multiple configurations can be tested such that an optimal storage configuration can be obtained while providing for reliability, stability, and scalability.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The Orion tool has a variety of options to fine-tune the sample workload desired to stress the storage system. Of interest are the following:&lt;br /&gt;
&lt;br /&gt;
   1. Run Level&lt;br /&gt;
         1. Simple – Small and Large Random I/O are tested individually.&lt;br /&gt;
         2. Normal – Same as the simple run level but does combinations of small and random I/Os together.&lt;br /&gt;
         3. Advanced – Allows the user to use a wide variety of options to fine tune the workload.&lt;br /&gt;
   2. num_disks – Defines the number of spindles in the storage array that will be tested.&lt;br /&gt;
   3. size_small – Defines the size for small random I/O.&lt;br /&gt;
   4. size_large – Defines the size for large random or sequential I/O.&lt;br /&gt;
   5. type – Defines the type of large I/O (random or sequential).&lt;br /&gt;
   6. write – Defines the percentage of writes in the workload.&lt;br /&gt;
   7. matrix – Defines the mixture of workload to run.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
It is very easy to begin using the Orion tool&lt;br /&gt;
&lt;br /&gt;
   1. Download Orion&lt;br /&gt;
   2. Install by unzipping the file&lt;br /&gt;
   3. Create a file that contains a list of raw volume or files to test&lt;br /&gt;
   4. Execute the Orion binary with workload options&lt;br /&gt;
   5. View the tabular output&lt;br /&gt;
&lt;br /&gt;
Simple read test:&lt;br /&gt;
 ./orion_linux_em64t -run advanced -testname orion1 -num_disks 1 -write 0 -simulate concat -matrix detailed&lt;br /&gt;
 ./orion_linux_em64t -run advanced -testname orion3 -num_disks 3 -write 0 -simulate concat -matrix detailed&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NAME=&amp;#039;orion-test-run&amp;#039;&lt;br /&gt;
&lt;br /&gt;
ORION_HOME=/orion&lt;br /&gt;
ORION=${ORION_HOME}/bin/orion&lt;br /&gt;
&lt;br /&gt;
#PARAMS=&amp;#039;-run advanced -num_disks 40 -size_small 8 -size_large 8 -type seq -matrix col -num_small 0 -write 99 &amp;#039;&lt;br /&gt;
#PARAMS=&amp;#039;-run advanced -num_disks 40 -size_small 8 -size_large 8 -type seq -write 99 &amp;#039;&lt;br /&gt;
#PARAMS=&amp;#039;-run advanced -testname mtest -num_disks 36 -simulate raid0 -write 0 -type seq -matrix basic -cache_size 16386 –verbose&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# SIMPLE TEST....&lt;br /&gt;
PARAMS=&amp;#039;-run simple -testname mytest -num_disks 8&amp;#039;&lt;br /&gt;
&lt;br /&gt;
$ORION $PARAMS -testname $NAME &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
orion-test-run.lun:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/altamira_bd/OPGE/redos_002/prueba1.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_002/prueba2.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_002/prueba3.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_002/prueba4.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_002/prueba5.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_001/prueba1.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_001/prueba2.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_001/prueba3.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_001/prueba4.dbf&lt;br /&gt;
/altamira_bd/OPGE/redos_001/prueba5.dbf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Command Line Options ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# /orion/bin/orion -help&lt;br /&gt;
ORION: ORacle IO Numbers -- Version 11.1.0.7.0&lt;br /&gt;
ORION runs IO performance tests that model Oracle RDBMS IO workloads.&lt;br /&gt;
It measures the performance of small (2-32K) IOs and large (128K+) IOs&lt;br /&gt;
at various load levels.  Each Orion data point is done at a specific&lt;br /&gt;
mix of small and large IO loads sustained for a duration.  Anywhere&lt;br /&gt;
from a single data point to a two-dimensional array of data points can&lt;br /&gt;
be tested by setting the right options.&lt;br /&gt;
&lt;br /&gt;
An Orion test consists of data points at various small and large IO&lt;br /&gt;
load levels.  These points can be represented as a two-dimensional&lt;br /&gt;
matrix: Each column in the matrix represents a fixed small IO load.&lt;br /&gt;
Each row represents a fixed large IO load.  The first row is with no&lt;br /&gt;
large IO load and the first column is with no small IO load.  An Orion&lt;br /&gt;
test can be a single point, a row, a column or the whole matrix.&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;run&amp;#039; parameter is the only mandatory parameter. Defaults&lt;br /&gt;
are indicated for all other parameters.  For additional information on&lt;br /&gt;
the user interface, see the Orion User Guide.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;testname&amp;gt; is a filename prefix.  By default, it is &amp;quot;orion&amp;quot;.  It can be&lt;br /&gt;
specified with the &amp;#039;testname&amp;#039; parameter.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;testname&amp;gt;.lun should contain a carriage-return-separated list of LUNs&lt;br /&gt;
The output files for a test run are prefixed by &amp;lt;testname&amp;gt;_&amp;lt;date&amp;gt; where&lt;br /&gt;
date is &amp;quot;yyyymmdd_hhmm&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The output files are:&lt;br /&gt;
&amp;lt;testname&amp;gt;_&amp;lt;date&amp;gt;_summary.txt -  Summary of the input parameters along with&lt;br /&gt;
                                 min. small latency, max large MBPS&lt;br /&gt;
                                 and/or max. small IOPS.&lt;br /&gt;
&amp;lt;testname&amp;gt;_&amp;lt;date&amp;gt;_mbps.csv - Performance results of large IOs in MBPS&lt;br /&gt;
&amp;lt;testname&amp;gt;_&amp;lt;date&amp;gt;_iops.csv - Performance results of small IOs in IOPS&lt;br /&gt;
&amp;lt;testname&amp;gt;_&amp;lt;date&amp;gt;_lat.csv - Latency of small IOs&lt;br /&gt;
&amp;lt;testname&amp;gt;_&amp;lt;date&amp;gt;_tradeoff.csv - Shows large MBPS / small IOPS&lt;br /&gt;
                                 combinations that can be achieved at&lt;br /&gt;
                                 certain small latencies&lt;br /&gt;
&amp;lt;testname&amp;gt;_trace.txt - Extended, unprocessed output&lt;br /&gt;
&lt;br /&gt;
WARNING: IF YOU ARE PERFORMING WRITE TESTS, BE PREPARED TO LOSE ANY DATA STORED&lt;br /&gt;
ON THE LUNS.&lt;br /&gt;
&lt;br /&gt;
Mandatory parameters:&lt;br /&gt;
run                     Type of workload to run (simple, normal, advanced, dss, oltp)&lt;br /&gt;
                        simple - tests random 8K small IOs at various loads,&lt;br /&gt;
                                 then random 1M large IOs at various loads.&lt;br /&gt;
                        normal - tests combinations of random 8K small&lt;br /&gt;
                                 IOs and random 1M large IOs&lt;br /&gt;
                        advanced - run the workload specified by the user&lt;br /&gt;
                                   using optional parameters&lt;br /&gt;
                        dss - run with random 1M large IOs at increasing loads&lt;br /&gt;
                                to determine the maximum throughput&lt;br /&gt;
                        oltp - run with random 8K small IOs at increasing loads&lt;br /&gt;
                                to determine the maximum IOPS&lt;br /&gt;
Optional parameters:&lt;br /&gt;
testname                Name of the test run&lt;br /&gt;
num_disks                       Number of disks (physical spindles). Default is&lt;br /&gt;
                        the number of LUNs in &amp;lt;testname&amp;gt;.lun&lt;br /&gt;
size_small              Size of small IOs (in KB) - default 8&lt;br /&gt;
size_large              Size of large IOs (in KB) - default 1024&lt;br /&gt;
&lt;br /&gt;
type                    Type of large IOs (rand, seq) - default rand&lt;br /&gt;
                          rand - Random large IOs&lt;br /&gt;
                          seq -  Sequential streams of large IOs&lt;br /&gt;
num_streamIO            Number of concurrent IOs per stream (only if type is&lt;br /&gt;
                        seq) - default 4&lt;br /&gt;
simulate                Orion tests on a virtual volume formed by combining the&lt;br /&gt;
                        provided volumes in one of these ways (default concat):&lt;br /&gt;
                          concat - A serial concatenation of the volumes&lt;br /&gt;
                          raid0 - A RAID-0 mapping across the volumes&lt;br /&gt;
&lt;br /&gt;
write                   Percentage of writes (SEE WARNING ABOVE) - default 0&lt;br /&gt;
&lt;br /&gt;
cache_size              Size *IN MEGABYTES* of the array&amp;#039;s cache.&lt;br /&gt;
                        Unless this option is set to 0, Orion does a number&lt;br /&gt;
                        of (unmeasured) random IO before each large sequential&lt;br /&gt;
                        data point.  This is done in order to fill up the array&lt;br /&gt;
                        cache with random data.  This way, the blocks from one&lt;br /&gt;
                        data point do not result in cache hits for the next&lt;br /&gt;
                        data point.  Read tests are preceded with junk reads&lt;br /&gt;
                        and write tests are preceded with junk writes.  If&lt;br /&gt;
                        specified, this &amp;#039;cache warming&amp;#039; is done until&lt;br /&gt;
                        cache_size worth of IO has been read or written.&lt;br /&gt;
                        Default behavior: fill up cache for 2 minutes before&lt;br /&gt;
                        each data point.&lt;br /&gt;
&lt;br /&gt;
duration                Duration of each data point (in seconds) - default 60&lt;br /&gt;
&lt;br /&gt;
num_small               Number of outstanding small IOs (only if matrix is&lt;br /&gt;
                        point, col, or max) - no default&lt;br /&gt;
num_large               For random, number of outstanding large IOs.&lt;br /&gt;
                        For sequential, number of streams (only if matrix is&lt;br /&gt;
                        point, row, or max) - no default&lt;br /&gt;
&lt;br /&gt;
matrix                  An Orion test consists of data points at various small&lt;br /&gt;
                        and large IO load levels.  These points can be&lt;br /&gt;
                        represented as a two-dimensional matrix: Each column&lt;br /&gt;
                        in the matrix represents a fixed small IO load.  Each&lt;br /&gt;
                        row represents a fixed large IO load.  The first row&lt;br /&gt;
                        is with no large IO load and the first column is with&lt;br /&gt;
                        no small IO load.  An Orion test can be a single point,&lt;br /&gt;
                        a row, a column or the whole matrix, depending on the&lt;br /&gt;
                        matrix option setting below (default basic):&lt;br /&gt;
                          basic - test the first row and the first column&lt;br /&gt;
                          detailed - test the entire matrix&lt;br /&gt;
                          point - test at load level num_small, num_large&lt;br /&gt;
                          col - varying large IO load with num_small small IOs&lt;br /&gt;
                          row - varying small IO load with num_large large IOs&lt;br /&gt;
                          max - test varying loads up to num_small, num_large&lt;br /&gt;
&lt;br /&gt;
verbose                 Prints tracing information to standard output if set.&lt;br /&gt;
                        Default -- not set&lt;br /&gt;
&lt;br /&gt;
Examples&lt;br /&gt;
For a preliminary set of data&lt;br /&gt;
        -run simple&lt;br /&gt;
For a basic set of data&lt;br /&gt;
        -run normal&lt;br /&gt;
To evaluate storage for an OLTP database&lt;br /&gt;
        -run oltp&lt;br /&gt;
To evaluate storage for a data warehouse&lt;br /&gt;
        -run dss&lt;br /&gt;
To generate combinations of 32KB and 1MB reads to random locations:&lt;br /&gt;
        -run advanced&lt;br /&gt;
        -size_small 32 -size_large 1024 -type rand      -matrix detailed&lt;br /&gt;
To generate multiple sequential 1MB write streams, simulating 1MB RAID0 stripes&lt;br /&gt;
        -run advanced&lt;br /&gt;
        -simulate RAID0 -stripe 1024 -write 100 -type seq&lt;br /&gt;
        -matrix col -num_small 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== issues ==&lt;br /&gt;
&lt;br /&gt;
=== skgfrsaiolmt failed ===&lt;br /&gt;
&lt;br /&gt;
orion_warm_cache: Warming cache failed. Continuing&lt;br /&gt;
storax_skgfr_init: skgfrsaiolmt failed:&lt;br /&gt;
OER 27090: please look up error in Oracle documentation&lt;br /&gt;
Linux-x86_64 Error: 2: No such file or directory&lt;br /&gt;
Additional information: 3&lt;br /&gt;
Additional information: 4096&lt;br /&gt;
Additional information: -1728767552&lt;br /&gt;
lun_init: IO init failed:rwbase_lio_init_ctx: lun_init failed&lt;br /&gt;
rwbase_rwluns: rwbase_lio_init_ctx failed&lt;br /&gt;
orion_thread_main: rw_luns failed&lt;br /&gt;
Non test error occurred&lt;br /&gt;
Orion exiting&lt;br /&gt;
&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
orion_warm_cache: Warming cache failed. Continuing&lt;br /&gt;
rwbase_run_test: rwbase_reap_req failed&lt;br /&gt;
rwbase_run_process: rwbase_run_test failed&lt;br /&gt;
rwbase_rwluns: rwbase_run_process failed&lt;br /&gt;
orion_warm_cache: Warming cache failed. Continuing&lt;br /&gt;
storax_skgfr_init: skgfrsaiolmt failed:&lt;br /&gt;
OER 27090: please look up error in Oracle documentation&lt;br /&gt;
Linux-x86_64 Error: 2: No such file or directory&lt;br /&gt;
Additional information: 3&lt;br /&gt;
Additional information: 4096&lt;br /&gt;
Additional information: -1728767552&lt;br /&gt;
lun_init: IO init failed:rwbase_lio_init_ctx: lun_init failed&lt;br /&gt;
rwbase_rwluns: rwbase_lio_init_ctx failed&lt;br /&gt;
orion_thread_main: rw_luns failed&lt;br /&gt;
Non test error occurred&lt;br /&gt;
Orion exiting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cat /proc/sys/fs/aio-max-nr&lt;br /&gt;
65536&lt;br /&gt;
echo $(( 65536 * 2 )) &amp;gt; /proc/sys/fs/aio-max-nr&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
aio-nr &amp;amp; aio-max-nr [http://www.mjmwired.net/kernel/Documentation/sysctl/fs.txt]&lt;br /&gt;
&lt;br /&gt;
aio-nr is the running total of the number of events specified on the&lt;br /&gt;
io_setup system call for all currently active aio contexts.  If aio-nr&lt;br /&gt;
reaches aio-max-nr then io_setup will fail with EAGAIN.  Note that&lt;br /&gt;
raising aio-max-nr does not result in the pre-allocation or re-sizing&lt;br /&gt;
of any kernel data structures.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://forums.oracle.com/forums/thread.jspa?threadID=952126&lt;br /&gt;
&lt;br /&gt;
ORION: ORacle IO Numbers -- Version 11.1.0.7.0&lt;br /&gt;
sandboxtest_20090901_1216&lt;br /&gt;
Test will take approximately 30 minutes&lt;br /&gt;
Larger caches may take longer&lt;br /&gt;
&lt;br /&gt;
storax_skgfr_init: skgfrsaiolmt failed:&lt;br /&gt;
OER 27090: please look up error in Oracle documentation&lt;br /&gt;
Linux-x86_64 Error: 2: No such file or directory&lt;br /&gt;
Additional information: 3&lt;br /&gt;
Additional information: 4096&lt;br /&gt;
Additional information: -1323009632&lt;br /&gt;
lun_init: IO init failed:rwbase_lio_init_ctx: lun_init failed&lt;br /&gt;
rwbase_rwluns: rwbase_lio_init_ctx failed&lt;br /&gt;
orion_thread_main: rw_luns failed&lt;br /&gt;
Non test error occurred&lt;br /&gt;
Orion exiting&lt;br /&gt;
&lt;br /&gt;
See if helps:http://chandrapabba.blogspot.com/2009/07/ora-27090-message-27090-not-found-on.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://chandrapabba.blogspot.com/2009/07/ora-27090-message-27090-not-found-on.html&lt;br /&gt;
&lt;br /&gt;
Here is how it looked like before starting up an 10.2.0.4 instance:&lt;br /&gt;
&lt;br /&gt;
#/sbin/sysctl -a |grep aio&lt;br /&gt;
fs.aio-max-nr = 1100 #---I reset it to this value from default.&lt;br /&gt;
fs.aio-nr = 0&lt;br /&gt;
&lt;br /&gt;
When the instance was started, the value looked like this:&lt;br /&gt;
#/sbin/sysctl -a |grep aio&lt;br /&gt;
fs.aio-max-nr = 1100 #---I reset it to this value from default.&lt;br /&gt;
fs.aio-nr = 1060&lt;br /&gt;
&lt;br /&gt;
As soon as it hit the ceiling, the above mentioned error was reported in the alert log. When I raised the value, the error message disappeared.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OTN Discussion Forums : Orion test problem - http://forums.oracle.com/forums/thread.jspa?threadID=966193&lt;br /&gt;
 echo 4194304 &amp;gt; /proc/sys/fs/aio-max-nr&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
oracle orion&lt;br /&gt;
&lt;br /&gt;
[[Category:Oracle]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>