Sunday, January 26, 2020

Fortigate - Sync license

Testing the DNS
  1. To test if your DNS can reach FortiGuard, use the following CLI command:
    execute ping guard.fortinet.net
  2. If you can reach the address, run the following command:
    diagnose debug application update -1
    diagnose debug enable
    execute update-now

No comments:

MS-SQL CPU limit

 ALTER RESOURCE GOVERNOR RECONFIGURE; CREATE RESOURCE POOL pMAX_CPU_65 WITH (MAX_CPU_PERCENT = 65); GO CREATE WORKLOAD GROUP gMAX_CPU_65 USI...