Ubuntu Linux - Shared VHDXWhy are two servers viewing the same drive unable to view the same files?Software...
Plagiarism of code by other PhD student
When do _WA_Sys_ statistics Get Updated?
What does each site of a vanilla 9.1 installation do?
3.5% Interest Student Loan or use all of my savings on Tuition?
Sometimes a banana is just a banana
How to fix my table, centering of columns
Make me a metasequence
How to disable or uninstall iTunes under High Sierra without disabling SIP
Is there a math equivalent to the conditional ternary operator?
Why is it "take a leak?"
Is there a way to find out the age of Camp ropes?
Practical reasons to have both a large police force and bounty hunting network?
Would the melodic leap of the opening phrase of Mozart's K545 be considered dissonant?
If there are any 3nion, 5nion, 7nion, 9nion, 10nion, etc.
How do you say "powers of ten"?
Must 40/100G uplink ports on a 10G switch be connected to another switch?
Can I cast a spell through the Invoke Duplicity clone while inside a Forcecage?
How to kill a localhost:8080
I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?
How to roleplay my character's ethics according to the DM when I don't understand those ethics?
What is a term for a function that when called repeatedly, has the same effect as calling once?
Should I use HTTPS on a domain that will only be used for redirection?
Rationale to prefer local variables over instance variables?
1970s scifi/horror novel where protagonist is used by a crablike creature to feed its larvae, goes mad, and is defeated by retraumatising him
Ubuntu Linux - Shared VHDX
Why are two servers viewing the same drive unable to view the same files?Software to repliacte data in a Cluster Shared Volume in real time from DAS attached to Server 2k8 R2 HyperV cluster to an identical setup?Shared storage for VMs without dedicated storage serverServer 2012 cluster - SAN volume - failover not workingNo disks were found on which to perform cluster validation testsOptimization XFS on Linux guest in Hyper-V (VHDX)Server 2012 R2 - Sharing 'cluster shared volume' .VHDX hard drives between two VMs, are they supposed to not live update?Hyper-V guest failover cluster file serverMatch host VHDX disks with guest disksWhy can't I make a failover cluster using iSCSI for shared storage?
I have two Ubuntu web servers using a shared Hyper-v vhdx file in a Hyper-V cluster as a data drive because the Nimble SAN does not support NFS Connections.
However, while both servers are able to access the VHDX, it would seem that only one server has data visible.
Are there any suggestions on how I might resolve this particular issue?
linux hyper-v storage-area-network ubuntu-16.04
add a comment |
I have two Ubuntu web servers using a shared Hyper-v vhdx file in a Hyper-V cluster as a data drive because the Nimble SAN does not support NFS Connections.
However, while both servers are able to access the VHDX, it would seem that only one server has data visible.
Are there any suggestions on how I might resolve this particular issue?
linux hyper-v storage-area-network ubuntu-16.04
add a comment |
I have two Ubuntu web servers using a shared Hyper-v vhdx file in a Hyper-V cluster as a data drive because the Nimble SAN does not support NFS Connections.
However, while both servers are able to access the VHDX, it would seem that only one server has data visible.
Are there any suggestions on how I might resolve this particular issue?
linux hyper-v storage-area-network ubuntu-16.04
I have two Ubuntu web servers using a shared Hyper-v vhdx file in a Hyper-V cluster as a data drive because the Nimble SAN does not support NFS Connections.
However, while both servers are able to access the VHDX, it would seem that only one server has data visible.
Are there any suggestions on how I might resolve this particular issue?
linux hyper-v storage-area-network ubuntu-16.04
linux hyper-v storage-area-network ubuntu-16.04
asked Feb 23 at 5:28
Chris WhitakerChris Whitaker
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Setup a third machine that acts as a NFS server (or use one of the servers as NFS server). Normal Linux file systems can not be mounted from multiple machines.
Are the any special share permissions that need to be addressed to ensure that each server sees the same permissions set?
– Chris Whitaker
Feb 25 at 18:28
add a comment |
You're really asking a question about the configuration of Ubuntu. Shared VHDX just presents a disk to both VMs, one which support the SCSI-3 "Persistent Reservations" feature. In general, you need to use a cluster file system in a situation like this.
When I google this, the first one that comes up is OCFS2. I also see Lustre, Gluster and Ceph in the results. I'm sure there are others. Which one you should use depends entirely on your needs.
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%2f955390%2fubuntu-linux-shared-vhdx%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Setup a third machine that acts as a NFS server (or use one of the servers as NFS server). Normal Linux file systems can not be mounted from multiple machines.
Are the any special share permissions that need to be addressed to ensure that each server sees the same permissions set?
– Chris Whitaker
Feb 25 at 18:28
add a comment |
Setup a third machine that acts as a NFS server (or use one of the servers as NFS server). Normal Linux file systems can not be mounted from multiple machines.
Are the any special share permissions that need to be addressed to ensure that each server sees the same permissions set?
– Chris Whitaker
Feb 25 at 18:28
add a comment |
Setup a third machine that acts as a NFS server (or use one of the servers as NFS server). Normal Linux file systems can not be mounted from multiple machines.
Setup a third machine that acts as a NFS server (or use one of the servers as NFS server). Normal Linux file systems can not be mounted from multiple machines.
answered Feb 23 at 7:06
Sven♦Sven
87k10145199
87k10145199
Are the any special share permissions that need to be addressed to ensure that each server sees the same permissions set?
– Chris Whitaker
Feb 25 at 18:28
add a comment |
Are the any special share permissions that need to be addressed to ensure that each server sees the same permissions set?
– Chris Whitaker
Feb 25 at 18:28
Are the any special share permissions that need to be addressed to ensure that each server sees the same permissions set?
– Chris Whitaker
Feb 25 at 18:28
Are the any special share permissions that need to be addressed to ensure that each server sees the same permissions set?
– Chris Whitaker
Feb 25 at 18:28
add a comment |
You're really asking a question about the configuration of Ubuntu. Shared VHDX just presents a disk to both VMs, one which support the SCSI-3 "Persistent Reservations" feature. In general, you need to use a cluster file system in a situation like this.
When I google this, the first one that comes up is OCFS2. I also see Lustre, Gluster and Ceph in the results. I'm sure there are others. Which one you should use depends entirely on your needs.
add a comment |
You're really asking a question about the configuration of Ubuntu. Shared VHDX just presents a disk to both VMs, one which support the SCSI-3 "Persistent Reservations" feature. In general, you need to use a cluster file system in a situation like this.
When I google this, the first one that comes up is OCFS2. I also see Lustre, Gluster and Ceph in the results. I'm sure there are others. Which one you should use depends entirely on your needs.
add a comment |
You're really asking a question about the configuration of Ubuntu. Shared VHDX just presents a disk to both VMs, one which support the SCSI-3 "Persistent Reservations" feature. In general, you need to use a cluster file system in a situation like this.
When I google this, the first one that comes up is OCFS2. I also see Lustre, Gluster and Ceph in the results. I'm sure there are others. Which one you should use depends entirely on your needs.
You're really asking a question about the configuration of Ubuntu. Shared VHDX just presents a disk to both VMs, one which support the SCSI-3 "Persistent Reservations" feature. In general, you need to use a cluster file system in a situation like this.
When I google this, the first one that comes up is OCFS2. I also see Lustre, Gluster and Ceph in the results. I'm sure there are others. Which one you should use depends entirely on your needs.
answered 12 mins ago
Jake OshinsJake Oshins
5,0081314
5,0081314
add a comment |
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%2f955390%2fubuntu-linux-shared-vhdx%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