Can I move a single disk from one esxi to another esxi server?Reading ESXI disk connected to Windows / Ubuntu Machine with SATA > USBShould I merge the Fileserver into our ESXi server?How can I tell if a disk is failing on ESXi / what do these errors mean?How can a single disk in a hardware SATA RAID-10 array bring the entire array to a screeching halt?ESXi from SD card to hard disk on raid system?ESXi Server is not showing all the available disk spaceScripting VMWare ESXi from a linux serverVMware ESXi extremely slow Virtual disk performance compared to RDMCan ESXi pause VMs on a datastore in APD state?VMware ESXi 6.5 Hypervisor unable to change the swap datastore after upgrade from 6.0

A steel cutting sword?

NIntegrate doesn't evaluate

How did these characters "suit up" so quickly?

What is a Centaur Thief's climbing speed?

What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?

Caught student / friend cheating on the final exam that I proctored

Which melee weapons have the Two-Handed property, but lack Heavy and Special?

Why aren't space telescopes put in GEO?

What are the real benefits of using Salesforce DX?

Why were helmets and other body armour not commonplace in the 1800s?

Why is the LastName field required for the contact? What is the best approach to import contacts that only have the first name?

Leaching of copper using zinc

Can a person survive on blood in place of water?

Why did David Cameron offer a referendum on the European Union?

Construct a word ladder

Is there an online tool which supports shared writing?

USPS Back Room - Trespassing?

Could a 19.25mm revolver actually exist?

What to do when you've set the wrong ISO for your film?

Should one buy new hardware after a system compromise?

Apache redirect to https:/www only partially working

Sitecore 9.0 works with solr 7.2.1?

Is it rude to call a professor by their last name with no prefix in a non-academic setting?

Plot twist where the antagonist wins



Can I move a single disk from one esxi to another esxi server?


Reading ESXI disk connected to Windows / Ubuntu Machine with SATA > USBShould I merge the Fileserver into our ESXi server?How can I tell if a disk is failing on ESXi / what do these errors mean?How can a single disk in a hardware SATA RAID-10 array bring the entire array to a screeching halt?ESXi from SD card to hard disk on raid system?ESXi Server is not showing all the available disk spaceScripting VMWare ESXi from a linux serverVMware ESXi extremely slow Virtual disk performance compared to RDMCan ESXi pause VMs on a datastore in APD state?VMware ESXi 6.5 Hypervisor unable to change the swap datastore after upgrade from 6.0






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








2















I can't seem to find an answer on google...perhaps I am using the wrong query.....



I have an ESXi test system that is in production and is using a single SATA disk for the VM's datastore. I would like to move them over to the new ESXi server and I am keeping the same disk. Can I simply swap drives and boot??



The test system is an i7 workstation and the new server is a supermicro with intel mobo and dual xeons....both running 4.1 (not positive the supermicro is running the 4.1 update 1).



(also no raid because the VM's are just running license dongles for software on the network...VM's backed up elsewhere)










