Linux Virtual Machine (VM) Provisioning on the Hyper-V Platform

Size: px
Start display at page:

Download "Linux Virtual Machine (VM) Provisioning on the Hyper-V Platform"

Transcription

1 I T S E R V I C E S Son Truong Systems & Operations Unix Technical Lead November 2016 SERVER PROVISIONING: Linux Virtual Machine (VM) Provisioning on the Hyper-V Platform Standard Linux VM Introduction One of the most significant service offerings of the Systems and Operations (SysOps) Unix Team is to provide Linux server facilities for IT operational, research and teaching groups and individuals. Our server provisioning preference and facilities are in the form of virtual machines (VMs) on the Microsoft Hyper-V (virtualisation) platform. There are exceptions to this general preference rule, of course. One example would be the request for server facilities to host a high performing database. Where appropriate we will consider hardware server provisioning if virtual servers are not suitable. Purpose of this Document This document defines the Standard Linux VM offerings and outlines the procedure for users and groups to follow, to attain VMs for operational, research and teaching purposes. There is a need to follow a formalised process to enable SysOps Unix to bound the scope of our work so that we able to effectively and responsively support, maintain, upgrade and manage the complete life-cycle of the VMs that we provide. In the process of defining the Standard Linux VMs, we will provide resources, guidelines, and instructions for the complete process of applying for and obtaining Linux VMs such that you can run services or IT facilities for operational, research or teaching purposes. Standard Linux VM provisioning will be very simple and quick if all the information required is given clearly and accurately on application. Requests that deviate from the standard VM offerings will need a more involved discussion and negotiation to define the requirements. The level of support and resources needed will have to be agreed and the quantification and allocation of costs needs to be met. There is also a need to define server configurations and the support of the applications or service that run on the provisioned VM(s). There will be a definition of the level of responsibilities and who in terms of SysOps Unix or the VM owner will be performing the installation, configuration and maintenance of the applications or service that are needed. Page 1 of 7

2 1. Standard Linux VM Definitions Firstly, we are going to define the supported Linux distribution(s) on which the VMs run. We will then define the application stacks that we can implement and support along with the standard VMs. Secondly, we will outline how the OS, the application stacks and other VM requirements such as security and updates, are implemented using a configuration management facility. Lastly, we will give a definition of Self-supported VM and in what circumstances this type of VM is most suited for your use. The flexibility of the self-supported VM comes with responsibilities which the owner must take on, so some of them will be outlined for your attention Linux Operating System - Distribution and Versions We need to standardise on a Linux operating system (OS), the distribution and its versions, purely for affordability, supportability and future-proofing. CentOS Linux 1 is the Community Enterprise Operating System and it is based directly on Red Hat Enterprise Linux (RHEL) from the sources freely supplied by them to the community. As such, CentOS Linux aims to be functionally compatible with RHEL and as a subsequent supported by Red Hat in terms of downstream security patches, software updates and version releases. CentOS is no-cost, free to use and distribute. Due to the above reasons and together with RHEL release and support lifecycle, CentOS Linux is ideal for IT Services use as the preferred OS and distribution for Linux server provisioning. To read and find out more about RHEL lifecycle please follow this link: Currently, RHEL version 6 and 7 are both in their production lifecycle, so we are able to provision VMs with CentOS version 6 or 7. We prefer to provision new VMs with CentOS 7, and still support and run existing VMs on CentOS VM Resource Specifications Virtual machines have three resource options: vcpus, memory and disk space. These three resources and their amount is determined by the two types of resource profiles: Production and Test/Dev 2 VMs. The reason for the split of resource allocation into the groups is based on their criticality and the underlying support infrastructure. Production VMs are hosted on resilient and high performance hardware, storage and network infrastructure. Test/Dev VMs maybe hosted on less performant or resilient infrastructure with smaller capacity due to the nature of their critical needs. Below is the current resource allocation of production and test/dev Linux VM. The production specification defines one Linux VM unit and so when more resources are need when requesting VMs, they will be measured in terms of this base unit for the purpose of costing and recharging, if and when these policies come into play see Section For more information on CentOS please visit: 2 Dev denotes Development. Beta and demo(stration) VMs fall into the Test/Dev VM profile. Page 2 of 7

3 The standard production VM running CentOS 6 is: 4 vcpus, 4GB RAM, 60GB (incl. OS) of disk space. The standard test/dev VM running CentOS 6 is: 2 vcpus, 2GB RAM, 60GB (incl. OS) of disk space. An additional request for disk space can be made of up to 150GB for production VM and 50GB for test/dev VM and is mounted under /srv: CentOS 6 Production Test/Dev vcpu 4 2 Memory 4 GB 2 GB Diskspace 60 GB (< 150GB) 60 GB (< 50GB) The standard production VM running CentOS 7 is: 4 vcpus, 4GB RAM, 100GB (incl. OS) of disk space. The standard test/dev VM running CentOS 7 is: 2 vcpus, 2GB RAM, 100GB (incl. OS) of disk space. An additional request for disk space can be made of upto 300GB for production VM and 100GB for test/dev and is mounted under /srv: CentOS 7 Production Test/Dev vcpu 4 2 Memory 4 GB 2 GB Diskspace 100 GB ( < 300GB) 100 GB (< 100GB) 1.3. Application Stacks Web servers and web technology: this is our most supported and popular VMs requests. Apache 2 is our preferred web server technology (not ngix) and the following associated application stacks can be provisioned: LAMP - Linux, Apache, MySQL, PHP (and variations, e.g. PHP, Python) Django - Apache, Python, Django (and variations, e.g. Perl, PHP) Java - Apache, Tomcat, Java (and variations, e.g. PHP, Perl, Python) A combination of these technologies can be provided together with owner installable software which means that these stacks should be able to provide users with the tools to form their service. The only caveat is that only the versions provided by the OS release repository are supported by the SysOps UNIX team. For example, if the CentOS 7 distribution provides PHP at version 6, then the standard application stack that includes PHP will be the one at that version. If users require another version or PHP 7, then they must ensure they provide their own system administration resource to set up and configure their VM such that the standard version is removed and their required version installed. Page 3 of 7

