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. Set the permissions for scheduler.sh by running the following command:
    chmod +x /opt/ixiasoft/Scheduler/bin/scheduler.sh
  3. Install CCMS Scheduler as a service:
    /opt/ixiasoft/Scheduler/bin/scheduler.sh install
  4. Start the CCMS Scheduler service:
    systemctl start Scheduler
  5. Check for successful startup by looking at the wrapper.log file located in the %SchedulerDir%/logs folder