- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- when use hpux -is in isl,what daemon did it decid...
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
12-23-2004 03:56 PM
12-23-2004 03:56 PM
it will run /sbin/rc1.d/S**
/sbin/rc2.d/S**....
,
but i can't find /sbin/rcS.d/ directory?
so when system boot to single user mode,
which script did it run?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 04:06 PM
12-23-2004 04:06 PM
Re: when use hpux -is in isl,what daemon did it decide to start?
This does things like fsck / and then remount it and I think it then goes of and does an init .. with the -is option this tells it to check for s in /etc/inittab.
I think :) It's been a while !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 04:39 PM
12-23-2004 04:39 PM
Re: when use hpux -is in isl,what daemon did it decide to start?
Also refer to the /etc/inittab file for more details. Do man inittab.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 04:46 PM
12-23-2004 04:46 PM
Solution/sbin/rc2.d/S* files will be read while getting into multiuser mode, /sbin/rc2.d/S* files start the applications defined to start at boot time.
whereas /sbin/rc1.d/S* files will be executed when system getting into single user mode,
In your machine, the scripts under /sbin/rc1.d/S* will be run when you issued the command "hpux -iS". prior to running these files, system will read /etc/inittab and start the processes to be started in level 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 05:57 PM
12-23-2004 05:57 PM
Re: when use hpux -is in isl,what daemon did it decide to start?
This is exactly what u r looking for:
http://www.unixhub.com/docs/hpux/hpux_boot.html
Regards,