|  |     Have answered my own question.
    NCL help holds all the answers, node state off indicates
     off            The node is manageable, but not all of its
                            functions are enabled.
    also on help for node state
    o  functions enabled
    
             Functions that are currently enabled for the node (see the
             enable command).
        
    Looking at the Enable command indicate that the state will be off if
    the ADDRESS WATCHER  is DISABLED
    	This was the case, in this instance the ClearVISN configurator was
    used
    
    Pete
 | 
|  | 
Hi Pete,
You are entirely correct:
>    Looking at the Enable command indicate that the state will be off if
>    the ADDRESS WATCHER  is DISABLED
>	This was the case, in this instance the ClearVISN configurator was
>    used
the old configurator added the line:
	enable function address watch
and when writing the new clearVISN Windows Configurator we forgot to include
this. To fix your management problem you can just add the above line into the
extra scripts. We will fix the problem in a future release of the configurator.
Thanks,
	Colin.
 |