Install IXIA CCMS Scheduler as daemon and start (Linux)

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

About this task

Note: Some of these steps require root permissions.

To install IXIA CCMS Scheduler as daemon and start it:

Procedure

  1. Open a command-line interface to the Linux server.
  2. Switch to the Scheduler installation directory by running the following command:
    cd /opt/ixiasoft/scheduler/bin
  3. Rename the scheduler.shconf.empty file by running the following command:
    sudo mv scheduler.shconf.empty scheduler.shconf
  4. Set the permissions for scheduler.shconf by running the following command:
    chmod +x scheduler.shconf
  5. Install CCMS Scheduler as a service:
    /opt/ixiasoft/Scheduler/bin/scheduler.shconf install
  6. Start the CCMS Scheduler service:
    systemctl start Scheduler
  7. Examine the wrapper.log file located in the %SchedulerDir%/logs folder for success.