Installing OZ Scheduler
Installation
Download version_number.Scheduler_Server.zip from 👉 Product Downloads.
Extract the zip file and run the .exe file.
Change the installation location to the location you want. (ex:
C:\
)The folder
OZ Scheduler 8.0
will be created under the installation location.Put the OZ Scheduler license file in the
license
folder underOZ Scheduler 8.0
(Your instructor will provide you with the license file).
Scheduler Port
Windows Defender Firewall > Advanced settings > Inbound Rules > New Rule...
Rule Type: Port
Protocol and Ports: TCP
Specific local ports: 9521
Action: Allow the connection
Profile: Tick according to your network configuration
Name: Rule name and description (ex: "OZ Scheduler 9521")
The port number is defined in the conf\ozscheduler.properties
.
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.
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.
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.
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
Log in to the OZ Console as the administrator.
From the sidebar, go to Scheduler Management > Scheduler List.
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?