How do I set up a VM on Citrix XenServer to run on a Raid0 partition?VMware ESXi VS Citrix XenServerCitrix XenServer iSCSI shared disk?XenServer 6.2: how to use a partition on install disk as SR?Remote automated provisioning to a XenServer HypervisorCreating a Xenserver 6.2 poolRotate entire disk set in RAID0 array?Can I convert a Fast Clone to a full copy?low network performance between Citrix XenServer and Linux iSCSI storageShould I use HW Raid or ZFS as filesystem for Citrix XenServer?Is there a command to scan an existing XenServer storage repository for VMs?

Should I tell my insurance company I have an unsecured loan for my new car?

A player is constantly pestering me about rules, what do I do as a DM?

How hard is it to sell a home which is currently mortgaged?

Alphabet completion rate

Do scales have a relation to certain genres or themes?

How to convert object fill in to fine lines?

What's the point of DHS warning passengers about Manila airport?

Is this the golf ball that Alan Shepard hit on the Moon?

Why cruise at 7000' in an A319?

Could Sauron have read Tom Bombadil's mind if Tom had held the Palantir?

Is adding a new player (or players) a DM decision, or a group decision?

Magnitude of vector quantities

Why aren't (poly-)cotton tents more popular?

Fedora boot screen shows both Fedora logo and Lenovo logo. Why and How?

When is it ok to add filler to a story?

Short story with brother-sister conjoined twins as protagonists?

Does anycast addressing add additional latency in any way?

Do 3D printers really reach 50 micron (0.050mm) accuracy?

Should I report a leak of confidential HR information?

Can gpxpy write .gpx file?

Mount a folder with a space on Linux

How should I behave to assure my friends that I am not after their money?

How to determine what is the correct level of detail when modelling?

How are monocytes larger than capillaries?



How do I set up a VM on Citrix XenServer to run on a Raid0 partition?


VMware ESXi VS Citrix XenServerCitrix XenServer iSCSI shared disk?XenServer 6.2: how to use a partition on install disk as SR?Remote automated provisioning to a XenServer HypervisorCreating a Xenserver 6.2 poolRotate entire disk set in RAID0 array?Can I convert a Fast Clone to a full copy?low network performance between Citrix XenServer and Linux iSCSI storageShould I use HW Raid or ZFS as filesystem for Citrix XenServer?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 margin-bottom:0;








0















I have a dedicated server from a hosting provider that I got with Citrix XenServer 6.2 installed. I've installed XenCenter, and gotten connected. Everything seems easy enough until I try to create a new VM.



The server has 2x120G drives on it, and is installed by the provider with a primary partition of 5G + a 512MB swap, leaving apx 115G free. This is my only choice during installation, I cannot configure this.



When I get to the 'Storage' configuration of a new VM, I can create a virtual disk up to 103GB. How, and at what step can I make that unpartitioned space into Raid0 so that I can run a 200G storage?



In fact, I'd be happy if everything is Raid0 - If I could just have a 240G disk right from the start - I care more about the speed of the setup when it is running, than I do about recovering it if a drive fails.










share|improve this question




























    0















    I have a dedicated server from a hosting provider that I got with Citrix XenServer 6.2 installed. I've installed XenCenter, and gotten connected. Everything seems easy enough until I try to create a new VM.



    The server has 2x120G drives on it, and is installed by the provider with a primary partition of 5G + a 512MB swap, leaving apx 115G free. This is my only choice during installation, I cannot configure this.



    When I get to the 'Storage' configuration of a new VM, I can create a virtual disk up to 103GB. How, and at what step can I make that unpartitioned space into Raid0 so that I can run a 200G storage?



    In fact, I'd be happy if everything is Raid0 - If I could just have a 240G disk right from the start - I care more about the speed of the setup when it is running, than I do about recovering it if a drive fails.










    share|improve this question
























      0












      0








      0








      I have a dedicated server from a hosting provider that I got with Citrix XenServer 6.2 installed. I've installed XenCenter, and gotten connected. Everything seems easy enough until I try to create a new VM.



      The server has 2x120G drives on it, and is installed by the provider with a primary partition of 5G + a 512MB swap, leaving apx 115G free. This is my only choice during installation, I cannot configure this.



      When I get to the 'Storage' configuration of a new VM, I can create a virtual disk up to 103GB. How, and at what step can I make that unpartitioned space into Raid0 so that I can run a 200G storage?



      In fact, I'd be happy if everything is Raid0 - If I could just have a 240G disk right from the start - I care more about the speed of the setup when it is running, than I do about recovering it if a drive fails.










      share|improve this question














      I have a dedicated server from a hosting provider that I got with Citrix XenServer 6.2 installed. I've installed XenCenter, and gotten connected. Everything seems easy enough until I try to create a new VM.



      The server has 2x120G drives on it, and is installed by the provider with a primary partition of 5G + a 512MB swap, leaving apx 115G free. This is my only choice during installation, I cannot configure this.



      When I get to the 'Storage' configuration of a new VM, I can create a virtual disk up to 103GB. How, and at what step can I make that unpartitioned space into Raid0 so that I can run a 200G storage?



      In fact, I'd be happy if everything is Raid0 - If I could just have a 240G disk right from the start - I care more about the speed of the setup when it is running, than I do about recovering it if a drive fails.







      xenserver citrix raid0






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 22 '13 at 22:13









      InukshukInukshuk

      702 silver badges10 bronze badges




      702 silver badges10 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          0














          You need to login to the CLI via SSH and examine how the provider has setup the disks. XenServer is a "normal" CentOS system underneath so if you're familiar with RedHat/CentOS then you should be fairly comfortable.



          If the provider has setup the disks in RAID-1, then you're stuck. You'll need to liaise with them to reinstall it how you need it.



          If they've installed XenServer on 1 disk and left the other one unused, then you can add that as a new Local SR (http://support.citrix.com/article/CTX121313). Once that's done, you can create 2 disks for the VM in XenCenter (one on each disk) and combine them into 1 RAID-0 device within the VM.



          I'm not sure what impact that setup will have on performance, but I don't think there's any other way if XenServer is already installed on 1 disk since you can't convert that into a RAID-0 array at the XenServer level without a reinstall.






          share|improve this answer

























            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
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f525451%2fhow-do-i-set-up-a-vm-on-citrix-xenserver-to-run-on-a-raid0-partition%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









            0














            You need to login to the CLI via SSH and examine how the provider has setup the disks. XenServer is a "normal" CentOS system underneath so if you're familiar with RedHat/CentOS then you should be fairly comfortable.



            If the provider has setup the disks in RAID-1, then you're stuck. You'll need to liaise with them to reinstall it how you need it.



            If they've installed XenServer on 1 disk and left the other one unused, then you can add that as a new Local SR (http://support.citrix.com/article/CTX121313). Once that's done, you can create 2 disks for the VM in XenCenter (one on each disk) and combine them into 1 RAID-0 device within the VM.



            I'm not sure what impact that setup will have on performance, but I don't think there's any other way if XenServer is already installed on 1 disk since you can't convert that into a RAID-0 array at the XenServer level without a reinstall.






            share|improve this answer



























              0














              You need to login to the CLI via SSH and examine how the provider has setup the disks. XenServer is a "normal" CentOS system underneath so if you're familiar with RedHat/CentOS then you should be fairly comfortable.



              If the provider has setup the disks in RAID-1, then you're stuck. You'll need to liaise with them to reinstall it how you need it.



              If they've installed XenServer on 1 disk and left the other one unused, then you can add that as a new Local SR (http://support.citrix.com/article/CTX121313). Once that's done, you can create 2 disks for the VM in XenCenter (one on each disk) and combine them into 1 RAID-0 device within the VM.



              I'm not sure what impact that setup will have on performance, but I don't think there's any other way if XenServer is already installed on 1 disk since you can't convert that into a RAID-0 array at the XenServer level without a reinstall.






              share|improve this answer

























                0












                0








                0







                You need to login to the CLI via SSH and examine how the provider has setup the disks. XenServer is a "normal" CentOS system underneath so if you're familiar with RedHat/CentOS then you should be fairly comfortable.



                If the provider has setup the disks in RAID-1, then you're stuck. You'll need to liaise with them to reinstall it how you need it.



                If they've installed XenServer on 1 disk and left the other one unused, then you can add that as a new Local SR (http://support.citrix.com/article/CTX121313). Once that's done, you can create 2 disks for the VM in XenCenter (one on each disk) and combine them into 1 RAID-0 device within the VM.



                I'm not sure what impact that setup will have on performance, but I don't think there's any other way if XenServer is already installed on 1 disk since you can't convert that into a RAID-0 array at the XenServer level without a reinstall.






                share|improve this answer













                You need to login to the CLI via SSH and examine how the provider has setup the disks. XenServer is a "normal" CentOS system underneath so if you're familiar with RedHat/CentOS then you should be fairly comfortable.



                If the provider has setup the disks in RAID-1, then you're stuck. You'll need to liaise with them to reinstall it how you need it.



                If they've installed XenServer on 1 disk and left the other one unused, then you can add that as a new Local SR (http://support.citrix.com/article/CTX121313). Once that's done, you can create 2 disks for the VM in XenCenter (one on each disk) and combine them into 1 RAID-0 device within the VM.



                I'm not sure what impact that setup will have on performance, but I don't think there's any other way if XenServer is already installed on 1 disk since you can't convert that into a RAID-0 array at the XenServer level without a reinstall.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jul 22 '13 at 23:42









                fukawi2fukawi2

                4,4173 gold badges18 silver badges46 bronze badges




                4,4173 gold badges18 silver badges46 bronze badges



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f525451%2fhow-do-i-set-up-a-vm-on-citrix-xenserver-to-run-on-a-raid0-partition%23new-answer', 'question_page');

                    );

                    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







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos