Alachisoft NCache 4.1 - Online Documentation

addclientnode

 
The addclientnode utility allows you to add a client node in an already created cluster.
 
addclientnode  cache-id(s) /s[servername] server-name /c[clientnode] [option[...]]
 
Argument
Description
cache-id(s)
Specifies one or more id(s) of a Clustered Cache. Cache must exist on source server.
/s[servername] source-server-name
Specifies a server name where the NCache service is running and a cache with the specified cache-id is registered. Cache configuration is copied from this server to the destination server. The default is the local machine.
/c[clientnode] new-client-node-name
Specifies a client node where the NCache service is running and a cache with the specified cache-id is present.
 
Option
Description
/p[port] port-number
Specifies a port number for communication with the NCache server.
/nologo
Suppresses display of the logo banner.
/?
Displays command syntax and options for the utility.
 
Remarks
 
You can add multiple client nodes in a clustered cache.
The system where you use addclientnode utility, must have NCache service installed and running. By default, addclientnode utility tries to add a client node if it is not already exists in a cluster. Otherwise it will prompt an error.
 
Examples
 
The following command adds a client node on a specified cache and server.
addclientnode mycache /s 20.200.20.2 /c 20.200.20.2
 
The following command specifies the port number for communication with NCache server.
addclientnode mycache /s 20.200.20.2 /c 20.200.20.2 /p 7803
 
The following command displays the command syntax and options for the utility. Logo banner is displayed as a part.
addclientnode mycache /s 20.200.20.2 /c 20.200.20.2 /?
 
The following command displays the command syntax and options for the utility suppressing the display of the logo banner.
addclientnode mycache /s 20.200.20.2 /c 20.200.20.2 /? /nologo
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.