OpenVZ with WebHosting on one server

Discussion in 'ISPConfig 3 Priority Support' started by zyzzza, Oct 15, 2013.

  1. zyzzza

    zyzzza Member

    Hi All,

    I would like using OpenVZ management on the ISPConfig 3 , where some sites are already deployed.

    Important thing - as I'm using the whole server just for ONE client, thus i have never configured quota in fstab thus openvz should be fine with that (as per http://www.howtoforge.com/forums/showthread.php?t=56179 reply "Ispconfig has to be installed after openvz has be installed and you can not use openvz on a server that hosts websites, as openvz will not work when quota is configured for the harddisk. " is not my case )

    would appreciate for a fast answer how this could be done on a server where the ISP where installed and is working with WEB/MYSQL servers already. I have also installed OpenVZ kernel already and manual creation of Virtual machines are WORKING FINE!. Thus the only thing that is not working is creating VZs through ISP interface :(

    Thank you.

    PS: Main server is Centos 6.4 64 with WEB/MYSQL
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    It might be that the openvz server module is not active as you installed openvz at a later stage. Please post the output of:

    ls /usr/local/ispconfig/server/mods-enabled/

    and

    ls /usr/local/ispconfig/server/plugins-enabled/
     
  3. zyzzza

    zyzzza Member

    These are:

    Code:
    [root@TestOS ~]# ls /usr/local/ispconfig/server/mods-enabled/
    client_module.inc.php    mail_module.inc.php          vm_module.inc.php
    cron_module.inc.php      monitor_core_module.inc.php  web_module.inc.php
    database_module.inc.php  rescue_core_module.inc.php
    dns_module.inc.php       server_module.inc.php
    [root@TestOS ~]# ls /usr/local/ispconfig/server/plugins-enabled/
    apps_vhost_plugin.inc.php    mail_plugin.inc.php
    aps_plugin.inc.php           mysql_clientdb_plugin.inc.php
    backup_plugin.inc.php        network_settings_plugin.inc.php
    cron_jailkit_plugin.inc.php  nginx_plugin.inc.php
    cron_plugin.inc.php          postfix_filter_plugin.inc.php
    firewall_plugin.inc.php      postfix_server_plugin.inc.php
    ftpuser_base_plugin.inc.php  shelluser_base_plugin.inc.php
    getmail_plugin.inc.php       shelluser_jailkit_plugin.inc.php
    maildeliver_plugin.inc.php   software_update_plugin.inc.php
    mailman_plugin.inc.php
    [root@TestOS ~]#
    
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    the openvz plugin is not enabled. to enable it run:

    cd /usr/local/ispconfig/server/plugins-enabled
    ln -s ../plugins-available/openvz_plugin.inc.php openvz_plugin.inc.php
     

Share This Page