- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Minimum files needed to boot
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
05-24-2004 11:12 PM
05-24-2004 11:12 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 11:24 PM
05-24-2004 11:24 PM
Re: Minimum files needed to boot
That depends on what you consider "booted". If you mean to get to runlevel 1, you might only need the kernel (/stand/vmunix) and the contents of /usr/bin. If you mean to get to multi-user mode (run level 3, usually), then you're going to need a complete root volume with /usr, /etc, /var, /stand, at least.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 11:35 PM
05-24-2004 11:35 PM
Re: Minimum files needed to boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 11:38 PM
05-24-2004 11:38 PM
Re: Minimum files needed to boot
With lots of work and loss of all connectivity over the LAN, you might get the list stripped down to a few dozen files but the usefulness of such a system would be questionable.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 11:46 PM
05-24-2004 11:46 PM
Re: Minimum files needed to boot
There are several files in /etc and of course what is in /stand plus root's valid shell in /sbin.
Now going above that will require /usr to be mountable and a certain number of files there.
It might also help if you could post what you are trying to accomplish since that might limit the files you have to have.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 04:07 AM
05-25-2004 04:07 AM
Re: Minimum files needed to boot
Is this a question about disk space, memory or what? Trying to boot with a minimum number of files sounds like a question that has another problem behind it.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 04:14 AM
05-25-2004 04:14 AM
Re: Minimum files needed to boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2004 04:53 AM
05-25-2004 04:53 AM
SolutionGiven the environment, this is going to be a rather significant task. For instance, you may not see cut or awk running but if you remove them, several scripts and programs may stop working correctly.
Bill Hassell, sysadmin