Skip to content

Commit

Permalink
docs/node: Add multi-package BIOS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Sep 10, 2024
1 parent b3dc460 commit 068e9a8
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,11 @@ running SGX workloads inside guest VMs. In this case additional provisioning may
be required to be performed on the host.

Note that the system must be booted in UEFI mode for provisioning to work as the
provisioning process uses UEFI variables to communicate with the BIOS.
provisioning process uses UEFI variables to communicate with the BIOS. In
addition the **SGX Auto MP Registration** BIOS configuration setting should be
set to _enabled_.

#### Ubuntu 22.04
#### Ubuntu 22.04+

To provision and register your multi-socket system you need to install the Intel
SGX Multi-Package Registration Agent Service as follows (assuming Intel's SGX
Expand All @@ -231,6 +233,12 @@ apt repository has been added as discussed above):
sudo apt install sgx-ra-service
```

After boot, the log in `/var/log/mpa_registration.log` should indicate
successful registration. If an error is reported, make sure that you have
enabled SGX Auto MP Registration in the BIOS as mentioned above. You can also
perform re-provisioning by rebooting and setting the **SGX Factory Reset**
option to _enabled_.

#### VMware vSphere 8.0+

In order to enable SGX remote attestation on VMware vSphere-based systems,
Expand Down

0 comments on commit 068e9a8

Please sign in to comment.