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:
Load the logical environment:
C:\Program Files\AUTOMIC\DUAS\<COMPANY>_<NODE>\unienv.bat
Then run the following command:
%UNI_DIR_EXEC%\unistart -m
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
The following command stops the instance as well as the Desktop and user services:
%UNI_DIR_EXEC%\unistop all
The following command stops all the Company processes if certain ones are not stopping:
%UNI_DIR_EXEC%\unistop force
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:
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.