- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to start inetd at boot time.
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
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
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
тАО06-02-2009 09:42 AM
тАО06-02-2009 09:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 09:46 AM
тАО06-02-2009 09:46 AM
Re: How to start inetd at boot time.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 09:49 AM
тАО06-02-2009 09:49 AM
Re: How to start inetd at boot time.
The 'inetd' daemon is started by the script '/sbin/init.d/inetd' in run-level-2.
You may need to uncomment some of the services defined in '/etc/inetd.conf' and reconfigure a new running daemon:
# /usr/sbin/inetd -c
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 10:29 AM
тАО06-02-2009 10:29 AM
Re: How to start inetd at boot time.
My default runlevel is 3.
As JFR said The 'inetd' daemon is started by the script '/sbin/init.d/inetd' in run-level-2.
But when i restart the server. then i net will not be started automatically. since my default runlevel is 3.
How to solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 10:42 AM
тАО06-02-2009 10:42 AM
SolutionYes, it will. When HP-UX boots up to run level 3 it starts everything for run level 1, 2 AND 3.
If inetd is not starting, then you need to investigate why. Have a look in /etc/rc.log for any errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 10:43 AM
тАО06-02-2009 10:43 AM
Re: How to start inetd at boot time.
>>>>But when i restart the server. then i net will not be started automatically. since my default runlevel is 3
Check the /etc/rc.log file contents and you'll learn the startup process.
Your system will come to run-level 3 as default after run-level 1 and 2 completes respectively.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 10:58 AM
тАО06-02-2009 10:58 AM
Re: How to start inetd at boot time.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 11:13 AM
тАО06-02-2009 11:13 AM
Re: How to start inetd at boot time.
yes, you both are correct.
i am able to see "inetd" in /etc/rc.log.
Now i understand following things:
1) when starting the server in runlevel 3, all the scripts available in runlevel 1 (/etc/rc1.d), runlevel2 (/etc/rc2.d) and runlevel3 (/etc/rc3.d) will be ran.
So all three runlevels (rc1.d, rc2.d and rc3.d) will be executed when we are setting runlevel 3 as default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2009 11:15 AM
тАО06-02-2009 11:15 AM
Re: How to start inetd at boot time.
Start Internet services daemon
Output from "/sbin/rc2.d/S500inetd start":
----------------------------
Internet Services started
UNIX because I majored in cryptology...