Here’s a simple worked example of how S2PX will maintain compatibility of your solution with your existing job scheduling tools.
Unknown Attachment
Given 2 server jobs and 1 sequencee …
Seq1runs and callssrv1thensrv2.
What you’ll get after S2PX conversion is …
-
srv1-> Px Jobsrv1P1and Px Jobsrv1P2with a Sequence Jobsrv1to run them, and -
srv2-> PX Jobsrv2(with no co-ordinating Sequence Job required)
(Assuming a backup strategy of BACKUP_SERVER_JOB with suffix Px , the original srv1 will be backed up to srv1Px and srv2 backed up to srv2Px.)
The original Seq1 will (without requiring modification) now invoke …
-
Sequence Job
srv1(which itself runs Px Jobsrv1P1and Px Jobsrv1P2), then -
PX Job
srv2
Unknown Attachment