After creating a new Template Image in the web console, the Instant Clone VMs show up linked to an old previously created Parent Template
These steps are required only once and will not be needed for any future Golden Image template modifications |
use das; update dbo.hostmain set template_host_id = 0 where host_id = '1234'
cd "C:\Program Files (x86)\Bit9\Parity Agent" dascli password <Agent Password> dascli register newclient dascli tamperprotect 0 net stop parity net start parity
Note: This step will generate a new Host Id for the Golden Image agent |