Linux V530 Error: ANS0101E unable to open.. dsmclientV3.cat

hmb

ADSM.ORG Member
Joined
Feb 2, 2005
Messages
2
Reaction score
0
Points
0
Hi,



i upgraded to V5.30 and get this error message:



/opt/tivoli/tsm/client/lang/en_US# dsmc

ANS0101E Unable to open English message repository 'dsmclientV3.cat'.



/opt/tivoli/tsm/client/lang/en_US# echo $LANG

en_US

/opt/tivoli/tsm/client/lang/en_US# echo $LC_ALL

en_US

/opt/tivoli/tsm/client/lang/en_US# echo $PATH

/root/bin:/opt/tivoli/tsm/client/api/bin/en_US:/root/bin:/opt/tivoli/tsm/client/lang/en_US:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11



Any suggestions?[email protected]
 
Hello,



I think the problem is that V5.3 tries to make a link to /opt/tivoli/tsm/client/lang/en_US in /opt/tivoli/tsm/client/ba/bin. If you upgrade the client you have to delete the old directory /opt/tivoli/tsm/client/ba/bin/en_US first, otherwise the link can not be created.



you can also do this manually after the update. rm -r /opt/tivoli/tsm/client/ba/bin/en_US.

And then

cd /opt/tivoli/tsm/client/ba/bin

ln -s /opt/tivoli/tsm/client/lang/en_US



hope this helps,



Volker



<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Quote:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><BLOCKQUOTE>Hi,



i upgraded to V5.30 and get this error message:



/opt/tivoli/tsm/client/lang/en_US# dsmc

ANS0101E Unable to open English message repository 'dsmclientV3.cat'.



/opt/tivoli/tsm/client/lang/en_US# echo $LANG

en_US

/opt/tivoli/tsm/client/lang/en_US# echo $LC_ALL

en_US

/opt/tivoli/tsm/client/lang/en_US# echo $PATH

/root/bin:/opt/tivoli/tsm/client/api/bin/en_US:/root/bin:/opt/tivoli/tsm/client/lang/en_US:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11



Any suggestions?[email protected]</BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE>
 
Hi,

many thanks, this solves my problem.



Regards, Harald
 
Back
Top