Reference Guide: Optimizing Backup Strategies for Red Hat OpenShift Virtualization

How to enable and disable the Global Job Scheduler using command line?

A. To enable and disable the Global Job Scheduler Cloud admin user’s Privilege is required. So first step is to source the file containing credentials of Cloud admin User

B.  Run the following command:  source /home/stack/myansible/bin/activate

C.Verify What is the status of Global Scheduler using following command:

     workloadmgr get-global-job-scheduler

D. To disable the Global Job Scheduler, run the following command

      workloadmgr  disable-global-job-scheduler

E. To enable the Global Job Scheduler run the following command

     Workloadmgr enable-global-job-scheduler