Configuration File Issue in Parellel Jobs

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

ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Post by ag_ram »

Finally, when I copied the MKS Toolkit folder into the current Project folder with folder name as "Toolkit", the sh.exe not found error is gone. But a new error is coming as below.


##I IIS-DSEE-TCOA-00067 09:03:47(001) <main_program> OS charset: windows-1252.
##I IIS-DSEE-TCOA-00068 09:03:47(002) <main_program> Input charset: UTF-8.
##I IIS-DSEE-TFSC-00001 09:03:48(000) <main_program> APT configuration file: C:/IBM/InformationServer/Server/Configurations/default.apt
Toolkit\mksnt\sh.exe 4: syntax error: got (, expecting Newline
##W IIS-DSEE-TFPM-00152 09:04:18(000) <main_program> Accept timed out retries = 4
##E IIS-DSEE-TFPM-00153 09:04:18(001) <main_program> The section leader on Server1 died
##E IIS-DSEE-TFPM-00356 09:04:18(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 IIS-DSEE-TFPM-00177 09:04:18(003) <main_program> Step started on node Server1; it uses 1 nodes.
The program running the step is /C=/IBM/InformationServer/Server/PXEngine/bin/orchadmin.exe.

##I IIS-DSEE-TFPM-00178 09:04:18(004) <main_program> The ORCHESTRATE startup program in /C=/IBM/InformationServer/Server/PXEngine/etc/standalone.sh is being used.

##I IIS-DSEE-TFPM-00181 09:04:18(005) <main_program> A startup script is not being used.

##I IIS-DSEE-TFPM-00183 09:04:18(006) <main_program> The TCP port being used for startup is 10,000; the associated socket number is 3.

##I IIS-DSEE-TFPM-00184 09:04:18(007) <main_program>
Node status:


##I IIS-DSEE-TFPM-00185 09:04:18(008) <main_program> TVMKVM95050D -
##I IIS-DSEE-TFPM-00187 09:04:18(009) <main_program> rsh issued, no response received


##E IIS-DSEE-TFPM-00247 09:04:18(010) <main_program> Unable to contact one or more Section Leaders.
Probable configuration problem; contact Orchestrate system administrator.

##E IIS-DSEE-TFSC-00011 09:04:18(011) <main_program> Step execution finished with status = FAILED.
##E IIS-DSEE-TCOA-00069 09:04:18(012) <main_program> ERROR: check configuration file failed.


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

Post by ray.wurlod »

Did you perform the investigation into rsh configuration suggested in the messages?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Post by ag_ram »

Yes. I have created a .rhosts file in the Home directory of Datastage user and have given required permissions but with no sucess.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What about on the other nodes?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Post by ag_ram »

I have only one node. Here is my configuration file:

{
node "node1"
{
fastname "Server1"
pools ""
resource disk "C:/IBM/InformationServer/Server/Datasets" {pools ""}
resource scratchdisk "C:/IBM/InformationServer/Server/Scratch" {pools ""}
}
}

It shows only one node.
Soma123
Participant
Posts: 18
Joined: Wed Feb 04, 2009 11:02 pm

Post by Soma123 »

Hi,
Were you able to solve this issue? Here I am facing the same issue, and not able to conclude what all set ups I have to do , please let me know incase your issue is resolved.
cpp
Participant
Posts: 3
Joined: Fri Aug 21, 2009 8:09 am
Location: Mysore

Section leader died

Post by cpp »

I'am facing the below issue. The section leader on the server died.
further fatal error shows that it is unable to contact one or more section leaders.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:!: Please start your own post and include your own relevant details.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply