Page 1 of 1

Deploying Parallel Jobs

Posted: Fri Apr 01, 2011 11:58 am
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

Posted: Fri Apr 01, 2011 12:34 pm
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,