Enable a VIP for Gateway Access
avx_platform_gateway plugin.-
Navigate to the directory
<avx_installed_path>/conf -
Go to the
appviewx.conffile using the following command to add the new plugin to be installed:$ vi appviewx.conf -
Update
GATEWAY_VIP_ENABLEDasTRUEand update the external VIP details underAPPVIEWX_GATEWAY_VIPandAPPVIEWX_GATEWAY_VIP_HTTPS = Trueif SSL is enabled for VIP.
-
When you are done editing the fields, press the Esc key, then type
:wqto save and quit the file.$ appviewx --conf-sync.Note: In case of multi node, run the following command to update the changes across all the cluster nodes:$ appviewx --conf-sync -
Initialize the VIP configuration change by executing the following commands:
$ appviewx --initialize all $ appviewx --restart all