Page 1 of 1

Different Versions of DS in Same Domain

Posted: Wed Jun 20, 2007 1:09 am
by shiva459
We are in process of finalising the upgrade from 5.2 to 7.5.1 and want to know if the two versions can co-exist on the same Unix server. We want to install new version and import the project from 5.2 export and have to two run parallely until we get comfortable with new version. The problem is we have just on physical Unix box available.Can any one of you let me know from your experiences in past on the feasibility?.

I searched the forum but could not get concrete answer.

Thanks in advance.

Posted: Wed Jun 20, 2007 1:14 am
by ArndW
Yes, you can run multiple instances of the engine. The keyword to look for is "itag" or "instance tag". You will only be able to run one instance of a 5.x engine on a given server as the multiple engine capability was not present at version 5.

Posted: Wed Jun 20, 2007 1:15 am
by ray.wurlod
It can be done, and will be handled automatically because the current version is so old. Version 5.2 runs on UniVerse, and has an "itag" of 0xace. DataStage 6.0 and later run on DataStage Engine and has an "itag" of 0xade. Version 5.2's RPC daemon listens on port #31438, while version 6.0 and later RPC daemon listens on port #31538. You'll only run into problems if you want to run UniVerse 10.0 or later as well.

Posted: Wed Jun 20, 2007 5:26 am
by shiva459
Thank you very much for your reply

Posted: Wed Jun 20, 2007 6:56 am
by chulett
There is a pdf document in your Docs directory that explains the process. It's call 'multiserv.pdf' or something close to that.

Posted: Wed Jun 20, 2007 6:59 am
by ray.wurlod
Doesn't need it. 5.2 is UniVerse, 7.x isn't. Easy.