SlideShare una empresa de Scribd logo
1 de 7
Descargar para leer sin conexión
Howto: Install openQRM 5.1 on Debian Wheezy
This HowTo is about how to install the openQRM Datacenter Management and Cloud Computing platform version 5.1 on Debian 7 aka Wheezy. It is
the starting point for a set of openQRM HowTos explaining different Use-cases with the focus on virtualization, automation and cloud computing.
Requirements

One physical Server. Alternatively the installation can be also done within a Virtual Machine
at least 1 GB of Memory
at least 100 GB of Diskspace
optional VT for Intel CPUs or AMD-V for AMD CPUs (Virtualization Technology) enabled in the Systems BIOS so that the openQRM
Server can run Virtual Machines later

Install Debian Wheezy
Install a minimal Debian Wheezy on a physical Server. During the installation select 'manual network' configuration and provide a static IP address.
In this Howto we will use 192.168.178.5/255.255.255.0 as the IP configuration for the openQRM Server system.
In the partitioning setup please select 'manual' and create one partition for the root-filesystem, one as swap space plus a dedicated partition to be
used as storage space for the Virtual Machines later. In the configuration of the dedicated storage partition select 'do not use'.
In the software selection dialog select just 'SSH-Server'
After the installation finished please login to the system and update its packaging system as 'root'
apt-get update && apt-get upgrade

Please notice!
In the recent Debian updates the /etc/php5/apache2/php.ini configuration derective "disable_functions" changed and includes now a bunch of
functions disabled by default. Please open /etc/php5/apache2/php.ini in your favourite editor and search for "disable_functions". Then remove ALL
functions from the "disable_functions" PHP configuration paramter for Apache!
It should look likt this:
disable_functions = ""
Then restart Apache by
/etc/init.d/apache2 restart

Install openQRM 5.1
Get the openQRM 5.1-beta version (recommended)
openQRM 5.1 will be released at the 1. September 2013. Until then a beta version of openQRM 5.1 is available at from openQRM Enterprise at
http://beta.openqrm-enterprise.com/ (http://beta.openqrm-enterprise.com/)
After the official release of the openQRM 5.1 version you can also use the instructions below to install openQRM 5.1 from the source repository or by
packages.
The installation procedure for openQRM 5.1-beta is straight forward.
Please unpack the openqrm-enterprise-5.1-beta.tar.gz file:
tar -xvzf openqrm-enterprise-5.1-beta.tar.gz
Then run as 'root'
cd openqrm-enterprise-5.1-beta
./install-openqrm-5.1-beta.sh
During the installation please confirm the following warning from the libphp-adodb package.

(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/01-openqrm-install.png)
Make sure to set a password for the mysql-server and nagios3 package.

(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/02-openqrm-install.png)
(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/03-openqrm-install.png)
The installation also asks for the mail-configuration. If unsure please select "local only" and go on with the suggested system name.

(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/04-openqrm-install.png)

(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/05-openqrm-install.png)
The last step of the installation provides you with the URL, username and password to login to the openQRM Server
(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/06-openqrm-install.png)

Installation from the latest source code
Please notice that openQRM 5.1 is not yet released! Please use the openQRM 5.1-beta version until the final release and help testing!
The openQRM Community subversion still contains the stable 5.0 openQRM version!
openQRM is designed to install and update easily directly from its source repository. To install openQRM please login to the fresh installed Debian
system and run the following commands as 'root':
apt-get install make subversion
svn checkout svn://svn.code.sf.net/p/openqrm/code/trunk openqrm
cd openqrm/src && make && make install && make start
To update openQRM at any time run:
cd openqrm/src && svn up && make update

Installation by packages
Please notice that openQRM 5.1 is not yet released! Please use the openQRM 5.1-beta version until the final release and help testing!
The openQRM Community package repository still contains the stable 5.0 openQRM version!
To install openQRM by the provided distribution packages please run as 'root'
echo "# official openQRM Debian package repository" >> /etc/apt/sources.list
echo "deb packages.openqrm.com (http://packages.openqrm.com/) debian/" >> /etc/apt/sources.list
apt-get update && apt-get install openqrm

Configure and initialize openQRM 5.1
After a successful installation the openQRM Server web interface is available at
http://static-ip-configured-during-the-Debian-installation/openqrm (http://static-ip-configured-during-the-Debian-installation/openqrm)
If you have set the suggested IP address for this howto the openQRM URL will be
http://192.168.178.5/openqrm (http://192.168.178.5/openqrm)
Please open this URL in your Web browser. Login with the username 'openqrm' and the password 'openqrm'. Then select the network interface to
use for the openQRM management network

(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/07-openqrm-install.png)
Then select 'mysql' as the database type

(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/08-openqrm-install.png)
As the next step provide the database credentials
(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/09-openqrm-install.png)
For the openQRM Enterprise Edition the following page provides an simple option to upload the license keys

(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/10-openqrm-install.png)
Congratulations!!
openQRM is now installed and successfully initialized ready to manage all aspects of your datacenter.
(/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/11-openqrm-install.png)
To continue with e.g. running Virtual Machines, managing Storage, integrating additional systems and running your own private Cloud we recommend
the openQRM Administrator Guide (resources/documentation-howtos/documentation/administrator-guide-for-openqrm-50.html).

Links
openQRM Community: http://www.openqrm.com/ (http://www.openqrm.com/)
openQRM Project at sourceforge: http://sourceforge.net/projects/openqrm/ (http://sourceforge.net/projects/openqrm/)
openQRM Enterprise: http://www.openqrm-enterprise.com/ (http://www.openqrm-enterprise.com/)
openQRM at Twitter: https://twitter.com/openQRM (https://twitter.com/openQRM)
openQRM at Facebook: https://www.facebook.com/pages/openQRM-Enterprise/324904179687
(https://www.facebook.com/pages/openQRM-Enterprise/324904179687)

Más contenido relacionado

La actualidad más candente

Open stack implementation
Open stack implementation Open stack implementation
Open stack implementation Soumyajit Basu
 
Oracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeOracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeRavi Kumar Lanke
 
Installation guide
Installation guideInstallation guide
Installation guidelaonap166
 
Ansible automation tool with modules
Ansible automation tool with modulesAnsible automation tool with modules
Ansible automation tool with modulesmohamedmoharam
 
Snort296x centos6x 2
Snort296x centos6x 2Snort296x centos6x 2
Snort296x centos6x 2Trinh Tuan
 
Your Inner Sysadmin - Tutorial (SunshinePHP 2015)
Your Inner Sysadmin - Tutorial (SunshinePHP 2015)Your Inner Sysadmin - Tutorial (SunshinePHP 2015)
Your Inner Sysadmin - Tutorial (SunshinePHP 2015)Chris Tankersley
 
Linux for programmers
Linux for programmersLinux for programmers
Linux for programmersMd. Al Amin
 
Anthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationAnthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationTony McKeown
 
Virtual box installation
Virtual box installationVirtual box installation
Virtual box installationNiranjan Pandey
 
Integrating open am with liferay portal
Integrating open am with liferay portalIntegrating open am with liferay portal
Integrating open am with liferay portalprabakaranbrick
 
Setting Up Your Local Dev Environment
Setting Up Your Local Dev EnvironmentSetting Up Your Local Dev Environment
Setting Up Your Local Dev EnvironmentRick Umali
 
2 how to-build_document_management_system
2 how to-build_document_management_system2 how to-build_document_management_system
2 how to-build_document_management_systemKichiemon Adachi
 
Upgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointUpgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointDani Royman Simanjuntak
 

La actualidad más candente (20)

Its3 Drupal
Its3 DrupalIts3 Drupal
Its3 Drupal
 
Open stack implementation
Open stack implementation Open stack implementation
Open stack implementation
 
Oracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeOracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgrade
 
Apache ssl
Apache ssl Apache ssl
Apache ssl
 
Its3 Drupal
Its3 DrupalIts3 Drupal
Its3 Drupal
 
Installation guide
Installation guideInstallation guide
Installation guide
 
Ansible automation tool with modules
Ansible automation tool with modulesAnsible automation tool with modules
Ansible automation tool with modules
 
Snort296x centos6x 2
Snort296x centos6x 2Snort296x centos6x 2
Snort296x centos6x 2
 
Your Inner Sysadmin - Tutorial (SunshinePHP 2015)
Your Inner Sysadmin - Tutorial (SunshinePHP 2015)Your Inner Sysadmin - Tutorial (SunshinePHP 2015)
Your Inner Sysadmin - Tutorial (SunshinePHP 2015)
 
Ubuntu server guide
Ubuntu server guideUbuntu server guide
Ubuntu server guide
 
Openobject install
Openobject installOpenobject install
Openobject install
 
Linux for programmers
Linux for programmersLinux for programmers
Linux for programmers
 
INSTALLION OF BI
INSTALLION OF BIINSTALLION OF BI
INSTALLION OF BI
 
Anthony McKeown Drupal Presentation
Anthony McKeown Drupal PresentationAnthony McKeown Drupal Presentation
Anthony McKeown Drupal Presentation
 
OpenSolaris 2009.06 Workshop
OpenSolaris 2009.06 WorkshopOpenSolaris 2009.06 Workshop
OpenSolaris 2009.06 Workshop
 
Virtual box installation
Virtual box installationVirtual box installation
Virtual box installation
 
Integrating open am with liferay portal
Integrating open am with liferay portalIntegrating open am with liferay portal
Integrating open am with liferay portal
 
Setting Up Your Local Dev Environment
Setting Up Your Local Dev EnvironmentSetting Up Your Local Dev Environment
Setting Up Your Local Dev Environment
 
2 how to-build_document_management_system
2 how to-build_document_management_system2 how to-build_document_management_system
2 how to-build_document_management_system
 
Upgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointUpgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access Point
 

Similar a Howto: Install openQRM 5.1 on Debian Wheezy

Automated Amazon EC2 Cloud deployments with openQRM
Automated Amazon EC2 Cloud deployments with openQRMAutomated Amazon EC2 Cloud deployments with openQRM
Automated Amazon EC2 Cloud deployments with openQRMopenQRM Enterprise GmbH
 
Virtualization with Xen and openQRM 5.1 on Debian Wheezy
Virtualization with Xen and openQRM 5.1 on Debian WheezyVirtualization with Xen and openQRM 5.1 on Debian Wheezy
Virtualization with Xen and openQRM 5.1 on Debian WheezyopenQRM Enterprise GmbH
 
How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7VCP Muthukrishna
 
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuHow To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuWirabumi Software
 
Prizm Installation Guide
Prizm Installation GuidePrizm Installation Guide
Prizm Installation Guidevjvarenya
 
Erp 2.50 openbravo environment installation openbravo-wiki
Erp 2.50 openbravo environment installation   openbravo-wikiErp 2.50 openbravo environment installation   openbravo-wiki
Erp 2.50 openbravo environment installation openbravo-wikiyaranusa
 
Updating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_ServerUpdating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_Servertutorialsruby
 
<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />tutorialsruby
 
Updating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_ServerUpdating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_Servertutorialsruby
 
Ftp configuration in rhel7
Ftp configuration in rhel7Ftp configuration in rhel7
Ftp configuration in rhel7Balamurugan M
 
Step-by-Step Introduction to Apache Flink
Step-by-Step Introduction to Apache Flink Step-by-Step Introduction to Apache Flink
Step-by-Step Introduction to Apache Flink Slim Baltagi
 
Simplify and run your development environments with Vagrant on OpenStack
Simplify and run your development environments with Vagrant on OpenStackSimplify and run your development environments with Vagrant on OpenStack
Simplify and run your development environments with Vagrant on OpenStackB1 Systems GmbH
 
HowTo Install openMPI on Ubuntu
HowTo Install openMPI on UbuntuHowTo Install openMPI on Ubuntu
HowTo Install openMPI on UbuntuA Jorge Garcia
 
Getting started with PHPUnit
Getting started with PHPUnitGetting started with PHPUnit
Getting started with PHPUnitKhyati Gala
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxVenu Palakolanu
 
OpenFOAM 2.4.0 installation on CentOS-7
OpenFOAM 2.4.0 installation on CentOS-7OpenFOAM 2.4.0 installation on CentOS-7
OpenFOAM 2.4.0 installation on CentOS-7Guy Tel-Zur
 
Dockerfish-Tutorial
Dockerfish-TutorialDockerfish-Tutorial
Dockerfish-TutorialBrian Hood
 

Similar a Howto: Install openQRM 5.1 on Debian Wheezy (20)

Automated Amazon EC2 Cloud deployments with openQRM
Automated Amazon EC2 Cloud deployments with openQRMAutomated Amazon EC2 Cloud deployments with openQRM
Automated Amazon EC2 Cloud deployments with openQRM
 
Virtualization with Xen and openQRM 5.1 on Debian Wheezy
Virtualization with Xen and openQRM 5.1 on Debian WheezyVirtualization with Xen and openQRM 5.1 on Debian Wheezy
Virtualization with Xen and openQRM 5.1 on Debian Wheezy
 
How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7How To Install OpenFire in CentOS 7
How To Install OpenFire in CentOS 7
 
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuHow To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
 
Prizm Installation Guide
Prizm Installation GuidePrizm Installation Guide
Prizm Installation Guide
 
Perl
PerlPerl
Perl
 
Linux
LinuxLinux
Linux
 
Erp 2.50 openbravo environment installation openbravo-wiki
Erp 2.50 openbravo environment installation   openbravo-wikiErp 2.50 openbravo environment installation   openbravo-wiki
Erp 2.50 openbravo environment installation openbravo-wiki
 
Updating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_ServerUpdating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_Server
 
<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />
 
Updating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_ServerUpdating_PHP_on_OS_X_Server
Updating_PHP_on_OS_X_Server
 
Unix Administration 2
Unix Administration 2Unix Administration 2
Unix Administration 2
 
Ftp configuration in rhel7
Ftp configuration in rhel7Ftp configuration in rhel7
Ftp configuration in rhel7
 
Step-by-Step Introduction to Apache Flink
Step-by-Step Introduction to Apache Flink Step-by-Step Introduction to Apache Flink
Step-by-Step Introduction to Apache Flink
 
Simplify and run your development environments with Vagrant on OpenStack
Simplify and run your development environments with Vagrant on OpenStackSimplify and run your development environments with Vagrant on OpenStack
Simplify and run your development environments with Vagrant on OpenStack
 
HowTo Install openMPI on Ubuntu
HowTo Install openMPI on UbuntuHowTo Install openMPI on Ubuntu
HowTo Install openMPI on Ubuntu
 
Getting started with PHPUnit
Getting started with PHPUnitGetting started with PHPUnit
Getting started with PHPUnit
 
Oracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linuxOracle forms and reports 11g installation on linux
Oracle forms and reports 11g installation on linux
 
OpenFOAM 2.4.0 installation on CentOS-7
OpenFOAM 2.4.0 installation on CentOS-7OpenFOAM 2.4.0 installation on CentOS-7
OpenFOAM 2.4.0 installation on CentOS-7
 
Dockerfish-Tutorial
Dockerfish-TutorialDockerfish-Tutorial
Dockerfish-Tutorial
 

Último

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Último (20)

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Howto: Install openQRM 5.1 on Debian Wheezy

  • 1. Howto: Install openQRM 5.1 on Debian Wheezy This HowTo is about how to install the openQRM Datacenter Management and Cloud Computing platform version 5.1 on Debian 7 aka Wheezy. It is the starting point for a set of openQRM HowTos explaining different Use-cases with the focus on virtualization, automation and cloud computing. Requirements One physical Server. Alternatively the installation can be also done within a Virtual Machine at least 1 GB of Memory at least 100 GB of Diskspace optional VT for Intel CPUs or AMD-V for AMD CPUs (Virtualization Technology) enabled in the Systems BIOS so that the openQRM Server can run Virtual Machines later Install Debian Wheezy Install a minimal Debian Wheezy on a physical Server. During the installation select 'manual network' configuration and provide a static IP address. In this Howto we will use 192.168.178.5/255.255.255.0 as the IP configuration for the openQRM Server system. In the partitioning setup please select 'manual' and create one partition for the root-filesystem, one as swap space plus a dedicated partition to be used as storage space for the Virtual Machines later. In the configuration of the dedicated storage partition select 'do not use'. In the software selection dialog select just 'SSH-Server' After the installation finished please login to the system and update its packaging system as 'root' apt-get update && apt-get upgrade Please notice! In the recent Debian updates the /etc/php5/apache2/php.ini configuration derective "disable_functions" changed and includes now a bunch of functions disabled by default. Please open /etc/php5/apache2/php.ini in your favourite editor and search for "disable_functions". Then remove ALL functions from the "disable_functions" PHP configuration paramter for Apache! It should look likt this: disable_functions = "" Then restart Apache by /etc/init.d/apache2 restart Install openQRM 5.1 Get the openQRM 5.1-beta version (recommended)
  • 2. openQRM 5.1 will be released at the 1. September 2013. Until then a beta version of openQRM 5.1 is available at from openQRM Enterprise at http://beta.openqrm-enterprise.com/ (http://beta.openqrm-enterprise.com/) After the official release of the openQRM 5.1 version you can also use the instructions below to install openQRM 5.1 from the source repository or by packages. The installation procedure for openQRM 5.1-beta is straight forward. Please unpack the openqrm-enterprise-5.1-beta.tar.gz file: tar -xvzf openqrm-enterprise-5.1-beta.tar.gz Then run as 'root' cd openqrm-enterprise-5.1-beta ./install-openqrm-5.1-beta.sh During the installation please confirm the following warning from the libphp-adodb package. (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/01-openqrm-install.png) Make sure to set a password for the mysql-server and nagios3 package. (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/02-openqrm-install.png)
  • 3. (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/03-openqrm-install.png) The installation also asks for the mail-configuration. If unsure please select "local only" and go on with the suggested system name. (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/04-openqrm-install.png) (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/05-openqrm-install.png) The last step of the installation provides you with the URL, username and password to login to the openQRM Server
  • 4. (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/06-openqrm-install.png) Installation from the latest source code Please notice that openQRM 5.1 is not yet released! Please use the openQRM 5.1-beta version until the final release and help testing! The openQRM Community subversion still contains the stable 5.0 openQRM version! openQRM is designed to install and update easily directly from its source repository. To install openQRM please login to the fresh installed Debian system and run the following commands as 'root': apt-get install make subversion svn checkout svn://svn.code.sf.net/p/openqrm/code/trunk openqrm cd openqrm/src && make && make install && make start To update openQRM at any time run: cd openqrm/src && svn up && make update Installation by packages Please notice that openQRM 5.1 is not yet released! Please use the openQRM 5.1-beta version until the final release and help testing! The openQRM Community package repository still contains the stable 5.0 openQRM version! To install openQRM by the provided distribution packages please run as 'root' echo "# official openQRM Debian package repository" >> /etc/apt/sources.list echo "deb packages.openqrm.com (http://packages.openqrm.com/) debian/" >> /etc/apt/sources.list apt-get update && apt-get install openqrm Configure and initialize openQRM 5.1 After a successful installation the openQRM Server web interface is available at http://static-ip-configured-during-the-Debian-installation/openqrm (http://static-ip-configured-during-the-Debian-installation/openqrm) If you have set the suggested IP address for this howto the openQRM URL will be
  • 5. http://192.168.178.5/openqrm (http://192.168.178.5/openqrm) Please open this URL in your Web browser. Login with the username 'openqrm' and the password 'openqrm'. Then select the network interface to use for the openQRM management network (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/07-openqrm-install.png) Then select 'mysql' as the database type (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/08-openqrm-install.png) As the next step provide the database credentials
  • 6. (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/09-openqrm-install.png) For the openQRM Enterprise Edition the following page provides an simple option to upload the license keys (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/10-openqrm-install.png) Congratulations!! openQRM is now installed and successfully initialized ready to manage all aspects of your datacenter.
  • 7. (/fileadmin/Images/Documentation/Install_openQRM_5.1_on_Debian_Wheezy/11-openqrm-install.png) To continue with e.g. running Virtual Machines, managing Storage, integrating additional systems and running your own private Cloud we recommend the openQRM Administrator Guide (resources/documentation-howtos/documentation/administrator-guide-for-openqrm-50.html). Links openQRM Community: http://www.openqrm.com/ (http://www.openqrm.com/) openQRM Project at sourceforge: http://sourceforge.net/projects/openqrm/ (http://sourceforge.net/projects/openqrm/) openQRM Enterprise: http://www.openqrm-enterprise.com/ (http://www.openqrm-enterprise.com/) openQRM at Twitter: https://twitter.com/openQRM (https://twitter.com/openQRM) openQRM at Facebook: https://www.facebook.com/pages/openQRM-Enterprise/324904179687 (https://www.facebook.com/pages/openQRM-Enterprise/324904179687)