If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > Backup server crashes frequently

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-24-02, 04:59
sarnie72 sarnie72 is offline
Registered User
 
Join Date: Nov 2002
Posts: 3
Backup server crashes frequently

hi, I don't know why but fequently ( practically nearly every day )
The sybase backup server fallsover and fails to take a backup . I restart it again and then serveral hours later when it supposes to take a scheduled backup it fallsover again . I have checked the interface file that is fine .Checked the the sysservers table entry is there.
I get errors 7205 and 7235 . Looked on the sybase website , not particularly helpful , tried some of the solutions they had , all indications are fine . This one is a bit of a mystery . Even after running the backup server I checked netstat -a to see if the port was used by something else and it is not .
help !
Reply With Quote
  #2 (permalink)  
Old 12-24-02, 19:44
willy_and_the_ci willy_and_the_ci is offline
Registered User
 
Join Date: Feb 2002
Location: Willy is on vacation
Posts: 1,208
Hiya,

If there is abackup server core dump, probably a good idea to supply that to Sybase Support.

Also, when it fails try doing the following SYB_BACKUP...sp_who, this is tell you if it is still alive.

Cheers
Willy
Reply With Quote
  #3 (permalink)  
Old 12-26-02, 15:50
corral corral is offline
Registered User
 
Join Date: Aug 2002
Location: Madrid, Spain
Posts: 83
Re: Backup server crashes frequently


Quote:
Originally posted by sarnie72
hi, I don't know why but fequently ( practically nearly every day )
The sybase backup server fallsover and fails to take a backup . I restart it again and then serveral hours later when it supposes to take a scheduled backup it fallsover again . I have checked the interface file that is fine .Checked the the sysservers table entry is there.
I get errors 7205 and 7235 . Looked on the sybase website , not particularly helpful , tried some of the solutions they had , all indications are fine . This one is a bit of a mystery . Even after running the backup server I checked netstat -a to see if the port was used by something else and it is not .
help !
Just a comment; it's probably unrelated to your problem.
In some ASE versions (I know it happened in 11.0.3.3)
the backupserver process didn't "daemonize" well.
So, if launched from a startup script, it couldn't detach
from the script and died when the script finished.
We had to code
nohup startserver -f ...
instead of just
startserver -f ...
And, more important, inside the RUN file,
nohup backupserver ...
instead of
backupserver ...

Regards,
Mariano CorralModified post

Last edited by corral; 12-27-02 at 05:49.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On