VMware vSphere

 View Only
  • 1.  How can transfer file between two vms without network connection

    Posted Jun 14, 2021 10:12 AM

    I have 3vms . powershell has installed on VM1 and VM1 can connect to vcenter but there is no network on VM2 and VM3 and vMware Tools has installed on all . now I need copy a file from VM2 to VM3 is that possible use powershell ? How can do it ?

     



  • 2.  RE: How can transfer file between two vms without network connection

    Posted Jun 14, 2021 11:37 AM

    you could mount a USB device for instance, copy it to USB, unmount, then mount it on the other VM, copy, unmount, mount, copy, unmount.



  • 3.  RE: How can transfer file between two vms without network connection

    Posted Jun 14, 2021 11:39 AM

    or add a virtual disk, copy the data there, then remove the disk without deleting it, and add the disk to the other VM



  • 4.  RE: How can transfer file between two vms without network connection

    Posted Jun 14, 2021 01:08 PM

    Thanks

    but we cannot add disk or mount usb 

    I want to know is that possible transfer with powershell ?