Installing Zivios Server On Ubuntu
Installing Zivios Server On UbuntuThis howto explains installing Zivios Master Service version 0.5.0. Zivios is an n-tiered PHP-5 application, providing identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. It uses MySQL and OpenLDAP as it's data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.
Supported Platforms
Domain Name Service RequirementsThe Zivios installer will work off an IP address. However, the services that Zivios configures (Kerberos, Certificate Authority, etc.) require proper name resolution. It is highly recommended that you configure DNS for the hostname you are working with.
ExtractionDownload the Zivios package: zivios-0.5.0.tar.bz2 and copy it to your server at: /usr/local/src/. Note: the zivios package (zivios-0.5.0.tar.bz2) MUST be saved in /usr/local/src. Currently, the web based installer does not allow the option of specifying where the source folder is. If this is a problem, simply create a symlink from your actual source directory to /usr/local/src/.
PreparationYour Ubuntu server installation should be absolutely minimal. Barring SSHd, no additional packages should be installed at this stage. For the purpose of this setup, we are working with the following hostname and IP address:
Note: it is a requirement that you use a sub-domain as your hostname. This does not mean that your LDAP basedn, kerberos realm or mail domain has to be master.yourdomain, it means quite simply that Zivios will be served from an apache virtual host called: master.yourdomain. Also: the sub-domain does not need to be "master", it can be anything you like. If you are confused about this, please ask on the zivios-discuss mailing list or on the IRC channel before proceeding. Ensure your system is updated via: apt-get update Reboot (if required or recommended by the operating system). The following base packages are required to run the master web service: apt-get install apache2 libapache2-mod-php5 php5-curl php5-gd php5-imap php5-ldap php5-mcrypt \ Note: You will be prompted for a password for the MySQL root user. Please note this password down.
Installing Pre-requisitesInstall libnss-ldapThe libnss-ldap package requires some information which we already have. Simply follow the example: Our primary domain name for this demo installation is zivios.net. This makes our LDAP base-DN: dc=zivios,dc=net. The base-DN is your "Base Distinguished Name", which is made up of your "Domain Components". Server URI: ldap://127.0.0.1 Distinguished name of search base: dc=zivios,dc=net LDAP Version to Use: 3 Make local root Database admin: No Does the LDAP database require login: No apt-get install libnss-ldap ... enter your answers.
Install Python bindingsThe following packages are required for the Zivios Agent installation, install them via: apt-get install python python-ldap python-pyopenssl python-twisted
Install Heimdal and Openldap DependenciesAs the web based process requires certain prerequisites to be in place for auto-compilation to succeed, we need to installed required libraries accordingly. For debian based systems, this is quite simple. apt-get build-dep heimdal
Enable MemcachedZivios uses memcached to accelerate common lookups. Zivios cannot work without memcached enabled. Enable the PHP Memcached extension. This must be done manually. You must edit /etc/php5/apache2/conf.d/memcache.ini and uncomment the line to enable memcached: extension=memcache.so Start Memcached. The Zivios Panel WILL NOT WORK without a running memcached. /etc/init.d/memcached start
Install libssh2 and php-ssh2SSH2 is required to enable zivios agents on remote computers. This is used by Zivios when adding a server to install and configure a Zivios agent on them. It is required that you use libssh2-0.14 for this purpose (provided with Zivios). Newer versions seem not to work properly with the php5-ssh2 extension Copy the required libs over for compilation: cd /usr/local/src/zivios-0.5/spkgs Compile libssh: tar xvfz libssh2-0.14.tar.tgz Install PHP5 module development package: apt-get install php5-dev Compile the php5-ssh2 extension: tar xfvz ssh2-0.10.gz Enable the php-ssh extension: Edit /etc/php5/apache2/php.ini. Add: extension=ssh2.so to the bottom of the file or where other extension directives are listed.
|




print: 
Recent comments
7 hours 9 min ago
7 hours 37 min ago
10 hours 20 min ago
11 hours 11 min ago
12 hours 18 min ago
13 hours 51 min ago
16 hours 24 min ago
21 hours 18 min ago
22 hours 42 min ago
23 hours 13 min ago