nerdexam
Amazon

PAS-C01 · Question #21

An SAP engineer has deployed an SAP S/4HANA system on an Amazon EC2 instance that runs Linux. The SAP license key has been installed. After a while, the newly installed SAP instance presents an error

The correct answer is C. Set the SLIC_HW_VERSION Linux environment variable.. On AWS EC2, SAP derives its hardware key from underlying host hardware identifiers. Because AWS uses a shared infrastructure model, the physical host can change beneath a running instance during maintenance or live migration events-even without any user-initiated changes. This ca

Operation and Maintenance of SAP Workloads on AWS

Question

An SAP engineer has deployed an SAP S/4HANA system on an Amazon EC2 instance that runs Linux. The SAP license key has been installed. After a while, the newly installed SAP instance presents an error that indicates that the SAP license key is not valid because the SAP system's hardware key changed. There have been no changes to the EC2 instance or its configuration. Which solution will permanently resolve this issue?

Options

  • APerform SAP kernel patching.
  • BApply a new SAP license that uses a new hardware key. Install the new key.
  • CSet the SLIC_HW_VERSION Linux environment variable.
  • DReboot the EC2 instance.

How the community answered

(32 responses)
  • A
    19% (6)
  • B
    3% (1)
  • C
    69% (22)
  • D
    9% (3)

Explanation

On AWS EC2, SAP derives its hardware key from underlying host hardware identifiers. Because AWS uses a shared infrastructure model, the physical host can change beneath a running instance during maintenance or live migration events-even without any user-initiated changes. This causes the hardware key to shift, invalidating the existing SAP license. The solution is to set the SLIC_HW_VERSION Linux environment variable, which instructs the SAP license manager to use a stable, virtualization-aware method for computing the hardware key instead of relying on volatile physical hardware identifiers. This is the AWS-recommended and SAP-supported fix that permanently stabilizes the key. Option A (kernel patching) addresses software bugs, not hardware key instability. Option B (new license) is only a temporary fix because the key would change again under the same conditions. Option D (reboot) does not change the root cause.

Topics

#SAP License#Hardware Key#EC2 Virtualization#Environment Variables

Community Discussion

No community discussion yet for this question.

Full PAS-C01 Practice