Unable to change to high frequence [GPU CLOCK]

I have a server with 4x a100 GPU cards, on which I am trying to increase the clock speed. as shown below:

[root@gpuserver0010 ~]# /usr/bin/nvidia-smi -lgc 1410
GPU clocks set to "(gpuClkMin 1410, gpuClkMax 1410)" for GPU 00000000:31:00.0
GPU clocks set to "(gpuClkMin 1410, gpuClkMax 1410)" for GPU 00000000:32:00.0
GPU clocks set to "(gpuClkMin 1410, gpuClkMax 1410)" for GPU 00000000:CA:00.0
GPU clocks set to "(gpuClkMin 1410, gpuClkMax 1410)" for GPU 00000000:E3:00.0
All done.
[root@gpuserver0010 ~]# /usr/bin/nvidia-smi --query-gpu=clocks.current.graphics,clocks.max.graphics --format=csv,noheader,nounits
210, 1410
210, 1410
210, 1410
210, 1410

Unfortunately, it does not affect any clock speed.
Please tell me how I can change the clock speed to max.
I have already tried with the latest Nvidia driver but no luck.

any suggestion?