Alachisoft NCache 3.8

removenode

removenode utilility removes a node from an already existing clustered cache. The effect of removenode utility is that the configuration of the cache is removed from the specified server and is updated on all other nodes indicating that this node is no more part of the clustered cache.


removenode  cache-id [option[...]] 
Argument Description
cache-id Specify the id of the clustered cache that will be removed from the server.
Option Description
/s server-name Specify the server name from where the specified clustered cache will be removed. NCache service must be running on this server.
/p admin-port Specifies the port if the server channel is not using the default port. The default port for the channel 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 stopping NCache. This password must be the same as the active directory user password.
/nologo Suppresses the startup banner and copyright message.
/? Displays command syntax and options for the utility.

Remarks


The system, where you use removenode utility, must have NCache service installed and running. To start the service on a system, you must have access rights. 


Examples


The following command removes a cache 'theCache'  from the server1.

 removenode theCache /s server1

The following command displays the command syntax and options for the utility. Logo banner is displayed as a part.

 removenode /?

The following command displays the command syntax and options for the utility suppressing the display of the startup banner .

 removenode /? /nologo


See Also

listcaches | addnode | startcache | stopcache | addtestdata | addclientnode | removeclientnode | createclientcache | removeclientcache | upgradeconfiguration | configurnodesecurity | configurcachesecurity