Forum Discussion
Sergey_Izgiyaev
Aug 10, 2014Nimbostratus
sideband connect command crashes but no logs
Hi,
I have created a simple iRule for sideband connections. Here is how the connection is being initialized:
if {[catch {connect -timeout 1000 -idle 30 -status conn_status 10.10.10.10:8080} conn...
R_Eastman_13667
Aug 11, 2014Historic F5 Account
Try this:
if {[catch {connect -timeout 10000 -idle 30 -status conn_status 10.10.10.10:8080} conn] || $conn eq ""} {log local0. "Connection could not be established to sideband_virtual_server" } else {log local0. "Connect returns: $conn and conn status: $conn_status"}
I edited my post to increase the timeout from 1000 milliseconds to 10000 milliseconds.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects