Deploying Parallel 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

Post Reply
vam
Charter Member
Charter Member
Posts: 18
Joined: Thu Jun 17, 2010 2:06 pm

Deploying Parallel Jobs

Post by vam »

I am getting the following error while checking a Parallel ..configuration file.

Any input would be great

Error:
Remote shell error accessing host.
rsh -l mkdir -p remote/PROJECT NAME/RT_SCTEMP > RT_SCTEMP/RunRemote_7245.651284.tmp 2>&1
host: name -l NOT FOUND
Vam
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Per the man page for rsh, the first parameter after rsh is host (hostname). As it appears to be missing in your error message, what is the hostname (fastname) you are using in the node entries in your configuration file? It must be a name that is reachable on the network.

For more information on the configuration file requirements, review the Parallel Job Developer Guide.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply