I am new in Control-M 8.0, could someone help me out?
I developed 3 new jobs a1,a2,a3 in DEV folder xyz, and I want to move a1,a2,a3 to PROD folder xyz. Currently there are b1,b2 in PROD xzy folder.
My questions are:
- how to deploy to PROD from DEV? Is the below correct?
- I export a1,a2,a3 from DEV xzy folder to a.xml file.
- I export b1,b2 from PROD xyz folder to b.xml.
- open a.xml and b.xml.
- copy the content of a.xml and paste to into bottom of b.xml and save as bb.xml.
- send bb.xml to product support team to import to PROD
- in bb.xml. do I need to change hostname, creation_user, version_host of DEV to PROD hostname, creation_user, version_host? Will these be changed automatically when support team deploy bb.xml?
- Do we have to make JOBISN unique? In bb.xml, job a1 and job b1 have the same JOBISN, do I have to change JOBISN of a1 to any other value that is not same as JOBISN of b1?