-create [-backbonePorts port1 port2]
|
A backbone daemon is created as a service and started. You can monitor
the daemon by selecting Start > Control Panel > Administrative Tools
> Services. The name of the service is Backbone Service The name of the
executable program that corresponds to the backbone service is CATSysDemon.exe which you can track using the Task Manager. If necessary, updates the file: %windir%\system32\drivers\etc\services and creates the Backbone Service demon and starts it.
- if the option
-backbonePorts is not used, and if the
services file already contains the lines catiav5bb
and catiav5run it is not modified. If it does not contain
these lines, it is updated using the default ports 55555 and 55556 if
they are free, if not, an error occurs and the command fails
- if the option
-backbonePorts is used, a check is performed
to see if the above-specified ports are free, and the port numbers are
added to the services file; if they are not, the file is
updated using the port number specified with the option.
|