PAS-C01 · Question #110
A company is running an SAP ERP Central Component (SAP ECC) system on an SAP HANA database that is 10 TB in size. The company is receiving notifications about long-running database backups every day.
The correct answer is B. Check the UploadChannelSize parameter for AWS Backint agent. Increase this value in the aws-. AWS Backint Agent for SAP HANA uses parallel upload channels to stream backup data to Amazon S3. The UploadChannelSize parameter controls how many parallel channels are used during the backup upload. For a 10 TB database, if this value is too low, the backup becomes serialized or
Question
A company is running an SAP ERP Central Component (SAP ECC) system on an SAP HANA database that is 10 TB in size. The company is receiving notifications about long-running database backups every day. The company uses AWS Backint Agent for SAP HANA (AWS Backint agent) on an Amazon EC2 instance to back up the database. An SAP NetWeaver administrator needs to troubleshoot the problem and propose a solution. Which solution will help resolve this problem?
Options
- AEnsure that AWS Backint agent is configured to send the backups to an Amazon S3 bucket over
- BCheck the UploadChannelSize parameter for AWS Backint agent. Increase this value in the aws-
- CCheck the MaximumConcurrentFilesForRestore parameter for AWS Backint agent. Increase the
- DEnsure that the backups are compressed. If necessary, configure AWS Backint agent to compress
How the community answered
(31 responses)- A6% (2)
- B77% (24)
- C13% (4)
- D3% (1)
Explanation
AWS Backint Agent for SAP HANA uses parallel upload channels to stream backup data to Amazon S3. The UploadChannelSize parameter controls how many parallel channels are used during the backup upload. For a 10 TB database, if this value is too low, the backup becomes serialized or insufficiently parallelized, causing long runtimes. Increasing UploadChannelSize allows more data to be transferred concurrently to S3, directly improving backup throughput and reducing duration. The MaximumConcurrentFilesForRestore parameter (C) governs restore parallelism, not backup speed, so changing it would have no effect on the problem. Compression (D) reduces the volume of data uploaded but adds CPU overhead and the primary bottleneck for a 10 TB backup is typically upload throughput, not data size alone. Routing backups over a VPC endpoint (A) reduces data transfer costs and keeps traffic off the internet but does not inherently increase upload throughput to a degree that resolves long backup windows.
Topics
Community Discussion
No community discussion yet for this question.