01-27-2022 05:49 PM
Hi, may I know if wsa s695 can be rebooted from GUI? Is there any guide documents for rebooting the wsa?
Like what kind of preparation/ log need to be collected/ health check command?
Solved! Go to Solution.
01-27-2022 09:06 PM
There is no option in GUI to reboot the WSA ( as of code 12.X i have tested) - Only CLI
>reboot (do not use any other command like reload - it will make default the device config)
You can use common health checks :
>status detail
> proxystat
>ipcheck
Also Logs very imports based on the issue :
Check shd_logs - example - ( grep e "Nov..9.* CPULd .[2 9][0 9]" shd_logs )
Check proxy trackstat logs
you can download the logs to local Linux machine and analyse : example :
grep iE date|traffic over|thrott user|system ) time” prox_track.log
01-27-2022 09:06 PM
There is no option in GUI to reboot the WSA ( as of code 12.X i have tested) - Only CLI
>reboot (do not use any other command like reload - it will make default the device config)
You can use common health checks :
>status detail
> proxystat
>ipcheck
Also Logs very imports based on the issue :
Check shd_logs - example - ( grep e "Nov..9.* CPULd .[2 9][0 9]" shd_logs )
Check proxy trackstat logs
you can download the logs to local Linux machine and analyse : example :
grep iE date|traffic over|thrott user|system ) time” prox_track.log
01-27-2022 09:51 PM
Thanks for the guide. Appreciate it
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide