work in progress
Daemon
- 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
- compile & install
- make
- make install
- 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 )
- 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
- Requirements
- Apache 1.3/2.0 http://www.apache.org
- MySQL 4.0/5.0 http://www.mysql.org
- PHP 5.0 http://www.php.net/
- PHP GD Extension http://www.php.net/gd
- PHP MYSQL Extension http://www.php.net/mysql
- PHP Socket Extension http://www.php.net/sockets
- PHP Gettext Extension http://www.php.net/gettext
- 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
- Work
goto the url and login using: Username: Admin Passwort: test
