Overview |
The Omnify Server Monitor is a .NET Framework application.
The Server Monitor executable is installed with the Omnify Server installation (e.g. C:\inetpub\wwwroot\Omnify5\bin\OmnifyServerMonitor.exe).
The Server Monitor is a Windows Service that can only be executed from the Windows Services control panel.
It can be configured to run automatically when the server is booted.
|
|
To install the Server Monitor as a Windows Service you will need to use the Installer
Tool (InstallUtil.exe) provided by the .NET Framework. This utility can usually
be found in the C:\Windows\Microsoft.NET\Framework\v2.0.50727 directory.
To install the Service, run the InstallUtil executable with the path to the Omnify Server Monitor executable as the argument.
For Example:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe C:\inetpub\wwwroot\Omnify5\bin\OmnifyServerMonitor.exe
The Omnify Server Monitor should now appear as a system service.
|
|
When the Server Monitor is installed, it will install with a Startup Type of Automatic.
When set to Automatic, the Services will start automatically when the machine is booted.
To manually start or stop the service, open the Services option from the Administrative Tools section of the Control Panel.
To Start the Server Monitor, select the Omnify Server Monitor option, and then click the Start Service button.
To stop the Server Monitor, select the Omnify Server Monitor option, and then click the Stop Service button.
To change the Properties of the service, select the Omnify Server Monitor option, and then click the Properties button.
|
|
To uninstall the Server Monitor Windows Service you will need to use the Installer Tool (InstallUtil.exe) provided by the .NET Framework.
This utility can usually be found in the C:\Windows\Microsoft.NET\Framework\v2.0.50727 directory.
To uninstall the Service, run the InstallUtil executable with the /u option followed by the path to the Omnify Server Monitor executable as the argument.
For Example:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /u C:\inetpub\wwwroot\Omnify5\bin\OmnifyServerMonitor.exe
The Omnify Server Monitor should be removed from the Services List.
|