share|improve this question




























    2















    I can't seem to find an answer on google...perhaps I am using the wrong query.....



    I have an ESXi test system that is in production and is using a single SATA disk for the VM's datastore. I would like to move them over to the new ESXi server and I am keeping the same disk. Can I simply swap drives and boot??



    The test system is an i7 workstation and the new server is a supermicro with intel mobo and dual xeons....both running 4.1 (not positive the supermicro is running the 4.1 update 1).



    (also no raid because the VM's are just running license dongles for software on the network...VM's backed up elsewhere)










    share|improve this question
























      2












      2








      2


      1






      I can't seem to find an answer on google...perhaps I am using the wrong query.....



      I have an ESXi test system that is in production and is using a single SATA disk for the VM's datastore. I would like to move them over to the new ESXi server and I am keeping the same disk. Can I simply swap drives and boot??



      The test system is an i7 workstation and the new server is a supermicro with intel mobo and dual xeons....both running 4.1 (not positive the supermicro is running the 4.1 update 1).



      (also no raid because the VM's are just running license dongles for software on the network...VM's backed up elsewhere)










      share|improve this question














      I can't seem to find an answer on google...perhaps I am using the wrong query.....



      I have an ESXi test system that is in production and is using a single SATA disk for the VM's datastore. I would like to move them over to the new ESXi server and I am keeping the same disk. Can I simply swap drives and boot??



      The test system is an i7 workstation and the new server is a supermicro with intel mobo and dual xeons....both running 4.1 (not positive the supermicro is running the 4.1 update 1).



      (also no raid because the VM's are just running license dongles for software on the network...VM's backed up elsewhere)







      vmware-esxi vmware-vsphere sata






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 23 '11 at 0:17









      SkinnyGeek1010SkinnyGeek1010

      336416




      336416




















          3 Answers
          3






          active

          oldest

          votes


















          5














          Assuming that ESXi isn't installed on the disk in question, then yes, you should be able to simply install the disk in the new server. If you don't see it immediately, you may need to go to the Configuration tab for the host and choose "rescan" or "Add Storage". Of course, whatever you do, don't format the existing storage again, or you'll lose the data on it. You will probably have to browse the datastore and add the VMs you want to inventory, but it should be a pretty painless process.






          share|improve this answer























          • Perfect! I swapped the drives and I just had to browse the datastore and add to inventory.

            – SkinnyGeek1010
            Jul 26 '11 at 1:30


















          1














          Maybe this information will be useful to someone:



          I had to do the same as SkinnyGeek1010, but with ESXi installed on the SATA disk and rescan on Web Interface didn't worked (HD was reconized but not the datastore on it). I had to connect ESXi Server by SSH and use these commands to access the VMs on disk:



          esxcfg-volume -l
          * to list the volumes



          esxcfg-volume -m (VMFS UUID)
          * to mount it



          For example:



          esxcfg-volume -m 4d4ac840-c1386fa0-9f6d-0050569300a7



          The names of datastores must be different to avoid errors






          share|improve this answer






























            0














            Yes. I have done this even with entire RAID arrays on different hardware. ESXi is booting to a thumb drive (obviously). Install fresh on the new thumb drive, pull the entire array, put it in the new system, import it into the RAID controller, go with VMWare.






            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%2f293240%2fcan-i-move-a-single-disk-from-one-esxi-to-another-esxi-server%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              5














              Assuming that ESXi isn't installed on the disk in question, then yes, you should be able to simply install the disk in the new server. If you don't see it immediately, you may need to go to the Configuration tab for the host and choose "rescan" or "Add Storage". Of course, whatever you do, don't format the existing storage again, or you'll lose the data on it. You will probably have to browse the datastore and add the VMs you want to inventory, but it should be a pretty painless process.






              share|improve this answer























              • Perfect! I swapped the drives and I just had to browse the datastore and add to inventory.

                – SkinnyGeek1010
                Jul 26 '11 at 1:30















              5














              Assuming that ESXi isn't installed on the disk in question, then yes, you should be able to simply install the disk in the new server. If you don't see it immediately, you may need to go to the Configuration tab for the host and choose "rescan" or "Add Storage". Of course, whatever you do, don't format the existing storage again, or you'll lose the data on it. You will probably have to browse the datastore and add the VMs you want to inventory, but it should be a pretty painless process.






              share|improve this answer























              • Perfect! I swapped the drives and I just had to browse the datastore and add to inventory.

                – SkinnyGeek1010
                Jul 26 '11 at 1:30













              5












              5








              5







              Assuming that ESXi isn't installed on the disk in question, then yes, you should be able to simply install the disk in the new server. If you don't see it immediately, you may need to go to the Configuration tab for the host and choose "rescan" or "Add Storage". Of course, whatever you do, don't format the existing storage again, or you'll lose the data on it. You will probably have to browse the datastore and add the VMs you want to inventory, but it should be a pretty painless process.






              share|improve this answer













              Assuming that ESXi isn't installed on the disk in question, then yes, you should be able to simply install the disk in the new server. If you don't see it immediately, you may need to go to the Configuration tab for the host and choose "rescan" or "Add Storage". Of course, whatever you do, don't format the existing storage again, or you'll lose the data on it. You will probably have to browse the datastore and add the VMs you want to inventory, but it should be a pretty painless process.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jul 24 '11 at 22:17









              Jed DanielsJed Daniels

              6,0242739




              6,0242739












              • Perfect! I swapped the drives and I just had to browse the datastore and add to inventory.

                – SkinnyGeek1010
                Jul 26 '11 at 1:30

















              • Perfect! I swapped the drives and I just had to browse the datastore and add to inventory.

                – SkinnyGeek1010
                Jul 26 '11 at 1:30
















              Perfect! I swapped the drives and I just had to browse the datastore and add to inventory.

              – SkinnyGeek1010
              Jul 26 '11 at 1:30





              Perfect! I swapped the drives and I just had to browse the datastore and add to inventory.

              – SkinnyGeek1010
              Jul 26 '11 at 1:30













              1














              Maybe this information will be useful to someone:



              I had to do the same as SkinnyGeek1010, but with ESXi installed on the SATA disk and rescan on Web Interface didn't worked (HD was reconized but not the datastore on it). I had to connect ESXi Server by SSH and use these commands to access the VMs on disk:



              esxcfg-volume -l
              * to list the volumes



              esxcfg-volume -m (VMFS UUID)
              * to mount it



              For example:



              esxcfg-volume -m 4d4ac840-c1386fa0-9f6d-0050569300a7



              The names of datastores must be different to avoid errors






              share|improve this answer



























                1














                Maybe this information will be useful to someone:



                I had to do the same as SkinnyGeek1010, but with ESXi installed on the SATA disk and rescan on Web Interface didn't worked (HD was reconized but not the datastore on it). I had to connect ESXi Server by SSH and use these commands to access the VMs on disk:



                esxcfg-volume -l
                * to list the volumes



                esxcfg-volume -m (VMFS UUID)
                * to mount it



                For example:



                esxcfg-volume -m 4d4ac840-c1386fa0-9f6d-0050569300a7



                The names of datastores must be different to avoid errors






                share|improve this answer

























                  1












                  1








                  1







                  Maybe this information will be useful to someone:



                  I had to do the same as SkinnyGeek1010, but with ESXi installed on the SATA disk and rescan on Web Interface didn't worked (HD was reconized but not the datastore on it). I had to connect ESXi Server by SSH and use these commands to access the VMs on disk:



                  esxcfg-volume -l
                  * to list the volumes



                  esxcfg-volume -m (VMFS UUID)
                  * to mount it



                  For example:



                  esxcfg-volume -m 4d4ac840-c1386fa0-9f6d-0050569300a7



                  The names of datastores must be different to avoid errors






                  share|improve this answer













                  Maybe this information will be useful to someone:



                  I had to do the same as SkinnyGeek1010, but with ESXi installed on the SATA disk and rescan on Web Interface didn't worked (HD was reconized but not the datastore on it). I had to connect ESXi Server by SSH and use these commands to access the VMs on disk:



                  esxcfg-volume -l
                  * to list the volumes



                  esxcfg-volume -m (VMFS UUID)
                  * to mount it



                  For example:



                  esxcfg-volume -m 4d4ac840-c1386fa0-9f6d-0050569300a7



                  The names of datastores must be different to avoid errors







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 15 at 1:45









                  Josemir LujambioJosemir Lujambio

                  113




                  113





















                      0














                      Yes. I have done this even with entire RAID arrays on different hardware. ESXi is booting to a thumb drive (obviously). Install fresh on the new thumb drive, pull the entire array, put it in the new system, import it into the RAID controller, go with VMWare.






                      share|improve this answer



























                        0














                        Yes. I have done this even with entire RAID arrays on different hardware. ESXi is booting to a thumb drive (obviously). Install fresh on the new thumb drive, pull the entire array, put it in the new system, import it into the RAID controller, go with VMWare.






                        share|improve this answer

























                          0












                          0








                          0







                          Yes. I have done this even with entire RAID arrays on different hardware. ESXi is booting to a thumb drive (obviously). Install fresh on the new thumb drive, pull the entire array, put it in the new system, import it into the RAID controller, go with VMWare.






                          share|improve this answer













                          Yes. I have done this even with entire RAID arrays on different hardware. ESXi is booting to a thumb drive (obviously). Install fresh on the new thumb drive, pull the entire array, put it in the new system, import it into the RAID controller, go with VMWare.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered May 17 at 21:30









                          thelanrangerthelanranger

                          576




                          576



























                              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%2f293240%2fcan-i-move-a-single-disk-from-one-esxi-to-another-esxi-server%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