This post is more than 5 years old
5 Posts
0
7381
January 28th, 2017 14:00
Avamar backup for MSSQL
We have Avamar configured for taking backups of MSSQL database. When doing full database backup of MSSQL thru AVAMAR, we notice that transaction log getting fill. We know other alternatives like increasing space, but we want avamar tool to run transaction log backup while the full db backup is running. Is it possible with this tool?
No Events found!
shailu366460
1 Rookie
•
6 Posts
0
January 30th, 2017 04:00
Hi,
See if these options are set on your dataset. Tools -> Manage Datasets -> "your dataset"
ionthegeek
2 Intern
•
2K Posts
1
January 31st, 2017 06:00
By design, Avamar will only run one backup of a client at a time.
ionthegeek
2 Intern
•
2K Posts
1
January 30th, 2017 10:00
Trying to use two backup tools on the same SQL database is likely to end badly. If you want Avamar to truncate the transaction logs, you need to rely on Avamar to truncate the transaction logs. If the transaction logs are truncated before they are backed up by the Avamar client, subsequent incremental backups will fail because there are logs missing from the log chain. This will force you to take a new Full backup before you could resume creating incrementals.
giribt
5 Posts
0
January 30th, 2017 10:00
Hi Shailesh,
Thanks for the screenshot. This screenshot says about the type of backup tobe done. But my question is like this.
1) Run database backup of system A
2) While database backup is running can we run another transaction log backup alone using Veritas tool to system A itself.
Ryan_Johnson
73 Posts
0
January 30th, 2017 11:00
Most of the time its best to only use one solution to backup a SQL database but there is a SQL feature called copy-only backup that Microsoft considers safe to use with multiple backup solutions backing up a SQL database. Starting in version 7.4 Avamar supports copy-only SQL backups. A copy-only backup will not interact with transaction logs at all. That way you can have one solution that backups up and truncates logs and another that only does full copy-only backups. You will still run into issues if both solution try to do a backup at the same time so you have to do extra planning to schedule the two solutions so the jobs do not try to run at the same times.
giribt
5 Posts
0
January 30th, 2017 12:00
We are using this MSSQL as database for SAP. size about 4.7TB. We are running database compression (since initially version it came like that) for improving performance. When database backup thru Avamar tool runs for 8-10 hrs, we observe Transaction log getting full and error out/stops SAP from working. It may be highly difficult to get more space added to increase transaction log (as we may not say how much since it is db compression). Thats the reason for my initial question: When my database backup is running, is it not possible to run another backup that just runs the transaction log thru Avamar itself. I am not intending to run manually.
shailu366460
1 Rookie
•
6 Posts
0
March 21st, 2017 01:00
Hi,
As a suggestion - May be you can try to change the backup methodology here. Schedule SAP database backups using SAP Backup/Recovery native tool to filesystem and backup those flat files using external tool.
Obviously- this will have other challenges, but your application will not be impacted due to database is down.