Skip to content
Snippets Groups Projects
Commit 47c03962 authored by Lars Beckers's avatar Lars Beckers
Browse files

tsm-client: wrapper for dsmcert

sometimes(!) symlinks to gsk libraries are missing
parent 4e521564
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export LD_LIBRARY_PATH="/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/:"
export LANG="en_US.utf-8"
export LC_CTYPE="en_US.utf-8"
exec /usr/bin/dsmcert "$@"
......@@ -48,10 +48,16 @@
- tsm
- config
- name: ensure special dsmcert script is in place
copy: src=dsmcert dest=/usr/local/bin/dsmcert mode=0755 owner=root group=root
tags:
- tsm
- config
- name: ensure tls anchor certificate is configured
command: dsmcert -add -server "T-TeleSec GlobalRoot Class 2" -file /etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem
args:
creates: IBM/SpectrumProtect/certs/dsmcert.sth
creates: /opt/tivoli/tsm/client/ba/bin/dsmcert.kdb
tags:
- tsm
- config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment