Add-NCAzClient
The Add-NCAzClient PowerShell cmdlet adds a new client node to the specified cache in the Azure environment.
Add-NCAzClient -EnvName -ClientNode [-CacheName] [-Port] [-AcquireServerMapping] [-UpdateServerConfig] [-NoLogo] [-Credentials]
Example
Add a new client node 10.0.0.10 to the cache demoCache on all servers of the environment Production:
Add-NCAzClient -EnvName Production -CacheName demoCache -ClientNode 10.0.0.10
Properties
Note
Parameters with an asterisk (*) are required.
| Parameter | Data Type | Description | Default Value |
|---|---|---|---|
-EnvName* |
<String> |
Specifies the name of the environment where the client node will be added. | - |
-ClientNode* |
<String> |
Specifies the name of the client node to be added to the cache. | - |
-CacheName |
<String> |
Specifies the cache to which the client node will be added. | - |
-Port |
<Int32> |
The port to be used for communication between the client and the cache. | - |
-AcquireServerMapping |
<SwitchParameter> |
Indicates whether to acquire the server mapping for the client node. | - |
-UpdateServerConfig |
<SwitchParameter> |
Indicates whether to update the server configuration during client addition. | - |
-Credentials |
<PSCredential> |
Specifies the credentials to be used for the operation. | - |
-NoLogo |
<SwitchParameter> |
Indicates whether to exclude logo details during client addition. | - |