Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Step-by-step guide

Strategies can be disabled in the iQSonar Service configuration file (Default location: C:\Program Files\iQuate\iQSonar ScanEngine 4.0\bin\iQuate.iQSonar.ScanEngine.exe.Config)

Add values to the DisabledStrategies XML element. “<ProductAdapterName>:<StrategyName>”. Values are comma separated.

 

For Example:

To disable NIX Oracle Discovery strategies except the process discovery strategy, use this XML element

 

<add key="DisabledStrategies" value="Oracle Database:Oracle Discovery Unix (Folder),Oracle Database:Oracle Discovery Unix (Install Logfile),Oracle Database:Oracle Discovery Unix (On Target),Oracle Database:Oracle Discovery Unix (Non Target),Windows Variant:Full Windows Device Disk Folder Index(WMI),Windows Variant:Common Windows Device Disk Folder Index(WMI),Unix Variant:Unix Variant Folders Index,Unix Variant:Targetted Unix Variant Folders Index,ESX:ESX vSphere Scanning,VirtualBox" />

 

 

Ensure there is only one DisabledStrategies XML element in the config file

  • No labels