Set the TPM policy
By default, a replacement system board is shipped with the TPM policy set to undefined. You must modify this setting to match the setting that was in place for the system board that is being replaced.
From Lenovo XClarity Provisioning Manager
To set the TPM policy from Lenovo XClarity Provisioning Manager:서버를 시작하고 화면의 안내에 지정된 키를 눌러 Lenovo XClarity Provisioning Manager 인터페이스를 표시하십시오. (자세한 내용은 Lenovo XClarity Provisioning Manager 포털 페이지에서 서버와 호환되는 LXPM 설명서의
시작
섹션을 참조하십시오.)If the power-on Administrator password is required, enter the password.
From the System Summary page, click Update VPD.
- Set the policy to one of the following settings.
NationZ TPM 2.0 enabled - China only. Customers in the Chinese Mainland should choose this setting if a NationZ TPM 2.0 adapter is installed.
TPM enabled - ROW. Customers outside of the Chinese Mainland should choose this setting.
Permanently disabled. Customers in the Chinese Mainland should use this setting if no TPM adapter is installed.
주Although the setting undefined is available as a policy setting, it should not be used.
From Lenovo XClarity Essentials OneCLI
주Please note that a Local IPMI user and password must be setup inLenovo XClarity Controller for remote accessing to the target system. To set the TPM policy from Lenovo XClarity Essentials OneCLI:- Read TpmTcmPolicyLock to check whether the TPM_TCM_POLICY has been locked:
OneCli.exe config show IMM.TpmTcmPolicyLock --override --bmc <userid>:<password>@<ip_address>주The IMM.TpmTcmPolicyLock value must be 'Disabled', which means TPM_TCM_POLICY is NOT locked and changes to the TPM_TCM_POLICY are permitted. If the return code is ‘Enabled’ then no changes to the policy are permitted. The planar may still be used if the desired setting is correct for the system being replaced.
Configure the TPM_TCM_POLICY into XCC:
For customers in Chinese Mainland with no TPM, or customers that require to disable TPM:
OneCli.exe config set IMM.TpmTcmPolicy "NeitherTpmNorTcm" --override --bmc <userid>:<password>@<ip_address>For customers in Chinese Mainland that require to enable TPM:
OneCli.exe config set IMM.TpmTcmPolicy "NationZTPM20Only" --override --bmc <userid>:<password>@<ip_address>For customers outside Chinese Mainland that require to enable TPM:
OneCli.exe config set IMM.TpmTcmPolicy "TpmOnly" --override --bmc <userid>:<password>@<ip_address>
Issue reset command to reset system:
OneCli.exe misc ospower reboot --bmc <userid>:<password>@<ip_address>Read back the value to check whether the change has been accepted:
OneCli.exe config show IMM.TpmTcmPolicy --override --bmc <userid>:<password>@<ip_address>주If the read back value is matched it means the TPM_TCM_POLICY has been set correctly.
imm.TpmTcmPolicy is defined as below:Value 0 use string “Undefined” , which means UNDEFINED policy.
Value 1 use string “NeitherTpmNorTcm”, which means TPM_PERM_DISABLED.
Value 2 use string “TpmOnly”, which means TPM_ALLOWED.
Value 4 use string “NationZTPM20Only”, which means NationZ_TPM20_ALLOWED.
Below 4 steps must also be used to ‘lock’ the TPM_TCM_POLICY when using OneCli/ASU commands:
Read TpmTcmPolicyLock to check whether the TPM_TCM_POLICY has been locked , command as below:
OneCli.exe config show IMM.TpmTcmPolicyLock --override --bmc <userid>:<password>@<ip_address>The value must be 'Disabled', it means TPM_TCM_POLICY is NOT locked and must be set.
Lock the TPM_TCM_POLICY:
OneCli.exe config set IMM.TpmTcmPolicyLock "Enabled" --override --bmc <userid>:<password>@<ip_address>Issue reset command to reset system, command as below:
OneCli.exe misc ospower reboot --bmc <userid>:<password>@<ip_address>During the reset, UEFI will read the value from imm.TpmTcmPolicyLock, if the value is 'Enabled' and the imm.TpmTcmPolicy value is valid, UEFI will lock the TPM_TCM_POLICY setting.주The valid values for imm.TpmTcmPolicy include 'NeitherTpmNorTcm', 'TpmOnly', and 'NationZTPM20Only'.
If the imm.TpmTcmPolicyLock is set as 'Enabled' but imm.TpmTcmPolicy value is invalid, UEFI will reject the 'lock' request and change imm.TpmTcmPolicyLock back to 'Disabled'.
Read back the value to check whether the ‘Lock’ is accepted or rejected. Command as below:
OneCli.exe config show IMM.TpmTcmPolicy --override --bmc <userid>:<password>@<ip_address>주If the read back value is changed from 'Disabled' to 'Enabled' that means the TPM_TCM_POLICY has been locked successfully. There is no method to unlock a policy once it has been set other than replacing system board.imm.TpmTcmPolicyLock is defined as below:
Value 1 uses string “Enabled" , which means lock the policy. Other values are not accepted.