Server and desktop virtualization

I prefer this vendor for virtualization software:

VMWare ESX
14
54%
Microsoft Hyper-V
5
19%
Citrix XenServer
1
4%
Virtual Iron
0
No votes
Other (please comment below with who)
5
19%
What the heck is virtualization software?
1
4%
 
Total votes : 26

Server and desktop virtualization

Postby dengar » Fri Nov 07, 2008 3:47 pm

I see some folks using the ReadyNAS with VMware ESX, but what about Citrix XenServer and Microsoft Hyper-V?

Any thoughts or preferences about NFS vs iSCSI?
User avatar
dengar
Jedi Council Alumni
 
Posts: 167
Joined: Wed Nov 05, 2008 7:35 pm
Location: San Jose, CA
ReadyNAS: Pro

Re: Server and desktop virtualization

Postby dbott67 » Fri Nov 07, 2008 4:53 pm

I have no preference, however, most of my experience is with VMWare server running on Windows-based or Ubuntu computers. A month ago or so, I tried to install VirtualBox on the ReadyNAS Pro but got hung-up on the kernel headers:

viewtopic.php?f=43&t=21848&st=0&sk=t&sd=a#p119456

The one thing I noticed about VirtualBox is that is has an option for VBoxHeadless, a VRDP-only server, that seems to fit the ReadyNAS model nicely.

At present, this is something I'm only doing for personal edification, but eventually I hope to get a couple of Pro's for work to provide off-site backup, as well as a few other features from a network management/administration perspective. A rack-mount Pro would fit the bill nicely! ;)

-Dave
User avatar
dbott67
ReadyNAS Fanatic
 
Posts: 8527
Joined: Mon Dec 31, 2007 9:20 am
Location: District 9
ReadyNAS: Pro

Re: Server and desktop virtualization

Postby lancer » Sat Nov 08, 2008 9:32 am

iSCSI and RHEL5.2 with Xen kernel
lancer
ReadyNAS User
 
Posts: 55
Joined: Wed Dec 05, 2007 9:45 am

Re: Server and desktop virtualization

Postby hno » Sat Nov 08, 2008 1:35 pm

For virtualization I am using Linux KVM.


NFS and iSCSI serves different networked storage purposes. Both important.

NFS provides shared file storage.

iSCSI provides per-server networked drives at block level.
User avatar
hno
Advanced ReadyNAS User
 
Posts: 110
Joined: Tue Sep 02, 2008 2:17 am
Location: Sweden
ReadyNAS: Duo

Re: Server and desktop virtualization

Postby ed_zachary » Sun Nov 09, 2008 1:31 pm

hno - you can actually use NFS to serve up VM data for most virtualization servers. It is a really nice option because you don't have to reserve capacity in a LUN which may or may not be filled.

In essence, NFS on a ReadyNAS gives you access to a whole volume's worth of capacity. If you used iSCSI you'd reserve capacity in a LUN, then put your VMDKs in it - but if the LUN it wasn't full, you'd be wasting the remaining capacity.

It's wacky, I know, but increasingly common.
ed_zachary
ReadyNAS Newbie
 
Posts: 6
Joined: Wed Feb 20, 2008 2:05 pm
Location: Santa Cruz, CA
ReadyNAS: NV+

Re: Server and desktop virtualization

Postby BobRoss » Mon Nov 10, 2008 7:14 pm

VMWare ESX 3 can use NAS for storage? That would be nice, right now we're running on an IBM iSCSI SAN (15K SAS drives)... But for some of our less important things, exposing the Pro as storage would be kind of nice.

The only problem I see is that the snapshot stuff will absolutely fill up with VMWare images... :(
BobRoss
Advanced ReadyNAS User
 
Posts: 108
Joined: Wed Oct 08, 2008 1:01 pm
ReadyNAS: Pro

Re: Server and desktop virtualization

Postby dengar » Tue Nov 11, 2008 10:27 am

Yes, it can use the NFS protocol (traditionally a NAS protocol) and there are folks on these forums already doing it!

The snapshot reserve would need to be large, but the data change rate would govern the speed that it filled up. Note too that if you use NFS the reserve can be smaller than an iSCSI LUN because the snapshot only tracks the changes in the data you are storing. A LUN's contents must be copied every time (regardless of whether the LUN is full or not).

Yoh-dah, can you confirm the behavior of our snapshots?
User avatar
dengar
Jedi Council Alumni
 
Posts: 167
Joined: Wed Nov 05, 2008 7:35 pm
Location: San Jose, CA
ReadyNAS: Pro

Re: Server and desktop virtualization

Postby yoh-dah » Tue Nov 11, 2008 10:32 am

dengar wrote:Yes, it can use the NFS protocol (traditionally a NAS protocol) and there are folks on these forums already doing it!

The snapshot reserve would need to be large, but the data change rate would govern the speed that it filled up. Note too that if you use NFS the reserve can be smaller than an iSCSI LUN because the snapshot only tracks the changes in the data you are storing. A LUN's contents must be copied every time (regardless of whether the LUN is full or not).

Yoh-dah, can you confirm the behavior of our snapshots?

Actually, snapshots are block-based, so only the blocks that get changed are copied into the reserved space. This is true for both NFS and iSCSI LUN. With iSCSI, the whole content would not need to be copied every time, just the blocks that are changed.
User avatar
yoh-dah
Jedi Council Alumni
 
Posts: 13688
Joined: Fri Nov 19, 2004 1:21 am
Location: Borah-Borah
ReadyNAS: Pro

Re: Server and desktop virtualization

Postby BobRoss » Tue Nov 11, 2008 10:41 am

Ahhh that might be nice! I will try it and see. Another thing that would be nice -- dedupe for the VMs...
BobRoss
Advanced ReadyNAS User
 
Posts: 108
Joined: Wed Oct 08, 2008 1:01 pm
ReadyNAS: Pro

Re: Server and desktop virtualization

Postby promaster » Sat Dec 20, 2008 11:18 am

Hi i get 150mbit/s write speed & 230mbit/s read speed over CIFS, but only 40mbit/s read and write with NFS on my Duo box with vmware ESXi U3, but if i do the same test to an old pc with FreeNAS with NFS i get 110mbit/s write speed, any ideers ?
promaster
ReadyNAS Newbie
 
Posts: 6
Joined: Sat Dec 20, 2008 11:08 am

Re: Server and desktop virtualization

Postby starg4ze » Fri Jan 30, 2009 4:48 am

dbott67 wrote:I have no preference, however, most of my experience is with VMWare server running on Windows-based or Ubuntu computers. A month ago or so, I tried to install VirtualBox on the ReadyNAS Pro but got hung-up on the kernel headers:

viewtopic.php?f=43&t=21848&st=0&sk=t&sd=a#p119456

The one thing I noticed about VirtualBox is that is has an option for VBoxHeadless, a VRDP-only server, that seems to fit the ReadyNAS model nicely.

At present, this is something I'm only doing for personal edification, but eventually I hope to get a couple of Pro's for work to provide off-site backup, as well as a few other features from a network management/administration perspective. A rack-mount Pro would fit the bill nicely! ;)

-Dave


How is it going with the "VirtualBox-on-PRO" ? Success?

I'm not "autorized" to follow your link... :roll:

/Sg
Make someone happy...
buy yourself some better looks...head over to http://www.a-store.nu
---
Here I will exercise my right to NOT list all of my stuff!...But I really need to say that I love my Sonos/ReadyNAS combo :-P
starg4ze
ReadyNAS User
 
Posts: 66
Joined: Thu Oct 11, 2007 2:56 am
Location: Örebro, Sweden
ReadyNAS: Pro

Re: Server and desktop virtualization

Postby beisser » Fri Jan 30, 2009 12:26 pm

starg4ze wrote:
I'm not "autorized" to follow your link... :roll:

/Sg


thats because the link is in a private subforum.

i bet he didnt pay attention to that :)
User avatar
beisser
Jedi Council
 
Posts: 2319
Joined: Mon Dec 10, 2007 3:12 am
Location: Near Munich, Germany
ReadyNAS: Pro


Return to Miscellaneous



Who is online

Users browsing this forum: No registered users and 1 guest