Data Center as service

Return to Introduction  Previous page  Next page

operator_icon Enterprise Edition only!

To install Data Center as a Windows service, select the corresponding check box.

Select 'Start on bootup' check box for the Data Center to be launched automatically. Leave empty to launch it yourself.

If Data Center has been installed as a Windows service, it will be launched automatically after the installation is complete. To turn off automatic launching, perform the following steps:

1. Right-click on "My computer";

2. Click "Manage";

3. Expand node "Services and Applications", select "Services";

4. Find "Data Center service", open properties window;

5. Change "Startup type" from "Automatic" to "Manual".

Installing Data Center as a service under other operational systems differs. For example under most UNIX systems, services are run from the script rc.d and subordinate script. Include the following line into the script:

dc-service start

To launch Data Center in Unix systems, use the following commands:

dc 

or

dc-service start

To stop Data Center:

dc-service stop