One of my Urchin profiles is stuck in a "Pending" or "Running" state. (Linux)

You should first ensure that the profile which you are resetting is indeed
not running.



1. Stop the urchin scheduler.



root@root [~]#/path/to/urchin/bin/urchinctl -s stop

Urchin scheduler stopped



2. Clear the state of the profile with the uconf-driver utility.


root@root [~]#cd /path/to/urchin/util/

Run the following commands in order. Replace profile_name with the name of the Profile you want to reset.

./uconf-driver action=set_parameter table=task name="profile_name" cr_runnow=0
./uconf-driver action=set_parameter table=task name="profile_name" ct_runstatus=2
./uconf-driver action=set_parameter table=task name="profile_name" ct_completed=0
./uconf-driver action=set_parameter table=task name="profile_name" ct_status=1
./uconf-driver action=set_parameter table=task name="profile_name" ct_lockid=0

3. Restart the scheduler.


root@root [~]#/usr/local/urchin/bin/urchinctl -s start

Urchin scheduler started



Your rating: None