issue with multiple installation on same box

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
pat_raman2000
Premium Member
Premium Member
Posts: 16
Joined: Tue Apr 17, 2007 12:38 am

issue with multiple installation on same box

Post by pat_raman2000 »

I Have doen multiple installtion of Datastage 7.5.1 oem edition on the same machine .When i do ps -ef | grep ds

both services is showing i have done second installtion with itag -aaa.

The first installtion i have done normallt without itag


I am able to connect to first installtion but not teh second installtion even after giving SERVER:port.

I am able to get teh result for dsjob -sever -user - password -listprojects
second installtion

but not able to open through client.

Both are done in differenct directories and different user.
Please help me on this
stefanfrost1
Premium Member
Premium Member
Posts: 99
Joined: Mon Sep 03, 2007 7:49 am
Location: Stockholm, Sweden

Re: issue with multiple installation on same box

Post by stefanfrost1 »

pat_raman2000 wrote:I Have doen multiple installtion of Datastage 7.5.1 oem edition on the same machine .When i do ps -ef | grep ds

both services is showing i have done second installtion with itag -aaa.

The first installtion i have done normallt without itag


I am able to connect to first installtion but not teh second installtion even after giving SERVER:port.

I am able to get teh result for dsjob -sever -user - password -listprojects
second installtion

but not able to open through client.

Both are done in differenct directories and different user.
Please help me on this
Did you specify diferent ports for each installation and did you use the port number when connecting from your client. eg. host: myserver.domain.com:31540 (specify your port number)?
-------------------------------------
http://it.toolbox.com/blogs/bi-aj
my blog on delivering business intelligence using agile principles
pat_raman2000
Premium Member
Premium Member
Posts: 16
Joined: Tue Apr 17, 2007 12:38 am

Post by pat_raman2000 »

For the first installation we haven't specified port number. it took default port 31538.

For second installtion the port number is 31539.

While connecting from cleint i used the port number.It is working for first installtion(default) and not for second installation
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What error message do you get on the second instance? If you go to UNIX, does "ps -ef | grep aaa" return any segments? What about "ps -ef | grep dsrpcd"?
pat_raman2000
Premium Member
Premium Member
Posts: 16
Joined: Tue Apr 17, 2007 12:38 am

Post by pat_raman2000 »

when i do ps -ef | grep aaa i am getting $DSHOME/aaadsrpcd.

The error i am getting when i login to second server is failed to connect to server:port ,project UV [connection timed out 81015] .

whereas I am able to login first server successfully
Post Reply