Alachisoft NCache 4.1 - Online Documentation

Add Node

 
The addnode utility allows you to add a node to an already existing clustered cache. The effect of this utility is that the configuration of the cache is added to the specified server and is updated on all other nodes indicating that this server has become a part of the clustered cache.
 
addnode cache-id /e[existing] server-name1 /n[new] server-name2 [option[...]]
 
Argument
Description
cache-id
Specify id of the clustered cache to which the node will be added.
/e [existing] server-name1
Specify a server-name where NCache service is running and a clustered cache with the specified cache-id is registered.
/n [new] server-name2
Specify the server-name where NCache service is also running which is to be added in the already existing clustered cache.
 
Option
Description
/p port
Specifies port if the server channel is not using the default port. The default TCP port is 8250.
/uid user-id
user-id is required when security is enabled on Cache Server. user-id must be the active directory user-id prefixed with the domain name.
/pwd password
Specifies password to authorize the user, when security is enabled on Cache Server, for starting NCache. This password must be the same as the active directory user password.
/nologo
Suppresses the display of logo banner.
/?
Displays command syntax and options for the utility.
 
Remarks
 
The system, where you use addnode utility, must have NCache service installed and running. To start the service on a system, you must have access rights.
 
Examples
 
The following command picks the 'myCache' configuration from 'theSourceSever' and if found registers the same cache on 'theDestServer'.
addnode myCache  /e theSourceServer /n theDestServer
 
The following command displays command syntax and options for the utility. Logo banner is displayed as a part.
addnode /?
 
The following command displays command syntax and options for the utility suppressing the display of logo banner.
addnode /? /nologo
 
 
See Also

 
Copyright © 2005-2012 Alachisoft. All rights reserved.