- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error Buiding New Kernel
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
02-14-2001 08:08 AM
02-14-2001 08:08 AM
Cannot build a kernel using /usr/sbin/config. The standard output of the command is shown below:
Usage: bstab input_data symbol_cnt strtbl_size kernel_file output_file
Stop.
config: make did an exit(1)
The command exited with exitcode -71.
Any ideas?
Chris Hinnen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 08:37 AM
02-14-2001 08:37 AM
SolutionTo rebuild the HP-UX kernal, do the following:
1. cd /stand/build
2. create the kernal parameter system file
/usr/lbin/sysadm/system_prep -s system
3. make your changes to the system file
vi system
4. build the new kernal
/usr/sbin/mk_kernel -s ./system
5. back up the old kernel and sys files
mv /stan/system /stand/system.prev
mv /stand/vmunix /stand/vmunix.prev
6. install the new kernel
cp /stand/build/system /stand
cp /stand/build/vmunix_test /stand/vmunix
7. reboot system
8. verify the kernel changes using sysdef
Check out the sysdef and mk_kernel man pages. You can also use the SAM. Hopefully this helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 08:40 AM
02-14-2001 08:40 AM
Re: Error Buiding New Kernel
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 09:43 AM
02-14-2001 09:43 AM
Re: Error Buiding New Kernel
thanks,
Peg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 02:43 PM
02-14-2001 02:43 PM
Re: Error Buiding New Kernel
Peggy is right. There have been some problems in the past using SAM to rebuild the kernel. If you have all the latest patches/updates for your server, SAM should work. I have successfully rebuilt the kernel using SAM in the past but I prefer to use the manual method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 10:33 AM
02-20-2001 10:33 AM
Re: Error Buiding New Kernel
Did we help at all? Or did you find an answer elsewhere? Is your problem fixed? I am always curious when someone runs into trouble. Will you post what happened and if we did help please assign points so we know - this helps the whole forum, especially newbies who might run into the same problem. I really do want to know what the outcome of your situation was - we can all learn from these problems we run into. Thanks,
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 11:01 AM
02-20-2001 11:01 AM