Parallel startup failed

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
topdsx
Participant
Posts: 9
Joined: Thu Feb 02, 2017 9:36 am

Parallel startup failed

Post by topdsx »

Hi,

Please find in below the error message:

Code: Select all

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. 
job failed with this error but whand it re run its fine, it's finished in status "OK".

Anyone could explain m whre the problem comes please ?
DEMBA
rkashyap
Premium Member
Premium Member
Posts: 532
Joined: Fri Dec 02, 2011 12:02 pm
Location: Richmond VA

Re: Parallel startup failed

Post by rkashyap »

Text states
topdsx wrote:Look for error messages in the preceding output.
What are the error messages in the preceding output?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you can't find it by inspection, there are a few environment variables you can use to get more diagnostic output. Among them:
APT_STARTUP_STATUS
APT_PM_PLAYER_MEMORY
APT_PM_PLAYER_TIMING
OSH_DUMP or OSH_EXPLAIN
APT_DUMP_SCORE
OSH_ECHO
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Is this your first job execution in your grid?

Did you establish SSH keys in your grid?

Did you set your JOBDIR in your global_grid_values file to a mount that was present on each of your grid hosts?
Post Reply