rodrigues8 commented on issue #8261:
URL: https://github.com/apache/cloudstack/issues/8261#issuecomment-2048246429
@arencibiafrancisco i also have this problem, you can fix this using
options from Veeam/Windows itself, it is not the solution to the problem
actually related to Cloudstack, but it can help you
Do the following:
Open regedit
Go to HKEY_LOCAL_MACHINE\SOFTWARE
Click on VEEAM
Create a new value below:
Name: EnableSystemUuidFailover
Type: DWORD
Base: decimal
Value: 1
Open the machine's cmd and run the following command:
wmic path win32_computersystemproduct get uuid
This command above searches for the UUID of the machine
Save the UUID that will be generated as it will be necessary
Create another value in the regidt below:
Name: SystemUuid
Type: string / string
Value: {machine UUID} - NOTE: the value must be between the curly braces {}
After that go to Services
Restart the service:
Veeam Agent for Microsoft Windows / VeeamEndpointBackupSvc
After restarting the service
If everything is ok, the procedure is finished.
This also bothers me a lot, I look forward to solving this problem.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]