Xen and Mdadm?
-
@DustinB3403 said:
@scottalanmiller Why would a customer not choose to have a local support specialist that they could call (NTG) to assist if something arose, while avoiding calling the vendor at the same time.
That doesn't seem odd, maybe a bit more costly. But IIRC the support options from Citrix are a few tickets a year. Before additional surcharges are billed by Citrix.
Whereas if I as a client wanted support, but not to use one of those few support tickets from Citrix I would burn an hour with NTG instead.
(or am I just insane when I think like this?)
I'm not 100% sure that I follow the question but maybe this will help...
Getting support from a Citrix type vendor means you are getting support "for the scope of their product." It's very technical, but very limited support. No one will likely be able to support XenServer itself as well as Citrix. However, who needs XenServer supported like that? Meaning... who needs to make the vendor modify the code itself? Almost no one. If you need OEM vendor support it means that the product itself was bad and so you have a Catch-22 of that support model.
Getting support from an NTG type vendor means you are getting support "for the scope that you want." Citrix won't get to know your business and won't support the end users or the storage platform or talk to you about whether XenServer is the right choice or support you if you move to another platform. NTG does holistic support of your company and IT needs, not just of one specific product because you realistically will never need support of just one application but at least of the use cases surrounding it and likely far more far reaching.
OEM vendor support is useful when you are talking about hardware warranties like HPE or Dell would provide. But when it comes to software, architecture and general IT you almost exclusively want general IT support. There is no real call for the other.
-
@FATeknollogee said:
@scottalanmiller said:
Of course! We've been supporting Xen since before XenServer was even out
Well ya got to spread the word
How is pricing structured?
That's complex because NTG is not a one size fits all company. You can do the simplest thing and just buy blocks of hours to use. Then you can use them for whatever you want. Or you can get into an MSP model with set monthly pricing. Project pricing is available but we always recommend against that as it is a bad way to set up a vendor relationship.
-
@scottalanmiller So to summarize what you've said,
If it's a software appliance that you need support on (and you aren't changing the code) get general IT support as it's often far better of a fit for support because the general IT support company understand what the business (customer) is trying / doing.
Correct?
-
@DustinB3403 said:
@scottalanmiller So to summarize what you've said,
If it's a software appliance that you need support on (and you aren't changing the code) get general IT support as it's often far better of a fit for support because the general IT support company understand what the business (customer) is trying / doing.
Correct?
Yes. And I'll provide an example...
You get a NAS, let's just say a Synology. Synology will support it (it's even free and included.) But their support extends only to making sure that the Synology itself is working properly - which it should be doing anyway. They know their own product well, but there isn't very much to know. They can't tell you what protocol is best for you to use, how to hook it up. which drives to buy, what RAID level to choose, what IP addressing scheme to pick, if it should be on the LAN or SAN, what network aggregation system to set up, what MTU size to set, can't work with the devices that connect to the device and on and on.
The one support is very, very isolated. The other is inclusive.
-
Wow I got a crash course in the finer naming art of Xen. Very cool. BTW, I should have kept my same username name from Spiceworks when I joined here. I recognize both Dustin and SAM from over there.
I'll check out that tut you linked to Dustin. Would I be correct in saying that while Mdadm works just fine it isn't really "supported" in this configuration with Xen? In other words, is this not something you would do on a production machine?
-
@biggen said:
Would I be correct in saying that while Mdadm works just fine it isn't really "supported" in this configuration with Xen?
This is where those names get really important.
Xen itself doesn't support or not support anything. It doesn't have the concept of "support" when used in that way.
XenServer does have an "official HCL and supported setups" according to Citrix - who doesn't make the product and that's just a list of ways that they support the use of XenServer.
XenServer itself ships with MD RAID (another naming thing, MD is the RAID, MDADM is the tool to configure it) and it is built in so 100% supported by XenServer itself and every enterprise product to ever ship with Xen has MD RAID support built in.
Xen is available with OEM support from Red Hat, Oracle, Suse, Canonical (Ubuntu) and others - every one of them supports MD RAID.
So MD is very, very much supported. Citrix is alone is not recommending it or officially calling it supported.
-
@biggen said:
In other words, is this not something you would do on a production machine?
I would absolutely use it in production. MD RAID is an enterprise ready product with decades of experience in the most demanding environments.
-
My only warning is that MD RAID is a bit more "enterprise" than hardware RAID with blind swap so in the SMB market I normally advise that people use hardware RAID because SMBs tend to lack the storage understanding and support infrastructures for software RAID. It's not that software RAID isn't as good or possibly better, it is that SMBs often have false expectations and understandings and hardware RAID caters to that.
-
Thanks Scott that is very helpful. I've enjoyed playing around with MD on my Ubuntu Server. Learned a ton. I think moving it to a VM via XenServer sounds like another good learning expierence.
-
@scottalanmiller said:
You can do the simplest thing and just buy blocks of hours to use. Then you can use them for whatever you want.
What size are the blocks packaged?
-
@FATeknollogee said:
@scottalanmiller said:
You can do the simplest thing and just buy blocks of hours to use. Then you can use them for whatever you want.
What size are the blocks packaged?
All different. A conversation with @Minion-Queen @ataylor14 or @jenuinecase would be best as they could provide real details. But you can buy single hours, but the bigger the blocks the bigger the discounts. I know lots of places buy then at ten hours at a time or a hundred hours at a time.
-
Just so I'm clear on that link that Dustin provided (but looks like Scott wrote), I can install XenServer on a USB stick, put my VM's on a RAID 1 SSD datastore and my actual media for my NAS on a separate RAID 1 winchester?
Mdadm can manage both arrays like this?
I know that guide was for RAID 10 but I can adjust it pretty easily for twin RAID 1 arrays.
-
Not being familiar with XenServer the last command "xe sr-create" is new to me.
Once XenServer is installed and I create my desired MD RAID devices via the CLI, can I not use a GUI to add them to XenServer as datastores?
-
@biggen said:
Just so I'm clear on that link that Dustin provided (but looks like Scott wrote), I can install XenServer on a USB stick, put my VM's on a RAID 1 SSD datastore and my actual media for my NAS on a separate RAID 1 winchester?
Mdadm can manage both arrays like this?
I know that guide was for RAID 10 but I can adjust it pretty easily for twin RAID 1 arrays.
Dustin wrote most of it. I polished it and posted it for him.
-
@biggen said:
Not being familiar with XenServer the last command "xe sr-create" is new to me.
Once XenServer is installed and I create my desired MD RAID devices via the CLI, can I not use a GUI to add them to XenServer as datastores?
When you are creating the datastores they will automatically be added within XenCenter.
-
@DustinB3403 said:
@biggen said:
Not being familiar with XenServer the last command "xe sr-create" is new to me.
Once XenServer is installed and I create my desired MD RAID devices via the CLI, can I not use a GUI to add them to XenServer as datastores?
When you are creating the datastores they will automatically be added within XenCenter.
But that's only after you add them as datastores in XS, right?
I think the answer to biggen's question is no, you can't add raw storage to XS as a datastore through a GUI unless XO supports that. XenCenter does not support this.
it's not as clean/single interface for everything GUI-wise like ESXi is.
-
Yes you have to create a Storage Repository (SR) first with the "xe sr-create <details>" command which automatically adds it into XenCenter (visually) and Xen on the back end.
Otherwise it would be like putting a hard drive into a system and telling the system to do nothing with it.
-
@DustinB3403 said:
Yes you have to create a Storage Repository (SR) first with the "xe sr-create <details>" command which automatically adds it into XenCenter (visually) and Xen on the back end.
Otherwise it would be like putting a hard drive into a system and telling the system to do nothing with it.
@biggen said:
Not being familiar with XenServer the last command "xe sr-create" is new to me.
Once XenServer is installed and I create my desired MD RAID devices via the CLI, can I not use a GUI to add them to XenServer as datastores?
So he specifically asked if he can use a GUI to add them. You can in ESXi and Hyper-V, but apparently no, you can not use the GUI to do this in XS.
-
Well you could run the commands from XenCenter using the Console of the Xen installation to do this.
But it's not a "point and click" function
-
@Dashrender said:
So he specifically asked if he can use a GUI to add them. You can in ESXi and Hyper-V, but apparently no, you can not use the GUI to do this in XS.
Not quite fair as VMware can't do this at all. So you can't do it from there at all, CLI or GUI.