Hi,
I currently have 15 proxies in my Veeam infrastructure, jobs run throughout the day. I am not aware of any good way of checking what proxies are currently being used unless I open each job and look what proxy was picked for the job. It's very time consuming especially if you have 20 jobs running at the same time. Is there a better way? If not would it be possible to add an indicator on the proxy object in Veeam infrastructure to show what proxies are being used by active jobs?
Thanks
-
- Expert
- Posts: 163
- Liked: 18 times
- Joined: Feb 08, 2018 3:47 am
- Full Name: Kazz Beck
- Contact:
-
- Veeam Software
- Posts: 425
- Liked: 251 times
- Joined: Apr 11, 2023 1:18 pm
- Full Name: Tyler Jurgens
- Contact:
Re: proxies in use feature request
That information is exposed in VeeamONE.
You can also get the number of proxy jobs per proxy via Powershell.
Get-CimInstance -Query "SELECT * FROM Proxy" -Namespace "ROOT\VeeamBS"
It doesn't give you which proxy is used by which job, but it will tell you which proxy is being used, and how many tasks are being used on that proxy.
You can also get the number of proxy jobs per proxy via Powershell.
Get-CimInstance -Query "SELECT * FROM Proxy" -Namespace "ROOT\VeeamBS"
It doesn't give you which proxy is used by which job, but it will tell you which proxy is being used, and how many tasks are being used on that proxy.
Tyler Jurgens
Blog: https://explosive.cloud
Twitter: @Tyler_Jurgens BlueSky: @explosive.cloud
Blog: https://explosive.cloud
Twitter: @Tyler_Jurgens BlueSky: @explosive.cloud
-
- Expert
- Posts: 163
- Liked: 18 times
- Joined: Feb 08, 2018 3:47 am
- Full Name: Kazz Beck
- Contact:
Re: proxies in use feature request
Get-CimInstance -Query "SELECT * FROM Proxy" -Namespace "ROOT\VeeamBS" | select name, concurentjobsnow
returns all proxies with 0 for all jobs, but I have 9 sessions running, something isn't returning the correct value
returns all proxies with 0 for all jobs, but I have 9 sessions running, something isn't returning the correct value
Who is online
Users browsing this forum: Bing [Bot] and 61 guests