- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is it possible to boot VM guests from SAN ?
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
03-25-2009 08:51 PM
03-25-2009 08:51 PM
I have a BL870c Integrity Blade. is it possible to create VM's in this and use SAN disks to boot the guest VM's ? I have 4 HDD's and 4 cores in BL870c and i want to create 6 VM's in it. So i want to use LUN's from SAN storage box to boot the guest VM's.
is this possible to do ?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2009 08:56 PM
03-25-2009 08:56 PM
Re: Is it possible to boot VM guests from SAN ?
What is your version of HPVM?
Up to version 3.5 you need multipathing software if you want to use raw disks as backing store, otherwise IMHO the best is to use LVM lvols and present them to the guests.
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
03-27-2009 03:16 AM
03-27-2009 03:16 AM
Re: Is it possible to boot VM guests from SAN ?
disk:scsi::lv:/dev/vg01/rlvol1 from VM host.
So exactly what file i will see on VM guest ? How to specify that while installing OS ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2009 04:21 AM
03-27-2009 04:21 AM
SolutionThe guest see the disk as a normal scsi disk, identifier will be "virtual LV 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
03-27-2009 04:27 AM
03-27-2009 04:27 AM
Re: Is it possible to boot VM guests from SAN ?
And one more doubt that even when i am presenting SAN disks to the VM, on command line while allocating to the guest i will still have to use "scsi" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2009 04:32 AM
03-27-2009 04:32 AM
Re: Is it possible to boot VM guests from SAN ?
From host side you can present it either as scsi or avio (need to check if an LVOL can be avio too).
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
03-27-2009 11:56 AM
03-27-2009 11:56 AM
Re: Is it possible to boot VM guests from SAN ?
The vGuest does not have a clue, see or care what the backingstore really is. The vHost takes care of the presentation to the vGuest.
A backingstore could be an iso file, lvol, raw disk, etc...
vGuest will always sees an atypical scsi device of some type.
example:
# ioscan -kfnC disk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 0 0/0/0/0.0.0 sdisk CLAIMED DEVICE HP Virtual FileDVD
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 0/0/0/0.1.0 sdisk CLAIMED DEVICE HP Virtual LvDisk
/dev/dsk/c0t1d0 /dev/dsk/c0t1d0s2 /dev/rdsk/c0t1d0 /dev/rdsk/c0t1d0s2
/dev/dsk/c0t1d0s1 /dev/dsk/c0t1d0s3 /dev/rdsk/c0t1d0s1 /dev/rdsk/c0t1d0s3
disk 2 0/0/0/0.2.0 sdisk CLAIMED DEVICE HP Virtual LvDisk
/dev/dsk/c0t2d0 /dev/rdsk/c0t2d0
disk 3 0/0/0/0.3.0 sdisk CLAIMED DEVICE HP Virtual LvDisk
/dev/dsk/c0t3d0 /dev/rdsk/c0t3d0
disk 4 0/0/0/0.4.0 sdisk CLAIMED DEVICE HP Virtual LvDisk
/dev/dsk/c0t4d0 /dev/rdsk/c0t4d0
disk 5 0/0/0/0.5.0 sdisk CLAIMED DEVICE HP Virtual LvDisk
/dev/dsk/c0t5d0 /dev/rdsk/c0t5d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2009 12:43 PM
03-28-2009 12:43 PM
Re: Is it possible to boot VM guests from SAN ?
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2009 08:36 PM
06-03-2009 08:36 PM