Skip to main content
Version: Archive

Updating .NET on Linux

Summary

Before updating .NET on Linux, perform the following steps to ensure a clean update.

Information

  1. Open a terminal session on the Linux server and stop the following services.

    systemctl stop dxcmonitor
    systemctl stop dxlengine
    systemctl stop dxhealthmonitor
  2. Perform the .NET update following the Microsoft instructions for the version of Linux that is installed.

  3. After .NET has been successfully updated, execute the following command:

    systemctl start dxlmonitor
  4. Verify that the following services have started.

    systemctl status dxcmonitor
    systemctl status dxlmonitor
    systemctl status dxlengine
    systemctl status dxhealthmonitor