XenServer 7: best practice: noob question
-
@FATeknollogee Use a USB flash drive
-
Let me edit my orig post.
-
@FATeknollogee said in XenServer 7: best practice: noob question:
Let me edit my orig post.
Use a USB flash drive, it's super simple to clone for backup purposes and easily replaced. Using fake RAID is completely worthless.
With XenServer you could do RAID1 SSD, and then RAID10 (winchester) drives using MDADM. Hardware raid is recommended though.
Why waste the money for SSDs for the boot device? USB is so CHEAP, and so simple to backup and clone.
-
@FATeknollogee You said you wanted best practice, then when I tell you what the best practice is you don't want to do it.....
-
@aaronstuder said in XenServer 7: best practice: noob question:
@FATeknollogee You said you wanted best practice, then when I tell you what the best practice is you don't want to do it.....
Alright, you got me...
What size USB stick? -
@FATeknollogee at least 32GB
-
- Best practices dictates that you install to USB, and clone USB to "backup USB"
- No never use fake raid
- Hardware RAID controllers are best practice, Software RAID (MDADM) would be the follow up.
- Production work-loads, hardware RAID is best practice
-
@DustinB3403 said in XenServer 7: best practice: noob question:
Use a USB flash drive, it's super simple to clone for backup purposes and easily replaced. Using fake RAID is completely worthless.
With XenServer you could do RAID1 SSD, and then RAID10 (winchester) drives using MDADM. Hardware raid is recommended though.
Why waste the money for SSDs for the boot device? USB is so CHEAP, and so simple to backup and clone.
I hear you on the fake RAID.
The RAID 1 or 10 you mentioned, it that for use as boot drive & VM storage?
I know USB is cheap, but I have a few small SSDs laying around.
-
@DustinB3403 said in XenServer 7: best practice: noob question:
- Best practices dictates that you install to USB, and clone USB to "backup USB"
- No never use fake raid
Using this method? http://mangolassi.it/topic/8537/how-to-clone-a-xen-usb-on-windows
-
@FATeknollogee Yes
-
@FATeknollogee said in XenServer 7: best practice: noob question:
@DustinB3403 said in XenServer 7: best practice: noob question:
Use a USB flash drive, it's super simple to clone for backup purposes and easily replaced. Using fake RAID is completely worthless.
With XenServer you could do RAID1 SSD, and then RAID10 (winchester) drives using MDADM. Hardware raid is recommended though.
Why waste the money for SSDs for the boot device? USB is so CHEAP, and so simple to backup and clone.
I hear you on the fake RAID.
The RAID 1 or 10 you mentioned, it that for use as boot drive & VM storage?
I know USB is cheap, but I have a few small SSDs laying around.
RAID1 if you were going to do a RAID'd boot partition. (huge waste of resources though) and RAID10 for the VM storage if your drives are "classic Winchester drives. Otherwise if you're using SSD for the VM storage RAID 5.
-
@FATeknollogee said in XenServer 7: best practice: noob question:
@DustinB3403 said in XenServer 7: best practice: noob question:
- Best practices dictates that you install to USB, and clone USB to "backup USB"
- No never use fake raid
Using this method? http://mangolassi.it/topic/8537/how-to-clone-a-xen-usb-on-windows
Yes.
-
@FATeknollogee said in XenServer 7: best practice: noob question:
@aaronstuder said in XenServer 7: best practice: noob question:
@FATeknollogee You said you wanted best practice, then when I tell you what the best practice is you don't want to do it.....
Alright, you got me...
What size USB stick?Since XenServer 7 has now quadrupled the space available, 32GB would be the minimum.
-
Any specific recommended brand/model of USB stick?
-
@FATeknollogee said in XenServer 7: best practice: noob question:
- Installing XS: I'd like to use 2x 80GB SSD mirrored (aka RAID1). **Do not want to use USB flash drive
- Is it ok to use "fake RAID" on the motherboard (Intel or LSI)?
- What is the best practice?
FakeRAID is never recommended for anything in production, ever. It's conceptually a bad idea.
-
@FATeknollogee said in XenServer 7: best practice: noob question:
- For Virtual Machine storage:
- Should the drives (assume multiple) be attached to a controller via RAID controller or HBA?
- What is best practice?
HBA is for external drives. XenServer only officially supports hardware RAID controllers but includes enterprise software RAID. Either are fine. But generally you want hardware RAID in the SMB space.
-
@FATeknollogee said in XenServer 7: best practice: noob question:
@DustinB3403 said in XenServer 7: best practice: noob question:
Use a USB flash drive, it's super simple to clone for backup purposes and easily replaced. Using fake RAID is completely worthless.
With XenServer you could do RAID1 SSD, and then RAID10 (winchester) drives using MDADM. Hardware raid is recommended though.
Why waste the money for SSDs for the boot device? USB is so CHEAP, and so simple to backup and clone.
I hear you on the fake RAID.
The RAID 1 or 10 you mentioned, it that for use as boot drive & VM storage?
I know USB is cheap, but I have a few small SSDs laying around.
IF you go with booting XenServer off of the disks, then it should always be thrown onto the same array as the VM storage. Anything else is just throwing away speed and capacity from your VMs for no reason.
-
Booting from USB is good. Booting from the same large array as the VMs is good. The only scenario that really isn't okay is having a RAID set just for booting XenServer. And if you DO do that, the worst option is to use SSD. You would always use the slowest, cheapest disks that you could find, SSD would be the opposite. But you would never do that either way.
-
@DustinB3403 said in XenServer 7: best practice: noob question:
RAID1 if you were going to do a RAID'd boot partition. (huge waste of resources though) and RAID10 for the VM storage if your drives are "classic Winchester drives. Otherwise if you're using SSD for the VM storage RAID 5.
I thought RAID5 was a no-no. I'm pretty sure I've read that somewhere on these forums.
-
@FATeknollogee said in XenServer 7: best practice: noob question:
@DustinB3403 said in XenServer 7: best practice: noob question:
RAID1 if you were going to do a RAID'd boot partition. (huge waste of resources though) and RAID10 for the VM storage if your drives are "classic Winchester drives. Otherwise if you're using SSD for the VM storage RAID 5.
I thought RAID5 was a no-no. I'm pretty sure I've read that somewhere on these forums.
RAID5 Winchester is a No-no because spinning drives (classic SATA) have all kinds of issues with RAID5 like URE issues.
RAID5 with SSDs are perfectly safe.