NVBU 9.x Hybrid build is successfully installed on 64bit Linux RHEL 6.4.
The latest Hybrid VMware plugin and BMR are also successfully installed.
However any attempts to open the plugins for configuration from the Backup window, return the following pop up message:
----
No Error.
----
Trace on the gui process shows that the NVBU server cannot contact the client to launch the plugin process:
----
2 FMANUTIL ??? 2600 6 0 113518487064 Failed to get Service 9 error 0 (No Error)
2 FMANUTIL ??? 2600 12 0 113518487064 Failed to start plugin on client
2 GUIFMAN ??? 2600 62 0 113518487064 Connection failed - id 9, error code 0 (No Error)
2 GUIFMAN ??? 2600 63 0 113518487064 Active connection failed
----
Finally, if the Pure 64bit NVBU build is installed on the same machine together with the 64bit VMware plugin version, the plugin can be opened and configured without issues.
However, since the BMR plugins are only 32 bit, the Hybrid NVBU build must be installed on this machine.
1- First check that all necessary libraries needed by the plugin, here VMware plugin, are installed:
#> ldd <NV_HOME>/bin/nvvmware
Check for any "Not found" or "Missing" statements on the right side of the =>
In this case we could see :
libz.so.1 => not found
2- Install the missing library:
'yum install libz.so.1' should fix this issue.
After installation the libz.so.1 library should be present and linked in the following folders:
[root@rhel64 lib64]# ll /lib64/libz*
lrwxrwxrwx. 1 root root 13 May 14 10:56 /lib64/libz.so.1 -> libz.so.1.2.3
-rwxr-xr-x. 1 root root 91096 Oct 3 2012 /lib64/libz.so.1.2.3
[root@rhel64 lib64]# ll /lib/libz*
lrwxrwxrwx. 1 root root 13 May 14 13:12 libz.so.1 -> libz.so.1.2.3
-rwxr-xr-x. 1 root root 75384 Feb 21 23:01 libz.so.1.2.3
3- If the ldd output does not show any missing library, then look at the dynamic VMWare libraries folders structure to see if anything is missing:
These folders should have the following structure:
#> ls -lR <NV_HOME>/dynlib/vddk
/usr/netvault/dynlib/vddk:
total 8
drwx------. 2 root root 4096 May 14 12:41 lib32
drwx------. 2 root root 4096 May 14 12:41 plugins32
/usr/netvault/dynlib/vddk/lib32:
total 77904
-rw-r--r--. 1 root root 1315740 May 14 12:41 libcrypto.so.0.9.8
-rw-r--r--. 1 root root 295600 May 14 12:41 libcurl.so.4
-rw-r--r--. 1 root root 926692 May 14 12:41 libglib-2.0.so.0
-rw-r--r--. 1 root root 241804 May 14 12:41 libgobject-2.0.so.0
-rw-r--r--. 1 root root 14240 May 14 12:41 libgthread-2.0.so.0
-rw-r--r--. 1 root root 6097208 May 14 12:41 libgvmomi.so.0
-rw-r--r--. 1 root root 286808 May 14 12:41 libssl.so.0.9.8
-rw-r--r--. 1 root root 55475508 May 14 12:41 libtypes.so
-rw-r--r--. 1 root root 1739052 May 14 12:41 libvixDiskLib.so.5.0.0
-rw-r--r--. 1 root root 154632 May 14 12:41 libvixDiskLibVim.so
-rw-r--r--. 1 root root 1997624 May 14 12:41 libvixMntapi.so.1.1.0
-rw-r--r--. 1 root root 6296924 May 14 12:41 libvmacore.so
-rw-r--r--. 1 root root 4902812 May 14 12:41 libvmomi.so
/usr/netvault/dynlib/vddk/plugins32:
total 44432
-rw-r--r--. 1 root root 45494313 May 14 12:41 libdiskLibPlugin.so
If anything is missing or is different than the above, please remove and re-install the plugin and verify the issue is fixed.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center