Forum Discussion
dr_tamfr_dhp_19
Nimbostratus
Nov 12, 2015Possible to specify FQDN for new node address via iControl and Powershell?
Product : Virtual BigIP LTM ProductVersion : 11.6.0 PackageVersion : Build 5.13.429 - Thu Jul 23 16:58:10 PDT 2015 PackageEdition : Engineering Hotfix HF5 Hi, Working on an automated solution...
brad_11480
Nimbostratus
Sep 20, 2011my situation is sometimes the batch commands don't execute the first time they are run.. for some reason it requires doing the same thing a second time (running the job basically) to get the result.
i haven't worked with large number of commands so not sure where it might stop working. i send in perhaps a half dozen and they all work.. the only issue is the prompting on returned output.
- The_BhattmanJan 20, 2011
Nimbostratus
Hi Trx, - Also does establish connection still alive if you go from an http Virtual Server and https Virtual Server using the same pool?
ex)
....... HTTP Virtual Server IRules:
when CLIENT_ACCEPTED {
set ::Flag 0}
when HTTP_REQUEST {
if { ([string tolower [HTTP::uri]] contains "https") } {Route traffic over SSL when accessing secure static filesHTTP::respond 301 Location https://[HTTP::host][HTTP::uri]return} else {Do nothing and remain on httpreturn}}
...... Now the traffic goes to the IRules on the SSL Virtual Server
The question is the establish connection still alive and can we access the "Flag" variable created when the established connection was completed on the http VS?
Thanks.
Regards,
TRX