Operating System - HP-UX
1753828 Members
8579 Online
108806 Solutions
New Discussion юеВ

Which application use port 1110 ?

 
SOLVED
Go to solution
CRbosupportohp
Occasional Contributor

Which application use port 1110 ?

Hi,

guys should close port 1110 on HP-UX cluster. I have searched for this port on the netstat -an and rpcinfo -p. It appear unused. Which application/ process usually use this port?

Thanks

3 REPLIES 3
VK2COT
Honored Contributor

Re: Which application use port 1110 ?

Hello,

 

These are the common ones:

 

1110 tcp webadmstart Start web admin server

1110 udp nfsd-keepalive Client status info

1110 tcp nfsd-status Cluster status info

 

Cheers,

 

VK2COT

VK2COT - Dusan Baljevic
CRbosupportohp
Occasional Contributor

Re: Which application use port 1110 ?

Thanks for your answer.

Can you say more about the "nfsd-status Cluster status info"  ?  Is this daemon started for nfsserver/client application or from ServiceGuard ?

 

Regards

 

VK2COT
Honored Contributor
Solution

Re: Which application use port 1110 ?

Hello,

 

THis is from standard NFS server. Port 1110 is not used:

 

# rpcinfo -p
   program vers proto   port  service
    100000    4   tcp    111  rpcbind
    100000    3   tcp    111  rpcbind
    100000    2   tcp    111  rpcbind
    100000    4   udp    111  rpcbind
    100000    3   udp    111  rpcbind
    100000    2   udp    111  rpcbind
    100024    1   udp  49161  status
    100024    1   tcp  49152  status
    100133    1   udp  49162
    100133    1   tcp  49153
    100021    1   udp   4045  nlockmgr
    100021    2   udp   4045  nlockmgr
    100021    3   udp   4045  nlockmgr
    100021    4   udp   4045  nlockmgr
    100021    1   tcp   4045  nlockmgr
    100021    2   tcp   4045  nlockmgr
    100021    3   tcp   4045  nlockmgr
    100021    4   tcp   4045  nlockmgr
1073741824    1   tcp  49154
    100005    1   udp  49311  mountd
    100005    1   tcp  49248  mountd
    100005    2   udp  49311  mountd
    100005    2   tcp  49248  mountd
    100005    3   udp  49311  mountd
    100005    3   tcp  49248  mountd
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100227    2   udp   2049
    100227    3   udp   2049
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100227    2   tcp   2049
    100227    3   tcp   2049

So, it is for clustering side...

 

Cheers

VK2COT - Dusan Baljevic