FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
leej
Staff
Staff
Article Id 193990
Description
This article describes how to solve the 'no output' issue on CLI.

Solution
1) Access the problematic via SSH.
2) Execute a cli command to see whether 'httpclid' exists or not.

Command: # diagnose sys top 5 200
Result: No 'httpclid' exists in the list.
Checkpoint: If 'httpclid' does not exist or shows 'T' state, it is not normal.
FGVM01TM2------2 (global) # diagnose sys top 5 200
Run Time:  0 days, 7 hours and 50 minutes
0U, 0N, 0S, 100I, 0WA, 0HI, 0SI, 0ST; 2012T, 681F
       ipshelper      314      S <     0.0     3.9
         cmdbsvr      124      S       0.0     3.3
       ipsengine      315      S <     0.0     3.0
          httpsd      379      S       0.0     3.0
         miglogd      144      S       0.0     2.4
         pyfcgid      284      S       0.0     2.3
          httpsd      209      S       0.0     2.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          httpsd      380      S       0.0     2.0
         reportd      163      S       0.0     2.0
httpsd      317      S       0.0     1.8
         pyfcgid      286      S       0.0     1.8
       forticron      155      S       0.0     1.7
          httpsd      656      S       0.0     1.6
cw_acd      180      S       0.0     1.4
          httpsd     1338      S       0.0     1.4
         miglogd      196      S       0.0     1.4
3) Execute a cli command to restart 'httpclid'.

Command: fnsysctl killall httpclid
Result:

- 'httpclid' newly appears in the list.
Previously it was not in the list.

- 'httpclid' shows 'S' state and has new PID.
Previously it showed “T” state in the list.

Contributors