- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "Exec failed"
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
01-14-2007 06:22 PM
01-14-2007 06:22 PM
The error I get is "exec failed"
I am able to boot the system with the prev kernel:
"hpux -is /stand/vmunix.prev" and then I did a "init 3" to go to multiuser mode.
I restored the /stand/vmunix file from my previous full backup and boot the system, but still I get the same error "Exec failed"
Is there any chance I can solve this problem and make the machine boot normally.
Any ideas would be gratefully received.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2007 06:43 PM
01-14-2007 06:43 PM
Re: "Exec failed"
easiest way seems to re-genereate the kernel:
- boot with vmunix.prev
- create a backup vmunix.prev -> vmunix.worked
- start SAM, create a new kernel (this one would be the same before the corruption)
- let the kernel be moved into it place an reboot
If the reboot fails, you have vmunix.worked for another try...
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2007 06:46 PM
01-14-2007 06:46 PM
Re: "Exec failed"
I would try and generate a new kernel for the system based on the existing system file.
If you prefer sam, change a meaningless non-dynamic kernel parameter and use the menu system to generate a new kernel and boot.
Otherwise simply generate and move a new kernel to production and boot.
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
01-14-2007 08:10 PM
01-14-2007 08:10 PM
Re: "Exec failed"
I get the below error msg: Pl advise.
Internal error: The kernel discovery tool used by SAM failed.
Kernel changes cannot be made by SAM. The standard error output of the command is shown below:
getkinfo: Unable to read the kernel file "/stand/vmunix".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2007 09:12 PM
01-14-2007 09:12 PM
Solutioncopy your cmunix.prev to vmunix:
cp -p /stand/vmunix.prev /stand/vmunix
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2007 10:57 PM
01-14-2007 10:57 PM
Re: "Exec failed"
Thank you very much, this forum really helps!