Symptoms
Action log does not log new actions, every non-periodical task is in "Error" status. Orders are not provisioned and are in "Pending" status.
Cause
Task Manager service is stopped.
Resolution
Log in to the OBAS container as root and start the Task Manager service:
~# service taskmand start
Starting HSPcomplete Task Manager: [ OK ]
Verify the service is started on boot and enable it:
~# chkconfig --list | grep task
taskmand 0:off 1:off 2:on 3:on 4:on 5:on 6:off
~# chkconfig taskmand on
For clustered OBAS installation: log on to backend nodes and start the service on each of them.
Additional information
A lot of failed tasks in Task Queue: “404 Not Found at Taskman.pm line 288”