Hey Checkyourlogs fans,

I have been recently having some challenges with an existing customer installation of Veeam Backup and Replication 9.5 UR3. Things have been working great and all of a sudden the console seemed super slow and was timing out.

 

I couldn’t even expand objects in Backup Jobs without things hanging. I finally had an error message the Veeam Could Start a Satellite Process and this lead me to the following topic in the Veeam Forums.

https://forums.veeam.com/powershell-f26/veeam-satellite-process-is-not-cleaned-up-t36078.html#p198897

 


 

I decided to try the following on my server to see if this was the case:

Get-Process Veeam.Backup.Satellite* and here was the output.

 


 

I couldn’t even run a Configuration Backup anymore at this point.

So I ran Get-Process Veeam.Backup.Satellite* | Stop-Process and like magic, everything started working again.

 

I Really hope this helps you out if you have a similar issue.

 

Thanks,


Dave