cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
592
Views
0
Helpful
2
Replies

Moving a probe from a rserver to a serverfarm.

mathomas
Level 1
Level 1

I have a serverfarm configured as follows:

serverfarm host testfarm

  rserver testserver1

    probe http-test

    inservice

  rserver testserver2

    probe http-test

    inservice

Both rservers have connections on them.  I would like to move the probe from under the rserver to under the serverfarm so that any additional servers added to the farm will also get the same probe applied.  Can I do this without dropping any connections?

The resulting configuration would be:

serverfarm host testfarm

  probe http-test

  rserver testserver1

    inservice

  rserver testserver2

    inservice

2 Replies 2

Marko Leopold
Level 1
Level 1

Yes you can do it without any drop. No doubt about it. If you configure a serverfarm wihtout a probe it will be always on.

So all the connections will stay up when I remove the probe from the real servers as long as there is no probe on the serverfarm.  What happens when the probe is applied to the serverfarm?