Operating System - HP-UX
1753518 Members
5202 Online
108795 Solutions
New Discussion юеВ

Re: what software uses /var/opt/dce/rpc/local ?

 
SOLVED
Go to solution
Richard Pereira_1
Regular Advisor

what software uses /var/opt/dce/rpc/local ?

Hi there,

Can anyone tell me exactly what subsystems write to /var/opt/dce/rpc/local ?
3 REPLIES 3
Torsten.
Acclaimed Contributor
Solution

Re: what software uses /var/opt/dce/rpc/local ?

Hi,

IMHO all applications using RPC are creating sockets there, example:

/var/opt/dce/rpc/local/16367 # lsof reaper
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
swagentd 16367 root 8u unix 64,0x8 0t0 2374 /opt/dcelocal/var/rpc/local/16367/reaper (0x44691c0)


This is swagentd.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Richard Pereira_1
Regular Advisor

Re: what software uses /var/opt/dce/rpc/local ?

Thanks
Richard Pereira_1
Regular Advisor

Re: what software uses /var/opt/dce/rpc/local ?

Thanks