cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3713
Views
0
Helpful
2
Replies

reboot wsa s695

nurul.akmal
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

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

 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

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

 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

nurul.akmal
Level 1
Level 1

Thanks for the guide. Appreciate it