Communication server to server

2013-12-11 Thread mik
Hi all, That works we have found the problem it was a network problem with the port We pass to another router and that work We export policy and a node and it's fine Thanks for all peaple for the help. Best regards, Mickael. +---

Re: Communication server to server

2013-12-11 Thread Rick Saylor
Try this. From each of your TSM servers issue the commands below. Look over the output for clues. By adding the word, help, in front of each command you will get a nice explanation of the command and the expected output. You can also post the output back here for us to look over. query server f=d

Communication server to server

2013-12-11 Thread mik
Hi Nick, Thanks for the reply, For the firewall when i do telnet ip_TSMSERVER2 tcp/ip_port on TSM_SERVER1 and telnet ip_TSM_SERVER1tcp/ip_port on TSMSERVER2 The connection was established. On the TSM_SERVER1 tsm: TSM_SERVER1>q admin Administrator Days Since Days Since Locked? Privilege Classe

Re: Communication server to server

2013-12-10 Thread Nick Laflamme
Did you issue SET SERVERPASSWORD on each server before doing the DEFINE SERVER commands? That’s probably a silly question, but if you didn’t, that would explain things. When you look at the activity logs on each server, can you see the other server trying to connect? Does it ever work? Nick

Communication server to server

2013-12-10 Thread mik
Hi and thanks for the reply Nick My fault i have do that exactelly on TSM_SERVER1 DEFINE SERVER TSMSERVER2 SERVERPASSWORD=password> HLADDRESS=Ip LLADDRESS=port_tcp/ip on TSMSERVER2 DEFINE SERVER TSM_SERVER1 SERVERPASSWORD=password> HLADDRESS=Ip LLADDRESS=port_tcp/ip On the two server the ad

Communication server to server

2013-12-10 Thread mik
backupcentral.com. +-- mik Communication server to server Hi everybody, We try to connect both TSM server for that we do on TSM_SERVER1 DEFINE SERVER TSMSERVER2 SERVERPASSWORD=password> HLADDRESS=Ip LLADDRESS=port_tcp/ip

Re: Communication server to server

2013-12-10 Thread Nick Laflamme
I think that on SERVER1 you should be trying to define SERVER2 if you want PING to work, and vice versa. Or have you already done that? I’m confused why your ANR0561E message refers to TSMSERVER2, not SERVER2. Nick On Dec 10, 2013, at 9:53 AM, mik wrote: > Hi everybody, > > We try to conne

Communication server to server

2013-12-10 Thread mik
Hi everybody, We try to connect both TSM server for that we do on SERVER1 DEFINE SERVER SERVER1 SERVERPASSWORD=password> HLADDRESS=Ip LLADDRESS=port_tcp/ip on SERVER2 DEFINE SERVER SERVER2 SERVERPASSWORD=password> HLADDRESS=Ip LLADDRESS=port_tcp/ip On the two server the admin and his passwo