- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Update of /etc/services
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-03-2001 02:08 AM
10-03-2001 02:08 AM
Please advise.
We have setup a suite of Oracle Products recently.
We had been advise to enter the details of all port numbers used in the operating system file: /etc/services.
Could you please advise on how to enter the details.
For example,
Oracle Management server accepting requests on port numbers 7771, 7772, 7773
Oracle Enterprise Java Engine TNS Listener accepting TCP/IP requests on port 1521 and IIOP: 2481
Oracle HTTP Server (apache, which is also listening on port80) - 7777
thank you for a reply
Kind regards
Yogeeraj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 02:18 AM
10-03-2001 02:18 AM
Re: Update of /etc/services
That said, typical services entries are of the form:
SERVNAME PORT/PROTO
where SERVNAME is the service name, could be anything you want. For example the service name for 80 is http, and for 23 is telnet.
PORT is the port number and PROTO is the protocol being used, i.e. tcp or udp.
Btw, port 80 should already be defined in the services file.
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 02:19 AM
10-03-2001 02:19 AM
SolutionOMS 7771/tcp # Oracle Management Server
OMS 7772/tcp # Oracle Management Server
OMS 7773/tcp # Oracle Management Server
OEJE 1521/tcp # Oracle Enterprise Java Engine
IIOP 2481/tcp # Oracle Enterprise Java Engine
Oracle_http 7777/tcp # Oracle HTTP Server
Apache 80/tcp # Apache http server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 02:21 AM
10-03-2001 02:21 AM
Re: Update of /etc/services
Oops, you shouldnt have duplicates, change the first 3 lines to;
OMS1 ...
OMS2....
OMS3....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 03:02 AM
10-03-2001 03:02 AM
Re: Update of /etc/services
Best Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 04:24 AM
10-15-2001 04:24 AM
Re: Update of /etc/services
I agree with Stefan, U can add a new port through using vi /etc/services.
Regards,
Hamdy