informatique:fortinet:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:fortinet:start [2025/03/25 14:47] – [VxLAN] pteu | informatique:fortinet:start [2025/07/16 06:15] (current) – [OSPF] diag pteu | ||
---|---|---|---|
Line 35: | Line 35: | ||
| | ||
[..] | [..] | ||
+ | </ | ||
- | # et quand un processus plante, prend trop de CPU ou de mémoire, on peut le killer : | + | C' |
- | diagnose sys kill 11 <PID> | + | <code bash> |
+ | # rechercher le/s numéro/ | ||
+ | diagnose sys process pidof httpsd | ||
+ | 3584 | ||
+ | 3585 | ||
+ | 3586 | ||
+ | 3587 | ||
+ | |||
+ | # peut les killer | ||
+ | diagnose sys kill <PID> | ||
+ | |||
+ | # ou tuer tous les processus nommés httpsd | ||
+ | fnsysctl killall httpsd | ||
</ | </ | ||
+ | Par défaut le kill envoie un SIGTERM (15) qui ne laisse pas de trace dans le crash log '' | ||
+ | <code bash> | ||
+ | diagnose sys kill 11 <PID> | ||
+ | fnsysctl killall 11 httpsd | ||
+ | </ | ||
=====Redémarrage===== | =====Redémarrage===== | ||
Line 711: | Line 729: | ||
# affiche les LSAs envoyés par ce Fortigate : | # affiche les LSAs envoyés par ce Fortigate : | ||
get router info ospf database self-originate | get router info ospf database self-originate | ||
+ | |||
+ | diagnose sniffer packet any 'proto 89' 6 0 l | ||
+ | diagnose sniffer packet any 'host 224.0.0.5' | ||
get router ospf | get router ospf | ||
Line 2405: | Line 2426: | ||
=====Auto filesystem check===== | =====Auto filesystem check===== | ||
- | Après une coupure électrique les Fortigate affichent un message d' | + | Après une coupure électrique les Fortigate affichent un message d' |
<code bash> | <code bash> | ||
config system global | config system global | ||
Line 2412: | Line 2433: | ||
</ | </ | ||
- | C'est toutefois | + | Ce n'est toutefois |
=====SSH sortant impossible===== | =====SSH sortant impossible===== |
informatique/fortinet/start.1742914040.txt.gz · Last modified: 2025/03/25 14:47 by pteu