Hello,
This is a file I'm using:
#Host Definition
hd=default,clients=10,user=root,shell=ssh
hd=host1,system=localhost
hd=host2,system=host2
hd=host3,system=host3
hd=host4,system=host4
hd=host5,system=host5
hd=host6,system=host6
hd=host7,system=host7
hd=host8,system=host8
#File System Definition
#width=3, depth=8 and files=10 : In this example is Width^Depth*Files | 3^8*10 = 65610 Files
fsd=default,depth=8,width=3,files=10,sizes=(16k,30,32k,20,64k,20,128k,10,512k,15,1024k,5),openflags=directio
fsd=fsd1,anchor=/y-demo/data01/
fsd=fsd2,anchor=/y-demo/data02/
fsd=fsd3,anchor=/y-demo/data03/
fsd=fsd4,anchor=/y-demo/data04/
fsd=fsd5,anchor=/y-demo/data05/
fsd=fsd6,anchor=/y-demo/data06/
fsd=fsd7,anchor=/y-demo/data07/
fsd=fsd8,anchor=/y-demo/data08/
#File System Workload Definition
fwd=fwd1,fsd=fsd1,host=host1,xfersize=8k,operation=read,fileio=random,fileselect=random,threads=32
fwd=fwd2,fsd=fsd2,host=host2,xfersize=8k,operation=read,fileio=sequential,fileselect=random,threads=32
fwd=fwd3,fsd=fsd3,host=host3,xfersize=16k,operation=read,fileio=random,fileselect=random,threads=32
fwd=fwd4,fsd=fsd4,host=host4,xfersize=16k,operation=read,fileio=sequential,fileselect=sequential,threads=32
fwd=fwd5,fsd=fsd5,host=host5,xfersize=8k,operation=read,fileio=random,fileselect=random,threads=32
fwd=fwd6,fsd=fsd6,host=host6,xfersize=8k,operation=write,fileio=(sequential,delete),fileselect=random,threads=32
fwd=fwd7,fsd=fsd7,host=host7,xfersize=4k,operation=read,fileio=random,fileselect=random,threads=32
fwd=fwd8,fsd=fsd8,host=host8,xfersize=4k,operation=write,fileio=(sequential,delete),fileselect=sequential,threads=32
#Run Definition
#rd=create,fwd=*,format=yes,fwdrate=max,threads=128,interval=1
rd=FR1,fwd=*,fwdrate=(10000-50000,2000),format=no,elapsed=120,interval=1,pause=15,warmup=15
#rd=FR1,fwd=*,fwdrate=max,format=no,elapsed=60,interval=1,pause=15,warmup=15
Everytime I use the "clients" option I receive:
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Vdbench distribution: vdbench50406 Wed July 20 15:49:52 MDT 2016
For documentation, see 'vdbench.pdf'.
12:45:05.598 input argument scanned: '-ffile_test01.vdb'
12:45:05.598 input argument scanned: '-ooutput/dump'
12:45:05.598 input argument scanned: '-s'
12:45:06.145
12:45:06.145 Unable to locate host host1 (No wildcards allowed)
12:45:06.145
java.lang.RuntimeException: Unable to locate host host1 (No wildcards allowed)
at Vdb.common.failure(common.java:335)
at Vdb.common.failure(common.java:284)
at Vdb.Host.findHost(Host.java:353)
at Vdb.FwdEntry.readParms(FwdEntry.java:207)
at Vdb.Vdbmain.parseParameterLines(Vdbmain.java:700)
at Vdb.Vdbmain.main(Vdbmain.java:578)
Upon removal of the "clients" it works normally, there is no network problem or anything.
Thoughts?