How to Attach/Install License on UFM Appliance
Get the License
Download the License File

Once you receive the license, access it via the NVIDIA License Portal:
Navigate to Entitlements > Networking.
Click on the three-dot menu next to your license.
Select View License, then Download License File.
A .lic file will be downloaded to your computer.
If you are trying to download a purchased UFM Entitlement, you will be asked to provide UFM MAC Address to generate the .lic license file. You can copy it from the System>Interfaces of Appliance Management Portal of the UFM.
Click Generate License File
Host the License File for UFM Access
UFM can fetch licenses from HTTP, HTTPS, FTP, or SFTP URLs. In this guide, we use XAMPP to host the license file:
Install XAMPP and start the Apache service.
Move the downloaded .lic file to the htdocs folder under Apache.
Open your computer’s IP address in a web browser and locate the .lic file.
Copy the URL of the license file.
Install the License on UFM
SSH into the UFM management interface.
Enter enable mode:
enable
Install the license using the copied URL:
ufm license install <your_copied_url>
You will see the license installation progress.
Verify License Installation
After the installation is complete, check the license status:
show ufm license
Restart UFM
To apply the license, restart the UFM service:
ufm safe-stop
ufm start
If the above command doesn’t work, try:
ufm no start
ufm start
Access UFM
Once restarted, you should now be able to access and use UFM with the installed license.
Related Articles
Fix: UFM Service Not Starting on UFM Appliance UFM-MUA9502H
Note: This appliance UFM-MUA9502H is EOL as of 2022. Pre-requisites Ensure the following conditions are met before attempting to start the UFM service: Ensure the license is attached. Verify bond0 is configured with eth0 and eth1. Command: show ...
Managing OpenSM within NVIDIA UFM and getting OpenSM Logs from UFM
Overview In NVIDIA UFM (Unified Fabric Manager), OpenSM — the InfiniBand Subnet Manager — is managed internally by UFM rather than as a standalone systemd service. This allows UFM to control the IB fabric, collect telemetry, and maintain HA ...
How to Change Default IB Interface in NVIDIA UFM (e.g., from ib0 to ib1)
By default, NVIDIA UFM binds to the ib0 InfiniBand interface during startup. If ib0 is down or unavailable, UFM will fail to start. In such cases, you may need to change the default interface to ib1 (or any other available IB interface). This article ...
How to Set NVIDIA GPU Power Limit on Ubuntu using nvidia-smi
Managing the power consumption of your NVIDIA GPU on Ubuntu is a practical way to optimize energy efficiency, especially for workloads that do not require full GPU performance. This guide explains how to check and set power limits for your NVIDIA GPU ...
Nvidia Quadro Sync Installation
The NVIDIA Quadro Sync card is designed as an add-on card for NVIDIA RTX/Quadro series GPUs. The NVIDIA Quadro Sync II card fits into a free PCI Express slot within the system. Hardware Installation Steps to Install the NVIDIA Quadro Sync Card Power ...