Opencloud DaaS Application Server Templates
This section will cover the basics of creating an OVD Application Server template for use in Opencloud DaaS.
Windows Server Template
Pre-requisites/Assumptions
Please consider the following before proceeding:
- The Windows Server RD Session Host role is required to install the OVD Application Server service.
- If RDS CALs are required, it is recommended to deploy an RDS Licensing server elsewhere in the environemnt.
- Current supported versions are Windows Server 2012 R2 With Extended Support, Server 2016, Server 2019, and Server 2022.
- Currently, it is only supported to have a template with a single disk.
- The system must be sysprepped as the very last step before being converted to a template, so you must use scripts (either locally or initiated via userdata in Opencloud) if it is desired to join the template to an AD domain on instantiation.
- This guide assumes you have already configured Opencloud DaaS Provisioning
Deployment Steps
- Deploy an instance from the desired Windows Server template or install from an ISO.
- Install desired applications, Windows Updates, configure settings as needed.
- Install the RDS host server role. This can be done via the Server Manager MMC or Powershell:
Install-WindowsFeature RDS-RD-Server
- Reboot the VM following the installation of the RDS role.
- Downlaod and install the OVD Application Server EXE or MSI (current version: https://archive.inuvika.com/ovd/3.4.2-526da687c5/Inuvika-OVD-3.4.2.7491-ApplicationServer.exe or .msi). Enter the IP or FQDN of your session manager, and reboot after the installation.
- NOTE You must make sure the OVD Slave Server Service is running before proceeding sysprep and shutting down the VM.
- Run sysprep and shutdown the VM i.e. with
%WINDIR%\system32\sysprep\sysprep.exe /generalize /oobe /shutdown
- Once the VM is fully powered off, in Opencloud, navigate to Instances > (VM NAME) > Volumes.
- Click on the root disk. In the actions pane on the upper right, select the option all the way to the right to "Create Template from volume"
- Once the template has been created, log in to the OVD Session Manager Admin Console and navigate to Servers > Unregistered Servers
- You can you click the green "Register as Template" button to register your template and adjust further settings accordingly.