Network License and Reporting Manager (NLRM)

Linux NLM or NLRM Uninstallation Guide

If you would like to decommision a NLRM server, you must first stop the NLRM service on your machine. Afterward, you can follow the instructions in the NLM Uninstallation Steps section below to uninstall NLRM.

If you would like to upgrade to NLRM, you must first uninstall previously installed Autodesk network licensing solutions. If your license servers currently have NLM or a previous release of NLRM installed, uninstall them following these instructions.

Note: Be sure to read the Linux NLRM Preinstallation Guide before proceeding with this process. If your servers have NLM + NLRS installed, follow instructions in the Linux NLM + NLRS Uninstallation Guide

NLM Uninstallation Steps:

  1. Stop the NLM/NLRM service
     sudo ./lmutil lmdown -c "${LICENSE_FILE}" -q -force
  2. Uninstall NLM/NLRM service
    • Uninstall NLRM service
        sudo rpm -e $(rpm -qa 'nlrm*')
    • Uninstall NLM service
        sudo rpm -e $(rpm -qa '*flexnetserver*')
      `

Next steps

Now that NLM or NLRM has been successfully uninstalled, proceed to the Linux NLRM Installation Guide

Parent page: About Network License and Reporting Manager (NLRM)