Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.
Sv translation
languageen

...

This is for example necessary, to use SCP between two ESXi Servers.

  1. Check the firewall configuration as follows:
    Start the VMWare Client.
    Select the ESXi Host.
    Select the Configuration Tab, then Security Profile.
    In Services select "Firewall" and enable the SSH Client.
    Image Modified

Cloning a VM from the Command Line

On ESXi Free, there is no possibility to clone a virtual machine from the GUI.

This details how to clone a virtual machine from the command line.

...

cd into the datastore 

For example:

cd /vmfs/volumes/datastore

 

...

Create a new directory for the clone:

mkdir vm-name-clone

 

...

cd vm-name-clone

 

...

Clone the disk using the following command

vmkfstools -i /vmfs/volumes/datastore/vm-name/disk-name-000001.vmdk ./disk-name.vmdk -d thin

...

Sv translation
languagede

Status
colourRed
titleThis page is only available in English

Sv translation
languagefr

Cela est nécessaire, par exemple, pour utiliser le SCP entre deux serveurs ESXi.

  1. Vérifiez la configuration du pare-feu comme suit:
    Démarrez le client VMWare.
    Sélectionnez l'hôte ESXi.
    Sélectionnez l'onglet Configuration, puis Profil de sécurité.
    Dans Services, sélectionnez "Firewall" et activez le client SSH.
    Image Added

...

scsi0:0.fileName = "disk-name.vmdk"

 

...