Hi all,
I’m trying to power off one RTX A2000 to save power.
This GPU is in a Debian 12 VM, and is running great.
I’m trying this:
nvidia-smi -i 00:07.0 --persistence-mode=0
→ works all fine
nvidia-smi drain -p 0000:07.0.0 -m 1
→ doesn’t work, says “Failed to modify the GPU drain state.”
Any idea to make it works?
Thanks a lot!