Previous Topic

Next Topic

Book Contents

Book Index

rebuild/job

Rebuild the job-to-job connections.

REBUILD examines job-to-job connections and verifies and corrects any that are broken or missing. The links that are examined are the PREREQUISITES list, INITIATES list, ACTIVATED_BY list, and HOLDS_UP list.

The INITIATES list and the ACTIVATED_BY list are the inverse of one another. When one list is edited the other list is updated automatically. The same relationship exists for the PREREQUISITES list and the HOLDS_UP list.

In general, this command is not needed since the job-to-job connections are rebuilt automatically when the lists are modified. However, if a job did not exist when it was entered into a list, then at the time when the job is created the REBUILD command should be used.

General Format

rebuild/job job_name [/qualifiers]

Alternate

rebjob job_name [-qualifiers]

Qualifier Summary

/[no]log

/[no]confirm

/[no]node=target_node

Examples

C:\> schedule rebuild incremental/log

Qualifiers

/confirm

/noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.

/hostname=host_name

The qualifier specifies what node (either local or remote) you want the operation performed on.

/log

/nolog

The LOG qualifier causes each completed operation to issue a note to the user.

See Also

JOB commands

complete/job

copy/job

create/job

delete/job

directory/job

edit/job

extract/job

increment/job

insert/job

modify/job

rename/job

signal/job

submit/job

type/job