Operating System - Linux
1753797 Members
7602 Online
108805 Solutions
New Discussion юеВ

One of VM is not coming up (booting to OS) after abrupt shutdown of host

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

One of VM is not coming up (booting to OS) after abrupt shutdown of host

Hi All,

I am new to HPVM.

We are running 5 VMs on host.

Just a few days back the host has been shutdown abruptly, after that one of VM is not booting.

I am getting below given error message while booting:

----------------------------------------------

EFI Boot Manager ver 1.10 [14.62] [Build: Mon Nov 3 14:18:56 2008]

Please select a boot option

HP-UX Primary Boot: 0/0/0/0.0x0.0x0
HP-UX Booting Disk
EFI Shell [Built-in]
Boot option maintenance menu


Use ^ and v to change option(s). Use Enter to select an option
Loading.: HP-UX Primary Boot: 0/0/0/0.0x0.0x0
Starting: HP-UX Primary Boot: 0/0/0/0.0x0.0x0
No boot vol information found in LABEL file.

(C) Copyright 1999-2008 Hewlett-Packard Development Company, L.P.
All rights reserved

HP-UX Boot Loader for IPF -- Revision 2.037

Press Any Key to interrupt Autoboot
\EFI\HPUX\AUTO ==> boot vmunix
Seconds left till autoboot - 0
AUTOBOOTING...Could not open file vmunix to check for a directory
Could not open vmunix

loading failed

HPUX>

----------------------------------------------

How to solve this issue.
2 REPLIES 2
Albert Smith_1
Regular Advisor
Solution

Re: One of VM is not coming up (booting to OS) after abrupt shutdown of host

sounds like /stand is missing or vmunix isn't there. can you boot to vmunix.prev

also dump to the EFI shell make sure it can see all your disks.

Also do a hpvmstatus to make sure you have the correct disk paths.
senthil_kumar_1
Super Advisor

Re: One of VM is not coming up (booting to OS) after abrupt shutdown of host

Hi Albert,

1)I am not able to boot using vmunix and vmunix.priv

HPUX> boot vmunix
Could not open file vmunix to check for a directory
Could not open vmunix

loading failed



HPUX> boot vmunix.priv
Could not open file vmunix.priv to check for a directory
Could not open vmunix.priv

loading failed


2)I am able to see all my drives:

Shell> map all
Device mapping table\EFI\HPUX)...
fs0 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun0,Lun0)/HD(Part1,SigED8D04F6-DC2C-11DE-8000-D6217B60E588)
fs1 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun0,Lun0)/HD(Part3,SigED8D05DC-DC2C-11DE-8000-D6217B60E588)
blk0 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun0,Lun0)
Shell> : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun0,Lun0)/HD(Part1,SigED8D04F6-DC2C-11DE-8000-D6217B60E588)
blk2 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun0,Lun0)/HD(Part2,SigED8D05BE-DC2C-11DE-8000-D6217B60E588)
blk3 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun0,Lun0)/HD(Part3,SigED8D05DC-DC2C-11DE-8000-D6217B60E588)
blk4 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun1,Lun0)
blk5 : Acpi(PNP0A03,0)/Pci(0|0)/Scsi(Pun2,Lun0)


3)How to find that /stand is missing.

How to solve this issue