Alachisoft NCache 3.8

upgradeconfiguration

The upgradeconfiguration utility allows you to upgrade the configuration file and make a backup copy on a same location.


upgradeconfiguration /f[filepath] /c[copy] [options[...]] 
Argument Description
/f[filepath] file-path Specifies the path of the configuration file that is to be upgraded, along with the file name.
/c[copy] copy Indicates weather or not a backup copy must be created before upgrading the original config. The copied file is placed at the same location.
Option Description
/nologo Suppresses display of the logo banner.
/? Displays command syntax and options for the utility.

Remarks


The system, where you use upgradeconfiguration utility, must have NCache service installed and running. By default, upgradeconfiguration utility tries to upgrade the configuration file and create its backup.


Examples


The following command upgrades the configuration file and makes a backup copy of it.

 upgradeconfiguration /f "C://NCache//Config.ncconf" /c 

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

 upgradeconfiguration /f "C://NCache//Config.ncconf" /c /?

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

 upgradeconfiguration /f "C://NCache//Config.ncconf" /c /? /nologo


See Also

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