$ orion -run simple -testname orionORION: ORacle IO Numbers -- Version 11.1.0.7.0orion_20101123_1503rwbase_read_luncfg: SlfFopen error on orion.lunorion_parse_args: rwbase_read_luncfg failed
OK, have to create "orion.lun" with either my lun locations or my file locations. I put in file locations:
$ cat orion.lun/tmp/system01.dbf
$ orion -run simple -testname orionORION: ORacle IO Numbers -- Version 11.1.0.7.0orion_20101123_1508Test will take approximately 9 minutesLarger caches may take longerorion_spawn: skgpspawn failed: Error category: 27155, Detail: 2orion_main: orion_spawn failedNon test error occurredOrion exitingIllegal instruction(coredump)
$ truss -f orion -run simple -testname orion...700502: execve("orion", 0x0FFFFFFFFFFBF2D0, 0x0FFFFFFFFFFFFB30) Err#2 ENOENT
$ orion -run simple -testname orionORION: ORacle IO Numbers -- Version 11.1.0.7.0orion_20101123_1510Test will take approximately 9 minutesLarger caches may take longerstorax_skgfr_openfiles: File identification failed on /kyle/system01.dbfOER 27054: please look up error in Oracle documentationAdditional information: 6rwbase_lio_init_luns: lun_openvols failedrwbase_rwluns: rwbase_lio_init_luns failedorion_thread_main: rw_luns failedNon test error occurredOrion exiting
$ makemake: 1254-002 Cannot find a rule to create target bon_io.o from dependencies.Stop.
%.o: %.cpp %.h bonnie.h port.h$(CXX) -c $<
That worked. Test results coming$ for i in *cpp; doname=`echo $i | sed -e 's/.cpp//'`echo "g++ -c $name.cpp $name.h bonnie.h port.h"done > makeo$ sh makeo$ make
Recent comments
17 weeks 1 day ago
27 weeks 1 hour ago
28 weeks 4 days ago
31 weeks 6 days ago
34 weeks 1 day ago
43 weeks 5 days ago
45 weeks 1 day ago
46 weeks 1 day ago
46 weeks 2 days ago
49 weeks 1 day ago