Start and Stop DIRAC Processes from a Terminal
The commands to start or stop the DIRAC processes are available in the directory “/opt/dirac/bin”.
To start the DIRAC processes,
Proceed as follows:
1. As dirac user open a terminal and enter the command “diracstart”:
[dirac@myserver]$ diracstart
Starting DIRAC target services
Done.
[dirac@myserver]$
Result: You have successfully started the DIRAC processes.
End of instruction
To stop the DIRAC processes,
Proceed as follows:
1. As dirac user open a terminal and enter the command “diracstop”:
[dirac@myserver]$ diracstop
Stopping DIRAC target services
Done.
[dirac@myserver]$
Result: You have successfully stopped the DIRAC processes.
End of instruction