Adding nodes to auto start list – RISCO Group NCache User Manual

Page 20

Advertising
background image

NCache Nodes Configuration Installer Manual

Uncontrolled when printed

© RISCO Group

15

Adding Nodes to Auto Start List

After NCache Server configuration, you need to add NCache Nodes that should be auto-started at system

start-up. To add the nodes:

1. Go to NCache installation directory

 bin\service. For example, C:\Program Files\NCache\bin\service.

2. Open Alachisoft.NCache.Service.exe.config file with notepad.

3. In the configuration file, add the key for auto start as –

<add key="NCacheServer.AutoStartCache" value=" "/>

4. In the value field, provide the NCache node names separated by a comma. For example,

<add key="NCacheServer.AutoStartCache"

value="1_SessionCluster,2_UserContextCache,3_UserCountCache,4_OperatorCache,5_InstallerCache,6_Sectio

nUserCache,7_UserCache,8_VisitorCache,9_ThirdPartyUsersCache,10_ProxyLdapCache,11_PasswordPolicycac

he,12_AuthenticationModeCache,13_ProxyContextCache,14_ActiveBackupProxyCache,15_HeartBeatStatusCa

che,16_ProxyEntitySetCache,17_SectionLatencyCache,18_SectionEntityCache,19_ProxyConfigCache,20_Instal

lerConfigCache,21_LDAPAuthCache,22_SectionCluster,23_TaskManagementCache,24_SectionCacheCluster,2

5_SubscriptionFilterCache,26_ImportMgmtCache,27_ControllerEventCache,28_SagaPersisterCache" />

Advertising