|
|
EnterpriseSCHEDULE
EnterpriseSCHEDULE provides an extensive set of commands and tools that let you perform advanced scheduling including job connections, resource
availability and programmable variable testing. For example, you can base a job's submission on the completion of another job, the availability of a file or the condition
of a variable. These techniques are easy to master, through the handy interface that gives you constant access to information about your job's progress.
|
|
|
|
When configuring Schedule Servers in a cluster, how fault tolerant are the systems and
what is the fail over procedure between clustered Schedule Servers?
It is important to review four key features that define Cluster Technology: a Shared Database, a Common Lock
Resource Manager, Server to Server automatic fail over, and a Centralized Cluster Management for all members. OpenVMS is the pioneer and leader in this technology. OpenVMS built all four of these features into the operating system. Applications like EnterpriseSCHEDULE need to be written to be cluster aware and cluster pro-active. In OpenVMS, two or more servers can be clustered together to share resources and provide fault tolerance for each other. In the case of
EnterpriseSCHEDULE on OpenVMS, if a node fails, the surviving nodes are able to continue processing the failed node's workload
and shift the location of the running of jobs. More...
|
When customizing the notices dialog for sending emails on the completion of a job, how do I change an email
recipient to a list of recipients? And how do I append the Job's log file into the email?
There are standard event notifications produced by schedule and you can simply set the appropriate event notification to qualify for any
standard event like "Job Started", "Job Failed", and "Job Completed". You can then fill in the delivery format of the event be it broadcast
or email. Example:
Schedule mod /noti:completed=(sting@I-s-e.com,MAIL) my_job
However, sometimes you need to expand upon these and send to a list of users and you need to append the current job's log to the
email.
Within the Job's Notices file you can add more functionality by choosing any one of the many keywords. For sending to a list More...
|
|