Updating .NET on Linux
Summary
Before updating .NET on Linux, perform the following steps to ensure a clean update.
Information
Open a terminal session on the Linux server and stop the following services.
systemctl stop dxcmonitor
systemctl stop dxlengine
systemctl stop dxhealthmonitorPerform the .NET update following the Microsoft instructions for the version of Linux that is installed.
After .NET has been successfully updated, execute the following command:
systemctl start dxlmonitor
Verify that the following services have started.
systemctl status dxcmonitor
systemctl status dxlmonitor
systemctl status dxlengine
systemctl status dxhealthmonitor