4 Please note that the MySQL in the LAMP stack will be provided on the Central MySQL Cluster service see Section 9. This facility may require you to create another service ticket requesting for the database. Certainly the client software or application will be installed as part of the LAMP stack Puppet Configuration Management To enable SysOps Unix to deliver, support and maintain a large number of provisioned VMs, we use Puppet Enterprise as the configuration management tool. Puppet allows us to deliver standard VMs, configured as desired quickly, effectively and securely. Puppet configuration management also ensures that critical and secure settings are not accidentally modified or removed by those with the right permissions. Puppet also allows some VM settings, such as user access and permissions, be changed by other IT support staff. This allows a devolution of administration to Zonal IT staff so that support is readily available and can direct for you. The use of Puppet will be the mechanism that installs and maintains the application stacks defined in (2.3). Puppet will be able to guarantee the software to be always present and if there are services associated, e.g. Apache httpd, then it will ensures that the service is also always up and running. It will not however, manage the application s configuration for you. You must have application configuration and management skills to be able to set up and main the service for your needs. The standard Linux VM is provisioned with the OS configured and maintained by the SysOps Unix Puppet base modules, forming base roles and profiles that are applied. Standard services such as NTP, timezones, LDAP integration as well as security features, such as the local firewall, and user access and permissions are present and enabled. Security updates are applied daily, so any patches or software updates which are pushed to the repositories are applied. To find out more about SysOps use of Puppet Configuration Management please read the SysOps Unix Puppet Enterprise wiki, available here Self-Supported VM A Self-supported VM is one that is provisioned with a bare-bones CentOS distribution that can be selfadministered to enable the setup of any application and software that is needed to test, develop and run a service or provide the needed function. You can request a self-supported VM if the standard VM with the available application stacks defined in section 2.2 and 2.3 is not suitable for your use. The OS on a self-supported VM is still managed by SysOps Unix, with the Puppet base role or profile enforcing system updates, access and security policies. Owners of these VMs will have full sudo permissions and can choose to install and configure their software as they see fit. The self-supported aspect of these VMs, is the support of any non-standard (to the distribution) or third-party software and configuration that is required to run on them. The owner of the VM is not only responsible for the installation and setup, but also the continuing maintenance, update and security patching of them. Please see section: Support and Responsibilities for further detail. The important aspect of a self-supported VM is that SysOps Unix can only provide reasonable efforts help and resources, and ultimately we do not have an infinite pool of resources, knowledge or skills to be able to solve any technical or resource issues that might arise. Page 4 of 7

5 With this in mind, if you are requesting a self-supported VM, it is explicitly expected that you have the systems and application administration and maintenance skills to be able to install, configure and run the software or applications that you require. Whatever software or application used and deployed, they and/or their use should not contravene the University and IT Services terms and conditions of acceptable use of IT. An extra important point in the adoption or use of software, applications or technologies that is new, innovative, or specialised, is that their use must be approved by the University s IT Services Technical and Enterprise Architecture designs and standards. Please see the ITAS Standard papers and best practice guides, available here. There are also best practices and guidelines to follow, especially in terms of resilience and reliability, when running critical production services. There is also greater importance and emphasis put on the consideration of data security, data protection and copyright issues related to any services you provide Infrastructure and Networking Our current virtualisation infrastructure is Hyper-V. The hypervisor and its management technologies should not be too much of a concern for the VM owner. The infrastructure is architected for redundancy, resilience and reliability, which is designed to deliver enterprise class IT services. The VM infrastructure is sufficiently costly for IT Services to run such that VM requests, although we provide without charge, there will be some cost and resources will be consumed and must be replenished. Requesting one or two VMs per project is a reasonable demand but requesting 10 or 15 VMs require negotiation and external (to IT Services) resourcing. The Hyper-V infrastructure allows the hosting of critical services on VMs which can replicated from one datacentre to another. This is purely for disaster recover purposes only if the primary datacentre Hyper-V infrastructure fails, then the replicated VM which lives in the second datacentre can be activated to immediately recover the service within a minimal downtime period. If your service criticality level is deemed as Silver or Gold, you must inform SysOps Unix upon request such that we automatically replicate the provisioned VM. Standard VMs are provisioned on private network behind the F5 firewall/load-balancers and as such run on a network that is partially isolated from other parts of the University s network and services. There are a set of standard ports open for certain traffic to flow in and out of this private network but not all ports can be open. For example, access to RDSF is not currently possible from within this private network due to policies implemented by the providers. It is also possible to request standard VMs that run on a different network/subnet, but this requirement must be detailed at the time of the request. However, not all networks/subnets are available to VMs that are created on the Hyper-V infrastructure. For external access to services that run on these provisioned VM, we need to use the F5 firewall/loadbalancers to forward traffic back and forth between service/external networks to private network. The most popular example of this is the forwarding of HTTP/HTTPS traffic from and to this private network and the internet. Using the F5 for such traffic control allows you to architect your services for reliability and resiliency so bear this in mind when designing your services. Where your service is suitably designed and the F5 supports this design, then the use of the F5 can allow outages of individual VMs without disrupting the availability of your service. Page 5 of 7

6 2. Support and Responsibilities 2.1. SysOps Unix The responsibilities of SysOps Unix are based mainly on the operating system, networking and its security aspects when regarding the actual Virtual Machine. The Hyper-V virtualisation infrastructure on which the VMs run is mainly the responsibility of the SysOps Microsoft team. Hyper-V replication is available for critical service VMs but this high availability facility must be discussed and arranged. When SysOps provision a standard VM, we are responsible for its OS, networking, and security setup and configuration. Whenever there is a fault, failure or misconfiguration, a TopDesk ticket must be raised so that we can investigate the problems and fix them accordingly. File/Networker backup of Production VMs is performed automatically. However, for development or test VMs, owners will need to explicitly request file-based backup if this is needed. Security and software updates of packages from official distribution repositories (OS and other repositories such as EPEL) are done automatically each day (using Puppet). Other critical patching and security updates might need to be done when and if they are needed - with or without notification. Access control and restrictions are applied implicitly at the local VM level which means the use of the local firewall. All ports are closed with only those needed opened for use and access Zonal Support and Responsibilities It is expected that there be some pre-consultation by the requester/owner with their Zonal support team before making a VM request - even if it is a standard VM. This pre-consultation should be of benefit to you as the Zonal support team should be able to give you procedural and technical advice before requesting and owning a VM. Enterprise business support and a customer focused service is what we aim to provide as IT Services to the rest of the University. This Zonal contact and support is also an important step for SysOps Unix and this enables us to link-up the service and support from end-to-end VM Requester/Owner It is important that when requesting a standard VM, the requester (and eventual owner, administrator or service manager of that VM) understands what SysOps are providing (2.1. above) and what is expected of the owner. The provision of a standard VM does not guarantee any kind of gold service and 100% uptime or availability. If this is the level of requirements that your service needs, then this should not be a standard VM request. A standard VM request allow us to quickly and efficiently provide you with a VM that can fulfil your simple needs immediately. Whether this request is for a test, development or production VM you should be able to install and setup your service quickly and have a Linux server that can satisfy this simple requirement. Where there s a need for more permanent, higher service-level, or resource demanding VMs, then these requirements deviate from the definition of the standard VM and the non-standard VM request Page 6 of 7

7 procedure should be initiated and a more appropriate VM or alternative physical machine provisioning can be made. It is the responsibility of the owner to initiate this non-standard VM request by reviewing the changed requirements of a pre-provisioned VM and talking with SysOps Unix. The main responsibility of the VM requester/owner is for the service that is run on the provisioned VM. Unless the service is a SysOps Unix provided and maintained one (see section 4, above), any services that are being provided on a provisioned VM are the responsibility of the VM owner. What this means is that we are unable to get involved with the installation, setup and configuration of software packages that are needed for this service. This especially applies for self-supported VMs or standard VMs that deviate from their initial request or have a complicated software setup or design. As SysOps Unix we are very knowledgeable on the operating side of the CentOS Linux distribution, but have limited knowledge on its software packages and the services that can be configured to provide. It is assumed that the requester of the VM is already proficient and knowledgeable on the configuration and implementation of the services. The emphasis, again when setting up and running any service is its security and safety aspects. The VM owner must ensure that your data (and the underlying OS) is secure and protected against exploitable vulnerabilities at the service level. You must ensure that the services abide by the standards and recommendation set by the Enterprise and Technical Architecture boards run by the University and IT Services Project Go Live Process and Checklist If your VM request is part of a pilot or bigger project please provide full details of this at the time of application. It is important that you proceed and adhere to the IT Services Project and Go Live processes and that the Go Live checklist must be read and completed to ensure what is required by you and that you contact the parties involved who needs to sign off the various IT aspects for your Go Live approval. Please attach all relating document to the VM requests such that we can check to see if we can fulfil the criticality and service level requirements of your service/project Resources, VM quota and Cost/Charging Model Currently, VMs are provisioned without charge for the compute and system administration resources they consume. However, this situation might change. You will need to ensure that your project will be able to meet cost and charging if they are introduced. Page 7 of 7

Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT

Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT Contents 1 Cloud+ IaaS Pricing...2 1.1 Service Pricing Guide... Error! Bookmark not defined. 1.2 Cloud+ Networking Pricing...

More information

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2 Table of Contents Introduction Overview of vsphere Integrated Containers 1.1 1.2 2 Overview of vsphere Integrated Containers This document provides an overview of VMware vsphere Integrated Containers.

More information

CLOUDVPS SERVICE LEVEL AGREEMENT CLASSIC VPS

CLOUDVPS SERVICE LEVEL AGREEMENT CLASSIC VPS CLOUDVPS SERVICE LEVEL AGREEMENT CLASSIC VPS SERVICE LEVEL AGREEMENT CLASSIC VPS 05 MARCH 2018 FINAL/V1.0 2 / 18 CLOUDVPS SERVICE LEVEL AGREEMENT CLASSIC VPS DOCUMENT TYPE SERVICE LEVEL AGREEMENT CLASSIC

More information

Cloud Services. Introduction

Cloud Services. Introduction Introduction adi Digital have developed a resilient, secure, flexible, high availability Software as a Service (SaaS) cloud platform. This Platform provides a simple to use, cost effective and convenient

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

Table of Contents 1.1. Overview. Containers, Docker, Registries vsphere Integrated Containers Engine

Table of Contents 1.1. Overview. Containers, Docker, Registries vsphere Integrated Containers Engine Table of Contents Overview Containers, Docker, Registries vsphere Integrated Containers Engine Management Portal Registry Roles and Personas 1.1 1.1.1 1.1.2 1.1.2.1 1.1.2.2 1.1.2.3 1.1.2.4 2 Overview of

More information

P a g e 1. Teknologisk Institut. Online kursus k SysAdmin & DevOps Collection

P a g e 1. Teknologisk Institut.   Online kursus k SysAdmin & DevOps Collection P a g e 1 Online kursus k72751 SysAdmin & DevOps Collection P a g e 2 Title Estimated Duration (hrs) Ruby on Rails - Fundamentals 1,5 Ruby on Rails - Database Fundamentals 1,22 Python: The Basics 3,5 Python:

More information

PretaGov Australia SaaS Hosting with Fully Managed Services, Support and Maintenance

PretaGov Australia SaaS Hosting with Fully Managed Services, Support and Maintenance PretaGov Australia SaaS Hosting with Fully Managed Services, Support and Maintenance Introduction to PretaGov PretaGov operates a Government Community Plone CMS (content management system) SaaS Cloud exclusively

More information

For Australia January 2018

For Australia January 2018 For Australia January 2018 www.sysaid.com SysAid Cloud Architecture Including Security and Disaster Recovery Plan 2 This document covers three aspects of SysAid Cloud: Datacenters Network, Hardware, and

More information

Version v November 2015

Version v November 2015 Service Description HPE Quality Center Enterprise on Software-as-a-Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Quality Center Enterprise

More information

Server Hardening Title Author Contributors Date Reviewed By Document Version

Server Hardening Title Author Contributors Date Reviewed By Document Version Server Hardening The University of Waikato Title Server Hardening Author Milton Markose (Systems Administrator Security) Contributors Information Security Forum (ISF) Date 21-08-2014 Reviewed By Information

More information

For USA & Europe January 2018

For USA & Europe January 2018 For USA & Europe January 2018 www.sysaid.com SysAid Cloud Architecture Including Security and Disaster Recovery Plan 2 This document covers three aspects of SysAid Cloud: Datacenters Network, Hardware,

More information

Migration. 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1

Migration. 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/

More information

Three Steps Toward Zero Downtime. Guide. Solution Guide Server.

Three Steps Toward Zero Downtime. Guide. Solution Guide Server. Three Steps Toward Zero Downtime Guide Solution Guide Server Server Solution Guide Three Steps Toward Zero Downtime Introduction Service uptime is a top priority for many business operations. From global

More information

OnCommand Unified Manager 7.2: Best Practices Guide

OnCommand Unified Manager 7.2: Best Practices Guide Technical Report OnCommand Unified : Best Practices Guide Dhiman Chakraborty August 2017 TR-4621 Version 1.0 Abstract NetApp OnCommand Unified is the most comprehensive product for managing and monitoring

More information

Deploying enterprise applications on Dell Hybrid Cloud System for Microsoft Cloud Platform System Standard

Deploying enterprise applications on Dell Hybrid Cloud System for Microsoft Cloud Platform System Standard Deploying enterprise applications on Dell Hybrid Cloud System for Microsoft Cloud Platform System Standard Date 7-18-2016 Copyright This document is provided as-is. Information and views expressed in this

More information

Discover SUSE Manager

Discover SUSE Manager White Paper SUSE Manager Discover SUSE Manager Table of Contents page Reduce Complexity and Administer All Your IT Assets in a Simple, Consistent Way...2 How SUSE Manager Works...5 User Interface...5 Conclusion...9

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5

More information

CompTIA CV CompTIA Cloud+ Certification. Download Full Version :

CompTIA CV CompTIA Cloud+ Certification. Download Full Version : CompTIA CV0-001 CompTIA Cloud+ Certification Download Full Version : http://killexams.com/pass4sure/exam-detail/cv0-001 Answer: D QUESTION: 379 An administrator adds a new virtualization host to an existing

More information

Application Lifecycle Management on Softwareas-a-Service

Application Lifecycle Management on Softwareas-a-Service Service Description HPE Application Lifecycle Management on Software-as-a- Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Application

More information

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

More information

System Specification

System Specification NetBrain Integrated Edition 7.0 System Specification Version 7.0b1 Last Updated 2017-11-07 Copyright 2004-2017 NetBrain Technologies, Inc. All rights reserved. Introduction NetBrain Integrated Edition

More information

Deploying Liferay Digital Experience Platform in Amazon Web Services

Deploying Liferay Digital Experience Platform in Amazon Web Services Deploying Liferay Digital Experience Platform in Amazon Web Services Table of Contents Introduction................................. 1 Reference Architecture........................ 1 Overview..................................

More information

Red Hat OpenStack Platform 10 Product Guide

Red Hat OpenStack Platform 10 Product Guide Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team rhos-docs@redhat.com

More information

Master Services Agreement:

Master Services Agreement: This Service Schedule for Hosted Virtual Server Services v8.0.0 (the Service ) replaces all previously signed / incorporated version(s) of the Service Schedule for Hosted Hyper-V Services and/or Hosted

More information

Managed Service. Managed Services. High Availability / Disaster Recovery Solutions. Cloud and Hosting Solutions. Security Solutions.

Managed Service. Managed Services. High Availability / Disaster Recovery Solutions. Cloud and Hosting Solutions. Security Solutions. Managed Service Managed Services IBM i Intel AIX High Availability / Disaster Recovery Solutions Design & Implementation Monitoring Cloud and Hosting Solutions Security Solutions Single Sign-On Assessments

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

CS 356 Operating System Security. Fall 2013

CS 356 Operating System Security. Fall 2013 CS 356 Operating System Security Fall 2013 Review Chapter 1: Basic Concepts and Terminology Chapter 2: Basic Cryptographic Tools Chapter 3 User Authentication Chapter 4 Access Control Lists Chapter 5 Database

More information

What to Look for in a DRaaS Solution

What to Look for in a DRaaS Solution What to Look for in a DRaaS Solution Storage Switzerland, LLC GEORGE CRUMP - LEAD ANALYST Introduction Disaster Recovery as a Service (DRaaS) outsources and simplifies the most difficult situations that

More information

Certified Reference Design for VMware Cloud Providers

Certified Reference Design for VMware Cloud Providers VMware vcloud Architecture Toolkit for Service Providers Certified Reference Design for VMware Cloud Providers Version 2.5 August 2018 2018 VMware, Inc. All rights reserved. This product is protected by

More information

Virtual Server Service

Virtual Server Service ITS Service Level Agreement February 2016 Virtual Server Service What is a Virtual Server? A virtual server (also known as a virtual machine ) is a server that runs on shared physical equipment. Usually,

More information

Web Hosting: Mason Home Page Server (Jiju) Service Level Agreement 2012

Web Hosting: Mason Home Page Server (Jiju) Service Level Agreement 2012 Web Hosting: Mason Home Page Server (Jiju) Service Level Agreement 2012 Table of Contents 1 General Overview... 2 2 Service Description... 2 2.1 Service Scope... 2 2.1.1 Eligibility Requirements... 2 2.1.2

More information

Introducing VMware Validated Design Use Cases. Modified on 21 DEC 2017 VMware Validated Design 4.1

Introducing VMware Validated Design Use Cases. Modified on 21 DEC 2017 VMware Validated Design 4.1 Introducing VMware Validated Design Use Cases Modified on 21 DEC 2017 VMware Validated Design 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

OUR CUSTOMER TERMS CLOUD SERVICES - INFRASTRUCTURE

OUR CUSTOMER TERMS CLOUD SERVICES - INFRASTRUCTURE CONTENTS 1 ABOUT THIS PART... 2 2 GENERAL... 2 3 CLOUD INFRASTRUCTURE (FORMERLY UTILITY HOSTING)... 2 4 TAILORED INFRASTRUCTURE (FORMERLY DEDICATED HOSTING)... 3 5 COMPUTE... 3 6 BACKUP & RECOVERY... 8

More information

Genomics on Cisco Metacloud + SwiftStack

Genomics on Cisco Metacloud + SwiftStack Genomics on Cisco Metacloud + SwiftStack Technology is a large component of driving discovery in both research and providing timely answers for clinical treatments. Advances in genomic sequencing have

More information

Version v November 2015

Version v November 2015 Service Description HPE Project and Portfolio Management on Software-as-a- Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Project and

More information

University of Hawaii Hosted Website Service

University of Hawaii Hosted Website Service University of Hawaii Hosted Website Service Table of Contents Website Practices Guide About These Practices 3 Overview 3 Intended Audience 3 Website Lifecycle 3 Phase 3 Begins 3 Ends 3 Description 3 Request

More information

ICBA Migration to IaaS Cloud Platform REQUEST FOR PROPOSAL

ICBA Migration to IaaS Cloud Platform REQUEST FOR PROPOSAL INTERNATIONAL CENTER FOR BIOSALINE AGRICULTURE ICBA Migration to IaaS Cloud Platform REQUEST FOR PROPOSAL Imane Boujidane Procurement Officer +971 4 336 1100 ext. 201 i.boujidane@biosaline.org.ae International

More information

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved.

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved. VMware Overview Kontakt: jens.soeldner@netlogix.de 1-1 You Are Here Virtual Infrastructure VMware Overview ESX Server Installation ESX Server Installation Networking Networking Storage Storage ESX Server

More information

Best Practices for the Hybrid Cloud

Best Practices for the Hybrid Cloud Best Practices for the Hybrid Cloud Private clouds have been a popular topic amongst IT managers in the past year, but IT organizations that build private clouds need the peak computing power of a public

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 2.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

A guide for assembling your Jira Data Center team

