Alachisoft NCache 4.1 - Online Documentation

configureclient

 
The configureclient utility allows you to configure/update client.ncconf of a client machine with the given information.
 
configureclient cache-id /s server-name [option[...]]  
 
Argument
Description
cache-id
Specifies a cache-id which is running on specified client,
and to be updated on the client.ncconf of specified client machine.
/s server-name
Specifies one or more server name(s) where the clustered cache exists. Servers list should be comma separated
 
Option
Description
/c client-name
Specifies a client name where the client.ncconf to be updated. The default
is the local machine.
/p port
Specifies the port if the server channel is not using the default port. The default TCP port is 8250.
/cc client-cache
Specifies a local-cache-name which will be updated on the client.ncconf of
specified client.
/l load-balance
Specifies whether the load-balancing is set true or false. The default is true.
/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. 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
 
You can specify multiple server-names on the same command line.
 
Examples
 
The following command updates client.ncconf on the local machine with cache-id 'theCache' running on server 'theServer'.
configureclient theCache /s theServer
 
The following command updates client.ncconf on the client machine 'theClient; with cache-id 'theCache' running on server 'theServer'.
configureclient theCache /s theServer /c theClient
 
The following command updates client.ncconf on the client machine 'theClient; with cache-id 'theCache' running on servers 'Server1,Server2,Server3', with load-balance 'true' and client-cache 'theClientCache'.
configureclient theCache /s Server1,Server2,Server3 /c theClient /cc theClientCache /l true
 
The following command displays the command syntax and options for the utility. Logo banner is displayed as a part.
configureclient /?
 
The following command displays the command syntax and options for the utility suppressing the display of the logo banner .
configureclient /? /nologo
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.