Installing OZ Scheduler

Installation

  1. Download version_number.Scheduler_Server.zip from 👉 Product Downloads.

  2. Extract the zip file and run the .exe file.

  3. Change the installation location to the location you want. (ex: C:\ )

  4. The folder OZ Scheduler 8.0 will be created under the installation location.

  5. Put the OZ Scheduler license file in the license folder under OZ Scheduler 8.0 (Your instructor will provide you with the license file).

Scheduler Port

Windows Defender Firewall > Advanced settings > Inbound Rules > New Rule...

  1. Rule Type: Port

  2. Protocol and Ports: TCP

  3. Specific local ports: 9521

  4. Action: Allow the connection

  5. Profile: Tick according to your network configuration

  6. Name: Rule name and description (ex: "OZ Scheduler 9521")

The port number is defined in the conf\ozscheduler.properties.

ozscheduler.properties
path.oz.scheduler.home=../
SchedulerPort=9521

Start/Stop Scheduler

Start

Go to C:\OZ Scheduler 8.0\bin.

Set the parameter JAVA_HOME to JRE path in the scheduler.bat or scheduler.sh as below.

set JAVA_HOME="C:\Program Files\Java\jre1.8.0_341"

Run the scheduler.bat or scheduler.sh to start.

Stop

Set the parameter JAVA_HOME to JRE path in the scheduler_stop.bat or scheduler_stop.sh as below.

set JAVA_HOME="C:\Program Files\Java\jre1.8.0_341"

Run the scheduler_stop.bat or scheduler_stop.sh to stop.

Windows service

Register

Go to C:\OZ Scheduler 8.0\bin.

Open the OZSchedulerInstallService.bat and set your JRE_PATH and OZSCHEDULER_HOME_BIN as below. Do not change any other lines for now.

OZSchedulerInstallService.bat
@echo off

set JRE_PATH="C:\Program Files\Java\jre1.8.0_341\bin\server\jvm.dll"
set OZSCHEDULER_HOME=C:\OZ Scheduler 8.0
set OZSCHEDULER_HOME_BIN=%OZSCHEDULER_HOME%\bin

Next, run the OZSchedulerInstallService.bat file (as administrator, just in case).

Open Windows Service Manager by typing "services.msc" in the Run box.

Find OZScheduler and start it.

Deregister

Just run the OZSchedulerUninstallService.bat .

Register Scheduler to OZ Server

  1. Log in to the OZ Console as the administrator.

  2. From the sidebar, go to Scheduler Management > Scheduler List.

  3. Add an item for our Scheduler server by clicking the button New in blue.

4. To connect to the Scheduler, select the Scheduler item added and click the Connect button.

Now you can see the Scheduler server information.

Last updated

Was this helpful?