Below is a list of common configuration tasks for Data Aggregation Server 2012.
Changing the Listener Port
By default, Data Aggregation Server 2012 will listen on the TCP port 5000. You can change this using the Management Console.
Enabling Logging
The logging feature is disabled by default. For troubleshooting purposes, you may enable logging via the Management Console.
Installing a Permanent License
To install a permanent license use the License Administrator included in the Management Console.
Starting and Stopping the Data Aggregation Server 2012 Service Using the Graphical User Interface
Open Control Panel > Administrative Tools > Services. Search for the Data Aggregation Server service in the list of services. Double click on it and you'll find the options to start, stop or restart the service. You can also set its startup type to manual or automatic.
Starting and Stopping the Data Aggregation Server 2012 Service Using the Command Line
Open a command prompt by selecting Start > Run... and typing cmd. Right-click on cmd.exe and select "Run as administrator".
To start the service, use the following command:
net start "Data Aggregation Service"
To stop the service, use the following command:
net stop "Data Aggregation Service"