2017年8月2日 星期三

How to clone VM on VMware Esxi server

1.Enable SSH from the vSphere Web Client

By default, remote command execution is disabled on an ESXi host, and you cannot log in to the host by using a remote shell. You can enable remote command execution from the direct console or from the vSphere Web Client

1

Select the host, click Manage, and keep Settings selected. 

2

Click Security Profile

3

In the Services section, click Edit

4

Select SSH

To temporarily start or stop the service, click the Start or Stop button. 

To change the Startup policy across reboots, select Start and stop with host and reboot the host. 

5
 
2.Logon to Exsi server through SSH

3.cd /vmfs/volumes/[datastore]
4.cp -af [sourceVM]  [destVM]

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...