SYMPTOMS
When Virtuozzo is installed, the port 8443 (used by Plesk) is being redirected to SVE, as a result - applications listening on this port in VE are not accessible.Another case when it could be necessary to disable redirection is when old Plesk version (below 7.6.1) is used and does not support such kind of redirection.
RESOLUTION
There several ways to disable one. Please use that which is more suitable for running configuration:1. Disabling redirection of 8443 port for specific VE , but leaving redirection of VZPP (port 4643) - (** requires VE restart **):
vzctl stop VEID
vzctl set VEID --offline_management no
vzcfgt set VEID offlineservices vzpp
vzctl set VEID --offline_management yes
vzctl start VEID 2. Disabling all redirection for specific VE, for both VZPP (4643) and VZPP-PLESK (8443) (**does not require VE restart **)
vzctl set VEID --offline_management no 3. Disabling all redirection for ALL VEs: (**does not require VE restart **)
vzctl set 0 --offline_management no 4. Disabling redirection of 8443 port for ALL VEs , but leaving redirection of VZPP (port 4643) - (** requires restart of all VEs (or restart of the HN)**):
- stop all VEs
- Stop Virtuozzo Management service
net stop vzsrv - Disable redirection in global config:
vzcfgt set 0 offlineservices vzpp - Restart the Hardware node