Hi experts,
I'm trying to connect to a remote backup server S2_BS running on VM2 from a data server S1 running on VM1. When I issued following command in isql
1> SYB_BACKUP...sp_who
2> go
Msg 7221, Level 14, State 2:
Server 'S1', Line 1:
Login to site 'SYB_BACKUP' failed.
It failed to connect to its SYB_BACKUP (i.e. S2_BS is configured for SYB_BACKUP in this case).
And I got following error in the error log of S2_BS:
Jun 23 14:48:53 2014: Backup Server: 2.24.2.1: The host '10.43.13.204' is not authorized to connect to this Backup Server.
Jun 23 14:48:53 2014: Backup Server: 2.6.2.10: Login information unavailable.
I can ping VM2 from VM1 without any issue:
$ ping 10.43.13.204
PING 10.43.13.204 (10.43.13.204) 56(84) bytes of data.
64 bytes from 10.43.13.204: icmp_seq=1 ttl=64 time=0.035 ms
And have entry for S2_BS in /opt/sybase/interfaces on VM1:
S2_BS
master tcp ether 10.43.11.19 5002
query tcp ether 10.43.11.19 5002
And S2_BS is running correctly on VM2.
I'm running ASE 15.7 SP110 on both VM1 and VM2.
Could someone please let me know how to fix this?