A guide for assembling your Jira Data Center team A guide for assembling your Jira Data Center team Contents 01 Getting started 02 Helpful roles for your Jira Data Center team 03 Helpful expertise for your Jira Data Center team 04 Pro tips & best practices

More information

Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Copyright 2011, Oracle and/or its affiliates. All rights reserved. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Pentaho and Microsoft Azure

Pentaho and Microsoft Azure Pentaho and Microsoft Azure Change log (if you want to use it): Date Version Author Changes Contents Overview... 1 Before You Begin... 1 Terms You Should Know... 1 Other Prerequisites... 1 Best Practices

More information

Solution Pack. Managed Services Virtual Private Cloud Security Features Selections and Prerequisites

Solution Pack. Managed Services Virtual Private Cloud Security Features Selections and Prerequisites Solution Pack Managed Services Virtual Private Cloud Security Features Selections and Prerequisites Subject Governing Agreement DXC Services Requirements Agreement between DXC and Customer including DXC

More information

Red Hat enterprise virtualization 3.0

Red Hat enterprise virtualization 3.0 Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

DEVOPSIFYING NETWORK SECURITY. An AlgoSec Technical Whitepaper

DEVOPSIFYING NETWORK SECURITY. An AlgoSec Technical Whitepaper DEVOPSIFYING NETWORK SECURITY An AlgoSec Technical Whitepaper Introduction This technical whitepaper presents and discusses the concept of Connectivity as Code, a complementary concept to Infrastructure

More information

Service Description CloudCore

Service Description CloudCore CloudCore TITLE: CloudCore DOCUMENT REF NO: QMS REC117 DESCRIPTION: Service description for the CloudCore service. OWNER / AUTHORITY: QMS / ISMS DOCUMENT CROSS REFERENCE: Director of Product and Service

More information

SERVICE SCHEDULE MANAGED DATABASE

SERVICE SCHEDULE MANAGED DATABASE SERVICE SCHEDULE MANAGED DATABASE 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 under a Contract

More information

How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications. A VMware Cloud Evaluation Reference Document

How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications. A VMware Cloud Evaluation Reference Document How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications A VMware Cloud Evaluation Reference Document Contents About Cloud Computing Cloud computing is an approach to computing that pools

More information

Venafi Platform. Architecture 1 Architecture Basic. Professional Services Venafi. All Rights Reserved.

Venafi Platform. Architecture 1 Architecture Basic. Professional Services Venafi. All Rights Reserved. Venafi Platform Architecture 1 Architecture Basic Professional Services 2018 Venafi. All Rights Reserved. Goals 1 2 3 4 5 Architecture Basics: An overview of Venafi Platform. Required Infrastructure: Services

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Solution Pack Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Subject Governing Agreement Term DXC Services Requirements Agreement between DXC and Customer

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design 4.0 VMware Validated Design for Software-Defined Data Center 4.0 You can find the most up-to-date technical

More information

Ellipse Support. Contents

Ellipse Support. Contents Ellipse Support Ellipse Support Contents Ellipse Support 2 Commercial In Confidence 3 Preface 4 Mission 5 Scope 5 Introduction 6 What do you need to know about tuning and configuration? 6 How does a customer

More information

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

CERANET SERVICE LEVEL AGREEMENT

CERANET SERVICE LEVEL AGREEMENT Page 1 of 5 CERANET SERVICE LEVEL AGREEMENT This CeraNet Service Level Agreement ("SLA") applies to all dedicated servers and Co-location services. The Client agrees that CeraNet internal measurements

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 4.0 This document supports the version of each product listed and supports

More information

What s in Installing and Configuring Windows Server 2012 (70-410):

What s in Installing and Configuring Windows Server 2012 (70-410): What s in Installing and Configuring Windows Server 2012 (70-410): The course provides skills and knowledge necessary to implement a core Windows Server 2012 infrastructure in an existing enterprise environment.

More information

Designing a Day 1 Operating Model for Rapid Adoption of Converged Systems GLOBAL SPONSORS

Designing a Day 1 Operating Model for Rapid Adoption of Converged Systems GLOBAL SPONSORS Designing a Day 1 Operating Model for Rapid Adoption of Converged Systems GLOBAL SPONSORS Converged and hyper-converged infrastructure Fastest way to a modern data center or private cloud Applications

More information

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018 VVD for Cloud Providers: Scale and Performance Guidelines October 2018 2018 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws.

More information

SERVERS TO SERVICES HOW MICROSOFT AZURE CAN MODERNISE YOUR IT INFRASTRUCTURE. Joey Lau 9 November 2017

SERVERS TO SERVICES HOW MICROSOFT AZURE CAN MODERNISE YOUR IT INFRASTRUCTURE. Joey Lau 9 November 2017 SERVERS TO SERVICES HOW MICROSOFT AZURE CAN MODERNISE YOUR IT INFRASTRUCTURE Joey Lau 9 November 2017 jlau@infoxchange.org 1 Technology for social justice www.infoxchange.org Sign up for your $5000 Azure

More information

Ensuring business continuity with comprehensive and cost-effective disaster recovery service.

Ensuring business continuity with comprehensive and cost-effective disaster recovery service. Singtel Business Product Brochure Managed Disaster Recovery-as-a-Service Ensuring business continuity with comprehensive and cost-effective disaster recovery service. Singtel Managed Disaster Recovery-as-a-Service

