The installation of the Brazos service must be done on a local disk and not on a remote disk, therefore firstly, copy the 'service.exe' file on a local drive.
Install the service using the following command line:
service DOMAIN\brazos passwd -install
Then, go to Windows's Control Panel and click on Services. Select the "Brazos Service" and initialize it. In this moment, you also need to choose between initialize the service automatically on the boot time, or require it to be started manually.
If you want to uninstall the service, you only have to enter with this command prompt line:
service -remove
It's also possible to run the service on the debug mode in order to debug your programs, by this command line:
service -debug
This command must be executed on all nodes that you want to use the debug mode, but it will not be possible if the service is already started by the "Services" (Control Panel). In this case, it's necessary to stop the service first. To stop the service process on debug mode, you have to kill it with
"CTRL+C" on the command prompt screen. |