Product query settings are a subset of vulnerability
scan settings. For details about vulnerability scan settings, see Vulnerability Scan Methods.
Procedure
- To specify product query settings from Vulnerability
Scanner (
TMVS.exe
):- Launch
TMVS.exe
. - Click Settings. The Settings screen appears.
- Go to the Product query section.
- Select the products to check.
- Click Settings next to a product name and then specify the port number that Vulnerability Scanner will check.
- Click OK. The Settings screen closes.
- Launch
- To set the number of computers that Vulnerability Scanner
simultaneously checks for security software:
- Go to <Server installation folder>
\PCCSRV\Admin\Utility\TMVS
and openTMVS.ini
using a text editor such as Notepad. - To set the number of computers checked during manual
vulnerability scans, change the value for
ThreadNumManual
. Specify a value between 8 and 64.For example, type ThreadNumManual=60 if you want Vulnerability Scanner to check 60 computers at the same time. - To set the number of computers checked during scheduled
vulnerability scans, change the value for
ThreadNumSchedule
. Specify a value between 8 and 64.For example, type ThreadNumSchedule=50 if you want Vulnerability Scanner to check 50 computers at the same time. - Save
TMVS.ini
.
- Go to <Server installation folder>