More information

Service Level Agreement (SLA) and Service Level Objectives (SLO)

Service Level Agreement (SLA) and Service Level Objectives (SLO) Service Level Agreement (SLA) and Service Level Objectives (SLO) Ver 1.4 Table of Contents 1. Overview.... 3 2. Definitions.... 3 3. Credit Standards... 3 3.1 Datacenter... 4 3.2 Infrastructure... 4 3.3

More information

When (and how) to move applications from VMware to Cisco Metacloud

When (and how) to move applications from VMware to Cisco Metacloud White Paper When (and how) to move applications from VMware to Cisco Metacloud What You Will Learn This white paper will explain when to migrate various applications running in VMware virtual machines

More information

Application Guide. Connection Broker. Advanced Connection and Capacity Management For Hybrid Clouds

Application Guide. Connection Broker. Advanced Connection and Capacity Management For Hybrid Clouds Application Guide Connection Broker Advanced Connection and Capacity Management For Hybrid Clouds Version 9.0 June 2018 Contacting Leostream Leostream Corporation 271 Waverley Oaks Rd Suite 206 Waltham,

More information

Advanced Architectures for Oracle Database on Amazon EC2

Advanced Architectures for Oracle Database on Amazon EC2 Advanced Architectures for Oracle Database on Amazon EC2 Abdul Sathar Sait Jinyoung Jung Amazon Web Services November 2014 Last update: April 2016 Contents Abstract 2 Introduction 3 Oracle Database Editions

More information

Virtualization with Protection for SMBs Using the ReadyDATA 5200

Virtualization with Protection for SMBs Using the ReadyDATA 5200 Virtualization with Protection for SMBs Using the ReadyDATA WHITE PAPER For most small-to-medium size businesses, building a virtualization solution that provides scalability, reliability, and data protection

More information

Service Description: Advanced Services Fixed Price. CloudCenter Advise and Implement Medium (ASF-DCV1-G-CC-ME)

Service Description: Advanced Services Fixed Price. CloudCenter Advise and Implement Medium (ASF-DCV1-G-CC-ME) Page 1 of 6 Service Description: Advanced Services Fixed Price CloudCenter Advise and Implement Medium (ASF-DCV1-G-CC-ME) This document describes Advanced Services Fixed Price: CloudCenter Advise and Implement

More information

SUSE Linux Enterprise Server 12 Modules

SUSE Linux Enterprise Server 12 Modules White Paper Server SUSE Linux Enterprise Server 12 Modules Server White Paper SUSE Linux Enterprise Server 12 Modules What Can Modular Packaging Do for You? What if you could use a reliable operating system

More information

Red Hat Virtualization 4.1 Product Guide

Red Hat Virtualization 4.1 Product Guide Red Hat Virtualization 4.1 Product Guide Introduction to Red Hat Virtualization 4.1 Red Hat Virtualization Documentation TeamRed Hat Red Hat Virtualization 4.1 Product Guide Introduction to Red Hat Virtualization

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

Implementing & Managing Windows Server 2008 Hyper-V

Implementing & Managing Windows Server 2008 Hyper-V Implementing & Managing Windows Server 2008 Hyper-V Course No. 6422-3 Days Instructor-led, Hands-on Introduction This three-day instructor-led course teaches students how to implement and manage Windows

More information

Effective: 12/31/17 Last Revised: 8/28/17. Responsible University Administrator: Vice Chancellor for Information Services & CIO

Effective: 12/31/17 Last Revised: 8/28/17. Responsible University Administrator: Vice Chancellor for Information Services & CIO Effective: 12/31/17 Last Revised: 8/28/17 Responsible University Administrator: Vice Chancellor for Information Services & CIO Responsible University Office: Information Technology Services Policy Contact:

More information

ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES

ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES YOUR OWN IT DEPARTMENT AT A FRACTION OF THE COST// Hand over the day-to-day management and responsibility of your IT so you can focus on what

More information

Information Security Controls Policy

Information Security Controls Policy Information Security Controls Policy Classification: Policy Version Number: 1-00 Status: Published Approved by (Board): University Leadership Team Approval Date: 30 January 2018 Effective from: 30 January

More information

System Specification

System Specification NetBrain Integrated Edition 7.1 System Specification Version 7.1 Last Updated 2018-07-10 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Introduction NetBrain Integrated Edition features

More information

Etanova Enterprise Solutions

Etanova Enterprise Solutions Etanova Enterprise Solutions Networking» 2018-02-24 http://www.etanova.com/technologies/networking Contents HTTP Web Servers... 6 Apache HTTPD Web Server... 6 Internet Information Services (IIS)... 6 Nginx

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 3.0 This document supports the version of each product listed and supports

More information

Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack. Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa

Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack. Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa Dell EMC Enterprise Hybrid Cloud for Microsoft Azure Stack Ahmed Iraqi Account Systems Engineer Dell EMC North & West Africa The next 15 years in IT Digital transformation 3 Digital transformation.the

More information

Migration and Building of Data Centers in IBM SoftLayer

Migration and Building of Data Centers in IBM SoftLayer Migration and Building of Data Centers in IBM SoftLayer Advantages of IBM SoftLayer and RackWare Together IBM SoftLayer offers customers the advantage of migrating and building complex environments into

