NetWiki

I can make net work

User Tools

Site Tools


f5:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
f5:start [2023-08-26 14:03] davef5:start [2023-08-26 14:13] (current) dave
Line 1: Line 1:
 ====== F5 ====== ====== F5 ======
 Info related to F5 BIG-IP Load Balancers. Info related to F5 BIG-IP Load Balancers.
-FIXME - formating issues. 
  
 ---- ----
Line 47: Line 46:
 ---- ----
 ====Show TCP connections==== ====Show TCP connections====
-[https://support.f5.com/csp/article/K53851362 K53851362: Displaying and deleting BIG-IP connection table entries from the command line]+[[https://support.f5.com/csp/article/K53851362|K53851362: Displaying and deleting BIG-IP connection table entries from the command line]]
  
 Show TCP connections to VS 1.2.3.4:<br /> Show TCP connections to VS 1.2.3.4:<br />
Line 65: Line 64:
 A command that F5 wanted run when a box had high CPU. A command that F5 wanted run when a box had high CPU.
  
-ps aux > ~/$(cat /proc/sys/kernel/hostname | cut -d'.' -f1)_ps.txt+<code>ps aux > ~/$(cat /proc/sys/kernel/hostname | cut -d'.' -f1)_ps.txt</code>
  
 ==== SSL Troubleshooting ==== ==== SSL Troubleshooting ====
 +<code>
 curl -k https://URL_OR_IP/ curl -k https://URL_OR_IP/
 curl -iv https://URL_OR_IP/ curl -iv https://URL_OR_IP/
 openssl s_client -connect URL_OR_IP:443 -prexit openssl s_client -connect URL_OR_IP:443 -prexit
 +</code>
  
 ---- ----
Line 85: Line 86:
 11/Aug/2014:13:35:34 -0700 11/Aug/2014:13:35:34 -0700
 </code> </code>
-Note: The second option is CLF (Common Log Format), which is used in [https://httpd.apache.org/docs/2.4/logs.html apache's access logs].+Note: The second option is CLF (Common Log Format), which is used in [[https://httpd.apache.org/docs/2.4/logs.html|apache's access logs]].
  
  
 ====Displaying all IP addresses in the BIG-IP configuration==== ====Displaying all IP addresses in the BIG-IP configuration====
-[https://support.f5.com/csp/article/K34314310 K34314310: Displaying all IP addresses in the BIG-IP configuration]+[[https://support.f5.com/csp/article/K34314310|K34314310: Displaying all IP addresses in the BIG-IP configuration]]
  show /sys ip-address  show /sys ip-address
  show /sys ip-address all-properties  show /sys ip-address all-properties
f5/start.1693058588.txt.gz · Last modified: 2023-08-26 14:03 by dave

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki