Configuration File Error : Permission Denied

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
abhilashnair
Participant
Posts: 284
Joined: Fri Oct 13, 2006 4:31 am

Configuration File Error : Permission Denied

Post by abhilashnair »

I am getting the following error while trying to view data or run job using DB2 stage:



##I TFCN 000001 00:18:37(000) <main_program>
Ascential DataStage(tm) Enterprise Edition 7.5.1A
Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TOSH 000002 00:18:37(001) <main_program> orchgeneral: loaded
##I TOSH 000002 00:18:37(002) <main_program> orchsort: loaded
##I TOSH 000002 00:18:37(003) <main_program> orchstats: loaded
##I TFSC 000001 00:18:37(004) <main_program> APT configuration file: /dsadm/Ascential/DataStage/Configurations/GlxDB2ETL_Large.apt
Permission denied.
Permission denied.
##W TFPM 000152 00:26:57(000) <main_program> Accept timed out retries = 16
>##E TFPM 000153 00:26:57(001) <main_program> The section leader on dbsp8003 died
>##E TFPM 000356 00:26:57(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 TFPM 000177 00:26:57(003) <main_program> Step started on node dbsp8005; it uses 4 nodes.
The program running the step is /px/bin/osh.

##I TFPM 000178 00:26:57(004) <main_program> The ORCHESTRATE startup program in /px/etc/standalone.sh is being used.

##I TFPM 000181 00:26:57(005) <main_program> A startup script is not being used.

##I TFPM 000183 00:26:57(006) <main_program> The TCP port being used for startup is 10002; the associated socket number is 5.

##I TFPM 000184 00:26:57(007) <main_program>
Node status:


##I TFPM 000185 00:26:57(008) <main_program> dbsp8005 -
##I TFPM 000186 00:26:57(009) <main_program> OK

##I TFPM 000185 00:26:57(010) <main_program> dbsp8005 -
##I TFPM 000186 00:26:57(011) <main_program> OK

##I TFPM 000185 00:26:57(012) <main_program> dbsp8003 -
##I TFPM 000187 00:26:57(013) <main_program> rsh issued, no response received

##I TFPM 000185 00:26:57(014) <main_program> dbsp8004 -
##I TFPM 000187 00:26:57(015) <main_program> rsh issued, no response received


>##E TFPM 000247 00:26:57(016) <main_program> Unable to contact one or more Section Leaders.
>Probable configuration problem; contact Orchestrate system administrator.
>
>##E TFSR 000011 00:26:57(017) <main_program> Step execution finished with status = FAILED.
>
dsxdev
Participant
Posts: 92
Joined: Mon Sep 20, 2004 8:37 am

Post by dsxdev »

hi Abhilash.

From the error message it looks like rsh could not be invoked on dbsp8003, dbsp8004 nodes.

This could be for one reason. Remote host entries are missing from .rhosts file.
Make sure that entry of all the nodes are present in .rhosts file on each node.
This file is present in your home directory on Unix.
Happy DataStaging
trobinson
Participant
Posts: 208
Joined: Thu Apr 11, 2002 6:02 am
Location: Saint Louis
Contact:

Post by trobinson »

Easily verifed. Log onto the ETL Server using the userid that will be running the job do;
rsh dbsp8003 date
If the command is processed correctly the problem lies elsewhere. If not then either it is rsh or the userid.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Silly as it may sound, check also that your process has read permission to /dsadm/Ascential/DataStage/Configurations/GlxDB2ETL_Large.apt
(the parallel configuration file).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
abhilashnair
Participant
Posts: 284
Joined: Fri Oct 13, 2006 4:31 am

Re: Configuration File Error : Permission Denied

Post by abhilashnair »

The problem was indeed in the .rhosts file in my home directory. There were some missing host entries in that file, which I rectified. Now it is working fine.
Post Reply