...
1: ICMP Discovery:
ScanEngine will PING an a given IP address and awaits an respond, if there is an Device capable to respond to PING ScanEngine will mark the IP in question as success and move to the second part of the IP Discovery.
...
It's highly recommended to use one ScanEngine per 0.5 million IP's or /13 Subnet, per Location. This will speed up the Discovery process.
We recommend to disable Target logging as well, so the ScanEngine performance on Disk IO will be as minimal as possible. There will be nothing to report in the Targets logs anyway and therefore are not required for any troubleshooting purpose.
Target logging disable:
...
2: In the Config navigate to part where appender-ref part is as shown bellow and comment out the part for <appender-ref ref="TargetFileAppender"/> shown in green.
NOTE: This is ordinary XML file format and there for XML stile is required.
</appender>
<root>
<level value="FATAL"/>
<!--<appender-ref ref="TargetFileAppender"/>-->
<appender-ref ref="LogFileAppender"/>
<appender-ref ref="ConsoleAppender"/>
<appender-ref ref="TraceAppender"/>
<appender-ref ref="ContextAppender"/>
<appender-ref ref="EventLogAppender"/>
</root>
3: Once done, save file and restart the iQSonar service to pick up the new change we did.
...
.
Let's now focus on how to create and set up the Location with all necessary Connections and Product Adapters for IP Discovery only.
...