Remove-ClientNode
Note
This feature is only available in NCache Enterprise and Professional editions.
Remove-ClientNode
cmdlet enables the users to remove Client(s) node from the
existing clustered cache.
Remove-ClientNode [-Cachename]-ClientNode [-NoLogo] [-Password] [-Port] [-Server] [-UserId]
These properties are explained in detail in the Properties section.
Examples
- This command removes Client node 20.200.21.12 from a cache named demoCache using the default port 8250.
Remove-ClientNode -CacheName demoCache -ClientNode 20.200.21.12
- This command removes Client node 20.200.21.12 from a cache named demoCache which exists on the server node 20.200.21.11.
Remove-ClientNode -CacheName demoCache -ClientNode 20.200.21.12 –Server 20.200.21.11
- This command removes Client node 20.200.21.12 from a cache named demoCache on server port 20.200.21.11 with the port number specified as 8251 and the display of the logo banner suppressed.
Remove-ClientNode demoCache -ClientNode 20.200.21.12 –Server 20.200.21.11 –Port 8251 -NoLogo
Properties
Note: The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-CacheName* |
<String> |
Specifies the name of the clustered cache to which client node is added. Note that the cache must exist on the source server. | - |
-ClientNode* |
<String> |
Specifies the Client node where the NCache service is running and which needs to be removed. | - |
-Server |
<String> |
Specifies a server name where the NCache service is running and a cache with the specified cache-name is registered. Client configuration is copied from this server to the destination server. | Local Machine |
-Port |
<Integer> |
Specifies the server port where NCache server is listening. | 8250 |
-UserId |
<String> |
Specifies the User Id used to authorize a user if security is enabled on cache server. This User Id must be the same as the active directory user credentials. | - |
-Password |
<String> |
Specifies the password against the user Id; to authorize a user if security is enabled on cache server. This password must be the same as active directory password. | - |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | False |