Error when creating config file

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
ragunathan13
Participant
Posts: 50
Joined: Mon Sep 25, 2006 11:18 pm
Location: Chennai
Contact:

Error when creating config file

Post by ragunathan13 »

Hi

Actually i have two machines namely project1 and project2 .In both systems Datastage7.5.2 server is installed.

Both machines have been connected by TCP/IP protocol.I have created a config like

{
node "node1"
{
fastname "PROJECT1"
pools ""
resource disk "C:/Ascential/DataStage/Datasets" { pools "" }
resource scratchdisk "C:/Ascential/DataStage/Scratch" { pools "" }
}
node "node2"
{
fastname "PROJECT2"
pools ""
resource disk "C:/Ascential/DataStage/Datasets" { pools "" }
resource scratchdisk "C:/Ascential/DataStage/Scratch" { pools "" }
}


}


When I checking the config file it shows error message like


##I TOCK 000000 10:26:34(001) <main_program> OS Charset: ISO-8859-1
##I TOCK 000000 10:26:34(002) <main_program> Input Charset: UTF-8
##I TFSC 000001 10:26:34(003) <main_program> APT configuration file: C:/Ascential/DataStage/Configurations/New1.apt
RSHD: FIT: could not retrieve password: Please login and run rsetup.
##E TFPM 000152 10:27:05(000) <main_program> Accept timed out retries = 8
##E TFPM 000153 10:27:05(001) <main_program> The section leader on PROJECT2 died
##E TFPM 000356 10:27:05(002) <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.


##I TFPM 000177 10:27:05(003) <main_program> Step started on node PROJECT1; it uses 2 nodes.
The program running the step is /C=/Ascential/DataStage/PXEngine/bin/orchadmin.exe.

##I TFPM 000178 10:27:05(004) <main_program> The ORCHESTRATE startup program in /C=/Ascential/DataStage/PXEngine/etc/standalone.sh is being used.

##I TFPM 000181 10:27:05(005) <main_program> A startup script is not being used.

##I TFPM 000183 10:27:05(006) <main_program> The TCP port being used for startup is 10000; the associated socket number is 3.

##I TFPM 000184 10:27:05(007) <main_program>
Node status:


##I TFPM 000185 10:27:05(008) <main_program> PROJECT1 -
##I TFPM 000186 10:27:05(009) <main_program> OK

##I TFPM 000185 10:27:05(010) <main_program> PROJECT2 -
##I TFPM 000187 10:27:05(011) <main_program> rsh issued, no response received


##E TFPM 000247 10:27:05(012) <main_program> Unable to contact one or more Section Leaders.
Probable configuration problem; contact Orchestrate system administrator.

##E TFSR 000011 10:27:05(013) <main_program> Step execution finished with status = FAILED.
##E TOCK 000000 10:27:05(014) <main_program>
ERROR: Check configuration file failed.


Any help will be most appreciated




Regards
Ragunathan J
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The most pertinent part of the output is
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.
Read the manual on how to set up and verify the rsh mechanism.
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