New virtual data centre design considerationssplit virtualization design based on environment or server...
ip vs ifconfig commands pros and cons
How to properly claim credit for peer review?
What's the purpose of these copper coils with resitors inside them in A Yamaha RX-V396RDS amplifier?
Dilemma of explaining to interviewer that he is the reason for declining second interview
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Wanted: 5.25 floppy to usb adapter
What can I substitute for soda pop in a sweet pork recipe?
Is my plan for fixing my water heater leak bad?
Where is this triangular-shaped space station from?
Table enclosed in curly brackets
What do these brackets mean?
raspberry pi change directory (cd) command not working with USB drive
Why zero tolerance on nudity in space?
When does coming up with an idea constitute sufficient contribution for authorship?
Inventor that creates machine that grabs man from future
Why can I easily sing or whistle a tune I've just heard, but not as easily reproduce it on an instrument?
Why do neural networks need so many training examples to perform?
Has the Isbell–Freyd criterion ever been used to check that a category is concretisable?
What is the meaning of "pick up" in this sentence?
How to acknowledge an embarrassing job interview, now that I work directly with the interviewer?
For Loop and Sum
Proof by Induction - New to proofs
Meaning of すきっとした
Which branches of mathematics can be done just in terms of morphisms and composition?
New virtual data centre design considerations
split virtualization design based on environment or server role?Design of a hosting networkWhat Data Center room routine maintenance tasks should be done?Servers vs. Worker ProcessesWhen to employ server failover in a virtual environmentWhere to install ESXi so that all local drives are available to VSANMigrating to a Data CentreCreate vswitches pn ESXI for PFsenseNAT Port Forward to VCSA Web Client not workingMigrate Windows Server 2012 R2 Data Center to a physical Windows Server 2016
The situation is like this.
The customer has 2 physical servers running 1 ESXi each, running virtual DHCP and DNS windows server on both ESXi as redundancy,he wants to add a 3rd server, and have vCSA with vSAN configured.
I have thought of 3 ways to go about it.
To implement it such that vCSA is installed at the DC (NOT as a separate physical server), ESXi installed on 3 physical servers
on-site, with vSAN. Here my question is where will the witness be ?
Physical server as vCSA running on ESXi, same server to run as witness, and the remaining 2 servers with 1 ESXi each, is this a good
approach. The vCSA server will be in the data center connected over
WAN.
Another way is to have 4 physical servers, 2 servers with ESXi, and the 4th server with ESXi running vCSA and is used for vSAN
configuration, 1 server as witness, all on-site.
Thank You
Network design PDF file
Any thoughts.
Thank You
virtualization datacenter
add a comment |
The situation is like this.
The customer has 2 physical servers running 1 ESXi each, running virtual DHCP and DNS windows server on both ESXi as redundancy,he wants to add a 3rd server, and have vCSA with vSAN configured.
I have thought of 3 ways to go about it.
To implement it such that vCSA is installed at the DC (NOT as a separate physical server), ESXi installed on 3 physical servers
on-site, with vSAN. Here my question is where will the witness be ?
Physical server as vCSA running on ESXi, same server to run as witness, and the remaining 2 servers with 1 ESXi each, is this a good
approach. The vCSA server will be in the data center connected over
WAN.
Another way is to have 4 physical servers, 2 servers with ESXi, and the 4th server with ESXi running vCSA and is used for vSAN
configuration, 1 server as witness, all on-site.
Thank You
Network design PDF file
Any thoughts.
Thank You
virtualization datacenter
add a comment |
The situation is like this.
The customer has 2 physical servers running 1 ESXi each, running virtual DHCP and DNS windows server on both ESXi as redundancy,he wants to add a 3rd server, and have vCSA with vSAN configured.
I have thought of 3 ways to go about it.
To implement it such that vCSA is installed at the DC (NOT as a separate physical server), ESXi installed on 3 physical servers
on-site, with vSAN. Here my question is where will the witness be ?
Physical server as vCSA running on ESXi, same server to run as witness, and the remaining 2 servers with 1 ESXi each, is this a good
approach. The vCSA server will be in the data center connected over
WAN.
Another way is to have 4 physical servers, 2 servers with ESXi, and the 4th server with ESXi running vCSA and is used for vSAN
configuration, 1 server as witness, all on-site.
Thank You
Network design PDF file
Any thoughts.
Thank You
virtualization datacenter
The situation is like this.
The customer has 2 physical servers running 1 ESXi each, running virtual DHCP and DNS windows server on both ESXi as redundancy,he wants to add a 3rd server, and have vCSA with vSAN configured.
I have thought of 3 ways to go about it.
To implement it such that vCSA is installed at the DC (NOT as a separate physical server), ESXi installed on 3 physical servers
on-site, with vSAN. Here my question is where will the witness be ?
Physical server as vCSA running on ESXi, same server to run as witness, and the remaining 2 servers with 1 ESXi each, is this a good
approach. The vCSA server will be in the data center connected over
WAN.
Another way is to have 4 physical servers, 2 servers with ESXi, and the 4th server with ESXi running vCSA and is used for vSAN
configuration, 1 server as witness, all on-site.
Thank You
Network design PDF file
Any thoughts.
Thank You
virtualization datacenter
virtualization datacenter
edited 11 hours ago
Huud Rych
asked 13 hours ago
Huud RychHuud Rych
32
32
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Old article, but something to think about when implementing vSAN: http://www.yellow-bricks.com/2013/10/24/4-minimum-number-hosts-vsan-ask/
With three hosts you should theoretically be fine unless something happens to one of the remaining hosts while you’ve got one machine down for maintenance. This issue can be mitigated by not only evacuating VMs but also evacuating all their data when putting a host in maintenance mode. Note that this extends the time required for entering maintenance mode considerably.
To be honest I would probably just run VCSA inside such a virtual environment, but I would make sure to have some kind of non-vSAN storage available - perhaps something as simple as an NFS NAS - as an added security to simplify recovery in case of disaster.
Thanks, I believe the link is for a 3 node setup wherein there are 2 ESXi hosts and 1 Witness, I have 3 ESXi hosts plus 1 Witness, unsure it would be the same interms of implementation..
– Huud Rych
9 hours ago
With three hosts you don't need a separate witness, with the caveat I mentioned in my post: vSAN will create data redundancy across all hosts in such a way that you (temporarily) will survive a host or disk failure. Four hosts is the smallest size vSAN that will automatically self-heal after a failure, but three hosts is the minimum to run without a separate witness. In fact I'm unsure if you can even set up a three-host vSAN with a separate witness appliance.
– Mikael H
9 hours ago
Thanks, understood..
– Huud Rych
9 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f956514%2fnew-virtual-data-centre-design-considerations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Old article, but something to think about when implementing vSAN: http://www.yellow-bricks.com/2013/10/24/4-minimum-number-hosts-vsan-ask/
With three hosts you should theoretically be fine unless something happens to one of the remaining hosts while you’ve got one machine down for maintenance. This issue can be mitigated by not only evacuating VMs but also evacuating all their data when putting a host in maintenance mode. Note that this extends the time required for entering maintenance mode considerably.
To be honest I would probably just run VCSA inside such a virtual environment, but I would make sure to have some kind of non-vSAN storage available - perhaps something as simple as an NFS NAS - as an added security to simplify recovery in case of disaster.
Thanks, I believe the link is for a 3 node setup wherein there are 2 ESXi hosts and 1 Witness, I have 3 ESXi hosts plus 1 Witness, unsure it would be the same interms of implementation..
– Huud Rych
9 hours ago
With three hosts you don't need a separate witness, with the caveat I mentioned in my post: vSAN will create data redundancy across all hosts in such a way that you (temporarily) will survive a host or disk failure. Four hosts is the smallest size vSAN that will automatically self-heal after a failure, but three hosts is the minimum to run without a separate witness. In fact I'm unsure if you can even set up a three-host vSAN with a separate witness appliance.
– Mikael H
9 hours ago
Thanks, understood..
– Huud Rych
9 hours ago
add a comment |
Old article, but something to think about when implementing vSAN: http://www.yellow-bricks.com/2013/10/24/4-minimum-number-hosts-vsan-ask/
With three hosts you should theoretically be fine unless something happens to one of the remaining hosts while you’ve got one machine down for maintenance. This issue can be mitigated by not only evacuating VMs but also evacuating all their data when putting a host in maintenance mode. Note that this extends the time required for entering maintenance mode considerably.
To be honest I would probably just run VCSA inside such a virtual environment, but I would make sure to have some kind of non-vSAN storage available - perhaps something as simple as an NFS NAS - as an added security to simplify recovery in case of disaster.
Thanks, I believe the link is for a 3 node setup wherein there are 2 ESXi hosts and 1 Witness, I have 3 ESXi hosts plus 1 Witness, unsure it would be the same interms of implementation..
– Huud Rych
9 hours ago
With three hosts you don't need a separate witness, with the caveat I mentioned in my post: vSAN will create data redundancy across all hosts in such a way that you (temporarily) will survive a host or disk failure. Four hosts is the smallest size vSAN that will automatically self-heal after a failure, but three hosts is the minimum to run without a separate witness. In fact I'm unsure if you can even set up a three-host vSAN with a separate witness appliance.
– Mikael H
9 hours ago
Thanks, understood..
– Huud Rych
9 hours ago
add a comment |
Old article, but something to think about when implementing vSAN: http://www.yellow-bricks.com/2013/10/24/4-minimum-number-hosts-vsan-ask/
With three hosts you should theoretically be fine unless something happens to one of the remaining hosts while you’ve got one machine down for maintenance. This issue can be mitigated by not only evacuating VMs but also evacuating all their data when putting a host in maintenance mode. Note that this extends the time required for entering maintenance mode considerably.
To be honest I would probably just run VCSA inside such a virtual environment, but I would make sure to have some kind of non-vSAN storage available - perhaps something as simple as an NFS NAS - as an added security to simplify recovery in case of disaster.
Old article, but something to think about when implementing vSAN: http://www.yellow-bricks.com/2013/10/24/4-minimum-number-hosts-vsan-ask/
With three hosts you should theoretically be fine unless something happens to one of the remaining hosts while you’ve got one machine down for maintenance. This issue can be mitigated by not only evacuating VMs but also evacuating all their data when putting a host in maintenance mode. Note that this extends the time required for entering maintenance mode considerably.
To be honest I would probably just run VCSA inside such a virtual environment, but I would make sure to have some kind of non-vSAN storage available - perhaps something as simple as an NFS NAS - as an added security to simplify recovery in case of disaster.
edited 9 hours ago
answered 10 hours ago
Mikael HMikael H
53618
53618
Thanks, I believe the link is for a 3 node setup wherein there are 2 ESXi hosts and 1 Witness, I have 3 ESXi hosts plus 1 Witness, unsure it would be the same interms of implementation..
– Huud Rych
9 hours ago
With three hosts you don't need a separate witness, with the caveat I mentioned in my post: vSAN will create data redundancy across all hosts in such a way that you (temporarily) will survive a host or disk failure. Four hosts is the smallest size vSAN that will automatically self-heal after a failure, but three hosts is the minimum to run without a separate witness. In fact I'm unsure if you can even set up a three-host vSAN with a separate witness appliance.
– Mikael H
9 hours ago
Thanks, understood..
– Huud Rych
9 hours ago
add a comment |
Thanks, I believe the link is for a 3 node setup wherein there are 2 ESXi hosts and 1 Witness, I have 3 ESXi hosts plus 1 Witness, unsure it would be the same interms of implementation..
– Huud Rych
9 hours ago
With three hosts you don't need a separate witness, with the caveat I mentioned in my post: vSAN will create data redundancy across all hosts in such a way that you (temporarily) will survive a host or disk failure. Four hosts is the smallest size vSAN that will automatically self-heal after a failure, but three hosts is the minimum to run without a separate witness. In fact I'm unsure if you can even set up a three-host vSAN with a separate witness appliance.
– Mikael H
9 hours ago
Thanks, understood..
– Huud Rych
9 hours ago
Thanks, I believe the link is for a 3 node setup wherein there are 2 ESXi hosts and 1 Witness, I have 3 ESXi hosts plus 1 Witness, unsure it would be the same interms of implementation..
– Huud Rych
9 hours ago
Thanks, I believe the link is for a 3 node setup wherein there are 2 ESXi hosts and 1 Witness, I have 3 ESXi hosts plus 1 Witness, unsure it would be the same interms of implementation..
– Huud Rych
9 hours ago
With three hosts you don't need a separate witness, with the caveat I mentioned in my post: vSAN will create data redundancy across all hosts in such a way that you (temporarily) will survive a host or disk failure. Four hosts is the smallest size vSAN that will automatically self-heal after a failure, but three hosts is the minimum to run without a separate witness. In fact I'm unsure if you can even set up a three-host vSAN with a separate witness appliance.
– Mikael H
9 hours ago
With three hosts you don't need a separate witness, with the caveat I mentioned in my post: vSAN will create data redundancy across all hosts in such a way that you (temporarily) will survive a host or disk failure. Four hosts is the smallest size vSAN that will automatically self-heal after a failure, but three hosts is the minimum to run without a separate witness. In fact I'm unsure if you can even set up a three-host vSAN with a separate witness appliance.
– Mikael H
9 hours ago
Thanks, understood..
– Huud Rych
9 hours ago
Thanks, understood..
– Huud Rych
9 hours ago
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f956514%2fnew-virtual-data-centre-design-considerations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown