Greetings,
I'm very new to Sybase and i'm trying to backup up all our development
databases using a remote server; The development Sybase server doesn't
contain enougf free space to dump all the databases so i want to use a
remote Backup server onto another Linux machine.
I tried to run a simple dump of an small databse to a disk file but got
this weird error:
bash-2.05$ isql -Dmaster -Usa -SSYLNXDEV2
Password:
1> dump database NewBreak to "/opt/sybase-11.9.2/testdump.dmp"
2> go
Msg 7205, Level 17, State 2:
Server 'SYLNXDEV2', Line 1:
Can't open a connection to site 'SYB_BACKUP'. See the error log file in
the SQL
Server boot directory.
Msg 7205, Level 18, State 3:
Server 'SYLNXDEV2', Line 1:
Can't open a connection to site 'SYB_BACKUP'. See the error log file in
the SQL
Server boot directory.
1> select srvname from sysservers
2> go
srvname
------------------------------
SYB_BACKUP
SYLNXDEV2
SYLNXDEV2_XP
local
(4 rows affected)
The development Sybase server was configured by someone else, so i don't
know even if this server is running as backup server. Also i want to
backup against a remote linux server, not to the same linux box.
We are using Sybase 11.9 on Redhat 6.2 / 7.2.
Thanks in advance,
JV.