Operating System - HP-UX
1752295 Members
4865 Online
108786 Solutions
New Discussion

Re: VM Machin unable to boot in HP-UX 11.31

 
SOLVED
Go to solution
Prashantj
Valued Contributor

VM Machin unable to boot in HP-UX 11.31

Hi ,

 

i am unable to start our QAS server(RUECCQAS), Message show is as below.

 

 

[ivmbase]# hpvmstart -P RUECCQAS
HPVM guest RUECCQAS configuration problems:
    Warning 1 on item /dev/rdisk/disk310: '/dev/rdisk/disk310' backing device does not exist or is not currently available.
    Warning 2 on item /dev/rdisk/disk229: '/dev/rdisk/disk229' backing device does not exist or is not currently available.
These problems may prevent HPVM guest RUECCQAS from starting.
hpvmstart: Unable to continue.
[ivmbase]# hpvmstart -P RUECCQAS -F
(C) Copyright 2000 - 2010 Hewlett-Packard Development Company, L.P.
vsd_is_devt_partition: io_dev_to_options returned (System call error.) for file /dev/rdisk/disk310
vsdConfigBackingStore: Could not find device /dev/rdisk/disk310
Reading configuration failed
hpvmstart: ERROR (RUECCQAS): Unable to start guest 'RUECCQAS'.
hpvmstart: Unable to start guest 'RUECCQAS'.
hpvmstart: Unable to continue.
[ivmbase]#

 

Kindly advice..

 

-Prashant

Good judgment comes from experience and experience comes from bad judgment.
6 REPLIES 6

Re: VM Machin unable to boot in HP-UX 11.31

So a fairly obvious start would be to see if the disks it mentions are online/available?

 

ioscan -P health /dev/rdisk/disk310

ioscan -P health /dev/rdisk/disk229


I am an HPE Employee
Accept or Kudo
Prashantj
Valued Contributor

Re: VM Machin unable to boot in HP-UX 11.31

Hi Ducan,

 

The output is Nothing ...screen shot is as below...

 

[ivmbase]# ioscan -P health /dev/rdisk/disk310
[ivmbase]# ioscan -P health /dev/rdisk/disk229
[ivmbase]#

 

-Prashant

Good judgment comes from experience and experience comes from bad judgment.

Re: VM Machin unable to boot in HP-UX 11.31

odd...

 

try:

 

lssf  /dev/rdisk/disk310 /dev/rdisk/disk229

 

and:

 

scsimgr get_info -D  /dev/rdisk/disk310
scsimgr get_info -D  /dev/rdisk/disk229


I am an HPE Employee
Accept or Kudo
Prashantj
Valued Contributor

Re: VM Machin unable to boot in HP-UX 11.31

Hi Duncan,

 

Output is as below.

 

[ivmbase]# lssf  /dev/rdisk/disk310 /dev/rdisk/disk229
esdisk section ? at address ??? /dev/rdisk/disk310
esdisk section ? at address ??? /dev/rdisk/disk229
[ivmbase]#
[ivmbase]# scsimgr get_info -D  /dev/rdisk/disk310
scsimgr: ERROR: Could not determine the object corresponding to /dev/rdisk/disk310
 Make sure to give the full path of a LUN or controller character device file
[ivmbase]# scsimgr get_info -D  /dev/rdisk/disk229
scsimgr: ERROR: Could not determine the object corresponding to /dev/rdisk/disk229
 Make sure to give the full path of a LUN or controller character device file

Good judgment comes from experience and experience comes from bad judgment.
Prashantj
Valued Contributor
Solution

Re: VM Machin unable to boot in HP-UX 11.31

Hi Ducan,

 

Thanks for your support. 

Server up and running, after executed

hpvmmodify -P RUECCQAS -d disk:avio_stor::disk:/dev/rdisk/disk310

 

 

- Prashant

Good judgment comes from experience and experience comes from bad judgment.
abhishekbhalla
New Member

Re: VM Machin unable to boot in HP-UX 11.31

Thanks, Worked for me too