HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernal build failure
Operating System - HP-UX
1835067
Members
2985
Online
110073
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-27-2001 05:41 AM
04-27-2001 05:41 AM
kernal build failure
I need to install an old os (hp 9.04). When installing it fails. The error is, ERROR:Cannot configure kernal: /etc/regen failed. What would be my next step in resolving this.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 08:11 AM
04-27-2001 08:11 AM
Re: kernal build failure
You know that 9.04 is no longer supported and not certified for Y2K, don't you?
Below the procedure how to build the kernel when you are using LVM!
# cd /etc/conf/gen
Generate new kernel "system" file:
# cp S800 S800.sav
# /system/TOOL/get_kgenfile /hp-ux > S800
Edit it:
# vi S800
If you are using LVM (and only in this case!)Make sure you replace the following lines:
root on default section 1;
swap on default section 2;
by
root on lvol;
swap on lvol;
Build a new kernel:
# uxgen S800
Verify that there is a new kernel:
# ll ../S800/hp-ux
Save the old kernel:
# mv /hp-ux /SYSBCKUP
Move new kernel into place:
# mv ../S800/hp-ux /hp-ux
Reboot:
# shutdown -r 0
This is only a suggestion about a possible cause. Since this could be anything and since the HPUX 9.x knowledge got really stale, you are pretty much on your own. Good luck.
Carsten
Below the procedure how to build the kernel when you are using LVM!
# cd /etc/conf/gen
Generate new kernel "system" file:
# cp S800 S800.sav
# /system/TOOL/get_kgenfile /hp-ux > S800
Edit it:
# vi S800
If you are using LVM (and only in this case!)Make sure you replace the following lines:
root on default section 1;
swap on default section 2;
by
root on lvol;
swap on lvol;
Build a new kernel:
# uxgen S800
Verify that there is a new kernel:
# ll ../S800/hp-ux
Save the old kernel:
# mv /hp-ux /SYSBCKUP
Move new kernel into place:
# mv ../S800/hp-ux /hp-ux
Reboot:
# shutdown -r 0
This is only a suggestion about a possible cause. Since this could be anything and since the HPUX 9.x knowledge got really stale, you are pretty much on your own. Good luck.
Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP