Problem after new installation

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
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

Problem after new installation

Post by meet_deb85 »

Hi All,

I have just installed datastage on a new server.
After installation I made a simple job i.e : -

Row generator----------->> Peek stage

to test whether it has been installed properly or not.
but my job got aborted with fatal error : -

1)main_program: Accept timed out retries = 4

2)main_program: The section leader on CNDAIRPZAPZP02 died

3)main_program: **** Parallel startup failed ****
This is usually due to a configuration error, such as
not having the Orchestrate install directory properly
mounted on all nodes, rsh permissions not correctly
set (via /etc/hosts.equiv or .rhosts), or running from
a directory that is not mounted on all nodes. Look for
error messages in the preceding output.


4)main_program: Unable to contact one or more Section Leaders.
Probable configuration problem; contact Orchestrate system administrator.

5)main_program: Step execution finished with status = FAILED.


This is my config file : -

{
node "node1"
{
fastname "CNDAIRPZAPZP02"
pools ""
resource disk "/dshome/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/dshome/Ascential/DataStage/Scratch" {pools ""}
}
node "node2"
{
fastname "CNDAIRPZAPZP02"
pools ""
resource disk "/dshome/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/dshome/Ascential/DataStage/Scratch" {pools ""}
}
node "node3"
{
fastname "CNDAIRPZAPZP02"
pools ""
resource disk "/dshome/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/dshome/Ascential/DataStage/Scratch" {pools ""}
}
node "node4"
{
fastname "CNDAIRPZAPZP02"
pools ""
resource disk "/dshome/Ascential/DataStage/Datasets" {pools ""}
resource scratchdisk "/dshome/Ascential/DataStage/Scratch" {pools ""}
}
}


Plz help...thanx in advance....
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Moderator: please move to parallel forum
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