- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Startup .. processes, where are located?
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
02-08-2006 03:57 AM
02-08-2006 03:57 AM
sorry, where are procceses located in the startup?
what is the path in hp-ux 11.11 ?
Thanks, Manuales.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 04:00 AM
02-08-2006 04:00 AM
Solution/etc/rc.config.d
and the binaries (links) here:
/sbin/init.d
the links listed are linked to the real binaries located in the different "run level directories", like /etc/rc1.d (for run level 1, and so on).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 04:02 AM
02-08-2006 04:02 AM
Re: Startup .. processes, where are located?
You should read this document. It's not very long (only about a dozen pages) and it will answer all of your questions:
http://docs.hp.com/en/934/startup.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 04:03 AM
02-08-2006 04:03 AM
Re: Startup .. processes, where are located?
Start up scripts are located in three spots
/sbin/init.d has the actual scripts
/sbin/rcX.d contains the links dictating at what level the script either stops or starts
/etc/rc.config.d contains a flag that is referenced that allows/disallows the script to run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 04:11 AM
02-08-2006 04:11 AM
Re: Startup .. processes, where are located?
Startup scripts are in /sbin/init.d
In order to start at boot, a link has to be made from /sbin/rcX.d to the /sbin/init.d/script (where X is the runlevel - ie 3).
Some pid's of running proccesses are in /var/run some in /var/opt/APP/locks/ some in /etc...
IE, samba's is in /var/opt/samba/locks/smbd.pid and syslog is /etc/syslog.pid
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 04:23 AM
02-08-2006 04:23 AM
Re: Startup .. processes, where are located?
Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 06:32 AM
04-13-2006 06:32 AM
Re: Startup .. processes, where are located?
Really, really for this link, is very easy to understand this topic with this kind of files .. really thanks for share it with all of us
http://docs.hp.com/en/934/startup.pdf
Thanks !! :0D
Manuales