Can't you just ditch virtualization and boot directly off a volume in the SAN?
|
feedback
|
migrated from stackoverflow.com Feb 5 '11 at 16:35
This question came from our site for professional and enthusiast programmers.
|
Virtualisation isn't a required component to use a SAN, you've got it the wrong way round. A SAN is a desirable (not required) component to get the best out of major virtualisation deployments. A SAN is useful in virtualisation in at least two areas:
For both those cases, a SAN isn't the only way of doing things, and it might not even be the cheapest way of doing things, but it does solve the problem and usually solves them very well. On my LAN we have both VMWare virtual hosts and directly attached file servers making use of SANs. We use whatever combination we feel will be effective for each particular problem we solve. | |||||
feedback
|
|
With technologies like XEN and HyperV, if you have a SAN with multiple servers hanging off it, you can live migrate a running SAN backed virtual server from one server to another. Very handy for load balancing and doing maintenance on physical machines without any downtime. | |||
|
feedback
|
|
Yes you can boot directly off of a SAN. Virtualization doesn't necessarily have to do with a SAN. It's just a common configuration. | |||
|
feedback
|