dsrpc process owner

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ppalka
Participant
Posts: 118
Joined: Thu Feb 10, 2005 7:25 am
Contact:

dsrpc process owner

Post by ppalka »

Is this possible to change to run dsrpc process as another user than root?
As owner I mean what 'ps -ef | grep dsrpc' command return.
Best regards,
Piotrek

Polish DataStage consulting company:
<a href="http://www.etlpro.pl">ETL PRO</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's usually started automatically by the init process (user id 1) when the UNIX system is booted. It does need to run with superuser privilege, so that it can authenticate logins. Check out its parent process ID in your ps -ef | grep dsrpcd | grep -v grep report.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

Will it change if you start or install the datastage server using a different id (ofcourse having the necessary privilages to install/run it)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Maybe, but I doubt it. It needs to have euid=0 to authenticate logins.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply