NVIDIA Tesla M60 - Server Install
Installing NVIDIA Tesla M60's on my servers
In this post, I’ll go through how I upgraded my HP Gen8 servers to use NVIDIA Tesla M60 GPUs, including replacing the PCIe riser cards, verifying detection in BIOS, and preparing for driver installation on openSUSE Leap 15.6.
My servers
🖥️ Node 1 – HP DL385p
Gen8
|
Component |
Spec |
|
CPU |
2 × AMD
Opteron 6380 |
|
Threads |
64 |
|
RAM |
128 GB DDR3 ECC |
|
GPU |
NVIDIA Tesla
M60 (16 GB GDDR5 – dual GPU card, 2 × 8 GB) |
|
Storage |
11.7 TB total |
|
Component |
Spec |
|
CPU |
2 × Intel
Xeon E5‑2665 |
|
Threads |
32 |
|
RAM |
256 GB DDR3 ECC |
|
GPU |
NVIDIA Tesla
M60 (16 GB GDDR5 – dual GPU card, 2 × 8 GB) |
|
Storage |
512 GB SSD |
|
Component |
Spec |
|
CPU |
2 × Intel
Xeon E5‑2260 |
|
Threads |
24 |
|
RAM |
48 GB DDR3 ECC |
|
GPU |
NVIDIA Tesla
M60 (16 GB GDDR5 – dual GPU card, 2 × 8 GB) |
|
Storage |
2 × 512 GB SSDs + 6 × 1 TB HDDs
= ~6.5 TB total |
I wanted to install NVIDIA Tesla M60 cards into each server to build a small Beowulf cluster capable of running AI workloads like Ollama.
My server already had the correct hardware and the graphics card just slotted right in, however the servers required the PCI riser card be changed.
Upgrading the Risers and adding the graphics card.
The new card slid into place of the old and and the screws were tightened up.
Installing NVIDIA Tesla M60 Drivers on openSUSE Leap 15.6
I wanted to ensure that I had a clean, minimal install guide that just works as I had three of these to do.
The following is what I done to get the drivers working: -
First I opened up the terminal.
Step 1 — Update the system
Start by making sure everything is up-to-date.
Reboot so the latest kernel and packages are active.
Step 2 — Disable the open-source Nouveau driver
The open-source nouveau driver conflicts with NVIDIA’s official one.
Create a small blacklist file:
After reboot, confirm Nouveau isn’t loaded:
No output means it’s disabled, which is exactly what we want.
Step 3 — Add the official NVIDIA repository
openSUSE makes this easy. For Leap 15.6:
This repo contains all current proprietary driver builds. If your doing this yourself, ensure you have the correct repository for your version of Linux.
Step 4 — Install the Tesla M60 driver
Tesla cards use the G06 driver branch, designed for data-centre and compute GPUs.
If you see an error about libglvnd, fix it with:
…and rerun the install command above.
Step 5 — Reboot and verify
If everything worked, you’ll see a table like this:














Comments
Post a Comment