Page 1 of 1

Configuring PX with ssh

Posted: Fri Sep 03, 2004 4:06 am
by SureshRP
Hi,

I'm trying to setup user environment on Linux platform to run parallel jobs (Datastage ver 7.5). As per security policy i do not have the option of rsh without a password and need to use SSH. anybody dunnit b4 ?

thanks in advance.

Posted: Fri Feb 11, 2005 3:55 pm
by lgharis
Did you get any information on how to do this? I got a response from Ascential support saying that this has been done but they do NOT support it. They gave me information on how to do it but said do not call them with questions about making it work or if it breaks.

If you have gotten this to work I would be interested in hearing any opinions on how stable it is. As a matter of fact I would be interested in hearing experiences with SSH from anyone.

Posted: Mon Feb 14, 2005 5:20 pm
by T42
This is only relevant if you are speaking of DataStage being run on multiple servers/processes. RSH is only used for this purpose, as far as I know.

In order to make it work, you need:

1. Script experience
2. Time.
3. Lots of Jolt.

Go to this directory:

Code: Select all

... Ascential/DataStage/PXEngine/etc/
Back up the following file, and open up the backed up copy:

Code: Select all

distribute-component
Figure out what is being done there, and tweak accordingly.

The very minute you edit and use that file, you LOSE your Ascential Support. Every single time you have a bug, you must verify the bug with the original copy of that file before reporting it with Ascential Support.

Of course, if you do know what you're doing, you should be just fine.

Posted: Tue Jan 23, 2007 4:55 am
by timsmith_s
Dear lgharis,

Would you mind posting the approach you used or sending to me in a private message? TIA

Posted: Tue Jan 23, 2007 10:10 am
by fridge
another way that could work - but not exactly tidy is to symbolically link the rsh exe to ssh

e.g. ln -s /usr/bin/ssh /usr/bin/rsh (or what ever paths)

Have seen this implemented before - but still provides the support issues mentioned above