Operating System - HP-UX
1846863 Members
23494 Online
110256 Solutions
New Discussion

Re: vpar boot failure - efi problem?

 
SOLVED
Go to solution
DGXUNIXADMINS
Occasional Contributor

vpar boot failure - efi problem?

I believe we have caused our EFI signature on a SAN attached boot drive to change and become out of sync with the vpdb. When we try to boot the vpar, we now get the following error:

HP-UX Boot Loader for IPF -- Revision 2.029

Could not open file /stand/vmunix to check for a directory
Could not open /stand/vmunix

loading failed
HpuxLoader start failed -9223372036854775805

followed by this error:

vPar "vpar01" failed to load the kernel due to: non-bootable boot media; incorrect vPars software installed; or incorrect boot media EFI path in vPars database.

This was working fine. Any thoughts?

Thanks.
7 REPLIES 7
DGXUNIXADMINS
Occasional Contributor

Re: vpar boot failure - efi problem?

Also note, I am able to see the disk device at the nPar level and was able to vgimport the s2 volume without issue. I also verified the efi information on the disk (idisk -p /dev/rdsk/c#t#d# ) and it was OK. I also re-copied the vpdb to /stand on the disk (which didn't help).
Mridul Shrivastava
Honored Contributor
Solution

Re: vpar boot failure - efi problem?

Go to BFI boot manager and delete this entry and add this again like a fresh boot device.

This should resolve the issue.. I have seen similar cases in past which gets resolved after doing this.
Time has a wonderful way of weeding out the trivial
Mridul Shrivastava
Honored Contributor

Re: vpar boot failure - efi problem?

Go to EFI boot manager and delete this entry and add this again like a fresh boot device.

This should resolve the issue.. I have seen similar cases in past which gets resolved after doing this.
Time has a wonderful way of weeding out the trivial
Torsten.
Acclaimed Contributor

Re: vpar boot failure - efi problem?

You cannot interact with EFI in a vPar environment. All you can do is to check the boot settings with the vPar commands (vparstatus, vparmodify).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
likid0
Honored Contributor

Re: vpar boot failure - efi problem?

But are you able to boot that partition in npar mode ?

if you get thar vpar to boot as an npar with no problems, then we can start looking at vpar related issues
Windows?, no thanks
DGXUNIXADMINS
Occasional Contributor

Re: vpar boot failure - efi problem?

The device is not bootable as an nPar or vPar. When I attempt to boot the device and get to the HPUX bootloader, I interupt the boot process, run an ls, and can't see /stand like I can on the other partitions (which is why I get the error about missing /stand/vmunix).

likid0
Honored Contributor

Re: vpar boot failure - efi problem?

Then it looks you have a problem, with your boot label and its pointing to another place, or there is a problem with the stand filesystem, you can try and boot in lvm manteinance mode, activate vg00, fsck the fs, and finally do a lvlnboot -R vg00, and check whith a lvlnboot -v vg00 that, boot,root and swap are pointing to the correct HDW paths.

Windows?, no thanks