Install and start IXIASOFT CCMS Scheduler daemon (Linux)

To install IXIASOFT CCMS Scheduler on Linux, you install CCMS Scheduler as a daemon and then start it.

Note: Some of these steps require root permissions.
  1. Open a command-line interface to the Linux server.
  2. Create a symlink that points to scheduler.sh, which is located in the %SchedulerDir%/bin directory, by running the following command as root:
    ln -sf /opt/ixiasoft/Scheduler/bin/scheduler.sh /etc/init.d/scheduler  
  3. Install CCMS Scheduler as a service:
    /sbin/chkconfig --add scheduler
  4. Adjust the run level:
    /sbin/chkconfig --level 24 scheduler off
  5. Set the permissions for scheduler.sh by doing the following:
    chmod +x /opt/ixiasoft/Scheduler/bin/scheduler.sh
  6. Start the CCMS Scheduler service:
    /sbin/service scheduler start
  7. Check for successful startup by looking at the wrapper.log file located in the %SchedulerDir%/logs folder