Taking Drupal development to the Cloud. Karel Bemelmans

Size: px
Start display at page:

Download "Taking Drupal development to the Cloud. Karel Bemelmans"

Transcription

1 Taking Drupal development to the Cloud Karel Bemelmans

2 About me Working with Internet based services since 1996 Working with Drupal since 2011 Currently the devops Nascom

3 Case Study: Nascom Genk, Belgium Service Design Agency Drupal & Symfony2 dev About devs

4 Fase 1: Local development

5

6 Local dev: Con s Hard to setup properly properly ( Hard to work on a shared files Hard to show your work to someone else Not a good reflection of the production environment

7 New setup requirements 1. Perfect copy production 2. Isolated, no more shared solutions 3. But still easy to use

8 Fase 2: virtual project servers

9 Server Setup One virtual Linux server per project, just like production (LAMP + varnish, solr, memcached, ) Automated setup (puppet) Hosted on local xen cloud + ceph distributed filesystem LDAP accounts + sudo for everyone

10 Workspaces Apache (nginx) Virtual hosts with dedicated php-fpm pool DocumentRoot: /data/sites/$user Shared content: /data/shared (no chmod 777 -> setfacl) Mailcatcher on every server

11 Setup new workspace createworkspace.sh $user cd /data/sites/$user git clone symlink /data/shared/files to www/sites/default/files create env.settings.php Done!

12 Drupal settings settings.php: project-specific information generic site settings (Drupal hash, ) module includes (memcached) committed in git

13 <?php $update_free_access = FALSE; $drupal_hash_salt = 'RANDOMSTRING'; ini_set('session.gc_probability', 1); ini_set('session.gc_divisor', 100); ini_set('session.gc_maxlifetime', ); ini_set('session.cookie_lifetime', ); $env_config = DRUPAL_ROOT. '/sites/default/env.settings.php'; if (file_exists($env_config)) { require_once($env_config); }

14 Drupal settings (2) env.settings.php: environment-specific information included at the end of settings.php database info memcached prefix $conf[ foo ] = bar ; not commited in git

15 <?php $databases = array ( 'default' => array ( 'default' => array ( 'database' => 'dbname', 'username' => 'dbuser', 'password' => 'secret', ), ), ); $conf[ memcache_key_prefix ] = karel ;

16 sshfs mount Local machine: mkdir $HOME/Projects/foo sshfs $HOME/Projects/foo SublimeText opens project in $HOME/Projects/foo

17 Remote commands work on the server via ssh, not local (git, compass, grunt, ) you can work on the shared git (e.g. GitX), but slow! IDE: disable fs scan plugins! (git plugins) leet mode: develop with vim/emacs on the virtual server remote xdebug: possible with ssh tunnels

18 Virtual project servers: Pro s Identical to production setup Independent of the dev s client (Mac, Win, Linux, ) Once the server is running, adding extra workspaces is fast Everyone can access it, easy to look at other people s work Easy staging setup:

19 Virtual project servers: Con s Takes time to setup new project (puppet!) Grows fast on hardware needs (100GB disk, 2 CPU, 4GB RAM per server), we had about 30 projects running at one point Backup and monitoring is complex Local hosted on a Xen cloud with ceph filesystem: lots of hardware problems, high operational cost

20 Setup 3: shared hosting on an external hosted private cloud.

21

22 VMWare platform VMWare vsphere Essentials Plus with vcenter 3 physical machines with dual octocore CPU and 128GB RAM iscsi storage over 10gigE fiber Nascom office: 100/100 fiber connection

23 Plesk Parallels Plesk Panel 11.5 & 12 Intended for shared hosting setups Looks good Works even better: built on standard CentOS / Ubuntu distro (apache, nginx, mysql, php-fpm, )

24

25 Shared hosting setup Linux distribution (CentOS 6.5, Ubuntu LTS) Local users (managed by puppet) Plesk Local tools: compass, grunt, xml tools, xhprof, New Relic,

26 Keeping it all private? Firewall per server: iptables via ferm (puppet) dev: closed except vpn acc, ci, prod: open port 80 +.htaccess OpenVPN: masquerade vpn ip push routers for 3rd party servers = easy access

27 Plesk Customers: Customers (e.g. Nascom) Subscriptions: Projects (e.g. Nascom-Corporate): Subdomain: Workspaces

28 Working on the shared server The same as our virtual project server: bitbucket git sshfs commands via ssh

29 Extra daemons Install it on the dev server e.g. memcached, solr via tomcat on port 8080, Install it on another virtual server e.g. varnish on 80, connects to dev on 7080 normal: varnish:

30 Extra tools mailcatcher install it on a separate server dev/acc postfix: relayhost $ip:1025 (or PHP sendmail_path)

31 Acceptance, CI, Production Same server setup as dev (puppet!) Same Plesk setup, just no subdomains: Customer: Nascom Project: Nascom-Corporate Main workspace: nascom-corporate.acc01.nascom.be Plesk htaccess setup: not firewalled, but still a password

32 Support servers in our cloud backup server (cheap SATA storage): NFS + rsync monitoring & alerting: only for server + applications not hardware munin, nagios3, zabbix virtual varnish server (dev, acc, ci, prod) puppet master support applications: mulesoft, Bamboo buildserver,

33 External shared hosting: Pro s Fast to set up: 5mins initial setup, 1min workspace Easy to backup and maintain: Plesk New production setup? Make a new dev server. Exotic setup? Make a new dev server. Still a good reflection of our production environment

34 External shared hosting: Con s Shared server down? All workspaces down. Solution: shard your dev servers + use provisioning Expensive. But so are humans. Bandwidth and latency requirement: 100/100mbit for Nascom office

35 Conclusion After 9 months: 0 downtime. Everyone happy! Dev server is about 90% of the production environment, problems: varnish, exotic server installs, FTP hosting :( Works great with automated deployment (Bamboo) Next step: automation, testing,

36 Statistics Latency over VPN: 8-10ms roundtrip 2TB iscsi storage 200GB traffic/month Costs: 3500 euro/month

37

38 Questions?

Software Environment. Options. Service guarantee:. 24/7 Hardware Support. 99% uptime

Software Environment. Options. Service guarantee:. 24/7 Hardware Support. 99% uptime Hosting : VPS 35 Service Specifications 35GB of Disk Space 2GB of RAM 100GB of Bandwidth 1 IP Address Included Hardware Specifications CPU: Xeon Lynnfield Quad-Core X3430 2.4GHz Hard drives: 2 x SAS SATA

More information

BOA BARRACUDA ON ÆGIR ~ MY FIRST YEAR ~ Mladen Đurić @macmladen

BOA BARRACUDA ON ÆGIR ~ MY FIRST YEAR ~ Mladen Đurić @macmladen BOA BARRACUDA ON ÆGIR ~ MY FIRST YEAR ~ Mladen Đurić @macmladen 1 2 MLADEN ĐURIĆ a.k.a MacMladen in IT since the time of mainframes, 8th year in UNIX epoch. started with Z80 assembly, went over 6502 to

More information

Achieving Continuous Integration with Drupal

Achieving Continuous Integration with Drupal 23 Au gu Achieving Continuous Integration with Drupal st 20 12 Achieving Continuous Integration with Drupal Drupalcon Munich 2012 Barry Jaspan barry.jaspan@acquia.com The Evolution of a Drupal Developer

More information

Selling Virtual Private Servers. A guide to positioning and selling VPS to your customers with Heart Internet

Selling Virtual Private Servers. A guide to positioning and selling VPS to your customers with Heart Internet Selling Virtual Private Servers A guide to positioning and selling VPS to your customers with Heart Internet Contents Page Introduction 3 What are VPS? 3 Who are VPS customers? 6 VPS key selling points

More information

MLADEN ĐURIĆ. @MacMladen

MLADEN ĐURIĆ. @MacMladen MLADEN ĐURIĆ @MacMladen 1 THANKS! 2 TIME SPACE CONTINUUM THE EXISTENCE OF GOD AND OBJECT ORIENTED PHP IN DRUPAL 8 Mladen Đurić @macmladen 3 BOA BARRACUDA OCTOPUS ÆGIR ~ HOW TO RUN A WEB SERVER LIKE A PRO

More information

How to Backup XenServer VM with VirtualIQ

How to Backup XenServer VM with VirtualIQ How to Backup XenServer VM with VirtualIQ 1. Using Live Backup of VM option: Live Backup: This option can be used, if user does not want to power off the VM during the backup operation. This approach takes

More information

Deployment - post Xserve

Deployment - post Xserve MONTREAL 1/3 JULY 2011 Deployment - post Xserve Pascal Robert Miguel Arroz David LeBer The Menu Deployment options Deployment on CentOS Linux Deployment on Ubuntu Linux Deployment on BSD Hardware/environment

More information

DevShop. Drupal Infrastructure in a Box. Jon Pugh CEO, Founder ThinkDrop Consulting Brooklyn NY

DevShop. Drupal Infrastructure in a Box. Jon Pugh CEO, Founder ThinkDrop Consulting Brooklyn NY DevShop Drupal Infrastructure in a Box Jon Pugh CEO, Founder ThinkDrop Consulting Brooklyn NY Who? Jon Pugh ThinkDrop Consulting Building the web since 1997. Founded in 2009 in Brooklyn NY. Building web

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

Installing an open source version of MateCat

Installing an open source version of MateCat Installing an open source version of MateCat This guide is meant for users who want to install and administer the open source version on their own machines. Overview 1 Hardware requirements 2 Getting started

More information

CentOS. Apache. 1 de 8. Pricing Features Customers Help & Community. Sign Up Login Help & Community. Articles & Tutorials. Questions. Chat.

CentOS. Apache. 1 de 8. Pricing Features Customers Help & Community. Sign Up Login Help & Community. Articles & Tutorials. Questions. Chat. 1 de 8 Pricing Features Customers Help & Community Sign Up Login Help & Community Articles & Tutorials Questions Chat Blog Try this tutorial on an SSD cloud server. Includes 512MB RAM, 20GB SSD Disk, and

More information

Dedicated Hosting. The best of all worlds. Build your server to deliver just what you want. For more information visit: imcloudservices.com.

Dedicated Hosting. The best of all worlds. Build your server to deliver just what you want. For more information visit: imcloudservices.com. Dedicated Hosting The best of all worlds. Build your server to deliver just what you want. Only pay for what you use with no long term contracts. High availability, your server is in the cloud. Dedicated

More information

Ingram Micro Cloud Hosted Services

Ingram Micro Cloud Hosted Services Ingram Micro Cloud Hosted Services Ingram Micro Virtual Private Servers (VPS) With Ingram Micro Virtual Private Servers, you have a full-service Infrastructure as a Service (IaaS) solution that allows

More information

EZcast Installation guide

EZcast Installation guide EZcast Installation guide Document written by > Michel JANSENS > Arnaud WIJNS from ULB PODCAST team http://podcast.ulb.ac.be http://ezcast.ulb.ac.be podcast@ulb.ac.be SOMMAIRE SOMMAIRE... 2 1. INSTALLATION

More information

Java, PHP & Ruby - Cloud Hosting

Java, PHP & Ruby - Cloud Hosting Java, PHP & Ruby - Cloud Hosting NO LOCK-IN No technical lock-in and no binding contract. We believe in open standards without any technical lock-ins. We think that Open source provides flexibility and

More information

Designing and Deploying a Distributed Architecture for Research Data Management

Designing and Deploying a Distributed Architecture for Research Data Management Designing and Deploying a Distributed Architecture for Research Data Management Luke Sheneman, Ph.D Technology and Data Services Manager Northwest Knowledge Network (NKN) Presentation to IS @ WSU July

More information

METAARCHIVE & CLOUD COMPUTING

METAARCHIVE & CLOUD COMPUTING METAARCHIVE & CLOUD COMPUTING Bill Robbins System Administrator MetaArchive Cooperative Central Server Functions MetaArchive Central Servers LOCKSS Caches Require a Title Database LOCKSS Caches Require

More information

Bigstep Server Management Service Details

Bigstep Server Management Service Details Bigstep Server Management Service Details Release date: 08.06.2013 Intro This document provides a reference point for customers regarding the set of services that this covers and more importantly what

More information

TestOps: Continuous Integration when infrastructure is the product. Barry Jaspan Senior Architect, Acquia Inc.

TestOps: Continuous Integration when infrastructure is the product. Barry Jaspan Senior Architect, Acquia Inc. TestOps: Continuous Integration when infrastructure is the product Barry Jaspan Senior Architect, Acquia Inc. This talk is about the hard parts. Rainbows and ponies have left the building. Intro to Continuous

More information

Tips for getting started! with! Virtual Data Center!

Tips for getting started! with! Virtual Data Center! Tips for getting started with Virtual Data Center Last Updated: 1 July 2014 Table of Contents Safe Swiss Cloud Self Service Control Panel 2 Please note the following about for demo accounts: 2 Add an Instance

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Compact Configuration: Linux Shared Hosting 3 Compact Configuration: Mixed Linux and Windows Shared Hosting 4 Medium Size Configuration: Mixed Linux and Windows Shared

More information

InterWorx Clustering Guide. by InterWorx LLC

InterWorx Clustering Guide. by InterWorx LLC InterWorx Clustering Guide by InterWorx LLC Contents 1 What Is Clustering? 3 1.1 What Does Clustering Do? What Doesn t It Do?............................ 3 1.2 Why Cluster?...............................................

More information

Who s Endian? www.cloudrouter.dk

Who s Endian? www.cloudrouter.dk Who s Endian? Endian was founded in 2003 at Appiano, Italy, by a team of experienced network specialists and Linux enthusiasts. Endian s goal and path of development are immediately clear: creating sophisticated

More information

Release Notes. NCP Secure Enterprise HA Server. 1. New Features and Enhancements. Service Release 3.03 Build 011 (Linux 32/64) October 2012

Release Notes. NCP Secure Enterprise HA Server. 1. New Features and Enhancements. Service Release 3.03 Build 011 (Linux 32/64) October 2012 NCP Secure Enterprise HA Server Service Release 3.03 Build 011 (Linux 32/64) October 2012 Prerequisites NCP Secure Enterprise VPN Server for Linux in HA Environments If the Linux VPN Server (version 8.10)

More information

OVERVIEW. The complete IaaS platform for service providers

OVERVIEW. The complete IaaS platform for service providers OVERVIEW The complete IaaS platform for service providers The complete IaaS platform for service providers With OnApp you can sell more services, automate more of your infrastructure and extend your reach

More information

NAS 224 Remote Access Manual Configuration

NAS 224 Remote Access Manual Configuration NAS 224 Remote Access Manual Configuration Connect to your ASUSTOR NAS through the Internet A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Configure

More information

Using Vagrant for Magento development. Alexander Turiak, @HexBrain

Using Vagrant for Magento development. Alexander Turiak, @HexBrain Using Vagrant for Magento development Alexander Turiak, @HexBrain $ whoami - Magento developer since 2011 - (Tries to be) Active in Magento community - Co-founded HexBrain in 2013 Key points - What is

More information

Overview. The OnApp Cloud Platform. Dashboard APPLIANCES. Used Total Used Total. Virtual Servers. Blueprint Servers. Load Balancers.

Overview. The OnApp Cloud Platform. Dashboard APPLIANCES. Used Total Used Total. Virtual Servers. Blueprint Servers. Load Balancers. Overview The OnApp Cloud Platform Dashboard APPLIANCES Virtual Servers Blueprint Servers Load Balancers Bare Metal Smart Servers Hypervisors Assets Integrated Storage COMPONENTS DNS Templates Blueprints

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.8 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING

ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING 1 CONTENTS About Zabbix Software... 2 Main Functions... 3 Architecture... 4 Installation Requirements...

More information

CloudPlatform (powered by Apache CloudStack) Version 4.2 Administrator's Guide

CloudPlatform (powered by Apache CloudStack) Version 4.2 Administrator's Guide CloudPlatform (powered by Apache CloudStack) Version 4.2 Administrator's Guide Revised September 7, 2013 10:50 pm Pacific Citrix CloudPlatform CloudPlatform (powered by Apache CloudStack) Version 4.2 Administrator's

More information

CYCLOPE let s talk productivity

CYCLOPE let s talk productivity Cyclope 6 Installation Guide CYCLOPE let s talk productivity Cyclope Employee Surveillance Solution is provided by Cyclope Series 2003-2014 1 P age Table of Contents 1. Cyclope Employee Surveillance Solution

More information

virtualization.info Review Center SWsoft Virtuozzo 3.5.1 (for Windows) // 02.26.06

virtualization.info Review Center SWsoft Virtuozzo 3.5.1 (for Windows) // 02.26.06 virtualization.info Review Center SWsoft Virtuozzo 3.5.1 (for Windows) // 02.26.06 SWsoft Virtuozzo 3.5.1 (for Windows) Review 2 Summary 0. Introduction 1. Installation 2. VPSs creation and modification

More information

JAMF Software Server Installation Guide for Linux. Version 8.6

JAMF Software Server Installation Guide for Linux. Version 8.6 JAMF Software Server Installation Guide for Linux Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

Preparation Guide. How to prepare your environment for an OnApp Cloud v3.0 (beta) deployment.

Preparation Guide. How to prepare your environment for an OnApp Cloud v3.0 (beta) deployment. Preparation Guide v3.0 BETA How to prepare your environment for an OnApp Cloud v3.0 (beta) deployment. Document version 1.0 Document release date 25 th September 2012 document revisions 1 Contents 1. Overview...

More information

Cloud Computing @ UT. Pay-as-you-go computing explained

Cloud Computing @ UT. Pay-as-you-go computing explained Cloud Computing @ UT Pay-as-you-go computing explained Course Overview Cloud Computing @ TU, May 18+25, 2009 2 Acknowledgement and references Cloud Computing @ TU, May 18+25, 2009 3 Outline Players in

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.11 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

HP Client Automation Standard Fast Track guide

HP Client Automation Standard Fast Track guide HP Client Automation Standard Fast Track guide Background Client Automation Version This document is designed to be used as a fast track guide to installing and configuring Hewlett Packard Client Automation

More information

PARALLELS SERVER BARE METAL 5.0 README

PARALLELS SERVER BARE METAL 5.0 README PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal

More information

Drupal Performance Tips and Tricks. Khalid Baheyeldin. http://2bits.com Drupal Camp Toronto 2014

Drupal Performance Tips and Tricks. Khalid Baheyeldin. http://2bits.com Drupal Camp Toronto 2014 Drupal Performance Tips and Tricks Khalid Baheyeldin http://2bits.com Drupal Camp Toronto 2014 About Khalid 29 years in software development and software consulting First computer: Sinclair ZX Spectrum

More information

Who s me? Zequi Vázquez DevOps & Backend PhD student Hacking & Security Rock n Roll (electric guitarist) Videogames Books

Who s me? Zequi Vázquez DevOps & Backend PhD student Hacking & Security Rock n Roll (electric guitarist) Videogames Books Who s me? Zequi Vázquez DevOps & Backend PhD student Hacking & Security Rock n Roll (electric guitarist) Videogames Books 1 Introduction 2 The Project 3 Problems and Solutions 4 Demo 5 Conclusions 1 Introduction

More information

Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide

Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

112 Linton House 164-180 Union Street London SE1 0LH T: 020 7960 5111 F: 020 7960 5100

112 Linton House 164-180 Union Street London SE1 0LH T: 020 7960 5111 F: 020 7960 5100 112 Linton House 164-180 Union Street London SE1 0LH T: 020 7960 5111 F: 020 7960 5100 Our dedicated servers offer outstanding performance for even the most demanding of websites with the low monthly fee.

More information

Web Space Bandwidth CPU RAM / Burst IP Address Price. Economy 15GB 350GB 1GHz 384MB/512MB 1 $ 13.99. Standard 50GB 750GB 1.5GHz 1GB/2GB 1 $ 39.

Web Space Bandwidth CPU RAM / Burst IP Address Price. Economy 15GB 350GB 1GHz 384MB/512MB 1 $ 13.99. Standard 50GB 750GB 1.5GHz 1GB/2GB 1 $ 39. EU VPS Hosting (LINUX) Prod Hosting Ltd. 126-6 Juzni Bulevar Beograd,Srbija,11000 EUR: +381-11-7862704 IND: +91-9630-504-209 Web Space Bandwidth CPU RAM / Burst IP Address Price Economy 15GB 350GB 1GHz

More information

BOA: Drupal Utopia. Jim Smith. Drupal Camp Charlotte June 10, 2012

BOA: Drupal Utopia. Jim Smith. Drupal Camp Charlotte June 10, 2012 BOA: Drupal Utopia Jim Smith Drupal Camp Charlotte June 10, 2012 1 2 About me Director, Online Media WATE-TV / WATE.com Knoxville, Tenn. 3 About me Drupal user since 2007 drupal.org/user/16880 4 About

More information

Syncplicity On-Premise Storage Connector

Syncplicity On-Premise Storage Connector Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how

More information

Install Guide Linux Ubuntu 10.04 LTS (Lucid Lynx) Desktop

Install Guide Linux Ubuntu 10.04 LTS (Lucid Lynx) Desktop Global Open Versity IT System Integration Hands-on Labs Training Manual Install Guide Linux Ubuntu 10.04 LTS (Lucid Lynx) Desktop Kefa Rabah Global Open Versity, Vancouver Canada krabah@globalopenversity.org

More information

Dedicated Servers InfoGuide

Dedicated Servers InfoGuide Dedicated Servers InfoGuide Who is this Product for? ü Resellers who serve clients who need Dedicated Servers to host their Applications ü Those who want to Resell Hosting to thousands of customers using

More information

This document will list the ManageEngine Applications Manager best practices

This document will list the ManageEngine Applications Manager best practices This document will list the ManageEngine Applications Manager best practices 1. Hardware and Software requirements 2. Configuring Applications Manager 3. Securing Applications Manager 4. Fault Management

More information

How To Manage Change In Jeepers

How To Manage Change In Jeepers Continuous Integration Continuous Integration What is Continuous Integration? In software engineering, continuous integration (CI) implements continuous processes of applying quality control small pieces

More information

Boas Betzler. Planet. Globally Distributed IaaS Platform Examples AWS and SoftLayer. November 9, 2015. 20014 IBM Corporation

Boas Betzler. Planet. Globally Distributed IaaS Platform Examples AWS and SoftLayer. November 9, 2015. 20014 IBM Corporation Boas Betzler Cloud IBM Distinguished Computing Engineer for a Smarter Planet Globally Distributed IaaS Platform Examples AWS and SoftLayer November 9, 2015 20014 IBM Corporation Building Data Centers The

More information

Desktop virtualization using SaaS Architecture

Desktop virtualization using SaaS Architecture Desktop virtualization using SaaS Architecture Pranit U. Patil, Pranav S. Ambavkar, Dr.B.B.Meshram, Prof. Varshapriya VJTI, Matunga, Mumbai, India. pranit_patil@aol.in Abstract - Desktop virtualization

More information

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic Options in Open Source Virtualization and Cloud Computing Andrew Hadinyoto Republic Polytechnic No Virtualization Application Operating System Hardware Virtualization (general) Application Application

More information

Active Directory - User, group, and computer account management in active directory on a domain controller. - User and group access and permissions.

Active Directory - User, group, and computer account management in active directory on a domain controller. - User and group access and permissions. Vmware ESX 4/5/6 - Provision virtual machines through vsphere, assign available resources and install operating systems. - Configure the various built in alarms for monitoring, configure alarm thresholds

More information

INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR)

INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR) INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU 14.04 (TRUSTY TAHR) Mathieu SCHIRES Version: 0.9.1 Published December 24, 2014 http://www.inuvika.com Contents 1 Prerequisites: Ubuntu 14.04 (Trusty Tahr) 3

