You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/interview-articles/2026-06-16-sap-s4hana-aws-migration-senior-delivery-consultant-interview-questions/body.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -426,20 +426,20 @@ <h2>Q23. What is HANA System Replication and how do you set it up between primar
426
426
<p>Setup steps:</p>
427
427
<p>Copy SSFS PKI files from primary to secondary — identical files required for trusted channel. md5sum SSFS_SID.DAT on both nodes must match. Most common HSR setup failure when skipped.</p>
<p>data_backup_parameter_file and log_backup_parameter_file pointing to Backint Agent config.</p>
572
572
<p>Without catalog_backup_using_backint=true — backup catalog stays on local disk. Instance failure means catalog loss — cannot identify S3 objects for restore.</p>
573
573
<p>IAM instance profile permissions — s3:PutObject, s3:GetObject, s3:ListBucket scoped to specific backup bucket ARN and prefix. kms:GenerateDataKey, kms:Decrypt scoped to specific KMS key ARN. No wildcards.</p>
0 commit comments