Creating and extending the production plan
- The variable is resolved if the workstation is a fault-tolerant agent of a version earlier than 8.6.
- The variable is left unresolved for fault-tolerant agent workstations version 8.6.
When you run the JnextPlan script, the workstation processes are stopped and restarted on all the workstations across the HCL Workload Automation network. For more information about workstation processes, see Understanding basic processes and commands.
The JnextPlan script can be run only from the master domain manager. It uses the default connection parameters defined in either the localopts or useropts files (see Setting up options for using the user interfaces). If you want to run JnextPlan using different connection parameter settings, you can edit the MakePlan script and modify the invocation to the planman statement as described in Planman command line.
- conman startappserver
- This command is invoked to start the WebSphere Application Server if it is not already running.
- MakePlan
- This
script inherits the flags and the values assigned to them from JnextPlan.
Its syntax is:
MakePlan [-from mm⁄dd⁄[yy]yy[hh[:]mm[tz | timezone tzname]]] {-to mm⁄dd⁄[yy]yy[hh[:]mm[tz | timezone tzname]] | -for [h]hh[:]mm [-days n] | -days n}
MakePlan invokes internally the planman command line. MakePlan performs the following actions:- Creates a new plan or extends the current plan and stores the
information in an intermediate production plan containing:
- All the scheduling objects (jobs, job streams, calendars, prompts, resources, workstations, domains, files, users, dependencies) defined in the selected time period.
- All dependencies between new instances of jobs and job streams and the jobs and job streams existing in the previous production plan.
- All bind requests whose scheduled time is included in the selected time period.
- Deletes all bind requests in final state.
- Prints preproduction reports.
- Creates a new plan or extends the current plan and stores the
information in an intermediate production plan containing:
- SwitchPlan
- This
script invokes internally the stageman command. For more information
refer to The stageman command. SwitchPlan performs
the following actions:
- Stops HCL Workload Automation processes.
- Generates the new Symphony file starting from the intermediate production plan created by MakePlan.
- Archives the old plan file with the current date and time in the schedlog directory.
- Creates a copy of the Symphony file to distribute to the workstations.
- Restarts HCL Workload Automation processes which distribute the copy of the Symphony file to the workstation targets for running the jobs in plan.
Note: Make sure no conman start command is run while the production plan is been processed. - CreatePostReports
- This script prints postproduction reports.
- UpdateStats
- This
script invokes internally the logman command. For more information refer to The logman command. UpdateStats performs the following actions:
- Logs job statistics.
- Checks the policies and if necessary extends the preproduction plan.
- Updates the preproduction plan reporting the job stream instance states.
For more information about how to use the JnextPlan script, see JnextPlan.