Product:
Search Type:

[How To] How to disable VZCP-Plesk redirection

Article ID: 3456 
Last Review: Dec,04 2007
APPLIES TO:
  • Plesk for Windows
  • Virtuozzo for Windows 3.5.1 SP1

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

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields