Increasing the number of concurrent copies that a Sentinel can handle
Last Modified: 2008-Aug-06
Q:How can the number of concurrent copies that a Sentinel can handle be increased?
A:There are actually two answers to the question. One is at FSFEVENT.NLM load time, and the other is used re-entrantly so that the parameter can be changed on the fly.
Applies to:
eDirectory platform
- If fsfevent.nlm is already running the maximum number can be changed by typing the following at the system console:
Where the xx is a number between 1 - 99. The default is 3.
fsfevent maxcopydir=xx - If FSFEVENT.NLM is not running it can be loaded with the maxcopydir switch by typing at the system console:
SYS:/FACTORY/FSFEVENT -S EngineServer -maxcopydir xx
The maxcopydir switch can be added to the FSFEVENT load line in the AUTOEXEC.NCF so that the FSFEVENT.NLM gets loaded each time with the maxcopydir option.