Add-VBRCDPProxy
Short Description
Adds CDP proxies to the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRCDPProxy -Server <CHost> [-Description <String>] [-CacheSize <UInt32>] [-CacheSizeUnit <VBRBackupCacheSizeUnit>] [-CachePath <String>] [-SourceProxyTrafficPort <Int32>] [-TargetProxyTrafficPort <Int32>] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet adds CDP proxies to the backup infrastructure. When you add a proxy, you assign the role of the CDP proxy to a Windows-based or Linux-based server. Note that the server to which you want to set a role of the CDP proxy, must be added to the backup infrastructure.
Run the Add-VBRWinServerAdds a Windows server to the backup infrastructure. cmdlet to add a Microsoft Windows server to the backup infrastructure or the Add-VBRLinuxAdds a Linux server to the backup infrastructure. cmdlet to add a Linux server.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CachePath |
Specifies a path to the folder where you want to keep a global cache. Default:
|
|
False |
Named |
False |
|
CacheSize |
Specifies the cache size for a CDP proxy. |
|
False |
Named |
False |
|
CacheSizeUnit |
For the Specifies the measure unit of the cache size. You can specify one of the following units:
Default: |
|
False |
Named |
False |
|
Description |
Specifies a description. The cmdlet will add a CDP proxy with this description. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add a CDP proxy without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Server |
Specifies a server that you want to add as a CDP proxy.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SourceProxyTrafficPort |
Specifies a port number that a source host or cluster will use to communicate with a proxy. This parameter applies if the proxy that you configure acts as a source proxy.
Permitted values:
Default: Note: Do not provide the same port number for the source and target proxy. |
|
False |
Named |
False |
|
TargetProxyTrafficPort |
Specifies a port number that a source proxy will use to communicate with a target proxy. This parameter applies if the proxy that you configure acts as a target proxy.
Permitted values:
Default: Note: Do not provide the same port number for the source and target proxy. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRCDPProxy object that contains CDP proxies to the backup infrastructure settings.
Examples
Example 1. Adding CDP Proxy with Default Settings
|
This example shows how to add the
Perform the following steps:
|
Example 2. Adding CDP Proxy with Custom Cache Settings
|
This example shows how to add the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.