Hi,
i configured vdbench with 2 servers (centos01 and centos02) .
All was fine with one .parm file till i rebooted master host centos01.
Since this reboot i get the following error if i try to run vdbench against both systems.
[root@localhost vdbench50407]# ./vdbench -f vdbench_CentOS01_CentOS02.parm
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
Vdbench distribution: vdbench50407 Tue June 05 9:49:29 MDT 2018
For documentation, see 'vdbench.pdf'.
23:42:06.968 input argument scanned: '-fvdbench_CentOS01_CentOS02.parm'
23:42:07.086
23:42:07.087 Adjusted default JVM count for host=centos01 from jvms=1 to jvms=8 because of iorate=max and a total of 64 sds.
23:42:07.087 Adjusted default JVM count for host=centos02 from jvms=1 to jvms=8 because of iorate=max and a total of 64 sds.
23:42:07.087
23:42:07.651
23:42:07.652 Current system IP address is '127.0.0.1'. Invalid network definition for multi-host processing.
23:42:07.652
java.lang.RuntimeException: Current system IP address is '127.0.0.1'. Invalid network definition for multi-host processing.
at Vdb.common.failure(common.java:350)
at Vdb.common.failure(common.java:297)
at Vdb.SlaveStarter.startSlave(SlaveStarter.java:136)
at Vdb.SlaveStarter.run(SlaveStarter.java:47)
[root@localhost vdbench50407]#
How can i fix this?
i tried both hostname and IP at the parm file. (/etc/hosts file is also correct with this both hosts)
hd=centos01,system=centos01
hd=centos02,system=centos02
*hd=centos01,system=192.168.66.11
*hd=centos02,system=192.168.66.12
Thanks