If you go to your scheduler directory, is there a scheduler.lpd.pid with a date equal to the last time the scheduler was started? If it isn't, then the problem is in your start script; are you sure you've got all the necessary spaces between the parms and the paths? If it's there, then your scheduler is running and the problem is the way the tasks are set up in the scheduler. Each task, if it's running a process, the command line should execute wsproces in the bin directory with it's parm the path to the process
(e.g. path/bin/wsproces path/processes/process.pfs); the working directory is the path/processes directory. Make sure the task is enabled on the Options tab, and if it's to be run on condition, enable the condition of the Condition tab.