More information

Host your websites. The process to host a single website is different from having multiple sites.

Host your websites. The process to host a single website is different from having multiple sites. The following guide will help you to setup the hosts, in case you want to run multiple websites on your VPS. This is similar to setting up a shared server that hosts multiple websites, using a single shared

More information

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011 LOCKSS on LINUX Installation Manual and the OpenBSD Transition 02/17/2011 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 7 BIOS Settings... 10 Installation... 11 Firewall

More information

FileCruiser Backup & Restoring Guide

FileCruiser Backup & Restoring Guide FileCruiser Backup & Restoring Guide Version: 0.3 FileCruiser Model: VA2600/VR2600 with SR1 Date: JAN 27, 2015 1 Index Index... 2 Introduction... 3 Backup Requirements... 6 Backup Set up... 7 Backup the

More information

Moving to Plesk Automation 11.5

Moving to Plesk Automation 11.5 Moving to Plesk Automation 11.5 Last updated: 2 June 2015 Contents About This Document 4 Introduction 5 Preparing for the Move 7 1. Install the PA Moving Tool... 8 2. Install Mail Sync Software (Windows

More information

Open Source in the Data Centre. John Ferlito Bulletproof Networks

Open Source in the Data Centre. John Ferlito Bulletproof Networks Open Source in the Data Centre John Ferlito Bulletproof Networks About Me Experience Previous Engineer, ZipWorld (ISP) Senior Engineer, Pacific Internet (ISP) Current Technical Guru, linux.conf.au 2007

More information

Drupal in the Cloud. by Azhan Founder/Director S & A Solutions

Drupal in the Cloud. by Azhan Founder/Director S & A Solutions by Azhan Founder/Director S & A Solutions > Drupal and S & A Solutions S & A Solutions who? doing it with Drupal since 2007 Over 70 projects in 5 years More than 20 clients 99% Drupal projects We love

More information

VMware vsphere: Install, Configure, Manage [V5.0]

VMware vsphere: Install, Configure, Manage [V5.0] VMware vsphere: Install, Configure, Manage [V5.0] Gain hands-on experience using VMware ESXi 5.0 and vcenter Server 5.0. In this hands-on, VMware -authorized course based on ESXi 5.0 and vcenter Server

More information

Managing your Red Hat Enterprise Linux guests with RHN Satellite

Managing your Red Hat Enterprise Linux guests with RHN Satellite Managing your Red Hat Enterprise Linux guests with RHN Satellite Matthew Davis, Level 1 Production Support Manager, Red Hat Brad Hinson, Sr. Support Engineer Lead System z, Red Hat Mark Spencer, Sr. Solutions

More information

How To Set Up Egnyte For Netapp Sync For Netapp

How To Set Up Egnyte For Netapp Sync For Netapp Egnyte Storage Sync For NetApp Installation Guide Introduction... 2 Architecture... 2 Key Features... 3 Access Files From Anywhere With Any Device... 3 Easily Share Files Between Offices and Business Partners...

More information

SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES

SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES This is a Service Schedule as defined in the Conditions. Where the Services set out in this Service Schedule form part of the Services to be supplied

More information

ROCKING THE CLOUD VDI AT SAINT PAUL COLLEGE. Najam Saeed Lisa Nguyen Rob Reiter

ROCKING THE CLOUD VDI AT SAINT PAUL COLLEGE. Najam Saeed Lisa Nguyen Rob Reiter ROCKING THE CLOUD VDI AT SAINT PAUL COLLEGE Najam Saeed Lisa Nguyen Rob Reiter VDI Virtual Desktop Infrastructure Desktop Delivery Model User has access to a full desktop environment using Virtual Machine

More information

Cache All The Things

Cache All The Things Cache All The Things About Me Mike Bell Drupal Developer @mikebell_ http://drupal.org/user/189605 Exactly what things? erm... everything! No really... Frontend: - HTML - CSS - Images - Javascript Backend:

More information

Parallels Panel. Deployment Guide. Plesk Automation 11.5. Revision 1.0

Parallels Panel. Deployment Guide. Plesk Automation 11.5. Revision 1.0 Parallels Panel Deployment Guide Plesk Automation 11.5 Revision 1.0 Contents Getting Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Plesk Automation 8 Upgrading Plesk

More information

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013 LOCKSS on LINUX CentOS6 Installation Manual 08/22/2013 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 6 BIOS Settings... 9 Installation... 10 Firewall Configuration...

More information

How to Create a Flexible CRM Solution Based on SugarCRM in a vcloud Environment. A VMware Cloud Evaluation Reference Document

How to Create a Flexible CRM Solution Based on SugarCRM in a vcloud Environment. A VMware Cloud Evaluation Reference Document How to Create a Flexible CRM Solution Based on SugarCRM in a vcloud Environment A VMware Cloud Evaluation Reference Document Contents About Cloud Computing Cloud computing is an approach to computing that

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Copyright Notice Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Global Headquarters 500 SW 39th Street, Suite

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2 JAMF Software Server Installation and Configuration Guide for Linux Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Creating a high-availability, scalable web-server system within the Digiweb cloud.

Creating a high-availability, scalable web-server system within the Digiweb cloud. Creating a high-availability, scalable web-server system within the Digiweb cloud. Table of Contents Abstract. Page 3 Introduction to Cloud computing Page 3 Business benefits of Cloud computing Page 4

More information

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing

TGL VMware Presentation. Guangzhou Macau Hong Kong Shanghai Beijing TGL VMware Presentation Guangzhou Macau Hong Kong Shanghai Beijing The Path To IT As A Service Existing Apps Future Apps Private Cloud Lots of Hardware and Plumbing Today IT TODAY Internal Cloud Federation

More information

In order to upload a VM you need to have a VM image in one of the following formats:

In order to upload a VM you need to have a VM image in one of the following formats: What is VM Upload? 1. VM Upload allows you to import your own VM and add it to your environment running on CloudShare. This provides a convenient way to upload VMs and appliances which were already built.

More information

2010 Parallels. All Rights Reserved. 2

2010 Parallels. All Rights Reserved. 2 Delivering Extraordinary Density for Cloud Service Providers Parallels Shared Hosting NG Service Module and Intel Xeon 5500 Processor Series-Based Servers Abstract: The goal of this paper is to provide

More information

Ensuring scalability and performance with Drupal as your audience grows

Ensuring scalability and performance with Drupal as your audience grows Drupal performance and scalability Ensuring scalability and performance with Drupal as your audience grows Presented by Jon Anthony Bounty.com Northern and Shell (OK! Magazine etc) Drupal.org/project/

More information

See the installation page http://wiki.wocommunity.org/display/documentation/deploying+on+linux

See the installation page http://wiki.wocommunity.org/display/documentation/deploying+on+linux Linux Installation See the installation page http://wiki.wocommunity.org/display/documentation/deploying+on+linux Added goodies (project Wonder) Install couple of more goodies from Wonder. I Installed

More information

OnApp Cloud. The complete platform for cloud service providers. 114 Cores. 286 Cores / 400 Cores

OnApp Cloud. The complete platform for cloud service providers. 114 Cores. 286 Cores / 400 Cores OnApp Cloud The complete platform for cloud service providers 286 Cores / 400 Cores 114 Cores 218 10 86 20 The complete platform for cloud service providers OnApp software turns your datacenter into an

More information

Upgrading to Ubuntu Server Edition 10.04 LTS

Upgrading to Ubuntu Server Edition 10.04 LTS Upgrading to Ubuntu Server Edition 10.04 LTS OSCON 2010 Nick Barcet what is an LTS? Released every two years 5 years of security and maintenance updates Direct upgrade path

More information

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact Interact Intranet Version 7 Technical Requirements August 2014 2014 Interact Definitions... 3 Licenses... 3 On-Premise... 3 Cloud... 3 Pulic Cloud... 3 Private Cloud... 3 Perpetual... 3 Self-Hosted...

More information

CloudPlatform (powered by Apache CloudStack) Version 4.3.0.2 Administrator's Guide

CloudPlatform (powered by Apache CloudStack) Version 4.3.0.2 Administrator's Guide CloudPlatform (powered by Apache CloudStack) Version 4.3.0.2 Administrator's Guide Revised November 11, 2014 03:00 PM IST Citrix CloudPlatform CloudPlatform (powered by Apache CloudStack) Version 4.3.0.2

More information

Deploy Big Data Extensions on vsphere Standard Edition

Deploy Big Data Extensions on vsphere Standard Edition Deploy Big Data Extensions on vsphere Standard Edition You can deploy Big Data Extensions 2.1.1 Fling on VMware vsphere Standard Edition for the purpose of experimentation and proof-of-concept projects

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

The current version installed on your server is 2.6.32-431.5.1.el6.x86_64 and it's the latest available.

The current version installed on your server is 2.6.32-431.5.1.el6.x86_64 and it's the latest available. IP : nnn.nnn.nnn.n 173.255.141.4 Hostname : example.domain.com webserver.theewfinc.org OS : CentOS release 6.6 (Final) The following is a report on the security and performance of your server. It includes

More information

Support of Windows Server 2012 The NCP Secure Enterprise VPN Server supports the Windows Server 2012 (64 bit) operating system.

Support of Windows Server 2012 The NCP Secure Enterprise VPN Server supports the Windows Server 2012 (64 bit) operating system. NCP Secure Enterprise HA Server Service Release 3.03 Build 007 (Windows 32/64) Date: March 2013 1. New Features and Enhancements The following new feature has been introduced in this release: Support of

More information

Deployment Guide. How to prepare your environment for an OnApp Cloud deployment.

Deployment Guide. How to prepare your environment for an OnApp Cloud deployment. Deployment Guide How to prepare your environment for an OnApp Cloud deployment. Document version 1.07 Document release date 28 th November 2011 document revisions 1 Contents 1. Overview... 3 2. Network

More information

Easy Setup Guide 1&1 CLOUD SERVER. Creating Backups. for Linux

Easy Setup Guide 1&1 CLOUD SERVER. Creating Backups. for Linux Easy Setup Guide 1&1 CLOUD SERVER Creating Backups for Linux Legal notice 1&1 Internet Inc. 701 Lee Road, Suite 300 Chesterbrook, PA 19087 USA www.1and1.com info@1and1.com August 2015 Copyright 2015 1&1

More information

always available Cloud

always available Cloud North Trade Building Noorderlaan 133/8 B-2030 Antwerp T +32 (0) 3 275 01 60 F +32 (0) 3 275 01 69 Kinepolis.com: always available and reachable in the Cloud Since November 2011, the Kinepolis.com infrastructure

More information

NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction

NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction NETGEAR SMB Storage Line Update and ReadyNAS 2100 Introduction June 2, 2009 ReadyNAS 2100 shown Agenda Overview New Introductions and Updates ReadyNAS 2100 ReadyNAS Remote Current Product Lineup Solutions

More information

iweb Management Packages - List of supported services and software

iweb Management Packages - List of supported services and software iweb Management Packages - List of supported services and software Introduction Operating Systems and Control s Virtualization Backups Linux Databases (Linux) Web Servers (linux) Programming languages

More information

PARALLELS SERVER 4 BARE METAL README

PARALLELS SERVER 4 BARE METAL README PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels

More information

HOW TO BUILD A VMWARE APPLIANCE: A CASE STUDY

HOW TO BUILD A VMWARE APPLIANCE: A CASE STUDY HOW TO BUILD A VMWARE APPLIANCE: A CASE STUDY INTRODUCTION Virtual machines are becoming more prevalent. A virtual machine is just a container that describes various resources such as memory, disk space,

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2 JAMF Software Server Installation and Configuration Guide for OS X Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

ULTEO OPEN VIRTUAL DESKTOP UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT

ULTEO OPEN VIRTUAL DESKTOP UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT Contents 1 Prerequisites: Ubuntu 12.04 (Precise Pangolin) 3 1.1 System Requirements.............................. 3 1.2 sudo.........................................

More information

Alinto Mail Server Pro

Alinto Mail Server Pro Alinto Mail Server Pro Installation Guide Alinto Version 2.0.1 Index 1. Introduction....................................................................................... 1 2. Prerequisites......................................................................................

More information

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM : How to Get Started. Version 2.0 January 2012

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM : How to Get Started. Version 2.0 January 2012 Version 2.0 January 2012 AT&T CLOUD SERVICES AT&T Synaptic Compute as a Service SM : How to Get Started 2012 AT&T Intellectual Property. All rights reserved. Notice Copyright AT&T Intellectual Property.

More information

Small Enterprise Server Open Source Linux Based SES

Small Enterprise Server Open Source Linux Based SES Open Source Linux Based SES Bharvani Toshaan- toshaan@trilands.be September 2009 Abstract In this short paper, we will explain the differences between the different small enterprise server solutions available,

More information

The Ultimate Business & Enterprise Hosting Solutions. www.radonhosting.com

The Ultimate Business & Enterprise Hosting Solutions. www.radonhosting.com The Ultimate Business & Enterprise Hosting Solutions Radon is for businesses that demand high performance, versatile and scalable solutions. From hosting your Website, Email, Voice, SMS and Business Applications,

More information