More information

Sparta Systems TrackWise Digital Solution

Sparta Systems TrackWise Digital Solution Systems TrackWise Digital Solution 21 CFR Part 11 and Annex 11 Assessment February 2018 Systems TrackWise Digital Solution Introduction The purpose of this document is to outline the roles and responsibilities

More information

Private Cloud Database Consolidation Name, Title

Private Cloud Database Consolidation Name, Title Private Cloud Database Consolidation Name, Title Agenda Cloud Introduction Business Drivers Cloud Architectures Enabling Technologies Service Level Expectations Customer Case Studies Conclusions

More information

Paragon Protect & Restore

Paragon Protect & Restore Paragon Protect & Restore ver. 3 Centralized Backup and Disaster Recovery for virtual and physical environments Tight Integration with hypervisors for agentless backups, VM replication and seamless restores

More information

System Specification

System Specification NetBrain Integrated Edition 7.1 System Specification Version 7.1a Last Updated 2018-09-04 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Introduction NetBrain Integrated Edition features

More information

ITD SERVER MANAGEMENT PROCEDURE

ITD SERVER MANAGEMENT PROCEDURE ITD SERVER MANAGEMENT PROCEDURE PURPOSE This procedure ensures the operation and maintenance of all ITD servers in a safe and effective fashion. This is achieved by the routine monitoring and timely update

More information

Velocity Software Compatibility List (SCL) 2.9

Velocity Software Compatibility List (SCL) 2.9 Velocity Software Compatibility List (SCL) 2.9 Updated on November 09, 2017 Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo, and Velocity are trademarks or registered

More information

Disaster Recovery and Business Continuity

Disaster Recovery and Business Continuity Disaster Recovery and Business A Rackspace White Paper Spring 2010 Summary The purpose of this guide is to cut through the jargon around Business and Disaster Recovery, explain the differences and help

More information

ticrypt DEPLOYMENT OVERVIEW AND TIMELINE Information about hardware, deployment, and on-boarding

ticrypt DEPLOYMENT OVERVIEW AND TIMELINE Information about hardware, deployment, and on-boarding ticrypt DEPLOYMENT OVERVIEW AND TIMELINE Information about hardware, deployment, and on-boarding THOMAS SAMANT thomas@terainsights.com Tera Insights, LLC Feb 15th 2018 ALIN DOBRA alin@terainsights.com

More information

Disaster Recovery-to-the- Cloud Best Practices

Disaster Recovery-to-the- Cloud Best Practices Disaster Recovery-to-the- Cloud Best Practices HOW TO EFFECTIVELY CONFIGURE YOUR OWN SELF-MANAGED RECOVERY PLANS AND THE REPLICATION OF CRITICAL VMWARE VIRTUAL MACHINES FROM ON-PREMISES TO A CLOUD SERVICE

More information

Web-Hosting: Service Level Agreement

Web-Hosting: Service Level Agreement Web-Hosting: Service Level Agreement Aims of the Service The Web Hosting service provides an internal environment for hosting static websites or small-scale web applications. The service aims to provide

More information

Migration WordPress to Azure using Azure Site Recovery (ASR)

Migration WordPress to Azure using Azure Site Recovery (ASR) Migrating WordPress to Azure Using Azure Site Recovery (ASR) 1 MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of

More information

Red Hat enterprise virtualization 3.1 feature comparison

Red Hat enterprise virtualization 3.1 feature comparison Red Hat enterprise virtualization 3.1 feature comparison at a glance Red Hat Enterprise Virtualization 3.1 is first fully open source, enterprise ready virtualization platform Compare functionality of

More information

Version 1.26 Installation Guide for On-Premise Uila Deployment

Version 1.26 Installation Guide for On-Premise Uila Deployment Version 1.26 Installation Guide for On-Premise Uila Deployment Table of Contents Introduction... 2 Scope and Purpose... 2 Architecture Overview... 2 Virtual Architecture... 2 Getting Started... 3 System

More information

Take Back Lost Revenue by Activating Virtuozzo Storage Today

Take Back Lost Revenue by Activating Virtuozzo Storage Today Take Back Lost Revenue by Activating Virtuozzo Storage Today JUNE, 2017 2017 Virtuozzo. All rights reserved. 1 Introduction New software-defined storage (SDS) solutions are enabling hosting companies to

More information

Technical Architecture & Analysis

Technical Architecture & Analysis Technical Architecture & Analysis HS2 Technical Architecture & Analysis 15 October 2012 Anton Palitsyn 020 7426 8920 anton.palitsyn@precedent.co.uk Contents Contents... 2 Document info... 3 Authors...

More information

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers Support Matrix

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers Support Matrix EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.4.2 Version 9.4.2.0 302-003-122 REV 01 Abstract Smarts 9.4.2 Suite can be installed in a typical or a fully distributed, multi-machine production

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Overview Cobweb s Acronis Backup Cloud service is a comprehensive, yet simple, flexible and cost-effective cloud backup solution.

Overview Cobweb s Acronis Backup Cloud service is a comprehensive, yet simple, flexible and cost-effective cloud backup solution. Overview Cobweb s service is a comprehensive, yet simple, flexible and cost-effective cloud backup solution. is an easy-to-use, cloud backup storage solution that enables companies to backup files, folders,

More information