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?