- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Xinetd question
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-27-2005 04:12 AM
10-27-2005 04:12 AM
I am installing and making tests with xinetd and so far I did not have any problem, but I was alerted that both applications could not run in simultaneous, but the truth is that already I tested and the system functions with one of them, or with the two. Well, my question is the following one, it will be that xinetd came to substitute inetd, or I can commute services between the two? Will exist some inconvenience in the use only of xinetd?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 05:51 AM
10-27-2005 05:51 AM
Re: Xinetd question
FAQ: http://www.xinetd.org/faq.html
So, as far as your question - can you use both - maybe, but I doubt it - as xinetd is a replacement for inetd.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 06:12 AM
10-27-2005 06:12 AM
Solutionyou can' have them both listening for the
same service.
If I were switching from inetd to xinetd, I
would add services to xinetd one at a time.
- update xinetd.conf to add the service
- update inetd.conf to disable the servive.
- send inetd a HUP signal to reload the new config.
- send xinetd a HUP signal to reload the configuration.
I would start with less critical services and
move up to more critical services.
It would appear from the FAQ that there can
be multiple xinetd processes running. This
allows users to configure their own xinetd
process on unprivileged ports (>1024).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 07:05 AM
10-27-2005 07:05 AM
Re: Xinetd question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 10:53 PM
10-27-2005 10:53 PM