KW Sybase ASE - Automated Backup
KW Sybase ASE - Automated Backup
Version No 1.5
34 - 35, NSEZ,
Noida - 201305
Table of Contents
1 Purpose _________________________________________________________________ 3
2 Scope __________________________________________________________________ 3
3 Assumptions _____________________________________________________________ 3
4 Scenario / Problem Situation / Solution _________________________________________ 3
5 References ______________________________________________________________ 8
6 Revision History _________________________________________________________ 10
1 Purpose
Backup automation for Sybase Database in SAP
2 Scope
If you want to do a backup of Sybase Database for SAP, we can do in different ways.
1. From DBACOCKPIT you can schedule in the database calendar.
2. Run the backup command from OS Level.
3. Using the third party tools.
3 Assumptions
To take the backups in sybase we need to create dump configuration. this is required to
perform the backup options 1 & 2.
Configure Dump-
user mater
go
sp_config_dump @config_name='ER1LOG',
@stripe_dir = 'E:\Backup\Trans_Bcakup',
@compression = '101',
@verify = 'header'
go
Now for the backup Scheduling login to the SAP System using GUI,
Execute DB13 or DBACOCKPIT Transaction for the backup Schedule,
DB13 ---> Database SID ---> Jobs ---> DBA Planning Calendar
For Master backup select 'Database Dump' & for Log backup 'Transaction Dump',
Select 'Schedule as Recurring Action' for periodic backup (Daily, Weekly, etc)
Select the Periodic time, Days that you want to execute the backup,
Confirm the date, Time that you have selected & click on execute option for schedule the
backup,
Below screen confirmed the backup has been scheduled successfully, Now you can verify
form DB13.
DB13 Screen,
5 References
Notes-
• 1585981 SYB: Ensuring Recoverability for Sybase ASE
6 Revision History
Revision History
Date
S.No. Version No. Description of Change Modified By
(mm/dd/yyyy)
1.
2.