How can I change the CC mode of H100 NVL in NCC40ads H100 v5 VM?

Sungkun Moon 20 Reputation points
2025-04-14T11:26:22.6666667+00:00

Hi,

I have created an instance of VM the type of which is NCC40ads H100 v5.

I want to change the CC mode of H100 to "CC-off" by using the nvidia's tool as below.

(dev) furiosa@confidential-vm:~/gpu-admin-tools$ sudo python3 ./nvidia_gpu_tools.py --gpu-bdf 00:00.0 --query-cc-mode NVIDIA GPU Tools version v2025.04.07o ... self.dev.write(self.offset, self.value.raw, self.size) File "/home/furiosa/gpu-admin-tools/utils/file_raw.py", line 41, in write os.write(self.fd, data_from_int(data, size)) 2025-04-14,07:47:36.514 ERROR Device /sys/bus/pci/devices/0001:00:00.0 broken [Errno 1] Operation not permitted

But it failed.

How can I change the mode of the H100 attached in this VM?

Currently the mode is set as "CC-On".

If it is not possible, can you share the type of VM where H100 NVL and AMD Epyc 4th process is used but CC mode is turned off?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,681 questions
{count} votes

Accepted answer
  1. Dharani Reguri 345 Reputation points Microsoft External Staff
    2025-04-16T17:36:40.3166667+00:00

    Hi Sungkun Moon,

    As said, CC mode can only be switched (ON/OFF) at the host (cluster) level, you can't switch the mode at guest VM level.

    If you would like to use CC mode OFF, then you can use NC40ads H100 v5 VM which is an equivalent non-CC version.

    If it was helpful, please click "Upvote" on this post and "Accept" the answer for the benefit of community.

    User's image

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sungkun Moon 20 Reputation points
    2025-04-17T06:30:19.5733333+00:00

    Thank you for your answer.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.