This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network_stuff:netscaler [2020/07/08 19:17] – jotasandoku | network_stuff:netscaler [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| Interface status:\\ | Interface status:\\ | ||
| - | show interface | + | show interface |
| - | show interface stats | + | show interface -summary |
| - | sh interface -summary | + | show channel # for lacp logical aggregate details |
| - | show channel # for lacp | + | |
| show vlan # to see vlans and interfaces assigned to them | show vlan # to see vlans and interfaces assigned to them | ||
| Line 69: | Line 68: | ||
| | | ||
| - | backups.dc.grapeshot.co.uk messageshosts]# | + | backups.dc.mycompany1.co.uk messageshosts]# |
| | | ||
| Check this link: [[http:// | Check this link: [[http:// | ||
| Line 101: | Line 100: | ||
| tar xvfz newnslog.100.tar.gz | tar xvfz newnslog.100.tar.gz | ||
| / | / | ||
| + | monitor | ||
| \\ | \\ | ||
| We can also use nsconmsg for **real time** statistics: \\ | We can also use nsconmsg for **real time** statistics: \\ | ||
| Line 202: | Line 201: | ||
| - | | + | |
| - | | + | stat lb vserver Porky_Cluster_SSL |
| - | | + | |
| + | | ||
| + | show ns connectiontable | ||
| + | |||
| + | | ||
| show ns connectiontable | grep EST | grep TCP | grep 94.142.190.6 | grep 4007 <-- To see who is connected to each port | show ns connectiontable | grep EST | grep TCP | grep 94.142.190.6 | grep 4007 <-- To see who is connected to each port | ||
| | | ||
| Line 267: | Line 270: | ||
| LICENSING NOTES:\\ | LICENSING NOTES:\\ | ||
| sh ns license | sh ns license | ||
| + | |||
| + | |||
| + | ---- | ||
| + | BACKEND MONITOR OR HEALTHCHECKS: | ||
| + | |||
| + | This is a classical, added, monitor: | ||
| + | |||
| + | add lb monitor http-healthcheck HTTP -respCode 200 -httpRequest "GET / | ||
| + | |||
| + | Then in the backend server: | ||
| + | dnf install httpd | ||
| + | change listening port in / | ||
| + | systemctl start httpd | ||
| + | touch / | ||