- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot create VG on Virtual machine when using raw...
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
05-07-2009 12:55 PM
05-07-2009 12:55 PM
Cannot create VG on Virtual machine when using raw disk
vgcreate: Physical Volume "/dev/dsk/c0t2d0" contains no LVM information
/dev/dsk/c0t2d0 is a "Virtual Disk" that corresponds to a "physical disk/LUN" on the VM host.
IVM version on VM host is 2.0
VMGuestLib version is 3.50
Any help is appreciated.
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2009 01:15 PM
05-07-2009 01:15 PM
Re: Cannot create VG on Virtual machine when using raw disk
did you pvcreate the disk to put the LVM header information on the disk before the vgcreate?
# pvcreate /dev/dsk/c0t2d0
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2009 02:00 PM
05-07-2009 02:00 PM
Re: Cannot create VG on Virtual machine when using raw disk
Also, you host vm version is a little bit old.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 08:37 AM
05-11-2009 08:37 AM
Re: Cannot create VG on Virtual machine when using raw disk
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 08:48 AM
05-11-2009 08:48 AM
Re: Cannot create VG on Virtual machine when using raw disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 09:30 AM
05-11-2009 09:30 AM
Re: Cannot create VG on Virtual machine when using raw disk
Ran an ioscan, and then an "insf -e" to create the device files.
Then assigned the "disk device" to the guest using:
hpvmmodify -P
On the guest:
Ran an ioscan, and then an insf -e to create the device files.
I saw the disk (/dev/dsk/c0t5d0) on the guest, and "diskinfo" returned the correct size.
I then ran a "pvcreate -f /dev/rdsk/c0t5d0"
which returns:
root@aidjco03:[/]# pvcreate -f /dev/rdsk/c0t5d0
Physical volume "/dev/rdsk/c0t5d0" has been successfully created.
Then ran the following commands:
root@aidjco03:[/]# mkdir /dev/vgtmp
root@aidjco03:[/]# mknod /dev/vgtmp/group c 64 0x030000
root@aidjco03:[/]# vgcreate /dev/vgtmp /dev/dsk/c0t5d0
vgcreate: Physical Volume "/dev/dsk/c0t5d0" contains no LVM information
I am stumped!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 09:37 AM
05-11-2009 09:37 AM
Re: Cannot create VG on Virtual machine when using raw disk
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
05-11-2009 09:44 AM
05-11-2009 09:44 AM
Re: Cannot create VG on Virtual machine when using raw disk
When I have the device (disk c0t5d0) is ready, I will create a vg from sam. Then (also in sam) created a lv which MUST be unused (or something like that, which is an option in lv creation) This lv won't be mounted to anywhere but its raw device can be assigned to the guest with hpvmmodify.
After that, scan the new disk in from the guest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 10:03 AM
05-11-2009 10:03 AM
Re: Cannot create VG on Virtual machine when using raw disk
There is no multipathing software on the host. There is only a single path to the LUN from the 'VM host".
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 10:08 AM
05-11-2009 10:08 AM
Re: Cannot create VG on Virtual machine when using raw disk
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
05-11-2009 10:12 AM
05-11-2009 10:12 AM
Re: Cannot create VG on Virtual machine when using raw disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 10:44 AM
05-11-2009 10:44 AM
Re: Cannot create VG on Virtual machine when using raw disk
There are no other device files that may conflict. LIke I said, I am able to read/write to the raw device on the "VM guest", but just not able to create a VG. Am I missing any patches.
I even ensured the VMGuestLib version is 2.0 to be compatible with the VM Host.
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 10:47 AM
05-11-2009 10:47 AM
Re: Cannot create VG on Virtual machine when using raw disk
This depends, especially if you have an active/passive array. Maybe you just have an unsupported environment - I don't know the details.
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
05-11-2009 10:59 AM
05-11-2009 10:59 AM
Re: Cannot create VG on Virtual machine when using raw disk
The storage is on a RAID array which is accessed via SAN fabric. The VM host has only one HBA connected to this fabric. That really should not have an impact correct?
I am not having any problems creating a VG when I use "lv" as the source back storage. Alternately, I don't have an issue when I assign the physical DVD drive as well to the Guest. It is only in the VG creation on the guest that I have a problem.
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 11:16 AM
05-11-2009 11:16 AM
Re: Cannot create VG on Virtual machine when using raw disk
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
05-12-2009 10:24 AM
05-12-2009 10:24 AM
Re: Cannot create VG on Virtual machine when using raw disk
Thanks everyone for your help. I will post a resolution once I get it and then close the thread.
In the meanwhile, if anyone has any other ideas, they are welcome.
-Shekar