Operating System - HP-UX
1833846 Members
1976 Online
110063 Solutions
New Discussion

Re: Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'

 
SOLVED
Go to solution
sk84ru
Occasional Contributor

Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'

Hi all,

I need help regarding HPIVM 3.5 running on HPUX v2. I'm having problem to assign logical volume to my vmguest. as below is step and error during assign the lv:

# hpvmcreate -P uxvm0101 -c 1 -r 2G -e 20 -O HPUX
# hpvmmodify -P uxvm0101 -a disk:aviostor::lv:/dev/vgivm/rlvol10
hpvmmodify: ERROR (uxvm0101): Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'.
hpvmmodify: Unable to create device disk:avio_stor::lv:/dev/vgivm/rlvol10.
hpvmmodify: Unable to modify the guest.

Can anyone can help me. TQ
4 REPLIES 4
Torsten.
Acclaimed Contributor
Solution

Re: Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'

From manual:

"NOTE: Only HP-UX guests can use AVIO, and the backing store can be only disk or volume.
There is no attached AVIO device support, and guests can be only disk or DVD."

A LVOL cannot be used as AVIO store.

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!   
melvyn burnard
Honored Contributor

Re: Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'

have you installed the latest AVIO drivers for HP IVM 3.5?An LV was not supported until a certain version/release of th esoftware, you need to check release notes and get the latest drivers from software.hp.com
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
sk84ru
Occasional Contributor

Re: Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'

Anyway thanks a a lot everyone. I already solve it by my self. What i'm doing is as below:

hpvmmodify -P uxvm0101 -a disk:scsi::lv:/dev/vgivm/rlvol10

sk84ru
Occasional Contributor

Re: Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'

Anyway thanks a a lot everyone. I already solve it by my self. What i'm doing is as below:

hpvmmodify -P uxvm0101 -a disk:scsi::lv:/dev/vgivm/rlvol10