/etc/hosts.equiv or .rhosts

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
altruist
Participant
Posts: 73
Joined: Thu May 11, 2006 6:50 am

/etc/hosts.equiv or .rhosts

Post by altruist »

Hi

I have a basic question on the below

/etc/hosts
/etc/hosts.equiv
.rhosts


Out of three Servers ( or nodes). One of them is not working properly (error as below). I tried to look in the main Server, for the above files, but i was able to find only /etc/hosts file and it doesn't have nothing about other two servers. How come I am able to connect to second server without an entry in /etc/hosts and not able to connect to third server.

and i am not able to find /etc/hosts.equiv and .rhosts



I am getting errors same as below [PS; took from another forum]

Code: Select all

##I IIS-DSEE-TFCN-00001 10:11:18(000) <main_program> 
IBM WebSphere DataStage Enterprise Edition 8.0.1.4458 
Copyright (c) 2001, 2005-2007 IBM Corporation. All rights reserved 



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

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

##I IIS-DSEE-TFPM-00181 10:11:48(005) <main_program> A startup script is not being used. 

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

##I IIS-DSEE-TFPM-00184 10:11:48(007) <main_program> 
Node status: 


##I IIS-DSEE-TFPM-00185 10:11:48(008) <main_program> TVMKVM95050D - 
##I IIS-DSEE-TFPM-00187 10:11:48(009) <main_program> rsh issued, no response received 


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

##E IIS-DSEE-TFSC-00011 10:11:48(011) <main_program> Step execution finished with status = FAILED. 
##E IIS-DSEE-TCOA-00069 10:11:48(012) <main_program> ERROR: check configuration file failed. 
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What UNIX?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This is confusing - the cut-and-pasted text is from a windows installation.
madhavi_ibm
Participant
Posts: 1
Joined: Wed Jul 16, 2008 9:33 pm

Post by madhavi_ibm »

1.Need to enable rsh on three servers

Ex: Able to do rsh <host1> from host2,host3, & rsh <host2> from host1,host2 & rsh <host3> from host1 & host2

2.Provide entries of IP address and hostname in /etc/hosts/ for all 3 servers

3.Provide entries in configuration file , must contain node entries of 3 servers on all machines

Ex:

{
node "node1"
{
fastname "hostname1"
***********
}
node "node2"
{
fastname "hostname2"

}
node "node3"
{
fastname "hostname3"
}
}
4.create startup.apt and add the file path in administrator.
MADHAVI
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

ArndW wrote:This is confusing - the cut-and-pasted text is from a windows installation.
I know... why not post the actual error rather than crib one from someone else's post? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
jkillen
Participant
Posts: 1
Joined: Mon Nov 01, 2010 10:47 am
Location: RTP, NC

Post by jkillen »

We recently ran into this error and it ended up being the NFS mounts. I found this out by looking at the "APT configuration file" line in Director. At the bottom of the configuration Event Detail I saw errors from bash saying "Stale NFS file handle". Once the mounts were remounted everything was fine.
Post Reply