- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- General
- >
- Re: How start-up deamons work
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
08-18-2005 09:32 AM
08-18-2005 09:32 AM
I am running HPUX 11.11. I have question regarding the start-up deamons every time the system boots up.
What program or deamon executes these startup deamons below?
Start print spooler
Output from "/sbin/rc2.d/S720lp start":
----------------------------
"/sbin/rc2.d/S720lp start" SKIPPED
Starting HP Distributed Print Service
Output from "/sbin/rc2.d/S722pd start":
----------------------------
Start clock daemon
Output from "/sbin/rc2.d/S730cron start":
----------------------------
cron started
Start diagnostic subsystem
Output from "/sbin/rc2.d/S742diagnostic start":
Thanks,
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-18-2005 09:42 AM
08-18-2005 09:42 AM
Solution/sbin/rc[0-4].d
and executes the scripts in their numerical order. This is why the numbering of XXX for each script is important.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-18-2005 10:05 AM
08-18-2005 10:05 AM
Re: How start-up deamons work
1=run
0=do not run
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-18-2005 11:24 AM
08-18-2005 11:24 AM
Re: How start-up deamons work
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-19-2005 04:36 PM
08-19-2005 04:36 PM
Re: How start-up deamons work
see also the attached document.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-19-2005 05:07 PM
08-19-2005 05:07 PM
Re: How start-up deamons work
# /sbin/init.d/*
# ll
-r-xr-xr-x 1 root sys 1454 Aug 2 2002 vxvm-daemon-kill
-r-xr-xr-x 1 root sys 1970 Aug 2 2002 vxvm-nodes-check
-r-xr-xr-x 1 root sys 14601 May 6 2004 vxvm-reconfig
-r-xr-xr-x 1 root sys 2607 Aug 2 2002 vxvm-recover
-r-xr-xr-x 1 root sys 14600 May 6 2004 vxvm-rootreconfig
-r-xr-xr-x 1 root sys 5366 May 6 2004 vxvm-startup
-r-xr-xr-x 1 root sys 3150 Aug 2 2002 vxvm-sysboot
-r-xr-xr-x 1 root sys 3784 Sep 21 2001 webadmin
-r-xr-xr-x 1 root sys 2355 Jun 25 2004 xf86
-r-xr-xr-x 1 root sys 1176 Nov 14 2000 xfs
-r-xr-xr-x 1 root sys 2060 Jul 26 2002 xntpd
etc etc
you can use these to stop start applications when the server is running.
each app will start at a different run level - to see which run level a certain script starts:
find /sbin -name "*xntpd*" -exec ll {} \;
see man init
HTH
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP