vSphere P2V Conversion without converting an iSCSI disk
Clash Royale CLAN TAG#URR8PPP
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
add a comment |
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
add a comment |
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
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
vmware-vsphere iscsi physical-to-virtual
edited Jan 18 at 20:55
Moses
asked Jan 18 at 20:42
MosesMoses
2242419
2242419
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
add a comment |
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
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%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
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 18 at 20:58
yagmoth555♦yagmoth555
11.7k31742
11.7k31742
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Jan 21 at 20:44
NISMO1968NISMO1968
35439
35439
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%2f949800%2fvsphere-p2v-conversion-without-converting-an-iscsi-disk%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