Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invalid openflags= parameter for Windows

LesikLDec 4 2014 — edited Dec 5 2014

I'm trying to test 3 iSCSI diks without any volume on them in Windows Server 2012. Two of them are GPT and one is MBR if it make sence. Here is a part of param file, that I use:

hd=localhost

sd=sd1,lun=\\.\PHYSICALDRIVE1,openflags=directio,threads=8

#sd=sd2,lun=\\.\PHYSICALDRIVE2,openflags=directio,threads=8

#sd=sd3,lun=\\.\PHYSICALDRIVE3,openflags=directio,threads=8

wd=s1,sd=*,seekpct=5,rdpct=100,xfersize=256k

wd=s2,sd=*,seekpct=5,rdpct=75,xfersize=256k

wd=s3,sd=*,seekpct=5,rdpct=50,xfersize=256k

wd=s4,sd=*,seekpct=5,rdpct=0,xfersize=256k

Here is the output:

Vdbench distribution: vdbench50402

For documentation, see 'vdbench.pdf'.

08:01:35.479 Created output directory 'c:\vdbench1\output'

08:01:35.494 input argument scanned: '-ftest_1'

08:01:35.682 Starting slave: C:\vdbench1\vdbench SlaveJvm -m localhost -n localh

ost-10-141204-08.01.35.448 -l localhost-0 -p 5570

08:01:36.072 All slaves are now connected

08:01:36.992

08:01:36.992 **********************************************************

08:01:36.992 Slave localhost-0 aborting: Invalid 'openflags=' parameter for Wind

ows: o_direct

08:01:37.008 **********************************************************

08:01:37.008

08:01:39.036

08:01:39.036 Slave localhost-0 prematurely terminated.

08:01:39.036

08:01:39.036 Slave aborted. Abort message received:

08:01:39.036 Invalid 'openflags=' parameter for Windows: o_direct

08:01:39.036

08:01:39.036 Look at file localhost-0.stdout.html for more information.

08:01:39.036

08:01:39.036 Slave localhost-0 prematurely terminated.

08:01:39.036

java.lang.RuntimeException: Slave localhost-0 prematurely terminated.

        at Vdb.common.failure(common.java:306)

        at Vdb.SlaveStarter.startSlave(SlaveStarter.java:179)

        at Vdb.SlaveStarter.run(SlaveStarter.java:50)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2015
Added on Dec 4 2014
3 comments
1,619 views