You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the output for the vservers with backup vservers configured is mixed/intertwined with each other, which make it harded to understand. I would like to have the output reordered. and separators used to delineate the vservers and their respective elements.
Request it to make:
add lb vserver www.example.org TCP 1.2.3.4 443 -persistenceType NONE -cltTimeout 301 -backupVServer www.example.org-failover01 -appflowLog DISABLED
bind lb vserver www.example.org-failover01 server2
add service server2 example2.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example2.org 10.1.1.11
bind lb vserver www.example.org server1
add service server1 example1.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example1.org 10.1.1.10
bind lb vserver www.example.org-failover02 server3
add service server3 example3.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example3.org 10.1.1.12
bind lb vserver www.example.org-failover03 server4
add service server4 example4.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example4.org 10.1.1.13
Formatted with the primary vserver and all of its elements first, followed by the backup vservers. See example below.
add lb vserver www.example.org TCP 1.2.3.4 443 -persistenceType NONE -cltTimeout 301 -backupVServer www.example.org-failover01 -appflowLog DISABLED
bind lb vserver www.example.org service1
add service service1 example1.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example1.org 10.1.1.10
bind lb vserver www.example.org-failover01 service2
add service service2 example2.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example2.org 10.1.1.11
bind lb vserver www.example.org-failover02 service3
add service service3 example3.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example3.org 10.1.1.12
bind lb vserver www.example.org-failover03 service4
add service service4 example4.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example4.org 10.1.1.13
The text was updated successfully, but these errors were encountered:
Currently the output for the vservers with backup vservers configured is mixed/intertwined with each other, which make it harded to understand. I would like to have the output reordered. and separators used to delineate the vservers and their respective elements.
Request it to make:
add lb vserver www.example.org TCP 1.2.3.4 443 -persistenceType NONE -cltTimeout 301 -backupVServer www.example.org-failover01 -appflowLog DISABLED
bind lb vserver www.example.org-failover01 server2
add service server2 example2.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example2.org 10.1.1.11
bind lb vserver www.example.org server1
add service server1 example1.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example1.org 10.1.1.10
bind lb vserver www.example.org-failover02 server3
add service server3 example3.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example3.org 10.1.1.12
bind lb vserver www.example.org-failover03 server4
add service server4 example4.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example4.org 10.1.1.13
Formatted with the primary vserver and all of its elements first, followed by the backup vservers. See example below.
add lb vserver www.example.org TCP 1.2.3.4 443 -persistenceType NONE -cltTimeout 301 -backupVServer www.example.org-failover01 -appflowLog DISABLED
bind lb vserver www.example.org service1
add service service1 example1.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example1.org 10.1.1.10
bind lb vserver www.example.org-failover01 service2
add service service2 example2.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example2.org 10.1.1.11
bind lb vserver www.example.org-failover02 service3
add service service3 example3.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example3.org 10.1.1.12
bind lb vserver www.example.org-failover03 service4
add service service4 example4.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example4.org 10.1.1.13
The text was updated successfully, but these errors were encountered: