- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Building the 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
03-20-2003 07:41 AM
03-20-2003 07:41 AM
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (perform required changes)
# /usr/sbin/mk_kernel -s /stand/build/system
# mv /stand/system /stand/system.prev
# mv /stand/vmunix /stand/vmunix.prev
# mv system ../
# /usr/sbin/kmupdate /stand/build/vmunix_test
# Reboot
But when I reboot don`t start up, show me the error /stand/vmunix not found
I start up whith "hpux /stand/vmunix.prev"
but why?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 08:00 AM
03-20-2003 08:00 AM
Re: Building the kernel
If you want your system to boot normally without intervention, you need to cd /stand
cp vmunix.prev vmunix
You may need to back out that copy of the system file because it might be corrupt.
When you boot your system off the new kernel, do you get a message on the console, like System Panic or something. That's a sign of a bad kernel, which makes it backout time.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 08:04 AM
03-20-2003 08:04 AM
Re: Building the kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 08:07 AM
03-20-2003 08:07 AM
Re: Building the kernel
How much room is there in /stand? Did it fail for lack of space?
Do you see your changes with lsdev?
lsdev | grep -i driver
What is the time stamp on /stand/build/vmunix_test? On /stand/vmunix? On /stand/vmunix.prev? If the time stamps are the same on /stand/vmunix and /stand/vmunix.prev then this was a pre-existing problem and someone has overwritten vmunix.
Were patches loaded that required a reboot, now or previously, AND FAIL TO REBOOOT at this time? Check /var/adm/sw/swinstall.log and swagent.log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 08:10 AM
03-20-2003 08:10 AM
Re: Building the kernel
I'm not sure but in my opinion you should copy instead of moving.
# mv /stand/system /stand/system.prev
# mv /stand/vmunix /stand/vmunix.prev
# mv system ../
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 08:13 AM
03-20-2003 08:13 AM
Solutionhttp://www2.itrc.hp.com:80/service/cki/docDisplay.do?docLocale=en_US&docId=200000065680020
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 10:37 AM
03-20-2003 10:37 AM
Re: Building the kernel
Thanks