- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can't boot from tape:"Exec failed: Exec format err...
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
07-08-2006 04:28 AM
07-08-2006 04:28 AM
can't boot from tape:"Exec failed: Exec format error"
I wanted to recovery the OS(11.11) by the make_recovery tape.
First,I used #make_recovery -Av to make a tape ,and the result was "completed successfully". But when I begin booting from the tape ,I met these error and can't go on.
boot :
tape(0/0/1/0/3/0/0/0/0/0;0)WINSTALL
Exec failed: Exec format error
ISL>
If I enter HPUX under ISL>,the messages displayed:
ISL>HPUX
tape(0/0/1/0/3/0/0/0/0/0;0)/stand/vmunix can not open or executable
I deleted the Ignite-UX(B.3.5.68)and Install a new version Ignite-UX(C.6.7.79)depot and a patch named PHCO_32438 into OS, then used make_tape_recovery -Av to make a new tape ,I used the new tape to recovery ,but still meet the error as before:
boot :
tape(0/0/1/0/3/0/0/0/0/0;0)WINSTALL
Exec failed: Exec format error
ISL>
should I need more patches ? I don't know, can anyone help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2006 05:32 AM
07-08-2006 05:32 AM
Re: can't boot from tape:"Exec failed: Exec format error"
Are you sure that the tape was rewinded before installation ?
Take into account that ignite procedure uses /dev/rmt/0mn file (no-rewind), so after the tape creation it stands not in the beginning. I had such a problem and after
#> mt -f /dev/rmt/XXXX rew
boot worked properly.
Additionally could you check this tape drive or at least clean it up.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2006 06:56 AM
07-08-2006 06:56 AM
Re: can't boot from tape:"Exec failed: Exec format error"
For example a make_tape_recovery made on a K-class system cannot be used to boot and recover an N-class machine. Verify that this is not the case or make sure that the make_tape_recovery is made on a machine that is the same as the one that has to be booted off like two N-class machines.
This is because there are currently 3 different Ignite-UX INSTALL kernels that
are used. The model of the system does not, necessarily, have to be the same, but the architecture does or the tape won't boot and the kernels are:
WINSTALL - used for all systems that are 64bit ONLY (N,L,A...etc).
VINSTALL - used for V class systems.
INSTALL - used for systems that can run BOTH 32 and 64bit (K,D,R...etc).
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2006 01:22 PM
07-08-2006 01:22 PM
Re: can't boot from tape:"Exec failed: Exec format error"
the OS of this L class was 11.00 before .and had been upgraded to 11.11 now .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2006 01:34 PM
07-08-2006 01:34 PM
Re: can't boot from tape:"Exec failed: Exec format error"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2006 06:21 PM
07-08-2006 06:21 PM
Re: can't boot from tape:"Exec failed: Exec format error"
ISL>hpux -i3 (;0):INSTALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 05:50 AM
07-09-2006 05:50 AM
Re: can't boot from tape:"Exec failed: Exec format error"
~thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 04:05 AM
07-10-2006 04:05 AM
Re: can't boot from tape:"Exec failed: Exec format error"
Could you perform this command on the machine where the tape was made:
$ cd /opt/ignite/boot ; file Rel_B.11.*/*INSTALL
The output should be something like:
Rel_B.11.00/INSTALL: PA-RISC1.1 executable -not stripped
Rel_B.11.00/VINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Rel_B.11.00/WINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Rel_B.11.11/INSTALL: PA-RISC1.1 executable -not stripped
Rel_B.11.11/VINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Rel_B.11.11/WINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Rel_B.11.23/IINSTALL: ELF-64 executable object file - IA64
Rel_B.11.23/WINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 06:09 PM
07-12-2006 06:09 PM
Re: can't boot from tape:"Exec failed: Exec format error"
I can't do this recover immedietely. sinc there is only one L class ,I must choose a time to stop all application and database .
In addtion,In anoter L class located in another city ï¼ 11.11ï¼ ,under /opt/ignite/boot/ ,there aren't the Rel_B.11 direcory ,just those files as John P. Kole said ,
Rel_B.11.00/INSTALL: PA-RISC1.1 executable -not stripped
Rel_B.11.00/VINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Rel_B.11.00/WINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Rel_B.11.11/INSTALL: PA-RISC1.1 executable -not stripped
Rel_B.11.11/VINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Rel_B.11.11/WINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64)
Rel_B.11.23/IINSTALL: ELF-64 executable object file - IA64
Rel_B.11.23/WINSTALL: ELF-64 executable object file - PA-RISC 2.0 (LP64
why these different bewteen both L class ?
one has the Rel_B.11.11 Directory ,and another hasn't .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 06:56 PM
07-12-2006 06:56 PM
Re: can't boot from tape:"Exec failed: Exec format error"
# swverify Ignite-UX
~cheers