vSphere P2V Conversion without converting an iSCSI disk

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












6















I have a physical Windows 2008 R2 server that connects via iSCSI, over ethernet, to a SAN. I need to convert the server to virtual, but I don't want to convert the iSCSI volume to VMDK, because I don't have the storage space required.



Rather, I'd like to leave the iSCSI connection intact and have the new VM continue to use the SAN. The VMs on my vSphere host are not being stored on the SAN (they're on local storage), and everything is on the same LAN.



Can I do this? When using vSphere P2V Converter, would I simply uncheck the box to convert the iSCSI volume? Will the iSCSI connection carry over to the VM and continue to work?










share|improve this question




























    6















    I have a physical Windows 2008 R2 server that connects via iSCSI, over ethernet, to a SAN. I need to convert the server to virtual, but I don't want to convert the iSCSI volume to VMDK, because I don't have the storage space required.



    Rather, I'd like to leave the iSCSI connection intact and have the new VM continue to use the SAN. The VMs on my vSphere host are not being stored on the SAN (they're on local storage), and everything is on the same LAN.



    Can I do this? When using vSphere P2V Converter, would I simply uncheck the box to convert the iSCSI volume? Will the iSCSI connection carry over to the VM and continue to work?










    share|improve this question


























      6












      6








      6








      I have a physical Windows 2008 R2 server that connects via iSCSI, over ethernet, to a SAN. I need to convert the server to virtual, but I don't want to convert the iSCSI volume to VMDK, because I don't have the storage space required.



      Rather, I'd like to leave the iSCSI connection intact and have the new VM continue to use the SAN. The VMs on my vSphere host are not being stored on the SAN (they're on local storage), and everything is on the same LAN.



      Can I do this? When using vSphere P2V Converter, would I simply uncheck the box to convert the iSCSI volume? Will the iSCSI connection carry over to the VM and continue to work?










      share|improve this question
















      I have a physical Windows 2008 R2 server that connects via iSCSI, over ethernet, to a SAN. I need to convert the server to virtual, but I don't want to convert the iSCSI volume to VMDK, because I don't have the storage space required.



      Rather, I'd like to leave the iSCSI connection intact and have the new VM continue to use the SAN. The VMs on my vSphere host are not being stored on the SAN (they're on local storage), and everything is on the same LAN.



      Can I do this? When using vSphere P2V Converter, would I simply uncheck the box to convert the iSCSI volume? Will the iSCSI connection carry over to the VM and continue to work?







      vmware-vsphere iscsi physical-to-virtual






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 18 at 20:55







      Moses

















      asked Jan 18 at 20:42









      MosesMoses

      2242419




      2242419




















          2 Answers
          2






          active

          oldest

          votes


















          4














          You can select to not convert that disk in the converter, as simple as that. The iSCSI connection will be usable in the VM and the settings will follow the P2V.



          but, IMO, I would recommand to not use an iSCSI disk inside a VM. To be sure before please validate, as when in a VM if the storage is in a iSCSI the quiesce method for snapshot does not work usually.




          Virtual machines with independent disks must be powered off before you
          take a snapshot. Snapshots of powered-on or suspended virtual machines
          with independent disks are not supported.







          share|improve this answer






























            1














            You don't convert iSCSI disk -> VMDK (in reality it won't even work), rather you allow converted OS to maintain TCP (...and iSCSI) connectivity.



            https://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.vsphere.storage.doc%2FGUID-AC22728E-B1B2-48FA-A6D6-62C0045C665F.html



            Plus, it's a good idea to allow OS to manage your iSCSI connection, in-guest iSCSI is always slow.



            https://community.spiceworks.com/topic/650986-what-is-the-best-place-to-attach-iscsi-esxi-host-or-vm






            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%2f949800%2fvsphere-p2v-conversion-without-converting-an-iscsi-disk%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









              4














              You can select to not convert that disk in the converter, as simple as that. The iSCSI connection will be usable in the VM and the settings will follow the P2V.



              but, IMO, I would recommand to not use an iSCSI disk inside a VM. To be sure before please validate, as when in a VM if the storage is in a iSCSI the quiesce method for snapshot does not work usually.




              Virtual machines with independent disks must be powered off before you
              take a snapshot. Snapshots of powered-on or suspended virtual machines
              with independent disks are not supported.







              share|improve this answer



























                4














                You can select to not convert that disk in the converter, as simple as that. The iSCSI connection will be usable in the VM and the settings will follow the P2V.



                but, IMO, I would recommand to not use an iSCSI disk inside a VM. To be sure before please validate, as when in a VM if the storage is in a iSCSI the quiesce method for snapshot does not work usually.




                Virtual machines with independent disks must be powered off before you
                take a snapshot. Snapshots of powered-on or suspended virtual machines
                with independent disks are not supported.







                share|improve this answer

























                  4












                  4








                  4







                  You can select to not convert that disk in the converter, as simple as that. The iSCSI connection will be usable in the VM and the settings will follow the P2V.



                  but, IMO, I would recommand to not use an iSCSI disk inside a VM. To be sure before please validate, as when in a VM if the storage is in a iSCSI the quiesce method for snapshot does not work usually.




                  Virtual machines with independent disks must be powered off before you
                  take a snapshot. Snapshots of powered-on or suspended virtual machines
                  with independent disks are not supported.







                  share|improve this answer













                  You can select to not convert that disk in the converter, as simple as that. The iSCSI connection will be usable in the VM and the settings will follow the P2V.



                  but, IMO, I would recommand to not use an iSCSI disk inside a VM. To be sure before please validate, as when in a VM if the storage is in a iSCSI the quiesce method for snapshot does not work usually.




                  Virtual machines with independent disks must be powered off before you
                  take a snapshot. Snapshots of powered-on or suspended virtual machines
                  with independent disks are not supported.








                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 18 at 20:58









                  yagmoth555yagmoth555

                  11.7k31742




                  11.7k31742























                      1














                      You don't convert iSCSI disk -> VMDK (in reality it won't even work), rather you allow converted OS to maintain TCP (...and iSCSI) connectivity.



                      https://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.vsphere.storage.doc%2FGUID-AC22728E-B1B2-48FA-A6D6-62C0045C665F.html



                      Plus, it's a good idea to allow OS to manage your iSCSI connection, in-guest iSCSI is always slow.



                      https://community.spiceworks.com/topic/650986-what-is-the-best-place-to-attach-iscsi-esxi-host-or-vm






                      share|improve this answer



























                        1














                        You don't convert iSCSI disk -> VMDK (in reality it won't even work), rather you allow converted OS to maintain TCP (...and iSCSI) connectivity.



                        https://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.vsphere.storage.doc%2FGUID-AC22728E-B1B2-48FA-A6D6-62C0045C665F.html



                        Plus, it's a good idea to allow OS to manage your iSCSI connection, in-guest iSCSI is always slow.



                        https://community.spiceworks.com/topic/650986-what-is-the-best-place-to-attach-iscsi-esxi-host-or-vm






                        share|improve this answer

























                          1












                          1








                          1







                          You don't convert iSCSI disk -> VMDK (in reality it won't even work), rather you allow converted OS to maintain TCP (...and iSCSI) connectivity.



                          https://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.vsphere.storage.doc%2FGUID-AC22728E-B1B2-48FA-A6D6-62C0045C665F.html



                          Plus, it's a good idea to allow OS to manage your iSCSI connection, in-guest iSCSI is always slow.



                          https://community.spiceworks.com/topic/650986-what-is-the-best-place-to-attach-iscsi-esxi-host-or-vm






                          share|improve this answer













                          You don't convert iSCSI disk -> VMDK (in reality it won't even work), rather you allow converted OS to maintain TCP (...and iSCSI) connectivity.



                          https://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.vsphere.storage.doc%2FGUID-AC22728E-B1B2-48FA-A6D6-62C0045C665F.html



                          Plus, it's a good idea to allow OS to manage your iSCSI connection, in-guest iSCSI is always slow.



                          https://community.spiceworks.com/topic/650986-what-is-the-best-place-to-attach-iscsi-esxi-host-or-vm







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 21 at 20:44









                          NISMO1968NISMO1968

                          35439




                          35439



























                              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%2f949800%2fvsphere-p2v-conversion-without-converting-an-iscsi-disk%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 check contact read email or not when send email to Individual?

                              Bahrain

                              Postfix configuration issue with fips on centos 7; mailgun relay