
This Month's Tool Tip
How to Move a Job or Layout to a Different Server
SUMMARY
This article explains how to move a job or layout to a different Server.
MORE INFORMATION
EnterpriseSCHEDULE provides commands to extract Schedule objects to text files, which can then be used to insert the objects on another server. ESchedule also provides a simple copy command to copy jobs easily between nodes.
EXTRACTING A LAYOUT
To extract a layout:
schedule extract/layOUT MYLAYOUT MYLAYOUT.TXT
This produces a file MYLAYOUT.TXT that contains a text representation of the layout. You can make global changes here before transferring the layout to the other Server.
Copy the layout file to the required system:
$schedule insert/layOUT MYLAYOUT MYLAYOUT.TXT
COPYING A JOB
To copy a job from one node to another:
$SCHEDULE COPY/JOB NODEA::MYJOB NODEB::MYJOB