HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Which port does Remedy uses?
Operating System - HP-UX
1833648
Members
4691
Online
110062
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 10:06 PM
10-16-2001 10:06 PM
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
Could anyone help?
Which HP-UX unix port does remedy uses?
How do i check it?
Thanks!
Bernard
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 10:26 PM
10-16-2001 10:26 PM
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
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 11:55 PM
10-16-2001 11:55 PM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 12:51 AM
10-17-2001 12:51 AM
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?
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?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP