- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Pstore type 'lv' is incompatible with gdev type 'd...
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-12-2009 07:41 PM
07-12-2009 07:41 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2009 07:52 PM
07-12-2009 07:52 PM
Solution"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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 03:13 AM
07-13-2009 03:13 AM
Re: Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2009 08:21 AM
07-18-2009 08:21 AM
Re: Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'
hpvmmodify -P uxvm0101 -a disk:scsi::lv:/dev/vgivm/rlvol10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2009 08:22 AM
07-18-2009 08:22 AM
Re: Pstore type 'lv' is incompatible with gdev type 'disk' for adapter 'avio_stor'
hpvmmodify -P uxvm0101 -a disk:scsi::lv:/dev/vgivm/rlvol10