Migration from Windows to Unix

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
neophyte
Premium Member
Premium Member
Posts: 2
Joined: Mon May 01, 2006 11:48 pm
Location: Pune, India

Migration from Windows to Unix

Post by neophyte »

We want to migrate existing DS server from windows to unix. Existing datastage server is on MS Windows 2000 with service pack 4
DataStage version is 7.5.1

Can anyone please tell the steps involved in this process.
It would be great if any guide/manual is available for this.

Thanks.
Let there be D_light_S!
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

To start with, the commands and file names in the scripts.

Second the environment variables etc
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

To start with, the commands and file names in the scripts.

Second the environment variables etc
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There's no guide or manual for this. Your jobs themselves should migrate over with very few if any issues. As noted, what you need to identify are any areas where you are relying on or leveraging the underlying operating system since that will be changing.

So before or after job ExecDOS activities would need to be checked, and batch files converted to scripts. You'd have to think about what record delimiter you were using in sequential files, DOS v. UNIX, they wouldn't necessarily have to change but you may want to. Any custom routines leveraging DSExecute would need to change.

Etc. Etc.
-craig

"You can never have too many knives" -- Logan Nine Fingers
neophyte
Premium Member
Premium Member
Posts: 2
Joined: Mon May 01, 2006 11:48 pm
Location: Pune, India

Post by neophyte »

thank u very much for ur help :-)
Let there be D_light_S!
Post Reply