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='300' where name='ScannerStatusTimeout'"
Now refresh scanner status and let it run for at least 20 minutes.
-----------------------------------------------------------------------------------
Sunday, March 30, 2014
5
RakshaTec: Increase Scanner timeout from SecurityCenter CLI
Increasing your Time Out for the scanners (OS command line): -------------------------------------------------------------------------------...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment