dump2disk.pl
Submitted by Paul Williams on Wed, 2008-02-27 10:21.
Does anyone happen to know which network port number the LMS would use when sending data over to the MIS box using dump2disk? We need to move our MIS to the other side of our network, meaning that a firewall will exist between the two servers...
Paul



The best way is to look for
The best way is to look for the SYB_BACKUP_REMOTE entry in the /usr/opt/sybase/interfaces file on the MIS server:
bash-3.00# cat /usr/opt/sybase/interfaces
SYB_BACKUP_REMOTE
query tcp ether xxtalis 2029
Ateeq Altaf - Technical Consultant, Talis
Thanks Ateeq Ours says
Thanks Ateeq
Ours says this...
master tli tcp /dev/tcp \x000207edac1001460000000000000000
Means nothing to me...
Paul
Oops, you have the older
Oops, you have the older Sybase 11 compatible entry in there.
Try the following as user sybase:
dscp<<END
open interfaces
read SYB_BACKUP_REMOTE
END
Server Name: SYB_BACKUP_REMOTE
Server Service: SQL Server
Server Status: 4 (Unknown)
Server Address:
Transport Type: tcp
Transport Address: xxtalis 2029
Ateeq
That's got it. Thanks for
That's got it. Thanks for your help Ateeq.
Paul