NCP-AII Question 106
Select 3You are tasked with installing the latest NVIDIA GPU driver on a Linux-based AI server. You need to ensure compatibility with the installed CUDA version and avoid conflicts with existing drivers. Which of the following steps should you perform to complete the installation process correctly?
- A
Verify the currently installed NVIDIA driver version and CUDA version before proceeding.
- B
Directly download and install the latest driver without checking system requirements.
- C
Use the NVIDIA-provided package manager repositories for driver installation when possible.
- D
Unload the existing NVIDIA kernel modules before installing the new driver.
- E
Reboot the server immediately after downloading the driver file.
Show answer and explanation
Correct answers: A, C, D
Explanation
Installing NVIDIA GPU drivers requires careful planning to ensure compatibility and avoid conflicts. Verifying the current driver and CUDA version, using NVIDIA's repositories, and unloading existing kernel modules are essential steps to ensure a successful installation. Skipping these steps or performing actions out of sequence can lead to driver incompatibility or system failure.
- A. Correct.
Correct. Checking the currently installed NVIDIA driver and CUDA version ensures compatibility and avoids issues such as mismatched versions.
- B. Incorrect.
Incorrect. Installing drivers without verifying system requirements can lead to compatibility issues or system instability.
- C. Correct.
Correct. Using NVIDIA's package manager repositories helps streamline the installation process and ensures you are using verified versions.
- D. Correct.
Correct. Unloading the existing NVIDIA kernel modules is a necessary step to prevent conflicts during the new driver installation.
- E. Incorrect.
Incorrect. Rebooting should be done after completing the installation process, not immediately after downloading the driver.