Issue Description
Green Cloud provides the partner with a reserved desktop for the partner to prep and convert to a gold pattern. The conversion to a gold pattern may fail with the error message, “the agent version is null”.
Solution/Workaround
Confirm DHCP is setup and woking correctly
- Confirm scope options of 074 have the correct tenant appliance IP addresses
If DHCP is correct or you are unable to confirm the DHCP scope options perform the following tasks on the reserved desktop.
- Stop the DaaS Agent service.
- Navigate to the MonitorAgent.ini file, located at:
- 32-bit – C:\Program Files\VMware\VMware DaaS Agent\Service\MonitorAgent.ini
- 64-bit – C:\Program Files (x86)\VMware\VMware DaaS Agent\Service\MonitorAgent.ini
- Open the MonitorAgent.ini file using text editor. Locate entries smiliar to:
;standby_address=uncomment_and_add_comma_separated_standby_address_list collector_path=dt-collector-ws/services/CollectorWebService auto_discover=1
4. Update these entries:
- Remove ; to uncomment the line.
- Add the IPs of your Tenant appliances.
- Note: Do not place the floating IP of your Tenants in this file.
- Change the auto_discover from 1 to 0.
For example:
standby_address=192.168.100.100,192.168.100.101 collector_path=dt-collector-ws/services/CollectorWebService auto_discover=0
5. Start the DaaS Agent.
6. Convert your reserved desktop to a gold pattern.
Please see the following KB Article for more information: https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2077043