work in progress

Daemon

  1. Configure the daemon
    • run autoconf if you use the svn version
    • ./configure --prefix=/usr --sysconfdir=/etc
    • for gnutls support add the flag --with-gnutls
    • for ipv6 support add the flag --with-ipv6
  2. compile & install
    • make
    • make install
  3. edit the config file
    • edit /etc/openvcpd.conf
    • Change "IP" to your own ip and "Ifaces" to the interface you want to measure traffic on
    • Copy some images to your image directory usually "/vservers/images". e.g. from http://88.198.176.200/images/ ( Images are just folders that contain a Linux system )
  4. start the daemon
    • openvcpd

Upgrade from 0.2

Importing IPFM traffic logs

  • only needed if you had installed openvcp 0.2 before
  • ./parse_ipfmlogs sqlite_db_path ipfm_dir month year
  • e.g. ./parse_ipfmlogs /usr/share/openvcpd/db /var/log/ipfm 02 2007

Webinteface

Basic Installation

  1. Requirements

  1. Installation
    • copy all files to the server
    • modify core/openvcp.conf
    • insert core/mysql.sql into db manually or use install.php
    • chmod 777 of core/cache

  1. Work

goto the url and login using: Username: Admin Passwort: test