TSM in combination with ReaR

dcz01

ADSM.ORG Senior Member
Joined
Feb 18, 2014
Messages
58
Reaction score
3
Points
0
Location
Germany
Hello,

I hope someone could help me here.
I'm now searching a lot of time for an solution of my error with the TSM client and the ReaR tool that says always that one important library of the client is missing.
Does someone know the client library "libvixDiskLib.so.6"?

ReaR is an Deaster Recovery tool which workes normally great with TSM:

Here is the old problem which i had a time ago:

And here is the actual output of the ReaR tool in an CentOS 8.2 with TSM client 7.1.8.9 and ReaR version 2.6:
Code:
[root@FBD01PSS ~]# rear mkrescue
Broken symlink '/etc/grub2.cfg' in recovery system because 'readlink' cannot determine its link target
Broken symlink '/usr/lib/modules/4.18.0-193.28.1.el8_2.x86_64/build' in recovery system because 'readlink' cannot determine its link target
Broken symlink '/usr/lib/modules/4.18.0-193.28.1.el8_2.x86_64/source' in recovery system because 'readlink' cannot determine its link target
There are binaries or libraries in the ReaR recovery system that need additional libraries /bin/gdisk requires additional libraries (fatal error)

/opt/tivoli/tsm/client/ba/bin/libvixMntapi.so.1.1.0 requires additional libraries (specified as non-fatal)
        libvixDiskLib.so.6 => not found
ReaR recovery system in '/tmp/rear.pa35lFzY1gbEn8m/rootfs' needs additional libraries, check /var/log/rear/rear-FBD01PSS.log for details
Build area kept for investigation in /tmp/rear.pa35lFzY1gbEn8m, remove it when not needed
ERROR: ReaR recovery system in '/tmp/rear.pa35lFzY1gbEn8m/rootfs' not usable (required libraries are missing)
Some latest log messages since the last called script 990_verify_rootfs.sh:
  partprobe is /bin/partprobe
  wipefs is /bin/wipefs
  mkfs is /bin/mkfs
  mkfs.vfat is /bin/mkfs.vfat
  mkfs.xfs is /bin/mkfs.xfs
  xfs_admin is /bin/xfs_admin
  mkswap is /bin/mkswap
  ldconfig is /bin/ldconfig
Aborting due to an error, check /var/log/rear/rear-FBD01PSS.log for details
Beendet

Could it be that problem?

Greetings
dcz01
 
Here is the newer output from the ldd command for the TSM client library:

Code:
[root@FBD01PSS ~]# ldd /opt/tivoli/tsm/client/ba/bin/libvixMntapi.so
        linux-vdso.so.1 (0x00007ffd949bc000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f480bcb8000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f480ba98000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f480b86f000)
        libz.so.1 => /lib64/libz.so.1 (0x00007f480b658000)
        libvixDiskLib.so.6 => not found
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f480b2c3000)
        libfuse.so.2 => /lib64/libfuse.so.2 (0x00007f480b084000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f480ae7b000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f480ac63000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f480a8a1000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f480c3a5000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f480a51f000)
 
Back
Top