OLT Us e r Guide for Or acle VM

Size: px
Start display at page:

Download "OLT Us e r Guide for Or acle VM"

Transcription

1 OLT Us e r Guide for Or acle VM Table of Contents 1.Introduction Hardware Requirements Planning the number of Vms Pre-Installation for OLT Configuration of Test Servers Configuration of Dom0 for OLT...4 OS Packages...4 System Configuration...4 Storage Configuration for Vms Template Setup for OLT Setup of VM templates Setup of Oracle templates OLT Setup and Execution OLT Configuration Execution of OLT Tests Scheduling tests Monitoring Tests Logs and Test Results Terminating tests Cleaning up all VMs Debugging OLT issues Migration on Oracle VM with OLT Migration Tests Troubleshooting OLT tests How to rerun a failed test Manual Configuration of OLT for OVM Appendix A OLT Utilities Appendix B- How-to edit olt-setup.env file for your storage configuration

2 1. Introduction This document describes the execution of the OLT tests with Oracle VM as a virtualization solution and the virtual machines that host the database instances. One of the important features of Oracle VM, is the support of the virtual machine live migration from server to server in case of the server crash. Live migration requires the virtual machine images to be located on shared storage which is accessible from all of the servers. We strongly recommend to test the virtual machine migration, and allocate for your tests at least two servers (see the hardware requirement section below). The steps to setup the kit and execute the tests on your system include Verification of Hardware Requirements Pre-Installation OS Configuration Storage Configuration OLT Installation and Configuration Execution of OLT tests- OVM tests Results Collation for Auditing 2. Hardware Requirements Listed below are the hardware requirements for executing OLT on Oracle VM Depending on your test requirement ( with or without migration ), you would require either Single VT Enabled Server with internal/local storage for tests without live migration; or single VT enabled server with minimum 2cpu, 4GB RAM. Internal storage or external storage such as SAN, iscsi or NAS [ refer to Storage requirements ] 2 VT Enabled Server with shared storage if you are testing/validating the configuration with live migration 2 VT enabled server with minimum 2cpu, 4GB RAM Shared storage such as SAN, iscsi or NAS [ refer to Storage requirements ] DHCP Server Setup on the test network Storage Requirements The following are the storage requirements for the OLT kit on Dom0 Location Space Purpose /opt/oracle/oltest 30GB Test Kit software /home/oracle 15GB Runtime work area /tmp 1GB Temporary files The following are the storage requirements for running VMs on Dom0 2

3 Location Space Purpose /OVS 70GB per VM To store VM image files In addition to the above requirements, each VM requires storage for the test database. The following are the requirements for the Test Data on a VM. Size 100GB per VM Purpose Test Data for VM If you are using a single server for testing (without migration ), you can use any of the following: ( NOTE: /OVS and the storage for the test database should be on the shared storage for validating with migration ) 3. Planning the number of VMs OLT executes tests on the virtualization server for the virtual machines to be tested. These tests include tests that verify a VMs basic functionality, oracle stress tests on the VMs and xm stress tests on the VMs. OLT has the capability of executing these tests on either a single or multiple VM depending on the resources of the Server (cpu and memory ) and storage. OLT decides on how many VMs to configure and schedule tests in parallel based on the following criteria: The number of VMs that needs to be tested based on your test requirements. The number of VMs that can be tested in parallel P - based on your hardware: CPU (minimum 2 cpus per VM ) Memory ( minimum 2GB per VM ) Storage ( as mentioned in the storage requirements section for a VM) i.e. The minimum of the above three parameters are selected. If the number of VMs determined in Step 1 is less than or equal to the number of VMs determined in Step 2 then the test run can be completed with a single configuration of OLT and execution of OLT ( OLT will configure and schedule tests across all VMs in parallel ) If the number of VMs determined in Step1 is greater than the number of VMs determined in 2, then OLT will configure and execute the tests in loops on each set of VMs that can be created in parallel, until all the required VMs are covered. Execute Migration tests as per Section- Migration on Oracle VM with OLT 3

4 4. Pre-Installation for OLT 4.1. Configuration of Test Servers Download Oracle VM( from zation/index.html ) and reinstall the Server with Oracle VM. Refer Storage Requirements for /OVS partition requirements and the directory/size requirements. Important: During installation, create a 50GB root partition (the default is 3GB). Thereafter, follow the steps below to setup the machine for OLT Configuration of Dom0 for OLT OS Packages The following rpms should be installed for OLT on the OVM Server Dom0. These packages are required only on Oracle VM Server 2.x. Install these additional packages on the OVM Server's Dom0 using up2date from the Oracle Linux 5 channel (ol5_u3_i386_base ) on ULN. Gcc expect To use up2date, Register to ULN. Subscribe to the required channels up2date -fi-channel ol5_u3_i386_base <package> to update your system with the required rpm. For Oracle VM Server 3.x, use channel ol6_u6_x86_64_base to configure the public-yum repository and install the following packages gcc expect syslinux System Configuration Network Edit /etc/hosts to include the fully qualified name first followed by the other names. Edit /etc/hosts to include localhost entry Setup your system such that hostname returns the fully qualified name( with domainname) Storage Configuration for VMs Configure and setup the storage for the test database to be run on each VM. Depending on the number of VMs that can be tested in parallel -P ( from Section 3 above ) follow the steps below depending on the type of storage. NAS: This can be configured for use in either of the following ways VM uses an nfs backed file image created on Dom0 ; or Repeat the step below for P Vms Create an image file each VMs using the command below 4

5 dd if=/dev/zero of=<mount point on Dom0 e.g:/ovm_test>/vm_testdata<n>.img oflag=direct bs="xxxx" count="yyy" where yyy=100gb/xxxx VM uses an nfs location directly which has the required space for each VM Create one exported file system on the nfs filer with size (P*100) for e.g: /ovm_test Create a directory for each VM on the nfs server for e.g: /ovm_test/vm1 to /ovm_test/vm<p> Shared storage iscsi/scsi/local disk Repeat the step below for P Vms Create a disk partition of size=100gb for each VM from Dom0 using fdisk Template Setup for OLT Download and setup the VM templates and Oracle templates for OLT as mentioned below Setup of VM templates Download the Oracle Linux PVM templates for the VMs to be tested from htt p://edelivery.oracle.com Use unzip to uncompress the file. Copy the extracted file templates to /OVS/seed_pool/ Setup of Oracle templates Download the Oracle database template ( the Oracle version to be tested ) from http: //edelivery.o ra cle.com Use unzip tool to uncompress the file. Copy the extracted file templates to /OVS/oracle_pool. 5. OLT Setup and Execution 5.1. OLT Configuration OLT is available in two formats: Single archived file ( for installation and execution ) Set of rpms ( hosted packages only ) Single archived file: Installation and Configuration Download the archive file ( OLT-<version>.tar.gz ) from oss.oracle.com/projects/olt to <Location>

6 cd <Location> 5 tar xzvf OLT-<version>.tar.gz Edit olt-setup.env ( mentioned below ) as per your requirements for VM related information (public network interface, template for each VM, oracle image for each VM, filesystem type for the test database on the VM, storage details for the test database on the VM[Refer Appendix B on how to setup olt-setup.env file for your storage configuration fs_type and fs<n> parameters ]) Note: OLT is setup in the context of "oracle" user. OLT supports only 1 public interface for VMs that is specified in olt-setup.env as public_if. <Example olt-setup.env file with entries for xen> export CONFIGURATION_MODE_SINGLE_INSTANCE=0 export CONFIGURATION_MODE_RAC=0 export CONFIGURATION_MODE_XEN=1 #OVM Specific #OVM Specific parameters # Set DOMAIN_SIZING=static/dynamic # DOMAIN_SIZING=static if we want to assign memory and cpu to each VM # DOMAIN_SIZING=dynamic if VM memory and cpu are calculated based on # system configuration. export DOMAIN_SIZING=static # Set DOMAIN_SETUP=auto/manual # DOMAIN_SETUP=auto if we want OLT to setup and create the VM's. # DOMAIN_SETUP=manual if VM's are already created and just want to run tests export DOMAIN_SETUP=auto # Set STORAGE_PER_DOM=<n> # space required on /OVS for a VM in GB. # minimum space required per VM is 70GB 6

7 export STORAGE_PER_DOM=70 # Set MEMORY_PER_DOM=<n>: Memory per VM in MB. # It is used in case of DOMAIN_SIZING=static. # else memory is be calculated by olt depending on the underlying hardware export MEMORY_PER_DOM=2048 # Set CPUS_PER_DOM=<n> : cpus per VM. # It is used in case of DOMAIN_SIZING=static. # else cpu will be calculated by olt depending on the underlying hardware. export CPUS_PER_DOM=2 # Set DOM0_PASSWORD, Domain0 root password export DOM0_PASSWORD=oracle #Set Agent PASSWORD export AGENT_PASSWORD=oracle # Set Public network interface on the dom0. # public_if=eth0, For OVM 2.2.* server releases # public_if=bond0, For OVM 3.* server releases export public_if=bond0 #Set TESTSET_TYPE=dom0/domu/dom0-domu/all/none # TESTSET_TYPE=dom0 to run only dom0 tests # TESTSET_TYPE=domu to run only domu tests # TESTSET_TYPE=dom0-domu tests to run only dom0-domu tests # TESTSET_TYPE=all to run all dom0,domu, and dom0-domu tests # TESTSET_TYPE=none will just configure olt on dom0 and on all domu's export TESTSET_TYPE=none #Set VALIDATED_CONFIG=1 to run tests for Validated Configuration export VALIDATED_CONFIG=0 #Set HW_OVM_CERTIFICATION=1 to run tests for Hardware Certification #else let it be set to 0 # for Hardware Certification dom0 tests will be run for all VM's and #domu feature tests will be run for VM's containing oracle DB. export HW_OVM_CERTIFICATION=0 # All the Oracle Linux (OL) templates should be under template pool 7

8 # location /OVS/seed_pool. if ol_template<n> is not set/provided, # by default all the OL templates will be taken from template pool location. #export ol_template1=ovm_el4u6_x86_64_pvhvm_4gb.tgz #export ol_template2=ovm_ol5u2_x86_64_pvm_4gb.tgz # Set db_template=all if you want to run more than one database on same # given OL templates put all databse templates in oracle pool location # i.e. /OVS/oracle_pool export db_template=none # when required to run domu based tests on a VM # All the DB templates should be put under oracle pool location # i.e. /OVS/oracle_pool # Set oradb_template only if you want to configure the corresponding VM # with oracle database. # If TESTSET_TYPE=dom0 is set,then the oradb_template setting is not required. # Set oradb_template1,oradb_template2,..,oradb_template<n>, # each with oracle image corresponding to each of the VMs #(ol_template1,ol_template2 etc) respectively. #export oradb_template1=ovm_ol5u2_x86_64_oracle11g_pvm.tgz #export oradb_template2=ovm_ol5u2_x86_64_oracle10g_pvm.tgz # Set fs_type=ext3/nfs/ocfs2 # File system on which we want to create the database export fs_type=ext3 # fs1,fs2,...the storage configured for the test database on the VM as seen # from Dom0 partition or image file for SAN,iSCSI, direct attached storage, or # nfs backed file image. - NFS mount point to used by the VM # E.g: # For partition, set fs1=<partition name> ; # for image file, set fs1=<full pathname of image file> # For nfs filesystem to be directly used by VM, # set fs1=<nfs server>:<dir to mount> format. # NOTE: If the partition or file image already has a filesystem created on it # then make sure to specify the same filesystem type in fs_type parameter. # The Storage space should meet the requirements as mentioned in OLT user guide. #export fs1=<partition name> #export fs2=<partition name> 8

9 5.2. Execution of OLT Tests Scheduling tests There are two ways to execute the tests from Dom0 as root Using oltinstaller [ first time installation/reinstallation of OLT on the system]./oltinstaller oltinstaller will install and setup your system for OLT tests; and then execute the tests. Using olt-xen-test If changing any VM settings, edit /opt/oracle/oltest/olt-schedule/domains.config to make the changes. To run All Tests: olt-xen-test -f domains.config -r -t all To Run subset of the Tests: olt-xen-test -f domains.config -r -t <dom0/domu/dom0-domu> Monitoring Tests To monitor the progress of tests executed specify olt-xen-test -f domains.config -s To monitor the progress on a subset of tests: olt-schedule -f dom0.cmd -s ( for dom0 only ) olt-schedule -f <domname>-domu.cmd -s ( for any one VM only ) olt-schedule -f dom0-domu.cmd s ( for tests running simultaneously on dom0 and VMs ) 5.3. Logs and Test Results The /OVS/olt-logs directory will have all the OVM tests logs after the same is completed. The /home/oracle/work directory on dom0 & VMs will have all the respective test logs and a run.suc file in the work area for the test indicates success. A run.dif in the work area for the test indicates failure The /OVS/olt-xen/logs/ directory will have test framework logs. The /opt/oracle/oltest/olt-schedule/log/olt-summary.csv has the collated results of all the respective test runs for dom0 and VMs. 9

10 5.4. Terminating tests olt-xen-test -f domains.config -k <cleanup-options> Below are the cleanup options: stop-test : kill the olt test running in all the VMs shutdown : kill the olt test and shutdown all the VMs cleanup : kill olt tests, shutdown VMs and delete all the VMs Cleaning up all VMs olt-xen-test -f domains.config -k cleanup The above command will shutdown and delete all the VMs. This is required in case of any abrupt termination of test or configuration Debugging OLT issues For detailed documentation please refer to DEBUG.txt & README-OLT-XEN under /opt/oracle/oltest/olt-schedule/doc/. Refer to Section Troubleshooting OLT Tests for troubleshooting and Appendix A. 6. Migration on Oracle VM with OLT This section provides the details of how to manually run migration tests on Oracle VM with OLT. These tests has to be executed after the OLT-OVM tests have been completed. Setup of Test Servers for Migration Server A This server should have already been setup for the previous automated tests. Server B(for migration purpose) This should have been setup such that: /OVS should be on shared storage such as nfs (NAS ), or ocfs2 (SAN or iscsi) Verify that the storage is visible on Server B, has the same device name, and has permissions to access. Synchronize the time with Server A using ntpd Migration tests to be executed The tests below are to be run on each VM 10

11 Note: In the table below, To schedule tests XX for a VM <VMname>, do the following In Dom0, Edit /opt/oracle/oltest/olt-schedule/<vmname>-domu.cmd to uncomment stmem-do m-migration testcase & also comment out the rest of the testcases. Start up the VMs using the following command in Dom0 # cd /opt/oracle/oltest/olt-schedule # olt-xen-test -f domains.config -r In Dom0, Schedule the tests using cd /opt/oracle/oltest/olt-schedule/ olt-schedule -f <VMname>-domu.cmd -r After each test (Tests 1-4, mentioned below ) completes, migrate the domain from Server B to Server A # xm migrate -l <domid> Server A In Expected Results Column,to verify Vm should migrate and systems should be up On Server A to verify that the VM is not present # xm list Server B to verify that the VM is present and in r state # xm list Connect to the VM through vnc console and through ssh to verify that the VM is functioning properly and is not unusable OLT tests should complete without issue On Server B, connect to the VM using vnc or using xm console. Verify the presence of run.suc file in /home/oracle/work/<testrun of OLT> 11

12 6.1 Migration Tests No Test Name Server A - Dom0 (Steps to be run) 1. Verify xmmigrate works 2. Verify Migration during OLT st-mem-dommigration test load. From Server A Dom0 execute xm migrate -l <domid> Server B Schedule test st-mem-dommigration.an hour into the test, execute the following command from Dom0 on Server A: xm migrate -l <domid> Server B Expected Results VM should migrate and the systems should be up VM should migrate and the systems should be up. OLT Test should complete without issues 3. OLT Dest with migrate (storage) 1. Schedule test st-mem-dom-migration 2. An hour into the test, execute the following command from Dom0 on Server A : xm migrate -l <domid> Server B 3. Disable storage on Server A for 10s 4. On Server B, Verify the VM status 5. Enable storage on Server A OLT tests should complete successfully 4. OLT Dest with migrate (network) 6. On Server B, verify the VM status 7. After the test completes, Migrate Back the Guest to Server A and rerun the test st-mem-dom- migration. 1. Schedule test st-mem-dom-migration 2. An hour into the test, execute the following command from Dom0 on Server A : xm migrate -l <domid> Server B OLT tests should complete successfully 3. Disable network on Server A for 10s 4. On Server B, Verify the VM status 5. Enable network on Server A for 10s 6. On Server B, verify the VM status 7. After the test completes, Migrate Back the Guest to Server A and rerun the test st-mem-dom- migration. 12

13 Result Logs Refer to the table above for expected behavior. Logs to be sent for auditing/for review: For OLT tests, refer to the Logs and Test Results Section in the Oracle Linux Test (OLT) User Guide Record the results as per the Expected results for each test. 7. Troubleshooting OLT tests 7.1. How to rerun a failed test Verify that the VM is running. If not, run the below command (as root user ) to manual setup/reconfigure VMs for OLT for OVM, # olt-xen-test -f domains.config -r Rerun a failed case. To rerun the failed dom0 testcases : Edit /opt/oracle/oltest/olt-schedule/dom0.cmd to comment out all test entries which have passed, retaining only the tests that require a rerun. Run the below command as "oracle" user to reschedule the required dom0 tests. #olt-schedule -f dom0.cmd -r To rerun the failed testcases on the VM (domu tests) : Edit /opt/oracle/oltest/olt-schedule/<vm>-domu.cmd all the VMs that have failed tests e.g.: OVM_OL5U3_X86_64_PVM_4GB-domu.cmd to comment out the test entries which have passed, retaining only the tests which requires rerun. Run the below command as "oracle" user to reschedule the required domu tests for each VM that has failed tests. # olt-schedule -f <VM->-domu.cmd -r To rerun the failed testcases run across Dom0 and VM (dom0-domu): Edit /opt/oracle/oltest/olt-schedule/dom0-domu.cmd to comment out all the test entries except for the failed test for the VMs being tested. For e.g: for xm-save- restore test across VM- OVM_OL5U3_X86_64_PVM_4GB <machinename>=xm-test-save-restore OVM_OL5U3_X86_64_PVM_4GB.<domainname>=xm-mem1-dbt2_4 Note: Each dom0-domu testcase has two parts, an xm operation related test running on Dom0 & a stress test running on VM. So the edited dom0-domu.cmd file should contain the correct test entries for dom0-domu testcases. On Dom0, execute the below command as "oracle" user to run the test # olt-schedule -f dom0-domu.cmd -r Note: Use the command on Dom0 to verify the status of the above scheduled tests, # olt-schedule -f <command file used for scheduling the tests> -s 13

14 7.2. Manual Configuration of OLT for OVM For reconfigurations, If there is any change in a VMs configuration mentioned above, then make the required changes to the VM config file, domains.config located at /opt/oracle/oltest/olt-schedule and run the below command to reconfigure & setup the VMs, olt-xen-test-f <VMs config file> -r More details at /opt/oracle/oltest/olt-schedule/doc/readme-olt-xen 8. Appendix A OLT Utilities This contains the list of OLT Utilities available in /opt/oracle/oltest/olt-schedule/utils olt-debug - [ No arguments ] This script collects system configuration and log files for debugging issues related to OLT test executions. Generates a tar file olt-debug-log-${time_stamp}.tgz in utils directory olt-logcleaner - [ No arguments] Clean up test logs for freeing up space. All QA directories older than 10 days will be deleted. No archive will be maintained start-qa / stop-qa - [ No arguments ] A script to manually start up/stop qamonitor without running OLT. Useful for collecting system logs during debugging olt-archive-logs [si/rac/ovm] This utility collects olt test log files, xen logs and system logs as an archive file - /home/oracle/work/olt-testlogs-`hostname`-${time_stamp}.tgz. 9. Appendix B- How-to edit olt-setup.env file for your storage configuration This describe how to setup olt-setup.env files for fs_type and fs<n> paramters fs_type: Set fs_type to reflect the filesystems for the Oracle Database datafiles on the VM For SCSI, iscsi, or NAS(using nfs file based image ) fs_type=ext3 or fs_type=ocfs2 14

15 For NAS: fs_type=nfs fs<n>: Map the 100GB storage partitions or files created during Storage Configuration to this setting. Note that the disk partition names and directory names mentioned below are examples and should be changed to reflect your storage configuration. Let P be the the number of VMs that can be tested in parallel -P ( from Section 3 above ) For SCSI, iscsi, specify the partition to be used by P VM fs1=/dev/sda2 fsp=/dev/sda<p+1> For NAS, specify the nfs exported filesystem to be used by each of the VM fs1=/ovm_test/vm1 fsp=/ovm_test/vm<p> For NAS using nfs file based image, specify the image file to be used for each VM fs1=/ovm_test/vm1_testdata.img fsp=/ovm_test/vm<p>_testdata.img Note: If the number of partitions or the exported nfs file system is less than the number of VMs, that can be tested in parallel (P), then these partitions/file systems will be reused for each loop of VMs that runs in parallel. 15

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

Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Note: * This is first release of MySQL in a Template delivery for installation

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

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

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

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

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

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

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

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

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

SysadminSG RHCSA Study Guide

SysadminSG RHCSA Study Guide SysadminSG RHCSA Study Guide This is the RHCSA Study Guide for the System Administration Study Group. The study guide is intended to be printed by those who wish to study common tasks performed by many

More information

Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment

Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment Kai Yu, Senior Engineer John Tao, Lead Applications DBA Dell Inc. kai_yu@dell.com, John_Tao@dell.com http://kyuoracleblog.wordpress.com

More information

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

Oracle Real Application Clusters in Oracle VM Environments. An Oracle Technical White Paper March 2012

Oracle Real Application Clusters in Oracle VM Environments. An Oracle Technical White Paper March 2012 Oracle Real Application Clusters in Oracle VM Environments An Oracle Technical White Paper March 2012 Oracle Real Application Clusters in Oracle VM Environments Executive Summary... 3 Introduction... 4

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

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

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

Oracle VM 3.3. Planning and Implementing

Oracle VM 3.3. Planning and Implementing Oracle VM 3.3 Planning and Implementing Agenda 1. Introduction 2. What are we doing 3. Why did we want to virtualize 4. Building the case for virtualization 5. Hardware sizing for Oracle VM 6. Oracle VM

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

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

Oracle Virtual Machine Qualification Note Oracle FLEXCUBE Release [May] [2017]

Oracle Virtual Machine Qualification Note Oracle FLEXCUBE Release [May] [2017] Oracle Virtual Machine Qualification Note Oracle FLEXCUBE Release 12.4.0.0.0 [May] [2017] Table of Contents 1. INTRODUCTION... 2 1.1 SCOPE... 2 1.2 INTRODUCTION TO ORACLE VM... 2 1.3 ADVANTAGES... 2 2.

More information

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved Installation and Setup Instructions For version 06.11.2009 Copyright 2009 Code 42 Software, Inc. All rights reserved About This Guide This guide shows you how to install, activate and back up with CrashPlan

More information

Virtualizing Oracle E-Business Suite Through Oracle VM. Kai Yu Oracle Solutions Engineering Dell Inc.

Virtualizing Oracle E-Business Suite Through Oracle VM. Kai Yu Oracle Solutions Engineering Dell Inc. Virtualizing Oracle E-Business Suite Through Oracle VM Kai Yu Oracle Solutions Engineering Dell Inc. About Author Kai Yu, kai_yu@dell.com 17 years with Oracle Technology: DBA, Apps DBA, Architect Hands-on

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

Oracle VM. Getting Started Guide for Release 3.2

Oracle VM. Getting Started Guide for Release 3.2 Oracle VM Getting Started Guide for Release 3.2 E35331-04 March 2014 Oracle VM: Getting Started Guide for Release 3.2 Copyright 2011, 2014, Oracle and/or its affiliates. All rights reserved. Oracle and

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

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

BIG-IP Virtual Edition and Linux KVM: Setup. Version 12.1

BIG-IP Virtual Edition and Linux KVM: Setup. Version 12.1 BIG-IP Virtual Edition and Linux KVM: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on KVM...5 Steps to deploy BIG-IP VE...5 Prerequisites for BIG-IP

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

Migrate Cisco Prime Collaboration Assurance

Migrate Cisco Prime Collaboration Assurance This section explains the following: Overview of Data Migration Assistant, page 1 Preinstallation Guidelines, page 2 Pre-requisites for Backup and Restore, page 3 DMA Backup and Restore Period - Approximate

More information

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Disclaimer: I haven t gone through RHCSA/RHCE EL 7. I am preparing for upgrade of my RHCE certificate from RHCE EL4 to RHCE EL7. I don

More information

Polarion 18 Enterprise Setup

Polarion 18 Enterprise Setup SIEMENS Polarion 18 Enterprise Setup POL005 18 Contents Terminology......................................................... 1-1 Overview........................................................... 2-1

More information

ENTERPRISE LINUX SYSTEM ADMINISTRATION

ENTERPRISE LINUX SYSTEM ADMINISTRATION ENTERPRISE LINUX SYSTEM ADMINISTRATION COURSE DESCRIPTION: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal

More information

Installing the Product Software

Installing the Product Software CHAPTER 1 The Cisco Configuration Engine is a network management software that acts as a configuration service for automating the deployment, management, and upgrading of network devices and services.

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

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

More information

1Y0-A26 Citrix XenServer 6.0 Practice Exam

1Y0-A26 Citrix XenServer 6.0 Practice Exam 1Y0-A26 Citrix XenServer 6.0 Practice Exam Section 1: Implementing XenServer 1.1 Specific Task: Configure boot storage from SAN Objective: Given a scenario, determine how to configure options on the XenServer

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

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

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

XenSource s Xen testing infrastructure

XenSource s Xen testing infrastructure Infrastructure Technology Product of the Year XenRT XenSource s Xen testing infrastructure James Bulpin, XenSource Inc. james@xensource.com Xen Summit 8/Sep/2006 www.xensource.com What is XenRT? An infrastructure

More information

Requirements for ALEPH 500 Installation

Requirements for ALEPH 500 Installation PROJECT DOCUMENTATION Requirements for ALEPH 500 Installation Ltd., 2002, 2003 Last Update: July 31, 2003 Table of Contents 1. SERVER HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.1 Server...3 1.2 Filesystem

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 5.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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 Linux 5 & 6 Advanced Administration

Oracle Linux 5 & 6 Advanced Administration Oracle University Contact Us: +27 (0)11 319-4111 Oracle Linux 5 & 6 Advanced Administration Duration: 5 Days What you will learn This Oracle Linux Advanced Administration training is ideal for experienced

More information

Linux Essentials. Smith, Roderick W. Table of Contents ISBN-13: Introduction xvii. Chapter 1 Selecting an Operating System 1

Linux Essentials. Smith, Roderick W. Table of Contents ISBN-13: Introduction xvii. Chapter 1 Selecting an Operating System 1 Linux Essentials Smith, Roderick W. ISBN-13: 9781118106792 Table of Contents Introduction xvii Chapter 1 Selecting an Operating System 1 What Is an OS? 1 What Is a Kernel? 1 What Else Identifies an OS?

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

ExpressCluster X 2.0 for Linux

ExpressCluster X 2.0 for Linux ExpressCluster X 2.0 for Linux Installation and Configuration Guide 03/31/2009 3rd Edition Revision History Edition Revised Date Description First 2008/04/25 New manual Second 2008/10/15 This manual has

More information

Installing on a Virtual Machine

Installing on a Virtual Machine Release 8.5 Revised: 6/20/13 See the Quick Start for Installing and Configuring Cisco Unified MeetingPlace Release 8.5 module for information about the order in which to install and configure the Cisco

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

Oracle VM: Designing, Creating and Testing an Oracle VM 3 Environment

Oracle VM: Designing, Creating and Testing an Oracle VM 3 Environment Oracle VM: Designing, Creating and Testing an Oracle VM 3 Environment Technical White Paper O R A C L E W H I T E P A P E R N O V E M B E R 2018 Disclaimer The following is intended to outline our general

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

Zadara Enterprise Storage in

Zadara Enterprise Storage in Zadara Enterprise Storage in Google Cloud Platform (GCP) Deployment Guide March 2017 Revision A 2011 2017 ZADARA Storage, Inc. All rights reserved. Zadara Storage / GCP - Deployment Guide Page 1 Contents

More information

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2 Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide 2 Introduction 2 Before You Begin 2 Preparing the Virtual Appliance

More information

VMware vsphere 5.0 Migration vcenter Server 5.0 Pre- Upgrade Checklist (version 1)

VMware vsphere 5.0 Migration vcenter Server 5.0 Pre- Upgrade Checklist (version 1) VMware vsphere 5.0 Migration vcenter Server 5.0 Pre- Upgrade Checklist (version 1) Prior to upgrading refer to the ESXi Info Center for the latest information on migrating to ESXi 5.0. http://www.vmware.com/products/vsphere/esxi-

More information

Getting Started with ovirt 3.3

Getting Started with ovirt 3.3 Getting Started with ovirt 3.3 Alexey Lesovsky Chapter No. 3 "Configuring ovirt" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.3 "Configuring

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

Oracle Exadata and OVM Best Practice Overview

Oracle Exadata and OVM Best Practice Overview Oracle Exadata and OVM Best Practice Overview Nov 2017 Update Topics Covered Ø Use Cases Ø ExadataOVM Software Requirements Ø ExadataIsolation Considerations Ø Exadata OVM Sizing and Prerequisites Ø Exadata

More information

Xcalar Installation Guide

Xcalar Installation Guide Xcalar Installation Guide Publication date: 2018-03-16 www.xcalar.com Copyright 2018 Xcalar, Inc. All rights reserved. Table of Contents Xcalar installation overview 5 Audience 5 Overview of the Xcalar

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

Oracle Database Appliance Kit for WebLogic Server

Oracle Database Appliance Kit for WebLogic Server Oracle Database Appliance Kit for WebLogic Server Release Notes Release 12.1.2.2.0 E56823-03 August 2015 This document contains the release notes for Oracle Database Appliance Kit for WebLogic Server version

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

Atos TM Virtualization Solutions

Atos TM Virtualization Solutions Atos TM Virtualization Solutions Alex Pelster & Mischa van Oijen,12 March 2008 Atos, Atos and fish symbol, Atos Origin and fish symbol, Atos Consulting, and the fish symbol itself are registered trademarks

More information

Polarion Enterprise Setup 17.2

Polarion Enterprise Setup 17.2 SIEMENS Polarion Enterprise Setup 17.2 POL005 17.2 Contents Terminology......................................................... 1-1 Overview...........................................................

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

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

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

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

Failover procedure for Grid core services

Failover procedure for Grid core services Failover procedure for Grid core services Kai Neuffer COD-15, Lyon www.eu-egee.org EGEE and glite are registered trademarks Overview List of Grid core services Top level BDII Central LFC VOMS server WMS-LB/RB

More information

Deploy the ExtraHop Discover Appliance with Hyper-V

Deploy the ExtraHop Discover Appliance with Hyper-V Deploy the ExtraHop Discover Appliance with Hyper-V Published: 2018-07-16 The following procedures explain how to deploy the ExtraHop Discover EDA 1000v and EDA 2000v virtual appliance on the Microsoft

More information

"Charting the Course... Enterprise Linux System Administration Course Summary

Charting the Course... Enterprise Linux System Administration Course Summary Course Summary Description This is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server.

More information

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall 1 Copyright 2011, 2013, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification

More information

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 13.1

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 13.1 BIG-IP Virtual Edition and Citrix XenServer: Setup Version 13.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition in XenServer... 5 About single NIC and multi-nic configurations...5

More information

Oracle VM. Installation and Upgrade Guide for Release 3.3

Oracle VM. Installation and Upgrade Guide for Release 3.3 Oracle VM Installation and Upgrade Guide for Release 3.3 E50247-08 September 2016 Oracle Legal Notices Copyright 2011, 2016 Oracle and/or its affiliates. All rights reserved. This software and related

More information

Vendor: Oracle. Exam Code: 1Z Exam Name: oracle VM 2 for x86 Essentials. Version: Demo

Vendor: Oracle. Exam Code: 1Z Exam Name: oracle VM 2 for x86 Essentials. Version: Demo Vendor: Oracle Exam Code: 1Z0-540 Exam Name: oracle VM 2 for x86 Essentials Version: Demo QUESTION: 1 What two steps are required to create a root repository in an Oracle VM server pool? A. Use the repos.py

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

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections:

Troubleshooting. Backing up the Monitoring Database in a Multi-Node Setup. This chapter contains the following sections: This chapter contains the following sections: Backing up the Monitoring Database in a Multi-Node Setup, page 1 Pinging the Hostname and IP Address, page 2 Viewing Tail Inframgr Logs, page 2 Collecting

More information

1Z Oracle Linux 6 Implementation Essentials Exam Summary Syllabus Questions

1Z Oracle Linux 6 Implementation Essentials Exam Summary Syllabus Questions 1Z0-460 Oracle Linux 6 Implementation Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-460 Exam on Oracle Linux 6 Implementation Essentials.. 2 Oracle 1Z0-460 Certification

More information

Installing Cisco CMX in a VMware Virtual Machine

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

More information

Oracle Linux 7: Advanced Administration Ed 1

Oracle Linux 7: Advanced Administration Ed 1 Oracle University Contact Us: +33 15 7602 081 Oracle Linux 7: Advanced Administration Ed 1 Duration: 5 Days What you will learn This Oracle Linux 7: Advanced Administration training is ideal for experienced

More information

Oracle VM Template Developer s Guide: Creating Pre-Built VMs for Rapid Software Deployment

Oracle VM Template Developer s Guide: Creating Pre-Built VMs for Rapid Software Deployment An Oracle Technical White Paper February 2009 Oracle VM Template Developer s Guide: Creating Pre-Built VMs for Rapid Software Deployment Introduction... 1 Oracle VM Templates: Concept and Usage... 2 Template

More information

OVM-Setup DOAG,

OVM-Setup DOAG, OVM-Setup DOAG, 14.02.2011 joerg.eggelsmann@oracle.com Installation auf VMware VM Server 1 VM Server 1: Kompatibilität VM Server 1: Installationsmedium VM Server 1: Name und Speicherort

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 2 Virtual Machine Resource and Performance Checks,

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere March 2018 215-12931_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

IBM Spectrum Protect for Virtual Environments Version Data Protection for VMware Installation Guide IBM

IBM Spectrum Protect for Virtual Environments Version Data Protection for VMware Installation Guide IBM IBM Spectrum Protect for Virtual Environments Version 8.1.6 Data Protection for VMware Installation Guide IBM IBM Spectrum Protect for Virtual Environments Version 8.1.6 Data Protection for VMware Installation

More information

Polarion 18.2 Enterprise Setup

Polarion 18.2 Enterprise Setup SIEMENS Polarion 18.2 Enterprise Setup POL005 18.2 Contents Overview........................................................... 1-1 Terminology..........................................................

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

Deploy the ExtraHop Discover Appliance with Hyper-V

Deploy the ExtraHop Discover Appliance with Hyper-V Deploy the ExtraHop Discover Appliance with Hyper-V Published: 2018-12-14 The following procedures explain how to deploy the ExtraHop Discover EDA 1000v and EDA 2000v virtual appliance on the Microsoft

More information

Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016

Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016 Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016 Table of Contents Executive Overview 2 Scope 2 Introduction 3 The Benefits

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Using Oracle WebLogic Server on Oracle Database Appliance Release 2.6 for Linux x86-64 E38298-02 July 2013 This document describes how to provision Oracle WebLogic Server on Oracle

More information

Citrix XenServer 7.1 Cumulative Update 1 Installation Guide. Published October Edition

Citrix XenServer 7.1 Cumulative Update 1 Installation Guide. Published October Edition Citrix XenServer 7.1 Cumulative Update 1 Installation Guide Published October 2017 0 Edition Citrix XenServer 7.1 Cumulative Update 1 Installation Guide Copyright 2017 Citrix Systems. Inc. All Rights Reserved.

More information

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 12.1

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 12.1 BIG-IP Virtual Edition and Citrix XenServer: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on XenServer... 5 Steps to deploy BIG-IP VE...5 Prerequisites

More information

RedHat Certified Engineer

RedHat Certified Engineer RedHat Certified Engineer Red Hat Certified Engineer (RHCE) is a performance-based test that measures actual competency on live systems. Called the "crown jewel of Linux certifications," RHCE proves an

More information

openqrm Technical Overview

openqrm Technical Overview openqrm Technical Overview Open Source - Data Center Management Software November 2006 Qlusters, Inc. 1841 Page Mill Road, G2 Palo Alto, CA 94304 www.qlusters.com 650-812-3200 1 Table of Contents 1. High

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information