A100 SXM4 TGP limitCurrent

Hello,

We have been debugging a system with odd power limits on an A100 system and finally found the limits within the SXM4 module itself.

What commands must be run in nvflash to reset the limits to 400000mW? Any attempted command returns “Failed to update InfoROM PPO data”.

NVIDIA Firmware Update Utility (Version 5.867.0)
Copyright (C) 1993-2024, NVIDIA Corporation. All rights reserved.

NVIDIA display adapters present in system:
<0> Graphics Device (10DE,20B6,10DE,1491) S:00,B:2F,D:00,F:00
<1> Graphics Device (10DE,20B6,10DE,1491) S:00,B:30,D:00,F:00
<2> Graphics Device (10DE,20B6,10DE,1491) S:00,B:AF,D:00,F:00
<3> Graphics Device (10DE,20B6,10DE,1491) S:00,B:B0,D:00,F:00
user@a100-test2:~/nvflash/x64$ sudo ./nvflash --index=0 --listpp
NVIDIA Firmware Update Utility (Version 5.867.0)
Copyright (C) 1993-2024, NVIDIA Corporation. All rights reserved.

Reading VBIOS image for listing power policies.
Reading EEPROM (this operation may take up to 30 seconds)

Policy Name: TGP Override Attribute: limitCurrent Override Value: 200000mW
user@a100-test2:~/nvflash/x64$ sudo ./nvflash --index=1 --listpp
NVIDIA Firmware Update Utility (Version 5.867.0)
Copyright (C) 1993-2024, NVIDIA Corporation. All rights reserved.

Reading VBIOS image for listing power policies.
Reading EEPROM (this operation may take up to 30 seconds)

Policy Name: TGP Override Attribute: limitCurrent Override Value: 200000mW
user@a100-test2:~/nvflash/x64$ sudo ./nvflash --index=2 --listpp
NVIDIA Firmware Update Utility (Version 5.867.0)
Copyright (C) 1993-2024, NVIDIA Corporation. All rights reserved.

Reading VBIOS image for listing power policies.
Reading EEPROM (this operation may take up to 30 seconds)

Policy Name: TGP Override Attribute: limitCurrent Override Value: 200000mW
user@a100-test2:~/nvflash/x64$ sudo ./nvflash --index=3 --listpp
NVIDIA Firmware Update Utility (Version 5.867.0)
Copyright (C) 1993-2024, NVIDIA Corporation. All rights reserved.

Reading VBIOS image for listing power policies.
Reading EEPROM (this operation may take up to 30 seconds)

Policy Name: TGP Override Attribute: limitCurrent Override Value: 400000mW

Thanks