How to Attach/Install License on UFM Appliance

How to Attach/Install License on UFM Appliance

Get the License

  • You can get a 60-day free evaluation license by applying via this link: NVIDIA License Portal
  • Licenses can be purchased via the NVIDIA Sales Team.

  • Licenses are calculated based on the number of HCA Adapters managed by the UFM.

Download the License File


  1. 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.

  2. A .lic file will be downloaded to your computer.

  3. 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.

  4. 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:

  1. Install XAMPP and start the Apache service.
  2. Move the downloaded .lic file to the htdocs folder under Apache.

  3. Open your computer’s IP address in a web browser and locate the .lic file.

  4. Copy the URL of the license file.

Install the License on UFM

  1. SSH into the UFM management interface.
  2. Enter enable mode:
  3. enable
  4. Install the license using the copied URL:

    ufm license install <your_copied_url>
  5. 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:
  1. ufm safe-stop ufm start

If the above command doesn’t work, try:

  1. ufm no start
  2. 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 ...