setonline and setoffline

You can use one of these commands to make a workstation available or unavailable for jobs to run.

Overview

You can use the setoffline command when you plan not to run a job on specific workstations. You can use the setonline command to bring back the same workstation online.

Syntax and command line options

You can enter the command as follows. To make a workstation available to the to run the jobs, use the following command:
ocli plan setonline| seton workstation
Run the following command to set a workstation unavailable:
ocli plan setoffline| setoff workstation

You must also specify the workstation name. After the command runs, the jobs on the offline workstation are displayed as READY and run after the workstation is available.

Examples

  1. Run the following command to make the WS_AGT_0 workstation available:
    ocli plan setonline /WS_AGT_0
  2. Run the following command to make the WS_AGT_0 workstation unavailable:
    ocli plan setoffline /WS_AGT_0