- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How much space is required to rebuild the UNIX Ker...
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-02-2004 02:06 AM
12-02-2004 02:06 AM
How much space is required to rebuild the UNIX Kernel
My questions are?....
1) during the build do i have 3 copies of the kernel? the current(vmunix), the Previous(vmunix.prev and the new generated kernel?
2) where does the new kernel actually get build in the /stand/build directory?
3) at which point does the new kernel get moved into place and the current kernel copied to the kernel.prev?
4) if i just move my /stand/build directory to a different filesystem and create a symbolic link to to it from /stand will it solve my problem?
any help is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 02:17 AM
12-02-2004 02:17 AM
Re: How much space is required to rebuild the UNIX Kernel
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 02:18 AM
12-02-2004 02:18 AM
Re: How much space is required to rebuild the UNIX Kernel
1) Yes you will have at some stage 3 kernels
So my advice would be if you cannot use a make_recovery to resize you /stand to smething like 300MB then move vmunix.prev to somewhere else before compiling a new kernel
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 02:25 AM
12-02-2004 02:25 AM
Re: How much space is required to rebuild the UNIX Kernel
you should have atleast the space of current vmunix file+system file.
1. during building of new kernel the current kernel (vmunix)is moved to vmunix.prev and the newly builded kernel in /stand/build dir is moved in place of vmunix (same in case of system file)
2. the new kernel actually get build in the /stand/build directory
4. you can move it to a hfs file system only.
you have to create a hfs filesystem.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 02:30 AM
12-02-2004 02:30 AM
Re: How much space is required to rebuild the UNIX Kernel
It will free needed space.
You can link some dir into /stand/build but
you cann't boot from this links.
when server boot it need HFS FS and strict policy.
do not doing so :))