You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

If you start the setup on Unix directly with

 >  java -jar ./jobscheduler_linux-xxx.jar

then the setup will open "xterm" to enter a root password.

Please call instead

 > ./setup.sh

This script calls sudo to enter the root password.

Under Unix, the root privileges are not required. If you want to install the JobScheduler without root privileges, then call

 > ./setup.sh -u

Please look into http://www.sos-berlin.com/doc/en/scheduler_installation.pdf (§1.2) for more information

  • No labels