Comprehensive data protection for all workloads
Post Reply
evander
Enthusiast
Posts: 86
Liked: 5 times
Joined: Nov 17, 2011 7:55 am
Contact:

Proxy - which one?

Post by evander »

How can I tell which proxy a specific backup or replication job is using?
In the details of each job it tells you the percentage load of the Source > Proxy > Network > Target but how do I know which proxy it is refering too?

My proxy selection is currently set to Automatic so how do I know?

Thanks,
rgj
Influencer
Posts: 15
Liked: 1 time
Joined: Oct 28, 2010 6:38 am
Full Name: René Jørgensen
Contact:

Re: Proxy - which one?

Post by rgj »

Hi,

If you click on the VM in the left pane, and scroll up.

You will see "Using source proxy <proxyname> [<method>]"

/René
foggy
Veeam Software
Posts: 21070
Liked: 2115 times
Joined: Jul 11, 2011 10:22 am
Full Name: Alexander Fogelson
Contact:

Re: Proxy - which one?

Post by foggy »

Yep, this information is available in real-time stats if you select the particular processed VM to the left.
evander
Enthusiast
Posts: 86
Liked: 5 times
Joined: Nov 17, 2011 7:55 am
Contact:

Re: Proxy - which one?

Post by evander »

Thanks for the replies - I cant belive I missed it, it was staring me in the face the whole time!!

So I checked and all my jobs are using the main Veeam server also as the default proxy. Can I assume I dont need a seperate proxy then? Currently I backup to the Veeam server's local repository and I replicate to a remote ESXi box. I have installed a proxy on the remote site but it doesnt seem to be using that proxy at all, so can I assume its not needed?
foggy
Veeam Software
Posts: 21070
Liked: 2115 times
Joined: Jul 11, 2011 10:22 am
Full Name: Alexander Fogelson
Contact:

Re: Proxy - which one?

Post by foggy »

It actually depends on the proxy load and your backup window expectations. If you are ok with the current backup performance - leave it as it is. If you need to optimize the time your backups take, then you might want to set up an additional proxy to be able to run some jobs concurrently.

As for the target proxy, you definitely need one on your remote host to get advantage of the hi-speed replication. You can check whether it is used or not in the same real stats window during replication.
evander
Enthusiast
Posts: 86
Liked: 5 times
Joined: Nov 17, 2011 7:55 am
Contact:

Re: Proxy - which one?

Post by evander »

So I looked again and it is using the target proxy also. It shows both the source Proxy and the Target Proxy
Its Friday and beer is calling me so I cant think straight today, sorry. I should have seen this before.

One more question though: If my replication has the following stats:

Load: Source 18% > Proxy 52% > Network 92% > Target 99%

When they say:
Source: Is this the Source Server or Source Proxy?
Proxy: Is this the Source Proxy or Target Proxy?
Network: This this is self explanatory I suppose
Target: Is this the Target Server or Target Proxy?
foggy
Veeam Software
Posts: 21070
Liked: 2115 times
Joined: Jul 11, 2011 10:22 am
Full Name: Alexander Fogelson
Contact:

Re: Proxy - which one?

Post by foggy »

This is covered in the sticky FAQ topic.
evander
Enthusiast
Posts: 86
Liked: 5 times
Joined: Nov 17, 2011 7:55 am
Contact:

Re: Proxy - which one?

Post by evander »

Thats it! I'm calling it a day and going to go have a beer :-) I read the FAQ but only looked under the Proxy section. If I had bothered to read to the end I would have got my answer.

Thanks anyway Foggy, have a good one! :)
JoshF
Enthusiast
Posts: 27
Liked: 1 time
Joined: Sep 06, 2011 5:57 am
Full Name: Josh
Contact:

Re: Proxy - which one?

Post by JoshF »

Has anyone written any cool scripts that summarise proxy usage as yet? :)
ThomasMc
Veteran
Posts: 293
Liked: 19 times
Joined: Apr 13, 2011 12:45 pm
Full Name: Thomas McConnell
Contact:

Re: Proxy - which one?

Post by ThomasMc »

I've written what I have nicknamed as the shredder :D its a bit beefy but should get what you want

Get-vPCProxyInfo

Usage:

Code: Select all

PS C:\> $mySessions = Get-VBRBackupSessions
PS C:\> Get-vPCProxyInfo -Sessions $mySessions
Sample Output

Code: Select all

ProxyName         : Veeam02
RealName          : veeam02
Responce          : 0
Disabled          : False
WriteData         : 509.17
Status            : Alive
UsageCount        : 2366
ProxiesInSessions : 2774
ReadData          : 5767.31
Util              : 85
Obviously you'll want to tone down the sessions you send into it :), added a little compensation for the single proxy jobs but should be very accurate, and Data is in GB.


p.s The above stats are from my main proxy, as you can see it's utilisation was 85% since this v6 Server had been installed but the biggest eye opener was the read write stats 5767.31GB of changes and only 509.17 GB needing to be written( and no the rest didn't go to my other proxy :)) Sheer awesomeness from Veeam :D
Unison
Enthusiast
Posts: 96
Liked: 16 times
Joined: Feb 17, 2012 6:02 am
Full Name: Gav
Contact:

Re: Proxy - which one?

Post by Unison »

evander wrote:So I looked again and it is using the target proxy also. It shows both the source Proxy and the Target Proxy
Its Friday and beer is calling me so I cant think straight today, sorry. I should have seen this before.

One more question though: If my replication has the following stats:

Load: Source 18% > Proxy 52% > Network 92% > Target 99%

When they say:
Source: Is this the Source Server or Source Proxy?
Proxy: Is this the Source Proxy or Target Proxy?
Network: This this is self explanatory I suppose
Target: Is this the Target Server or Target Proxy?

Can anyone help me find more info on the above - what the "load" values in a jobs details window actually mean?
Apparently this info can be found in what are called 'sticky faqs' but for the life of me i cannot find where that is. I have tried searching and found other references to sticky faqs but im finding nothing and dont know if im looking in the right area.
The info could be right in front of me and super obvious to anyone who spends a lot of time here but i am new to veeam and trialling it for our firm and am not up with the lingo of this forum yet.
If you can point out where i can find more about what these load values actually refer to i would appreciate that - pls dont flame me too much if you cant resist :)
Thank guys
Vitaliy S.
VP, Product Management
Posts: 27106
Liked: 2717 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Proxy - which one?

Post by Vitaliy S. »

The FAQ topic is stickied to the top of this very forum, and is even highlighted with red font. :wink:
Just below the New Topic button, direct link is READ THIS FIRST : Frequently Asked Questions
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], Mildur and 104 guests