Usage of remsh script

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sureshdsx1001
Participant
Posts: 11
Joined: Fri Sep 21, 2007 2:23 am

Usage of remsh script

Post by sureshdsx1001 »

Dear All,

I am using Informix Enterprise Stage in a PX job [ETL job designed in REGION-A] to load data into target Informix Database located [REGION -B].
In the Informix Enterprise Stage, Conenction Method used is Native , DB Name is provided and Remote Server is set to FALSE.

Whenever this job is run, it invokes remsh script from development unix box. This script contains the ssh command to connect to target remote server.

My questions:
- How does this remsh script gets invoked. What is setting done here
- Any more details related to remsh script ?

Also if any one has some information about establsihing remote connectivity to Databases using DataStage jobs.,,Please share..


REgards,
Suresh
Suresh G Sampat
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The DataStage Conductor process uses rsh to invoke Section Leader processes on nodes that are different from the Conductor's node. This is probably the remsh scripts that you are seeing.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply