Oracle VM Template for MySQL Enterprise Edition =========================================================================== ===

Size: px
Start display at page:

Download "Oracle VM Template for MySQL Enterprise Edition =========================================================================== ==="

Transcription

1 Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Note: * This is first release of MySQL in a Template delivery for installation in an Oracle VM Environment. It is assumed that user of this template has working knowledge of Oracle VM, Oracle VM Manager and simple basics of MySQL and its use as a database server. 1. Introduction =============== The Oracle VM Template for MySQL, allow fast deployment of a MySQL database environment without expert knowledge or requiring complex setup procedures to achieve High Availability and agile infrastructure. This documentation describes purpose and scope of templates. It also describes flow and details step-by-step instructions for downloading templates and deploying an HA MySQL environment. The contents of this document are based on following software versions: - MySQL HA Database Template * Oracle Linux 5 Update 6, 64 bit * MySQL 5.5 Update 10.1, 64 bit The following considerations were made when se templates were designed: * This template can be used for Production. Production use assumes additional configuration of underlying Oracle VM environment, specifically virtual shared disk configuration, and virtual network configuration, to achieve specific performance goals. On intial boot, template will step a user through available choices found in current Oracle VM environment to configure MySQL server.

2 * English is only language currently supported in template itself and Oracle Linux operating system. * This template is based on a para-virtualized architecture. Hardware virtualization (HVM) will require a future HVM template. * A limited familiarity with MySQL is assumed. MySQL Documentation, remains best source for MySQL issues. This Template installs commercial Enterprise Edition of MySQL, and user must follow current practices for obtaining any subscription or licenses required. * The template carries or rpm objects normally found in MySQL Community Server tarball, MySQL Client, MySQL Development Libraries, MySQL Shared components, MySQL Test Suite. This is done so that optional libraries or libraries deployed to remote clients will match installed server. Or MySQL download components, such as Workbench are not found in this template. This document is intended to help you get started deploying MySQL in Oracle VM environment. For concepts that are found unfamiliar or vague you are encouraged to review Oracle VM Manager guide at 2. Installation Instructions ============================ 2.1 Minimum Hardware Requirements ) Sufficient filesystem space ( following presumes sparse file support as found in VM 2.2 ocfs2) The version of template Under /OVS ( virtual manager server pool shared storage): /seed_pool 14GB - template image /running_pool 14GB - system and mysql images 10GB - mysql database image (sized for default configuration for Innodb)

3 additionally, temporary storage for compressed template and scratch space to decompress before import into template library (/ seed_pool) template zip file 1.8G scratch space 2G 2) platform minimums * sufficient memory 2G is default Dom-U virtual machine allocation (per copy) * sufficient CPU 1 physical core per virtual machine, strongly recommended 1 core per. * 2 network cards (NIC) requirement of Oracle VM when configured with HA Enabled * IP address 1 public for MySQL service note: Oracle VM 2.2 bundles OCFS2 v1.4.4 which by default is configured for sparce file support. EXT3 also supports sparse file. NFS can be configured for sparse file for some configurations. file sizes reported can be 10x when sparse file is not supported by underlying file system. 2.2 Template Description The MySQL VM Template is actually a 'golden' template based on Oracle VM Linux 5 Update 6 template, with additions for MySQL. The additions follow Oracle VM Template pattern for first boot configuration prompting and installation as a High Available service. The MySQL VM Template uses separate virtual images, mysql and mysqldb, to separate product software and data from base Oracle Template software and data. This allows update of MySQL image to reflect compatible software release update without a requirement to deploy or reinstall eir OS or MySQL data. It also supports deploy ment of MySQL database as a single image greatly improving performance of database copy. (i.e., copy of a database is limited by byte transfer speed, not byte transfer plus backup

4 and reload speeds) The OS image is a minimal install of Oracle Linux 5 Update 6 with Unbreakable Kernel. Only basic RPM packages have been installed as required by OS or MySQL Server. The MySQL image is a basic install of MySQL Server and MySQL Client. The corresponding RPMs of an Enterprise Release can be found in image /mysql/rpm, e.g., development, embedded, shared and test. MySQL is configured for a standard production deployment, using one of 6 configuration baselines found in Enterprise release of MySQL. The Template is delivered as a single ZIP file (~1.8Gbytes). Inside this ZIP file is a single compressed tar (tar gzip) file with approximately same size, requiring ~2Gbytes temporary storage for expanding as a template. These zip/tgz files can be deleted once template has been imported. 2.3 Prepare OVM Environment Allocate necessary hardware and install Oracle VM from E-Delivery. i) Download and install OVM Server from oraclevm ii) VNC viewer software is recommended to connect to guestôøωs console for initial configuration tasks. While any VNC viewer is acceptable, all references are for tightvnc, iii) See Oracle VM Server and Oracle VM Manager guides for minimum hardware requirements. The MySQL Template requires approximately an additional minimum 20GB for unzipped, untarred template and 20GB for each virtual machine created from template. The MySQL database is created on underlying shared storage that is created during Oracle Server installation, and assigned to Server Pool. Refer to MySQL documentation for specific database sizing, Virtualization environment does not change any size calculations for database itself.

5 2.4 Download Templates Use following link to download unzip package for Linux (if needed): The following are filenames for this template distribution: V zip MySQL VM Template for Oracle Linux 5.5 (64 bit) with Unbreakable Linux Kernel <versioned-package-id> OVM_OL5U6_X86_64_MySQL5_5_10_PVM.tgz Follow instructions for login and agreement to download at Oracle VM Templates, x86_64 packages, and finally OVM_OL5U6_X86_64_MySQL5_5_10_PVM.tgz media pack. The following assumes this object was downloaded to /tmp, any local directory is supported, just modify reference appropriately. # mkdir OVS/seed_pool/OVM_OL5U6_X86_64_MySQL5_5_10_PVM # cd OVS/seed_pool/OVM_OL5U6_X86_64_MySQL5_5_10_PVM # tar -xvf /tmp/ovm_ol5u6_x86_64_mysql5_5_10_pvm.tgz 2.5 Import Templates At this point you should have a directory containing extracted VM template. This comprises a vm.cfg file and a number of disk images -.img files. For example: /OVS/seed_pool/OVM_OL5U6_X86_64_MySQL5_5_10_PVM - System.img (OS image file) - mysql.img (MySQL DB Software)!- mysqldb.img (MySQL Database & Logs) - vm.cfg (VM configuration file) - README The next step is to import template into Oracle VM Manager. i) Log into Oracle VM Manager and navigate to Resources tab. The

6 Virtual Machine Templates screen is displayed. Click Import. The Source screen is displayed. ii) Choose Select from Server Pool (Discover and register) and click Next. The General Information screen is displayed. iii) Enter or select following: Server Pool Name: Select server pool on which virtual machine will be located. Virtual Machine Template Name: Select Oracle VM template to be imported. Operating System: Select operating system of virtual machine - OEL 64 bit for this template Virtual Machine System Username: Enter username used to log into virtual machine. Enter 'root' here. Virtual Machine System Password: Enter password used to log into virtual machine. Enter 'ovsroot' here. Description: (Optional) Enter a description of virtual machine. Click Next. The Confirm Information screen is displayed. iv) Click Confirm. The Virtual Machine Template screen is displayed with a message to confirm import of template. v) To make virtual machine template available for use, select virtual machine template and click Approve. The View Virtual Machine Template screen is displayed. Click Approve. The Oracle VM template is now imported and ready for use in Oracle VM Manager. 2.6 Creating a Virtual Machine from Template

7 This section describes how virtual machines can be created from template using Oracle VM Manager. For additional information on VM creation using Oracle VM Server command line consult OVM documentation referenced in introduction. i) Log in to Oracle VM Manager and navigate to Virtual Machines tab. Click Create Virtual Machine. The Creation Method screen is displayed. ii) Select Create virtual machine based on virtual machine template. Click Next. The Server Pool screen is displayed. iii) Select Server Pool on which to create virtual machine. Select an option from Preferred Server dropdown. Click Next. The Source screen is displayed. iv) Select template you imported in Step 1, and click Next. The Virtual Machine Information screen is displayed. v) Enter virtual machine name in Virtual Machine Name field. Enter console password in Console Password field. Confirm console password by entering it again in Confirm Console Password field. Select network Interface Card. Click Next. The Confirm Information screen is displayed. vi) Confirm virtual machine information, and click Confirm. The Virtual Machine screen is displayed with message "Creating Virtual Machine". vii) When virtual machine is created, Status changes from Creating to Powered Off. To power on virtual machine, click Power On. viii) When virtual machine status is changed from Initializing to Running, you must connect to VM console via VNC. If you are not familiar with VNC you may want to consult OVM Documentation and check within

8 README file that was extracted with template. see workaround below, if VNC can not be used in current OVM environment. ix) At this point you will be prompted with a very specific set of questions specific to MySQL server installation. This first boot script will complete installation of MySQL Server in this virtual domain, start MySQL server, and set domain to automatically start this server at each poweron event. This first boot script is n de-activated Database Initialization The following questions will be asked when MySQL VM is being initialized. * Specify TCP port that will be used for MySQL Server [3306]: * Specify a default configuration from my-huge, my-large, my-small, my-medium or my-innodb-heavy-4g configuration defaults. * Specify wher MySQL is automatically or manually started at system POWERON * follow prompts of mysql_secure installation script to specify a password to be used for database accounts. Note that same password will be used for 'root' and 'mysql'. se can be subsequently changed once server is started. See MySQL documentation for details. The configuration is saved to /etc/my.cnf, which can be edited for any additional configuration settings. 3. Using Virtual Environment ================================= Once your virtual machine(s) have been created in steps above y are ready to used. * ssh to virtual machine and invoke mysql client. #mysql -u root -p <password>

9 * [as needed, download mysql client rpm to a local machine and install] #mysql -u root -p <password> -h <virtual-machine system name> 4. Administration of Running Environment ============================================ The MySQL environment is administered in same way as a conventional bare metal environment. You use same utilities to manage your environment such as mysqladmin or MySQL Workbench. 4.1 MySQL Configuration The virtual machine creation will place configuration in /etc/my.cnf for server startup. These values can be changed using an editor on text file, to be used on subsequent server startups. Note: server is started from an unstarted state wheen virtual machine is created, or after domain was shutdown or rebooted. If domain was paused or suspended, on unpause or restore running MySQL server resumes same configuration as at time it was put into suspension, i.e., it does not re-read my.cnf file. 4.2 User names and Passwords There are two defined users at completion of first boot installation, root and mysql. user can make any furr changes to users and ir passwords that will remain for duration of created virtual machine. 5. Debugging ====================== When problems arise, it is necessary to take a look at VM from to determine

10 where problem originates. The following helps in first determination of wher it is virtual machine configuration or mysql configuration. Debugging MySQL configuration is fully documented in * log into Dom0 environment ssh <server-platform> and examine logs in /var/log/ovs-agent for any problems occuring between Oracle VM Manager and Oracle VM Server. * log into DomU environment for this VM ssh <vm> and examine log /var/log/oraclevm-template.log This contains information about fundamentals of environment startup and can provide useful clues as to why VM is not behaving as expected. 6. Known Issues * Workarounds ============================= a. Oracle VM Manager Console may not be available at first boot due to issues with firewall configuration and or security measures. The user can complete firstboot prompts for Oracle Enterprise Linux and MySQL by connecting a VNC console from any one of Oracle Server Host platforms. The firstboot prompts will wait for first VNC console attached to virtual machine. The VNC Manager will show virtual machine as Running, but ssh and or external connections will not be possible until firstboot scripts have completed. e.g., if 'OVS1' is platform in serverpool newly created virtual machine '99_MySQLVM1' has been started with POWERON. OVS1> xm vncviewer 99_MySQLVM1 will allow firstboot scripts to prompt user for values for: a.1 OS

11 b. MySQL Configuration c. MySQL secure installation b. VNC may not be available at first boot due to issues with firewall configuration and or security measures. Alternatively, user can, after creating virtual machine from template through Oracle VM Manager use a command line approach to complete first boot dialogue. This is done by performing underlying xm commands on Dom0 of a target server in current server pool on virtual machine configuration directly. # ssh <Dom0> Dom0> cd /OVS/running_pool/<vm-uniqueid> ## perform any manual updates to vm.cfg as necessary ## n startup vm and open a console window Dom0> xm create vm.cfg -c user n follows same first boot dialogue to complete installation of MySQL Server in this VM <vm-uniqueid>. This uses built in vncviewer of xm hypervisor, avoiding any updates to iptables or or bridging mechanisms for peculiarities of your network and security environments. if creating a domain and starting its VNC bridged console hang (an additional issue with VNC and firewall settings), use above workaround to use a separate 'xm vncviewer <domain>' connection to complete first boot script. c. current, some multiple fault scenarios require manual intervention to resume service. specifically, if both Dom-0 hypervisor managing a Dom-U Guest and server pool storage manager (commonly configured on same platform) fail concurrently (hardware power loss), only if server pool storage manager is dual ported, allowing it to recover independently of VM environment, can this double fault recover without manager intervention. If MySQL virtual machine image is stopped through any mechanism, error

12 or command, or than through Oracle VM Manager, it is automatically restarted. this includes invoking reboot/init 6 from virtual machine command shell or command 'xm destroy <domain>'. as mentioned this high availability response is result of heartbeat between Oracle VM Manager and Oracle VM Server that domain is currently executing. As mentioned, errors which impact Oracle VM Manager concurrently (e.g., loss of underlying shared storage) may prevent this automatic recovery, requiring manual intervention. Oracle VM Manager will determine wher to re-use original Oracle VM Server or a different server in server pool. Migration to an alternate platform causes automatic migration of original virtual machine network configuration, allowing external clients ability to reconnect without reconfiguration as soon as service is re-initialized on an available server in serverpool.

Oracle VM Template for MySQL Enterprise Edition

Oracle VM Template for MySQL Enterprise Edition Oracle VM Template for MySQL Enterprise Edition Rapidly Deliver Web-Based Applications in the Cloud, with Reduced Risk, Cost and Complexity A MySQL Implementation Guide June 2011 Copyright 2011, Oracle

More information

Experiences with OracleVM 3.3

Experiences with OracleVM 3.3 Experiences with OracleVM 3.3 Hans Forbrich Oracle ACE Director Forbrich Consulting Ltd Based in Alberta, Canada Why I use Oracle VM Oracle shop Oracle product licensing Hard Partitioning Fixed servers

More information

OLT Us e r Guide for Or acle VM

OLT Us e r Guide for Or acle VM OLT Us e r Guide for Or acle VM Table of Contents 1.Introduction...2 2.Hardware Requirements...2 3. Planning the number of Vms...3 4. Pre-Installation for OLT...4 4.1. Configuration of Test Servers...4

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

A. Use a specified server pool as the default for all commands requiring a server pool argument.

A. Use a specified server pool as the default for all commands requiring a server pool argument. Volume: 80 Questions Question No : 1 What is the purpose of the use command In the CLI? A. Use a specified server pool as the default for all commands requiring a server pool argument. B. Use a specified

More information

Using Oracle VM Templates for PeopleSoft Enterprise Learning Management 9.1

Using Oracle VM Templates for PeopleSoft Enterprise Learning Management 9.1 Using Oracle VM Templates for PeopleSoft Enterprise Learning Management 9.1 September 2010 Using Oracle VM Templates for PeopleSoft Enterprise Learning Management 9.1 SKU iovm_elm91_elm91ovm_091710 Copyright

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Release Notes Release 12.1.2.10.0 for Linux x86-64 E83195-01 February 2017 This document may be updated after the most recent version of the product is released. To check for

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Implementation and. Oracle VM. Administration Guide. Oracle Press ORACLG. Mc Grauv Hill. Edward Whalen

Implementation and. Oracle VM. Administration Guide. Oracle Press ORACLG. Mc Grauv Hill. Edward Whalen ORACLG Oracle Press Oracle VM Implementation and Administration Guide Edward Whalen Mc Grauv Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Oracle VM Server Recovery Guide. Version 8.2

Oracle VM Server Recovery Guide. Version 8.2 Oracle VM Server Recovery Guide Version 8.2 Oracle VM Server for x86 Recovery Guide The purpose of this document is to provide the steps necessary to perform system recovery of an Oracle VM Server for

More information

Oracle 1Z Oracle VM 2 for x86 Essentials.

Oracle 1Z Oracle VM 2 for x86 Essentials. Oracle 1Z0-540 Oracle VM 2 for x86 Essentials http://killexams.com/exam-detail/1z0-540 D. OCFS2 and GFS only E. GFS, OCFS2 and NFS F. NFS only Answer: E QUESTION: 70 A customer wants to use hard partitioning

More information

How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates

How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates HOL 10472 How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates Simon Coter Product Manager, Oracle VM & VirtualBox simon.coter@oracle.com Christophe Pauliat Systems sales

More information

"Charting the Course... MOC A Configuring and Deploying a Private Cloud with System Center Course Summary

Charting the Course... MOC A Configuring and Deploying a Private Cloud with System Center Course Summary Description Course Summary This course describes private cloud configuration and deployment with Microsoft System. Objectives At the end of this course, students will be able to: Produce a high-level design

More information

Virtualisation for Oracle databases and application servers

Virtualisation for Oracle databases and application servers Virtualisation for Oracle databases and application servers Carlos Garcia Fernandez Luigi Gallerani Anton Topurov Carlos.Garcia.Fernandez@cern.ch Outline What is virtualisation? Tests and Management of

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

Oracle VM. Installation and Upgrade Guide for Release 3.0.3

Oracle VM. Installation and Upgrade Guide for Release 3.0.3 Oracle VM Installation and Upgrade Guide for Release 3.0.3 E18548-04 January 2012 Oracle VM: Installation and Upgrade Guide for Release 3.0.3 Copyright 2009, 2012, Oracle and/or its affiliates. All rights

More information

Using Oracle VM Templates for PeopleSoft Enterprise Financials and Supply Chain Management 9.1

Using Oracle VM Templates for PeopleSoft Enterprise Financials and Supply Chain Management 9.1 Using Oracle VM Templates for PeopleSoft Enterprise Financials and Supply Chain Management 9.1 April 2011 Using Oracle VM Templates for PeopleSoft Enterprise Financials and Supply Chain Management 9.1

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Saar Maoz, RACPack RAC Development, Oracle Kai Yu, Oracle Solutions Engineering, Dell Inc About Authors Saar Maoz Consulting Software

More information

Performing Maintenance Operations

Performing Maintenance Operations This chapter describes how to back up and restore Cisco Mobility Services Engine (MSE) data and how to update the MSE software. It also describes other maintenance operations. Guidelines and Limitations,

More information

Oracle VM Tips and Best Practices

Oracle VM Tips and Best Practices Oracle VM Tips and Best Practices To become a successful Oracle VM professional Presented by: Francisco Munoz Alvarez June 1, 2015 Francisco Munoz Alvarez Oracle ACE Director 8/9/10g/11g OCP, RAC OCE,

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Configure and Install Guest Domains 12c Release 3 (12.3.2.0.0) E60042-03 June 2016 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

Performing Administrative Tasks

Performing Administrative Tasks This chapter describes how to perform administrative tasks using Cisco CMX. Users who are assigned administration privileges can perform administrative tasks. Cisco CMX User Accounts, page 1 Backing Up

More information

Sun Storage Common Array Manager

Sun Storage Common Array Manager Sun Storage Common Array Manager Quick Start Guide This guide can help you with the basic steps of installing Oracle s Sun Storage Common Array Manager software. If you are upgrading from a previous version

More information

Archiware Pure Quick Start Guide

Archiware Pure Quick Start Guide Archiware Pure Quick Start Guide Content 1 System Requirements... 3 1.1 Hardware Requirements... 3 1.2 Supported Hypervisors... 3 1.3 Deployment Requirements... 3 2 Deploying the Virtual Appliance... 4

More information

Configuration Note. AudioCodes One Voice for Microsoft Skype for Business. CloudBond 365. Backup and Restore Functionality. Version 9.

Configuration Note. AudioCodes One Voice for Microsoft Skype for Business. CloudBond 365. Backup and Restore Functionality. Version 9. 7 Configuration Note AudioCodes One Voice for Microsoft Skype for Business CloudBond 365 Backup and Restore Functionality Version 9.5 Update 4 Configuration Note Contents Table of Contents 1 Introduction...

More information

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft An Oracle Technical White Paper September 2010 Oracle VM Templates for PeopleSoft 1 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017 Installing and Configuring Oracle VM on Oracle Cloud Infrastructure ORACLE WHITE PAPER NOVEMBER 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5 First Published: 2018-10-16 Last Modified: 2018-11-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5 USER GUIDE CTERA Agent for Windows June 2016 Version 5.5 Copyright 2009-2016 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

Control Center Planning Guide

Control Center Planning Guide Control Center Planning Guide Release 1.4.2 Zenoss, Inc. www.zenoss.com Control Center Planning Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo are trademarks

More information

LiveVault. Agent Guide

LiveVault. Agent Guide LiveVault Software Version: 7.82 Agent Guide Note The guide primarily provides instruction on how to install the LiveVault agent on Windows and Linux servers. Additionally it provides information about

More information

Upgrading Cisco UCS Director to Release 6.5

Upgrading Cisco UCS Director to Release 6.5 First Published: 2017-07-11 Last Modified: 2018-01-02 Overview of the Upgrade to Cisco UCS Director, Release 6.5 The upgrade process to Cisco UCS Director, Release 6.5 depends on the current version of

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Readme 11g Release 1 Update 3 (11.1.3.0.0) E21574-05 November 2011 Oracle Enterprise Manager Ops Center Readme (this document) includes the following: Section 1, Prerequisites

More information

Oracle JRockit Virtual Edition

Oracle JRockit Virtual Edition Oracle JRockit Virtual Edition User's Guide Release 2.0.0 E22518-01 May 2011 This document provides an overview of Oracle JRockit Virtual Edition, and describes how to use it to create and configure virtual

More information

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials Red Hat Enterprise Linux 5 Essentials 2 Red Hat Enterprise Linux 5 Essentials First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information

GRID SOFTWARE. DU _v4.6 January User Guide

GRID SOFTWARE. DU _v4.6 January User Guide GRID SOFTWARE DU-06920-001 _v.6 January 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to NVIDIA... 1 1.1. How this guide is organized... 1 1.2. GRID vgpu architecture... 2 1.3. Supported GPUs...

More information

Archiware Pure User Manual

Archiware Pure User Manual Archiware Pure User Manual Content 1 Preface... 3 1.1 About This Manual... 3 1.2 Who Should Read This Document?...3 1.3 Software Description... 3 1.4 Software Licensing... 3 1.5 Registration... 3 1.6 Technical

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

ExpressCluster X SingleServerSafe 3.2 for Windows. Installation Guide. 2/19/2014 1st Edition

ExpressCluster X SingleServerSafe 3.2 for Windows. Installation Guide. 2/19/2014 1st Edition ExpressCluster X SingleServerSafe 3.2 for Windows Installation Guide 2/19/2014 1st Edition Revision History Edition Revised Date Description First 2/19/2014 New manual Copyright NEC Corporation 2014. All

More information

OS10 Virtualization Guide. Enterprise Edition

OS10 Virtualization Guide. Enterprise Edition OS10 Virtualization Guide Enterprise Edition 2018-7 Rev. A00 Contents 1 OS10 software virtualization...4 2 Setup GNS3 server...7 3 Setup GNS3 client... 11 4 Start GNS3 client...16 5 Import OS10 appliance...20

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 3 Virtual Machine Resource and Performance Checks,

More information

Audience Data center administrators responsible for designing, installing and configuring a private cloud infrastructure.

Audience Data center administrators responsible for designing, installing and configuring a private cloud infrastructure. Configuring and Deploying a Private Cloud with System Center 2012 36 Contact Hours Course Overview This course describes private cloud configuration and deployment with Microsoft System Center 2012. Audience

More information

CA Agile Central Installation Guide On-Premises release

CA Agile Central Installation Guide On-Premises release CA Agile Central Installation Guide On-Premises release 2016.2 Agile Central to Go 2017.1 rallysupport@rallydev.com www.rallydev.com 2017 CA Technologies (c) 2017 CA Technologies Version 2016.2 (c) Table

More information

SUREedge DR Installation Guide for Windows Hyper-V

SUREedge DR Installation Guide for Windows Hyper-V SUREedge DR Installation Guide for Windows Hyper-V Contents 1. Introduction... 2 1.1 SUREedge DR Deployment Scenarios... 2 1.2 Installation Overview... 3 2. Obtaining SUREedge Software and Documentation...

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Installing Cisco MSE in a VMware Virtual Machine

Installing Cisco MSE in a VMware Virtual Machine Installing Cisco MSE in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (MSE) virtual appliance. Cisco MSE is a prebuilt software solution that

More information

Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab

Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab Introduction to Enterprise Manager 11g Oracle Enterprise Manager 11g is the centerpiece of Oracle's integrated IT management strategy, which rejects

More information

70-247: Configuring and Deploying a Private Cloud with System Center 2012

70-247: Configuring and Deploying a Private Cloud with System Center 2012 70-247: Configuring and Deploying a Private Cloud with System Center 2012 Module 01 - Understanding the Private Cloud Lesson 1: Understanding the Private Cloud Cloud Comparisons Comparing the Private and

More information

Cisco VDS Service Broker Software Installation Guide for UCS Platforms

Cisco VDS Service Broker Software Installation Guide for UCS Platforms Cisco VDS Service Broker 1.0.1 Software Installation Guide for UCS Platforms Revised: May 2013 This document provides detailed instructions for installing the Cisco Videoscape Distribution Suite Service

More information

Oracle VM Server for x86: Administration

Oracle VM Server for x86: Administration Oracle VM Server for x86: Administration Student Guide D85765GC10 Edition 1.0 August 2014 D87627 Author Michele Lemieux Dady Editors Daniel Milne Vijayalakshmi Narasimhan Graphic Designer Divya Thallap

More information

CA Agile Central Administrator Guide. CA Agile Central On-Premises

CA Agile Central Administrator Guide. CA Agile Central On-Premises CA Agile Central Administrator Guide CA Agile Central On-Premises 2018.1 Table of Contents Overview... 3 Server Requirements...3 Browser Requirements...3 Access Help and WSAPI...4 Time Zone...5 Architectural

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

About the XenClient Enterprise Solution

About the XenClient Enterprise Solution About the XenClient Enterprise Solution About the XenClient Enterprise Solution About the XenClient Enterprise Solution XenClient Enterprise is a distributed desktop virtualization solution that makes

More information

S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices

S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices 1 S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices Saar Maoz RACPack Oracle RAC Development Roger Lopez Oracle Database Solutions

More information

Red Hat Network Satellite 5.0.0: Virtualization Step by Step

Red Hat Network Satellite 5.0.0: Virtualization Step by Step Red Hat Network Satellite 5.0.0: Virtualization Step by Step By Máirín Duffy, Red Hat Network Engineering Abstract Red Hat Network Satellite 5.0 is the first Satellite release to include virtual platform

More information

Online Help StruxureWare Central

Online Help StruxureWare Central Online Help StruxureWare Central Version 7.0.0 StruxureWare Central Virtual Appliance The StruxureWare Central 7.0 server is now available as a virtual appliance, supported on VMware ESXi 4.1.0. The full-featured

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

DSI Optimized Backup & Deduplication for VTL Installation & User Guide

DSI Optimized Backup & Deduplication for VTL Installation & User Guide DSI Optimized Backup & Deduplication for VTL Installation & User Guide Restore Virtualized Appliance Version 4 Dynamic Solutions International, LLC 373 Inverness Parkway Suite 110 Englewood, CO 80112 Phone:

More information

Oracle RAC 11g Release 1 ( ) Oracle VM templates Linux X86 64bit and X86 32bit Test Configuration

Oracle RAC 11g Release 1 ( ) Oracle VM templates Linux X86 64bit and X86 32bit Test Configuration Last Modified: 13-Feb-2011 Oracle Real Application Cluster 11g Release 1 Templates for Oracle VM (Test Configuration) Oracle RAC 11g Release 1 (11.1.0.7.6) Oracle VM templates Linux X86 64bit and X86 32bit

More information

Online Help StruxureWare Data Center Expert

Online Help StruxureWare Data Center Expert Online Help StruxureWare Data Center Expert Version 7.5.0 StruxureWare Data Center Expert Virtual Appliance The StruxureWare Data Center Expert 7.5.x server is available as a virtual appliance, supported

More information

Oracle Virtual Desktop Infrastructure. Getting Started Guide for Release 3.4

Oracle Virtual Desktop Infrastructure. Getting Started Guide for Release 3.4 Oracle Virtual Desktop Infrastructure Getting Started Guide for Release 3.4 E26796-01 October 2012 Oracle Virtual Desktop Infrastructure: Getting Started Guide for Release 3.4 Copyright 2012, Oracle and/or

More information

Virtual Appliance Installation Guide

Virtual Appliance Installation Guide > In This Chapter Document: : Installing the OpenManage Network Manager Virtual Appliance 2 Virtual Appliance Quick Start 2 Start the Virtual Machine 6 Start the Application 7 The Application is Ready

More information

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2.

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. Upgrade Guide v2.3.2 This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. It explains important changes to the backup system, network config

More information

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R

Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R Installing and Configuring Oracle VM on Oracle Cloud Infrastructure O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 7 Disclaimer The following is intended to outline our general product direction.

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document Upgrading to Parallels Virtuozzo Containers 4.0 for Windows About This Document This document familiarizes you with the way to upgrade the following versions of the Virtuozzo for Windows software to Parallels

More information

AVAYA Avaya Aura System Platform R6.2.2 Release Notes Issue 1.3

AVAYA Avaya Aura System Platform R6.2.2 Release Notes Issue 1.3 AVAYA Avaya Aura Release Notes Issue 1.3 INTRODUCTION This document introduces the Avaya Aura and describes new features, known issues and the issues resolved in this release. WHAT S NEW IN SYSTEM PLATFORM

More information

Cisco Modeling Labs OVA Installation

Cisco Modeling Labs OVA Installation Prepare for an OVA File Installation, page 1 Download the Cisco Modeling Labs OVA File, page 2 Configure Security and Network Settings, page 2 Deploy the Cisco Modeling Labs OVA, page 12 Edit the Virtual

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Configure and Install Root Domains 12c Release 3 (

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Configure and Install Root Domains 12c Release 3 ( Oracle Enterprise Manager Ops Center Configure and Install Root Domains 12c Release 3 (12.3.0.0.0) E60040-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D Release Notes Revised July 02, 2014 10:15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D

More information

Virtual Data Center (vdc) Manual

Virtual Data Center (vdc) Manual Virtual Data Center (vdc) Manual English Version 1.0 Page 1 of 43 Content 1 HOW TO USE CLOUD PORTAL (VMWARE VIRTUAL DATA CENTER)... 3 2 VMWARE SYSTEM DETAILS... 5 3 HOW TO MANAGE VIRTUAL MACHINE... 6 Edit

More information

Quick Start Guide TABLE OF CONTENTS COMMCELL ARCHITECTURE OVERVIEW COMMCELL SOFTWARE DEPLOYMENT INSTALL THE COMMSERVE SOFTWARE

Quick Start Guide TABLE OF CONTENTS COMMCELL ARCHITECTURE OVERVIEW COMMCELL SOFTWARE DEPLOYMENT INSTALL THE COMMSERVE SOFTWARE Page 1 of 35 Quick Start Guide TABLE OF CONTENTS This Quick Start Guide is designed to help you install and use a CommCell configuration to which you can later add other components. COMMCELL ARCHITECTURE

More information

Bitnami Dolibarr for Huawei Enterprise Cloud

Bitnami Dolibarr for Huawei Enterprise Cloud Bitnami Dolibarr for Huawei Enterprise Cloud Description Dolibarr is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for

More information

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Installation Guide. 01/29/2016 3rd Edition

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Installation Guide. 01/29/2016 3rd Edition EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows Installation Guide 01/29/2016 3rd Edition Revision History Edition Revised Date Description 1st 02/09/2015 New manual 2nd 04/20/2015 Corresponds to the

More information

VIRTUAL GPU SOFTWARE. DU _v5.0 through 5.2 Revision 05 March User Guide

VIRTUAL GPU SOFTWARE. DU _v5.0 through 5.2 Revision 05 March User Guide VIRTUAL GPU SOFTWARE DU-69- _v5. through 5. Revision 5 March 8 User Guide TABLE OF CONTENTS Chapter. Introduction to NVIDIA vgpu Software..... How this Guide Is Organized..... NVIDIA vgpu Architecture....3.

More information

SmartPath EMS VMA Virtual Appliance Quick Start Guide

SmartPath EMS VMA Virtual Appliance Quick Start Guide LWN600VMA SmartPath Enterprise Wireless System Virtual Appliance SmartPath EMS VMA Virtual Appliance Quick Start Guide Provides the speed, range, security, adapability, and manageability to replace wired

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

Avid inews Server Enterprise Virtualization Reference. Release 1.0

Avid inews Server Enterprise Virtualization Reference. Release 1.0 Avid inews Server Enterprise Virtualization Reference Release 1.0 Last Rev. 12 April 2013 Contents 1 Executive Summary... 3 2 Environment Configuration: net=a... 4 3 Environment Configuration: net=ab...

More information

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics ii IBM

More information

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 May 3, 2018 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Legal Notices

More information

efolder Replibit Administration

efolder Replibit Administration Last Published January 2017 Table of Contents Table of Contents... 1 Thank you for choosing efolder Replibit!... 8 Customer Support... 8 SECTION A: Introduction to Major Components & Terms... 9 The Agent...

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Personal vdisk Implementation Guide. Worldwide Technical Readiness

Personal vdisk Implementation Guide. Worldwide Technical Readiness Worldwide Technical Readiness Table of Contents Table of Contents... 2 Overview... 3 Implementation Guide... 4 Pre-requisites... 5 Preparing PVS vdisk to be used with Personal vdisk... 6 Creating a Desktop

More information

Oracle VM Workshop Applica>on Driven Virtualiza>on

Oracle VM Workshop Applica>on Driven Virtualiza>on Oracle VM Workshop Applica>on Driven Virtualiza>on Simon COTER Principal Product Manager Oracle VM & VirtualBox simon.coter@oracle.com hnps://blogs.oracle.com/scoter November 25th, 2015 Copyright 2014

More information

InControl 2 Software Appliance Setup Guide

InControl 2 Software Appliance Setup Guide InControl 2 Software Appliance Setup Guide (Last updated: 2017-11) Contents 1. Introduction Minimum Hardware Requirements 2. For VMware ESXi 6.0 and ESXi 5.5 (SCSI) Networking Creating InControl and DB

More information

Xen Summit Spring 2007

Xen Summit Spring 2007 Xen Summit Spring 2007 Platform Virtualization with XenEnterprise Rich Persaud 4/20/07 Copyright 2005-2006, XenSource, Inc. All rights reserved. 1 Xen, XenSource and XenEnterprise

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Administration GUIDE. Virtual Server idataagent (VMware) Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 225

Administration GUIDE. Virtual Server idataagent (VMware) Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 225 Administration GUIDE Virtual Server idataagent (VMware) Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 225 User Guide - Virtual Server idataagent (VMware) Table of Contents System Requirements

More information

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Oracle RAC SIG Web Seminar Thursday, August 5, 2010 Kai Yu, Sr. System Engineer Consultant Dell Global Solutions Engineering

More information

Oracle VM. Manager Getting Started Guide for Release 3.4

Oracle VM. Manager Getting Started Guide for Release 3.4 Oracle VM Manager Getting Started Guide for Release 3.4 E64080_01 March 2016 Oracle Legal Notices Copyright 2011, 2016 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

XenClient Enterprise Release Notes

XenClient Enterprise Release Notes XenClient Enterprise Release Notes Version 4.1 June 25, 2012 XenClient Enterprise Synchronizer Version 4.1 XenClient Enterprise Engine Version 4.1 1 About XenClient Enterprise XenClient Enterprise is a

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information