Start and Stop on Windows

All requested Areas are started by the installation procedure. The Windows Services are declared with automatic start-up.

The starting and stopping procedures must be executed under the administrative account that has installed the Company.

Start

In graphic mode, this Windows menu starts the functional services:

Windows Start - Programs - AUTOMIC - <COMPANY> <node> - start

Or

In command mode, load the logical environment:

C:\Program Files\AUTOMIC\DUAS\<COMPANY>_<node>\unienv.bat

Then run the following command to start the instance:

%UNI_DIR_EXEC%\unistart

If the unistop all command had previously been used to stop the company and all associated services, the following unistart command will attempt to start anything that had been stopped by unistop all.

Start in maintenance mode

Only the IO server of the Production area will be started.

In graphic mode:

In command mode:

Stop

In graphic mode, this Windows menu stops the functional services:

Windows Start - Programs - AUTOMIC - <COMPANY> <NODE> - Stop

The following procedure stops all the services:

Start Windows - Programs - AUTOMIC - <COMPANY> <NODE> - Stop all

Or

In command mode, load the logical environment:

C:\Program Files\AUTOMIC\DUAS\<COMPANY>_<NODE>\unienv.bat

Then run the following command to stop the instance:

%UNI_DIR_EXEC%\unistop

Start or Stop from a Uproc Script

To start or stop another Dollar Universe instance (Company - node), the Uproc script must call the script %UNI_DIR_EXEC%\start_stop_other_company.cmd with two arguments:

  1. The path %UNI_DIR_ROOT%, to retrieve the logical environment of the Company to start / stop. Be careful, the path must be reachable.
  2. The keyword STOP to stop the Company, or the keyword START to start the Company.

For example, to stop the Company UNIV00 on the node saturn, the Uproc script should contain the following line:

CALL %UNI_DIR_EXEC%\start_stop_other_company.cmd "C:\Program Files\AUTOMIC\DUAS\UNIV00_saturn" STOP

As of version 6.10.41, documentation new updates are posted on the Broadcom Techdocs Portal.
Look for Dollar Universe.