- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- starting scripts when server boots
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-03-2005 01:04 AM
11-03-2005 01:04 AM
starting scripts when server boots
Please, How to do for starting scripts when my server boots .... I'm using HP 11.11
Could you send me any procedure ...
Cheers
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 01:09 AM
11-03-2005 01:09 AM
Re: starting scripts when server boots
Link the start/stop script you created to the appropriate run levels
i.e.
/sbin/rc3.d/S900scriptname
/sbin/rc2.d/K100scriptname
Remember to put a flag in /etc/rc.config.d directory as well
It sounds complicated, but is actually quite easy. Look at existing files for guidance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 01:09 AM
11-03-2005 01:09 AM
Re: starting scripts when server boots
go in /sbin/init.d and take a look
at
"template"
just to have a idea/procedure.
Hope that helps
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 02:33 AM
11-03-2005 02:33 AM
Re: starting scripts when server boots
http://docs.hp.com/en/B2355-90912/B2355-90912.pdf
See Chapter 5 "Administering a System" - in particular, "Customizing Start-up and Shutdown" section.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 02:46 AM
11-03-2005 02:46 AM
Re: starting scripts when server boots
The "original", definitive whitepaper on this subject(AFAIK) appeared during the 9x to 10x rework HP-UX underwent. In fact, it's available on the docs.hp.com website under 10.x:
http://docs.hp.com/en/934/startup.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 10:03 AM
11-04-2005 10:03 AM
Re: starting scripts when server boots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2005 06:26 AM
11-05-2005 06:26 AM
Re: starting scripts when server boots
Check this out for a good understading of startup of programs through /sbin/init.d/ and /sbin/rcx.d/S...
(where x is 0 1 2 3 4 )
Cheers,
Raj.