virtual-machinevmwarevirtualizationvcenter

What is a difference between vcenter's template and virtual machine?


As in the topic.

I wonder since I cannot find this information anywhere and currently I am using a virtual machine (linux) on my vcenter which is cloned and then a special shell script is run on this freshly cloned machine to setup up environment and IP adresses etc.

Maybe I would be able to benefit from templates this way.


Solution

  • I think this will be helpful

    https://www.robertparten.com/virtualization/vmware-difference-between-clone-and-template/

    Few Differences in my opinion:-

    1. Virtual machine is the running instance while Template is compact copy of VM ( with baseline and factory settings), which can be stored anywhere.
    2. one need to deploy template to make running VM.
    3. one can create copy from both VM and template but in VM you need to clone it and in case of template you need to deploy it.
    4. moving between different setup is easy with template.

    Rest are already mentioned in link provided.

    But first you need to search on your own and still have doubts than only ask, that's how we all learn.

    Happy Learning!