Updating Templates In vSphere

less than 1 minute read

Description:

Follow these steps to update a template in vSphere.

To Resolve:

  1. In vSphere, right click the template to “Convert to Virtual Machine”

  2. Do changes => Install updates, push over new scripts, whatever changes you need done to the template.

  3. When done, just right click “Convert to Template”.It’s really is that easy.

  4. But lets say you have a Server 2016 / SQL 2014 template and you want to make a Server 2016 / SQL 2016. You would follow similar steps:

    • Clone the Server16SQl14 template to a new template and give the clone an name like Server16SQL16.
    • Convert the new Server16SQL16 template into a temporary test VM.
    • Setup SQL Server install files or whatever changes you need from SQL 14 to SQl 16.
    • Convert back to a template.

Comments