10
Sun Secure Application Switch – Release Notes for v3.2.1 • August 2007
#
# Real service parameters
#
loadBalance realService name rs-lnx1 hostName lnx1
clientAddressTranslation enabled proxyIpPool pipHR
The new value format looks similar to the following:
loadBalance realService name rs-lnx1 hostName lnx1
clientAddressTranslationMask 0.0.0.0 proxyIpPool pipHR
4. Remove any lines for the loadBalance vsGroup.
These lines might appear multiple times, since this action happens once for each
vSwitch. The following is an example of what requires deletion:
#
# Virtual Service Group Configuration
#
loadBalance vsGroup name default virtualServices {vs1;vs2}
5. Update the command for any advanced virtual service settings.
In this step, you have to change the following commands:
a. If
disableSynCookies
is present, reverse the value (change true to false or
false to true). These lines might appear multiple times, up to once per virtual
service.
The old value format looks similar to the following:
#
Virtual service advanced settings
#
advanced ... disableSynCookies false ...
The new value format looks similar to the following:
advanced ... disableSynCookies true ...
b. If
clientFirstProtocol
is present, reverse the value (change true to false or
false to true). These lines might appear multiple times, up to once per virtual
service.
The old value format looks similar to the following:
#
Virtual service advanced settings
#
advanced ... clientFirstProtocol true...
The new value format looks similar to the following: