Skip to content

Commit 5a831a8

Browse files
update
1 parent 32e5072 commit 5a831a8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • content/interview-articles/2026-06-16-sap-s4hana-aws-migration-senior-delivery-consultant-interview-questions

content/interview-articles/2026-06-16-sap-s4hana-aws-migration-senior-delivery-consultant-interview-questions/body.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -426,20 +426,20 @@ <h2>Q23. What is HANA System Replication and how do you set it up between primar
426426
<p>Setup steps:</p>
427427
<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>
428428
<p>Stop HANA on secondary:</p>
429-
<pre><code>HDB stop</code></pre>
429+
<pre style="overflow-x:auto;white-space:pre-wrap;word-break:break-all;background:var(--pts-section-alt,#f6f8fa);border:1px solid var(--pts-border,#e2e8f0);border-radius:6px;padding:0.75rem 1rem;font-size:0.82rem;line-height:1.6;max-width:100%;"><code>HDB stop</code></pre>
430430
<p>Register secondary to primary:</p>
431-
<pre><code>hdbnsutil -sr_register \
431+
<pre style="overflow-x:auto;white-space:pre-wrap;word-break:break-all;background:var(--pts-section-alt,#f6f8fa);border:1px solid var(--pts-border,#e2e8f0);border-radius:6px;padding:0.75rem 1rem;font-size:0.82rem;line-height:1.6;max-width:100%;"><code>hdbnsutil -sr_register \
432432
--remoteHost=primary_hostname \
433433
--remoteInstance=00 \
434434
--replicationMode=sync \
435435
--operationMode=logreplay \
436436
--name=SECONDARY_AZ2 \
437437
--remoteName=PRIMARY_AZ1</code></pre>
438438
<p>Start HANA on secondary:</p>
439-
<pre><code>HDB start</code></pre>
439+
<pre style="overflow-x:auto;white-space:pre-wrap;word-break:break-all;background:var(--pts-section-alt,#f6f8fa);border:1px solid var(--pts-border,#e2e8f0);border-radius:6px;padding:0.75rem 1rem;font-size:0.82rem;line-height:1.6;max-width:100%;"><code>HDB start</code></pre>
440440
<p>Initial full data sync starts automatically — primary ships entire data volume to secondary.</p>
441441
<p>Validate:</p>
442-
<pre><code>hdbsql "select SITE_NAME, REPLICATION_STATUS, SHIPPED_LOG_POSITION, REPLAYED_LOG_POSITION from M_SYSTEM_REPLICATION"</code></pre>
442+
<pre style="overflow-x:auto;white-space:pre-wrap;word-break:break-all;background:var(--pts-section-alt,#f6f8fa);border:1px solid var(--pts-border,#e2e8f0);border-radius:6px;padding:0.75rem 1rem;font-size:0.82rem;line-height:1.6;max-width:100%;"><code>hdbsql "select SITE_NAME, REPLICATION_STATUS, SHIPPED_LOG_POSITION, REPLAYED_LOG_POSITION from M_SYSTEM_REPLICATION"</code></pre>
443443
<p>REPLICATION_STATUS must show synced.</p>
444444
<p><strong>Follow-up defense:</strong></p>
445445
<ul>
@@ -567,7 +567,7 @@ <h2>Q29. Have you set up HANA database backup?</h2>
567567
<p>Installation — /usr/sap/SID/SYS/global/hdb/opt/aws-backint-agent/</p>
568568
<p>Configuration file — aws-backint-agent-configuration.yaml — region, bucket, prefix, kms_key_id, compress=true.</p>
569569
<p>HANA global.ini configuration:</p>
570-
<pre><code>catalog_backup_using_backint = true</code></pre>
570+
<pre style="overflow-x:auto;white-space:pre-wrap;word-break:break-all;background:var(--pts-section-alt,#f6f8fa);border:1px solid var(--pts-border,#e2e8f0);border-radius:6px;padding:0.75rem 1rem;font-size:0.82rem;line-height:1.6;max-width:100%;"><code>catalog_backup_using_backint = true</code></pre>
571571
<p>data_backup_parameter_file and log_backup_parameter_file pointing to Backint Agent config.</p>
572572
<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>
573573
<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

Comments
 (0)