Posts

Showing posts from April, 2017

INCREASE SCANNER TIMEOUT FROM SECURITYCENTER CLI

INCREASE SCANNER TIMEOUT FROM SECURITYCENTER CLI Increasing your Time Out for the scanners (OS command line): ----------------------------------------------------------------------------------- # /opt/sc4/support/bin/sqlite3 /opt/sc4/application.db "select * from Configuration where name='ScannerStatusTimeout'" This will show the value (it should be 120 seconds by default)  To increase it, run following command: # /opt/sc4/support/bin/sqlite3 /opt/sc4/application.db "Update Configuration set value='840' where name='ScannerStatusTimeout'" This will increase the timeout to 14 minutes. After this, update the status of the scanners (on the Resources -> Scanners page hit the options button in the upper right) and give it about 25 minutes to see if it goes through.   Do not set this higher than 15 minutes or the scanner may get stuck in an "updating" loop.