Alachisoft NCache 4.1 - Online Documentation

startcache

 
The startcache utility allows you to start an already registered cache on a server.
 
startcache  cache-id(s) [option[...]]
 
Argument
Description
cache-id(s)
Specifies one or more id(s) of the cache(s) registered on the server.
 
Option
Description
/s server-name
Specifies a server name where the NCache service is running. 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.
/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
 
You can specify multiple cache-ids on the same command line.
The system, where you use startcache utility, must have NCache service installed and running. By default, startcache utility tries to start the service if it is not running. But if it fails to do so, you must start the service manually. To start the service on a system, you must have access rights.
 
Examples
 
The following command starts a cache 'theCache' on the local machine. 'theCache' is already registered on the local machine.
startcache theCache
 
The following command starts the caches 'theCache' and 'thePartitionedCache' on the local machine.
startcache theCache thePartitionedCache
 
The following command starts a cache 'theCache' on a server 'theServer'.
startcache theCache /s theServer
 
The following command displays the command syntax and options for the utility. Logo banner is displayed as a part.
startcache /?
 
The following command displays the command syntax and options for the utility suppressing the display of the logo banner.
startcache /? /nologo
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.