A remote host refused an attempted connect operation

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
arun_im4u
Premium Member
Premium Member
Posts: 104
Joined: Mon Nov 08, 2004 8:42 am

A remote host refused an attempted connect operation

Post by arun_im4u »

Hello,

I get the following error when doing a check on my apt_config_file. We did a new installation and nodes are defined on the ETL as well as DB2 boxes.
I am able to ssh to the different boxes from the server but when I try to test the config file I get the following error.



##I IIS-DSEE-TFCN-00006 16:43:02(001) <main_program> conductor uname: -s=AIX; -r=3; -v=5; -n=test01; -m=00C9BE024C00
##I IIS-DSEE-TCOA-00067 16:43:02(002) <main_program> OS charset: ISO-8859-1.
##I IIS-DSEE-TCOA-00068 16:43:02(003) <main_program> Input charset: UTF-8.
##I IIS-DSEE-TFSC-00001 16:43:02(004) <main_program> APT configuration file: /opt/IBM/InformationServer/Server/Configurations/test.apt
test02: A remote host refused an attempted connect operation.
##W IIS-DSEE-TFPM-00152 16:53:02(000) <main_program> Accept timed out retries = 20
##E IIS-DSEE-TFPM-00153 16:53:02(001) <main_program> The section leader on test02 died
##E IIS-DSEE-TFPM-00356 16:53:02(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 16:53:02(003) <main_program> Step started on node test01; it uses 5 nodes.
The program running the step is /opt/IBM/InformationServer/Server/PXEngine/bin/orchadmin.

##I IIS-DSEE-TFPM-00178 16:53:02(004) <main_program> The ORCHESTRATE startup program in /opt/IBM/InformationServer/Server/PXEngine/etc/standalone.sh is being used.

##I IIS-DSEE-TFPM-00181 16:53:02(005) <main_program> A startup script is not being used.

##I IIS-DSEE-TFPM-00183 16:53:02(006) <main_program> The TCP port being used for startup is 10,005; the associated socket number is 5.

##I IIS-DSEE-TFPM-00184 16:53:02(007) <main_program>
Node status:


##I IIS-DSEE-TFPM-00185 16:53:02(008) <main_program> test01 -
##I IIS-DSEE-TFPM-00186 16:53:02(009) <main_program> OK

##I IIS-DSEE-TFPM-00185 16:53:02(010) <main_program> test01 -
##I IIS-DSEE-TFPM-00186 16:53:02(011) <main_program> OK

##I IIS-DSEE-TFPM-00185 16:53:02(012) <main_program> test01 -
##I IIS-DSEE-TFPM-00186 16:53:02(013) <main_program> OK

##I IIS-DSEE-TFPM-00185 16:53:02(014) <main_program> test01 -
##I IIS-DSEE-TFPM-00186 16:53:02(015) <main_program> OK

##I IIS-DSEE-TFPM-00185 16:53:02(016) <main_program> test02 -
##I IIS-DSEE-TFPM-00187 16:53:02(017) <main_program> rsh issued, no response received


##E IIS-DSEE-TFPM-00247 16:53:02(018) <main_program> Unable to contact one or more Section Leaders.
Probable configuration problem; contact Orchestrate system administrator.

##E IIS-DSEE-TFSC-00011 16:53:02(019) <main_program> Step execution finished with status = FAILED.
##E IIS-DSEE-TCOA-00069 16:53:02(020) <main_program> ERROR: check configuration file failed.
Any suggestions would be helpful.
Post Reply