Start-Bridge - Geo-Replication
This tool starts the bridge you've specified on the server along with the caches for geo-replication that are a part of it. The parameters to employ to do so are described below.
Note
This feature is only available in NCache Enterprise.
Start-Bridge [-Name] [-Port] [-Server] [-Credentials] [-NoLogo]
Examples of Start-Bridge - Geo-Replication
- This command starts bridge named demoBridge on local server for geo-replication, using port 8260 by default.
Start-Bridge -Name demoBridge
- This command starts bridge demoBridge existing on 20.200.20.11, using port 8261 geo-replication.
Start-Bridge -Name demoBridge –Server 20.200.20.11 –Port 8261
- This command starts bridge demoBridge on servers 20.200.20.11 and 20.200.20.12.
Start-Bridge -Name demoBridge -Server "20.200.20.11,20.200.20.12"
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-Name* |
<String> |
Specifies name(s) of one or more bridge(s) to be started which are registered on the server. | - |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | - |
-Port |
<Integer> |
The port on which NCache Bridge is listening. | 8260 |
-Server |
<String> |
The server name/IP on which the NCache bridge Service is running. | IP of the local machine |
-Credentials |
<pscredential> |
Specifies the user credentials required to authorize access for the specified operation. These credentials should belong to a user who has appropriate permissions at the node. | - |