KB Article #51049

stopping / starting Integrator tasks at unix level (using command lines)

Problem

How to start/stop individual processes in Integrator


Resolution

We can use the following command to start and stop Integrator tasks



r4edi st_pstatus.x4 -a $CORE_LOCAL/config/passwd -s $CORE_STARTER_PORT  AlerterTask_174_1
Started



r4edi st_pstop.x4 -a $CORE_LOCAL/config/passwd -s $CORE_STARTER_PORT  AlerterTask_174_1



r4edi st_pstart.x4 -a $CORE_LOCAL/config/passwd -s $CORE_STARTER_PORT  AlerterTask_174_1



Replace the process name to the name who you like to stop (retrieve the name of the process tab in the Task Monitor).



Start / Stop all the processes :



To start all the XIB tasks from the command line use st_up:
C:\xib202\local\bin>r4edi st_up.x4 -a $CORE_LOCAL/config/passwd -s $CORE_STARTER_PORT



To stop all the Integrator tasks from the command line without stopping the servers use st_down:
C:\xib202\local\bin>r4edi st_down.x4 -a $CORE_LOCAL/config/passwd -s $CORE_STARTER_PORT