ADSM-L

Re: Cann't start backup schedule on Linux

2006-03-08 18:07:13
Subject: Re: Cann't start backup schedule on Linux
From: Patrick Boutilier <boutilpj AT EDNET.NS DOT CA>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 8 Mar 2006 19:05:39 -0400
Richard van Denzel wrote:
If you do an update of the TSM Client software some of the links get
lost. I deviced a script for myself to get them straight again. Contents
of the script (makelinks) is below:

Or just force install the RPM again. :-)


#!/bin/bash

cd /usr/bin
ln -s /opt/tivoli/tsm/client/ba/bin/dsm dsm
ln -s /opt/tivoli/tsm/client/ba/bin/dsmc dsmc
ln -s /opt/tivoli/tsm/client/ba/bin/dsmj dsmj
ln -s /opt/tivoli/tsm/client/ba/bin/dsmcad dsmcad
ln -s /opt/tivoli/tsm/client/ba/bin/dsmadmc dsmadmc
ln -s /opt/tivoli/tsm/client/ba/bin/dsmagent dsmagent
ln -s /opt/tivoli/tsm/client/ba/bin/dsmswitch dsmswitch
ln -s /opt/tivoli/tsm/client/ba/bin/dsmtca dsmtca
cd /usr/lib
ln -s /opt/tivoli/tsm/client/ba/bin/libxerces-c1_6_0.so
libxerces-c1_6_0.so
ln -s /opt/tivoli/tsm/client/ba/bin/libxmlutil-5.2.3.0.so
libxmlutil-5.2.3.0.so
ln -s /opt/tivoli/tsm/client/api/bin/libApiDS.so libApiDS.so
ln -s /opt/tivoli/tsm/client/api/bin/libct_cu.so libct_cu.so
ln -s /opt/tivoli/tsm/client/api/bin/libdmapi.so libdmapi.so
ln -s /opt/tivoli/tsm/client/api/bin/libgpfs.so libgpfs.so
ln -s /opt/tivoli/tsm/client/api/bin/libha_gs_r.so libha_gs_r.so
cd /opt/tivoli/tsm/client/ba/bin
rm -rf en_US
ln -s /opt/tivoli/tsm/client/lang/en_US en_US

Met vriendelijke groet, With kind regards,
Richard van Denzel.
<snip>