VMware Cloud Community
Manisethuramn
Contributor
Contributor

Is it possible to use vdbench with cross platforms(Linux to windows)?

Hi guys,

Is it possible to use vdbench with cross platforms(Linux to windows)? I am trying to initiate vdbench from Linux host (Master) and run it on Windows host(slave) ended up with below error. Any leads on this ?

The same param file is working when initiated  from windows host.

03:19:10.431 input argument scanned: '-fwin'

03:19:10.535 Starting slave: c:\vdbench\vdbench SlaveJvm -m 10.XX.XX.XX -n 10.XX.XX.XX-10-190624-03.19.10.405 -l hd1-0 -p 5570

03:19:10.542 Successfully connected to the Vdbench rsh daemon on host 10.XX.XX.XX

03:19:10.542 RSH Connection to 10.XX.XX.XX using port 5560 successful

03:19:12.126

03:19:12.126 findSlave() Unable to find slave: rsh_to_client

03:19:12.126

  1. java.lang.RuntimeException: findSlave() Unable to find slave: rsh_to_client

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

        at Vdb.SlaveList.findSlaveLabel(SlaveList.java:64)

        at Vdb.SlaveSocket.getMessage(SlaveSocket.java:215)

        at Vdb.Rsh.getRemoteOutput(Rsh.java:105)

        at Vdb.Rsh.issueCommand(Rsh.java:204)

        at Vdb.SlaveStarter.startJvm(SlaveStarter.java:238)

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

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

Param file content:

===================

hd=default,vdbench=c:\vdbench,shell=vdbench

hd=hd1,system=10.XX.XX.XX

************************************************************************************

sd=default,size=1g

sd=sd1,host=hd1,lun=\\.\PhysicalDrive1,openflags=directio

***********************************************************************************

wd=wd1,sd=(sd1),rdpct=100,rhpct=0,whpct=0,xfersize=64k,seekpct=100

****************************************************************************************

rd=rd1,wd=(wd1),interval=1,iorate=max,elapsed=40000,warmup=1,forthreads=1024

Reply
0 Kudos
0 Replies