XenServer shared drive configurationCitrix XenServer 5.5 LicensingBacking up XenServer VMs to a Windows shareLUNs and virtual machinesNAS Performance: NFS vs Samba vs GlusterFSXenServer migrate machines between hostsGeneralized strategy for file server virtualization in XenserverUsing Glusterfs Dist-Replica Storage Pool for Hyper-V Virtual Machine StorageXenserver 7 does not see new raid array just added on Dell R710 serverXenserver: How to see local storage disk space used on command line?Is there a command to scan an existing XenServer storage repository for VMs?
Accidentally cashed a check twice
Is it OK to bring delicacies from hometown as tokens of gratitude for an out-of-town interview?
Will dual-learning in a glider make my airplane learning safer?
How can I determine the spell save DC of a monster/NPC?
Can commodity 3d printer extrusion hardware and filament be used for injection molding?
Beginner's snake game using PyGame
Strange math syntax in old basic listing
Story about a toddler with god-like powers, dangerous tantrums
When leasing/renting out an owned property, is there a standard ratio between monthly rent and the mortgage?
Working in the USA for living expenses only; allowed on VWP?
Asking bank to reduce APR instead of increasing credit limit
How to provide realism without making readers think grimdark
If a problem only occurs randomly once in every N times on average, how many tests do I have to perform to be certain that it's now fixed?
What happens if you do emergency landing on a US base in middle of the ocean?
Applicants clearly not having the skills they advertise
Is it possible to kill all life on Earth?
What is the right way to float a home lab?
Get value of the passed argument to script importing variables from another script
Credit card offering 0.5 miles for every cent rounded up. Too good to be true?
Is there any Biblical Basis for 400 years of silence between Old and New Testament?
Hygienic footwear for prehensile feet?
How can I add depth to my story or how do I determine if my story already has depth?
Why does a helium balloon rise?
Access to all elements on the page
XenServer shared drive configuration
Citrix XenServer 5.5 LicensingBacking up XenServer VMs to a Windows shareLUNs and virtual machinesNAS Performance: NFS vs Samba vs GlusterFSXenServer migrate machines between hostsGeneralized strategy for file server virtualization in XenserverUsing Glusterfs Dist-Replica Storage Pool for Hyper-V Virtual Machine StorageXenserver 7 does not see new raid array just added on Dell R710 serverXenserver: How to see local storage disk space used on command line?Is there a command to scan an existing XenServer storage repository for VMs?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a server with below configuration
Intel Xeon E3 - 1230
2 * (Seagate 1 TeraByte) = total two terabyte
16 GB Ram
My Requirement : I need to run XenServer on this box and run 4 Ubuntu Virtual Machines and 1 windows VM.
I need to set about 750GB space for common share across all Virtual Machines. All the VMS need to read and write data from the common space. I intend to use NFS or Samba.
My Questions :
What is better NFS or Samba ?
One approach : I create a new Ubuntu VM and allocate about 750GB to it. I run NFS server on this VM and all other VMs just mount and use the space.
Second Approach : I can allocate the space to XenServer itself and run the NFS server on it.
Please suggest if there is any better solution than above two Or the best solution among the above two.
samba xenserver nfs
add a comment |
I have a server with below configuration
Intel Xeon E3 - 1230
2 * (Seagate 1 TeraByte) = total two terabyte
16 GB Ram
My Requirement : I need to run XenServer on this box and run 4 Ubuntu Virtual Machines and 1 windows VM.
I need to set about 750GB space for common share across all Virtual Machines. All the VMS need to read and write data from the common space. I intend to use NFS or Samba.
My Questions :
What is better NFS or Samba ?
One approach : I create a new Ubuntu VM and allocate about 750GB to it. I run NFS server on this VM and all other VMs just mount and use the space.
Second Approach : I can allocate the space to XenServer itself and run the NFS server on it.
Please suggest if there is any better solution than above two Or the best solution among the above two.
samba xenserver nfs
add a comment |
I have a server with below configuration
Intel Xeon E3 - 1230
2 * (Seagate 1 TeraByte) = total two terabyte
16 GB Ram
My Requirement : I need to run XenServer on this box and run 4 Ubuntu Virtual Machines and 1 windows VM.
I need to set about 750GB space for common share across all Virtual Machines. All the VMS need to read and write data from the common space. I intend to use NFS or Samba.
My Questions :
What is better NFS or Samba ?
One approach : I create a new Ubuntu VM and allocate about 750GB to it. I run NFS server on this VM and all other VMs just mount and use the space.
Second Approach : I can allocate the space to XenServer itself and run the NFS server on it.
Please suggest if there is any better solution than above two Or the best solution among the above two.
samba xenserver nfs
I have a server with below configuration
Intel Xeon E3 - 1230
2 * (Seagate 1 TeraByte) = total two terabyte
16 GB Ram
My Requirement : I need to run XenServer on this box and run 4 Ubuntu Virtual Machines and 1 windows VM.
I need to set about 750GB space for common share across all Virtual Machines. All the VMS need to read and write data from the common space. I intend to use NFS or Samba.
My Questions :
What is better NFS or Samba ?
One approach : I create a new Ubuntu VM and allocate about 750GB to it. I run NFS server on this VM and all other VMs just mount and use the space.
Second Approach : I can allocate the space to XenServer itself and run the NFS server on it.
Please suggest if there is any better solution than above two Or the best solution among the above two.
samba xenserver nfs
samba xenserver nfs
edited Jan 27 '12 at 11:56
Kenny Rasschaert
7,79733455
7,79733455
asked Jan 4 '12 at 23:55
firemonkeyfiremonkey
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Re #1: With no other information to go on, I would likely pick Samba for your situation if forced to pick one, simply because samba support in linux is probably better than NFS support in Windows. However, if you have the option, why not support both?
Re #2: Create a new VM to host the storage. Running extra services within XenServer's dom0 is neither recommended nor supported by Citrix.
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%2f346760%2fxenserver-shared-drive-configuration%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
Re #1: With no other information to go on, I would likely pick Samba for your situation if forced to pick one, simply because samba support in linux is probably better than NFS support in Windows. However, if you have the option, why not support both?
Re #2: Create a new VM to host the storage. Running extra services within XenServer's dom0 is neither recommended nor supported by Citrix.
add a comment |
Re #1: With no other information to go on, I would likely pick Samba for your situation if forced to pick one, simply because samba support in linux is probably better than NFS support in Windows. However, if you have the option, why not support both?
Re #2: Create a new VM to host the storage. Running extra services within XenServer's dom0 is neither recommended nor supported by Citrix.
add a comment |
Re #1: With no other information to go on, I would likely pick Samba for your situation if forced to pick one, simply because samba support in linux is probably better than NFS support in Windows. However, if you have the option, why not support both?
Re #2: Create a new VM to host the storage. Running extra services within XenServer's dom0 is neither recommended nor supported by Citrix.
Re #1: With no other information to go on, I would likely pick Samba for your situation if forced to pick one, simply because samba support in linux is probably better than NFS support in Windows. However, if you have the option, why not support both?
Re #2: Create a new VM to host the storage. Running extra services within XenServer's dom0 is neither recommended nor supported by Citrix.
answered Jan 12 '12 at 14:06
ktowerktower
1,126914
1,126914
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%2f346760%2fxenserver-shared-drive-configuration%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