This page describes how to enable and disable Server Visibility or .NET Compatibility Mode for Machine Agent, with the Agent Installer configure command. See Server Visibility Requirements and Supported Environments.

To enable or disable Server Visibility or .NET Compatibility, a restart of the Machine Agent is not required. 

Enable Server Visibility 

Server Visibility provides an expanded set of Server Visibility metrics. 

<install-directory> bin/zfictl configure --enable-sim=true
CODE
<install-directory> bin\zfictl.exe configure --enable-sim=true
CODE

Disable Server Visibility

<install-directory> bin/zfictl configure --enable-sim=false
CODE
<install-directory> bin\zfictl.exe configure --enable-sim=false
CODE

Enable .NET Compatibility Mode

.NET compatibility mode allows you to collect and view machine or server metrics with the Machine and .NET Agents installed. See .NET Compatibility Mode

<install-directory> bin/zfictl configure  --dotnet-compatibility=true
CODE

Disable .NET Compatibility Mode

<install-directory> bin/zfictl configure  --dotnet-compatibility=false
CODE