Hi,
Need some quick help around it.
I'm trying to run vdbench from a Linux machine. I have already changed -client with -d64 in script. other details are as follows
uname -a (altered outout)
rhel-71-srv1 3.10.0-229.el7.ppc64 #1 SMP Thu Jan 29 18:40:45 EST 2015 ppc64 ppc64 ppc64 GNU/Linux
java -version (output)
java version "1.7.0_75"
OpenJDK Runtime Environment (rhel-2.5.4.2.el7_0-ppc64 u75-b13)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
VDbench is throwing error that failed to load library.
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Vdbench distribution: vdbench50405 Mon April 11 10:10:57 MDT 2016
For documentation, see 'vdbench.pdf'.
08:00:27.406 Created output directory '/home/vdbench50405/output'
08:00:27.425 input argument scanned: '-f/tmp/parmfile'
08:00:27.473 Starting slave: /home/vdbench50405/vdbench SlaveJvm -m localhost -n localhost-10-160602-08.00.27.392 -l localhost-0 -p 5570
08:00:27.494
08:00:27.494 File /home/vdbench50405/linux/ppc64.so does not exist.
08:00:27.494 This may be an OS that a shared library currently
08:00:27.494 is not available for. You may have to do your own compile.
08:00:27.495 t: java.lang.UnsatisfiedLinkError: Can't load library: /home/vdbench50405/linux/ppc64.so
08:00:27.495
08:00:27.495 Loading of shared library /home/vdbench50405/linux/ppc64.so failed.
08:00:27.495 If the error message relates to 32 vs. 64bit processing
08:00:27.495 please understand that Vdbench supports 32 and 64-bit Java
08:00:27.495 for Solaris and Linux only at this time.
08:00:27.495 There also may be issues related to a cpu type not being
08:00:27.495 acceptable to Vdbench, e.g. MAC PPC vs. X86
08:00:27.495 Contact me at the Oracle Vdbench Forum for support.
08:00:27.495
08:00:27.995
08:00:27.995 Failure loading shared library
08:00:27.996
java.lang.RuntimeException: Failure loading shared library
at Vdb.common.failure(common.java:334)
at Vdb.common.get_shared_lib(common.java:1081)
at Vdb.Native.<clinit>(Native.java:31)
at Vdb.common.signal_caller(common.java:718)
at Vdb.ConnectSlaves.connectToSlaves(ConnectSlaves.java:96)
at Vdb.Vdbmain.masterRun(Vdbmain.java:774)
at Vdb.Vdbmain.main(Vdbmain.java:596)
Help....
I'm doing unzip on the server it self ,but getting the same error.
Regards
Ashutosh Pathak