Listen DSRPC in a different port number (DS752)

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
harikris
Participant
Posts: 5
Joined: Wed Oct 27, 2004 3:46 am

Listen DSRPC in a different port number (DS752)

Post by harikris »

I want to know if it is possible to start-up DSRPC process in a different port number other than 31538.

I tried changing the port in the /etc/services file to another port number, i am able to

- connect to uv repository from UNIX prompt
- find the dsrpc process running
- find the port 'LISTEN' when i do a 'netstat -a'

but unable to connect from DS client, it throws an error (81016).

Please let me know your expert comment.


Thanks,
Hari
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It is certainly possible; you have proven that by succeeding in starting the RPC daemon.

When you attempt to connect, do you specify the new port number as part of the address? For example, hostname:31568 or xxx.xxx.xxx.xxx:31568 ?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
harikris
Participant
Posts: 5
Joined: Wed Oct 27, 2004 3:46 am

Issue Resolved

Post by harikris »

Thanks Ray.. IP followed by Port number works!!!

Thanks soo much for your immediate response.

- Hari
Post Reply