Skip to content
Snippets Groups Projects
Commit eef8bf21 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

tsm7-client: readd tsm-ld.so.conf, its still necessary

parent 2cbeb252
Branches
No related tags found
No related merge requests found
# Library Paths for the Tivoli Storage Manager Backup system
/opt/tivoli/tsm/client/ba/bin
/opt/tivoli/tsm/client/api/bin
/opt/tivoli/tsm/client/api/bin64/
/usr/local/ibm/gsk8/lib/
/usr/local/ibm/gsk8_64/lib64/
...@@ -42,10 +42,12 @@ ...@@ -42,10 +42,12 @@
- packages - packages
- tsm - tsm
- name: ensure special ldconfig is removed
file: dest=/etc/ld.so.conf.d/tsm-ld.so.conf state=absent - name: ensure special ldconfig in place
copy: src=tsm-ld.so.conf dest=/etc/ld.so.conf.d/tsm-ld.so.conf
notify: notify:
- ldconfig tsm - ldconfig tsm
- restart tsm service
tags: tags:
- tsm - tsm
- config - config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment