This procedure describes how to install and start the Scheduler
service on Linux.
To install and start the Scheduler
service on a Linux server:
-
Open a command-line interface to the Linux server.
-
As user
root
, create a symlink that points to
scheduler.sh.
ln -sf /opt/ixiasoft/scheduler/bin/scheduler.sh /etc/init.d/scheduler
-
Install Scheduler as a service:
/sbin/chkconfig --add scheduler
-
Change the run level:
/sbin/chkconfig --level 24 scheduler off
-
Start the Scheduler service:
/sbin/service scheduler start
-
Check for successful startup:
[root@writix bin]# cd -
/etc/init.d
[root@writix init.d]# ./scheduler console
Running Ixiasoft Scheduler...