Tcp/ip problem

zwierzu85

Newcomer
Joined
Oct 1, 2012
Messages
2
Reaction score
0
Points
0
PREDATAR Control23

Hi
I'm trying to install TSM server and I stuck in one moment.
When I want to configure it I have an erorr "Failed to comunicate with server using following parameters" and my tcpserveraddress is the same as hostname. I edited dsmserv.opt, dsm.opt but it doesn't works and I can't change server ip address.
How can I do it?

Thanks in advance
 
PREDATAR Control23

did you try from the server cmdline: SET SERVERHLADDRESS and SET SERVERLLADDRESS
 
PREDATAR Control23

try: telnet <tcpserveraddress> <port>

e.g. telnet tsm01.domain.com1500
 
PREDATAR Control23

Through cmd I have an errors:
- ANS1017E Session rejected tcp/ip connection failure
- ANS8023E Unable to establish session with server
- ANS8002I Highest return code was -50

Server is up and running
 
PREDATAR Control23

Through cmd I have an errors:
- ANS1017E Session rejected tcp/ip connection failure
- ANS8023E Unable to establish session with server
- ANS8002I Highest return code was -50

Server is up and running

Is this the first time you brought up the TSM server - meaning after installation?

Option 1:

If this is, stop the server (forcefully since you have not way of logging into it), and restart in the foreground. This should bring up the TSM server in console mode. You now can setup the admin account and password properly, and change whatever you need to.

Option 2: (if this has been running before)

Try on the server itself:

- go to the directory where dsmadmc resides
- DOS session: dsmadmc /tcpserveraddress=<IP_of_TSM_server> /id=admin /pa=password

You should be able to login and change whatever you want.
 
Last edited:
Top