RE: ORION num_disks
From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Fri, 12 Sep 2008 10:15:43 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C450D542878@NT15.oneneck.corp>
Date: Fri, 12 Sep 2008 10:15:43 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C450D542878@NT15.oneneck.corp>
Orion does support filesystems and has done so for years. All you have
to do is create a file that is a multiple of the block size you'll be
testing, e.g.:
Create a 4GB file:
dd if=/dev/zero of=/u01/oracle/mytest.dbf bs=8k count=524288
Then, put this file in your test.lun file:
>cat mytest.lun
/u01/oracle/mytest.dbf
Then, run orion:
orion -run simple -testname mytest -num_disks 1
Regards,
Brandon
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Crisler, Jon
I just wish Orion would support filesystems rather than raw devices-
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Sep 12 2008 - 12:15:43 CDT