- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- INETD 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
11-02-2005 06:49 AM
11-02-2005 06:49 AM
...and...
What are the ramifications of doing a stop/restart while users are connected to the system? Do they get completely disconnected and processes terminated? or do they just experience a momentary lapse in communication?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 06:59 AM
11-02-2005 06:59 AM
Solution'inetd -c' actually stops and then starts the 'inetd' daemon. A 'kill -hup' is sent.
This is really the same as running the '/sbin/init.d/inetd' twice, once with "stop" and then again with "start".
The 'inetd' daemon is called the "super daemon" and its role is only to startup TCPIP processes as defined in the 'inetd.conf' configuration file. If one (e.g FTP) is running, nothing happens to it. It (the FTP process, for example) is an independent process itself once launched by 'inetd'. Nothing gets terminated as you asked.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 07:02 AM
11-02-2005 07:02 AM
Re: INETD question
A new process is not spawned. This is the preferred way.
Your plan B actually kills the inetd process and starts another. The child processes should continue although the signal handling of the child death now gets done by process 1 (init) rather than inetd.
If you have a choice, do the kill -1 (or inetd -c) because that is what the inetd designers intended.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 07:04 AM
11-02-2005 07:04 AM
Re: INETD question
would stop inetd. This means that any daemon listed in inetd.conf (telnet, ftp etc..) could not be started. However, any process already started by inetd would be unaffected. As you said, you would only experience a momentary lapse in communication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 07:07 AM
11-02-2005 07:07 AM
Re: INETD question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 07:08 AM
11-02-2005 07:08 AM
Re: INETD question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 07:10 AM
11-02-2005 07:10 AM
Re: INETD question
I DID then do a stop/restart and still did not get a resolution...
and I was closing not closeing the thread ARGH!!! I need to go home and get up all over again....