- NVIDIA vGPU software installed
- Proxy server details
- Administrative/root access
- Download token from NVIDIA Cloud Portal
- Filename Format:
client_configuration_token_<date_of_download>
- Location:
/etc/nvidia/ClientConfigToken
- Permissions: Set to
chmod 744
- Copy
gridd.conf.template
togridd.conf
- Path:
/etc/nvidia/gridd.conf
# Proxy Server Configuration
ProxyServerAddress=172.16.101.66
ProxyServerPort=3128
# License Server Configuration
ServerAddress=https://api.cls.licensing.nvidia.com
ServerPort=7070
NTP Configuration:
- Edit
/etc/timezone
: Set toAsia/Kolkata
- Alternative:
timedatectl set-timezone Asia/Kolkata
Proxy NTP Synchronization:
# Enable NTP
timedatectl set-ntp true
# Update timesyncd configuration
nano /etc/systemd/timesyncd.conf
[Time]
NTP=172.16.101.66
# Restart Services
systemctl stop nvidia-gridd.service
systemctl restart systemd-timesyncd
systemctl start nvidia-gridd.service
# Verification Commands
timedatectl status
date
systemctl status nvidia-gridd.service
nvidia-smi
- Verify proxy server connectivity
- Check firewall rules
- Confirm time synchronization
- Validate license server accessibility
Note: Always consult official NVIDIA documentation for the most up-to-date configuration instructions.