Operating System - HP-UX
1833648 Members
4691 Online
110062 Solutions
New Discussion

Re: Which port does Remedy uses?

 
Bernard Lee
Occasional Contributor

Which port does Remedy uses?

Hi guys,

Could anyone help?
Which HP-UX unix port does remedy uses?
How do i check it?

Thanks!

Bernard
3 REPLIES 3
Michael Tully
Honored Contributor

Re: Which port does Remedy uses?

Hi,

I don't know exactly, but you should be
able to find it in your '/etc/services'
file.
View the file and try to search for it.
Alternatively you may find in the output
of 'netstat -a'

HTH
-Michael
Anyone for a Mutiny ?
Stefan Farrelly
Honored Contributor

Re: Which port does Remedy uses?


The remedy daemons on our server (arserv processes) use the following ports;

arservtcd 6450 root 4u inet 0x52ec0868 0t0 TCP *:692 (LISTEN)
arserverd 6452 root 6u inet 0x439f5a68 0t0 TCP *:699 (LISTEN)
arserverd 6452 root 9u inet 0x43758e68 0t0 UDP *:707 (Idle)

I used lsof -i to show this. you can download lsof from;

http://hpux.connect.org.uk/hppd/hpux/
Im from Palmerston North, New Zealand, but somehow ended up in London...

Re: Which port does Remedy uses?

Hi,

You have the /etc/ar.conf where is specified the network configuration for ARS:

TCD-Specific-Port: 10021
Notifier-Specific-Port: 10025

Also you can do:

# lsof -i ? grep ars
arserverd 26126 arsystem 11u inet 72,0x73 0t0 UDP *:58092 (Idle)
arserverd 26126 arsystem 13u inet 72,0x72 0t0 TCP *:10021 (LISTEN)
arserverd 26126 arsystem 17u inet 72,0x73 0t0 UDP *:10021 (Idle)
oracleARS 26138 arsystem 11u inet 72,0x73 0t0 UDP *:58092 (Idle)
oracleARS 26139 arsystem 11u inet 72,0x73 0t0 UDP *:58092 (Idle)
oracleARS 26140 arsystem 11u inet 72,0x73 0t0 UDP *:58092 (Idle)
oracleARS 26140 arsystem 13u inet 72,0x72 0t0 TCP *:10021 (LISTEN)
oracleARS 26140 arsystem 17u inet 72,0x73 0t0 UDP *:10021 (Idle)
oracleARS 26141 arsystem 11u inet 72,0x73 0t0 UDP *:58092 (Idle)
oracleARS 26141 arsystem 13u inet 72,0x72 0t0 TCP *:10021 (LISTEN)
oracleARS 26141 arsystem 17u inet 72,0x73 0t0 UDP *:10021 (Idle)
ntserverd 29350 arsystem 5u inet 72,0x73 0t0 UDP *:55717 (Idle)
ntserverd 29350 arsystem 7u inet 72,0x72 0t0 TCP *:10025 (LISTEN)
ntsendd 29352 arsystem 5u inet 72,0x73 0t0 UDP *:55717 (Idle)

Regards,
Andr?