- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Start & Kill Script in rcx.d
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
07-12-2006 04:05 PM
07-12-2006 04:05 PM
Anybody Tell me when the Scripts start with
Sxx->Executed
Kxx->Executed
in rc.d Directory
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 04:08 PM
07-12-2006 04:08 PM
Re: Start & Kill Script in rcx.d
Sxx->Is executed during start up time
Kxx-> Is executed during shutdown or restart time.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 04:47 PM
07-12-2006 04:47 PM
Re: Start & Kill Script in rcx.d
S==start in Sxx
K==kill in Kxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 04:50 PM
07-12-2006 04:50 PM
Re: Start & Kill Script in rcx.d
Well...When We are Switchin from RunLevel 3 to Runlevel 1...
Which Kill Scripts in Runlevel Directory are Executed....Sequetially..
Give me the Priority of Execution Kill Scripts also...
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 04:56 PM
07-12-2006 04:56 PM
Re: Start & Kill Script in rcx.d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 04:57 PM
07-12-2006 04:57 PM
Re: Start & Kill Script in rcx.d
please find attached one of the great documents on this issue which i had downloaded from this site a few year ago and which i am still using for training purposes today!
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 05:25 PM
07-12-2006 05:25 PM
Re: Start & Kill Script in rcx.d
MOVING FROM RUNLEVEL 3 to 1
/sbin/rc3.d/K01
/sbin/rc3.d/K02
/sbin/rc3.d/K10
Then
/sbin/rc2.d/K01
/sbin/rc2.d/K02
/sbin/rc2.d/K10
Is it Right..........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 06:08 PM
07-12-2006 06:08 PM
Solution>/sbin/rc3.d/K01
>/sbin/rc3.d/K02
>/sbin/rc3.d/K10
>Then
>/sbin/rc2.d/K01
>/sbin/rc2.d/K02
>/sbin/rc2.d/K10
>Is it Right..........
Right for the most part except that K or S is followed by a 3-digit number for ex. /sbin/rc2.d/K002scriptname
Also there are no (K)ill scripts in run-level 3 [/sbin/rc3.d] since it the endpoint of system startup; just like there are no (S)tart scripts in run-level 0 [/sbin/rc0.d] since it the endpoint of system shutdown.
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 07:01 PM
07-12-2006 07:01 PM