How to install and configure LDOMs (Oracle VM for SPARC)

Size: px
Start display at page:

Download "How to install and configure LDOMs (Oracle VM for SPARC)"

Transcription

1 How to install and configure LDOMs (Oracle VM for SPARC) Virtualization has been a need of time over several past years as we have machines now even with 16 cores and memory in TBs. A single machine is now capable of accommodating even more than 100 VMs at a time. Oracle VM for SPARC formerly known as LDOMs has played a key role in oracles virtualization strategies and is improving with every version. Before start configuring our first oracle VM for SPARC let us understand types of ldoms, ldom services and virtual devices. TYPES OF LOGICAL DOMAINS Name Guest I/O Service Control Purpose No direct access to underlying hardware and does not provide virtual device or services to other ldoms. Uses virtual device. has direct access to underlying hardware in the server. It can be used in cases like oracle DB which wants direct/raw access to the storage devices. provides virtualized devices and services to guest domains. Service domain that also runs the ldoms manager software to control the configuration of hypervisor. This ldom manager is responsible for mapping between physical and virtual devices. VIRTUAL SERVICES AND DEVICES Abbreviation Name Purpose VLDC VCC virtual logical domain channel Virtual console concentrator communication channel between logical domain and hypervisor Acts as a virtual console for each logical domain VSW Virtual switch service provides network access for guest ldoms to the physical network ports VDS virtual disk service provides virtual storage service for guest ldoms VCPU virtual CPU Each thread of a T series CPU acts as a virtual CPU

2 MAU Memory Mathematical arithmetic unit Each core of T series CPU will have a MAU for accelerated RAS/DSA encryption Physical memory is mapped into virtual memory and assigned to ldoms VCONS Virtual console a port in guest ldom that connects to the VCC service in control domain VNET Virtual network network port in guest ldom which is connected to the VSW service in the control domain VSDEV Virtual disk service device physical storage device that is virtualized by VDS service in control domain VDISK Virtual disk VDISK in guest domain is connected to the VDS service in control domain/service domain INSTALLING THE OVM SOFTWARE To install the LDOM software simply unzip the software zip and run the install-ldm script with -s option in case you don t want to use the configuration assistant to configure the primary and guest ldoms. primary # unzip OVM_Server_SPARC_latest.zip primary #./install-ldm -s CREATING THE DEFAULT SERVICES Create the essential services like vsw, vcc and vds required to serve the guest LDOMs. primary# ldm add-vcc port-range= primary-vcc0 primary primary# ldm add-vds primary-vds0 primary primary# ldm add-vsw net-dev=nxge0 primary-vsw0 primary primary# ldm list-services primary VDS NAME VOLUME OPTIONS DEVICE primary-vds0 VCC NAME PORT-RANGE primary-vcc VSW NAME MAC NET-DEV DEVICE MODE primary-vsw0 02:04:4f:fb:9f:0d nxge0 switch@0 prog,promisc

3 INITIAL CONFIGURATION OF THE CONTROL DOMAIN By default all the VCPUs, Memory and MAUs are assigned to the primary domain which is the default domain created after installing the OVM for SPARC software. Primary or control domain is used to configure all the guest ldoms and provide necessary virtual services to them like vcc, vsw and vds. Logical domain manager is responsible to create, delete, modify and control ldoms, thus make sure the ldmd service is running before configuring the primary and guest domains. Use delayed reconfiguration in order to configure the primary ldom without rebooting for previous changes to take effect. primary# svcs -a grep ldmd online 14:23:34 svc:/ldoms/ldmd:default primary# ldm set-mau 1 primary primary# ldm set-vcpu 8 primary primary# ldm start-reconf primary (delayed reconfiguration) primary# ldm set-memory 4G primary primary# ldm add-config new_config primary# ldm list-config factory-default new_config [current] Reboot the primary domain for configuration settings to take effect primary# shutdown -y -g0 -i6 ENABLE NETWORKING BETWEEN PRIMARY AND GUEST DOMAINS By default communication between control domain and all the guest domains is disabled. To enable it, virtual switch has to be configured as the network device instead of nxge0. primary# ifconfig nxge0 down unplumb primary# ifconfig vsw0 plumb primary# ifconfig vsw netmask + broadcast + up primary# mv /etc/hostname.nxge0 /etc/hostname.vsw0 ENABLE VIRTUAL NETWORK TERMINAL SERVER DAEMON The vntsd daemon is responsible to provide the virtual network terminal services to the guest ldoms. If this service is not running enable it with svcadm command. primary# svcadm enable vntsd primary# svcs vntsd STATE STIME FMRI online Oct_12 svc:/ldoms/vntsd:default

4 SETTING UP THE GUEST DOMAIN We would assign 8 VCPUs, 2 GB of memory and 1 MAU to our first guest ldom. Also a virtual network vnet1 will be created and associated with the virtual switch vsw0. primary# ldm add-domain ldom01 primary# ldm add-vcpu 8 ldom01 primary# ldm add-memory 2G ldom01 primary-domain# ldm set-mau 1 ldom01 primary# ldm add-vnet vnet1 primary-vsw0 ldom01 ADDING STORAGE TO THE GUEST DOMAIN Here we first need to specify the physical device that needs to be exported by vdsdev to the guest domain and then we actually add the virtual disk thus created to the guest domain. Now use any one of the 3 methods mentioned below. 1. Adding physical disks primary# ldm add-vdsdev /dev/dsk/c2t1d0s2 vol1@primary-vds0 primary# ldm add-vdisk vdisk1 vol1@primary-vds0 ldom01 2. Adding file primary# mkfile 10g /ldoms/ldom01_boot primary# ldm add-vdsdev /ldoms/ldom01_boot vol1@primary-vds0 primary# ldm add-vdisk vdisk1 vol1@primary-vds0 ldom01 3. Adding a volume primary# zfs create -V 5gb pool/vol01 primary# ldm add-vdsdev /dev/zvol/dsk/pool/vol01 vol1@primary-vds0 primary# ldm add-vdisk vdisk1 vol1@primary-vds0 ldom01 SETTING VARIABLES Setup the boot environment variable for the guest ldom. primary# ldm set-var auto-boot?=true ldom01 primary# ldm set-var boot-device=vdisk1 ldom01 SETTING UP THE SOLARIS ISO IMAGE FOR INSTALLING GUEST LDOM Now we can also do a jumpstart installation of the guest domain. But one of the easiest and most widely used method is add iso image as virtual disk to the guest ldom and install it from it. Here you can access the vdisk sol10_iso in the ok prompt and boot from it. primary# ldm add-vdsdev options=ro /data/sol_10.iso iso@primary-vds0 primary# ldm add-vdisk sol10_iso iso@primary-vds0 ldom01

5 BIND AND START INSTALLING THE LDOM primary# ldm bind ldom01 primary# ldm start ldom01 LDom ldom01 started ok> devalias ok> boot sol10_iso CONNECT THE GUEST DOMAIN Now check the port which is bound with the guest domain and connect the virtual console of the guest domain. primary:~ # ldm list NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME primary active -n-cv SP 8 4G 0.3% 8h 46m ldom01 active -n G 48% 1h 52m primary# telnet localhost 5000 Trying Connected to localhost. Escape character is ^]. Connecting to console "ldom01" in group "ldom01"... Press ~? for control options.. FLAG DEFINITIONS Now you can see various flags in the ldm list command output. The falgs represent the current state of the ldom. column 1 column 2 column 3 column 4 column 5 column 6 s starting or stopping n normal t transition d delayed reconfiguration c control domain v virtual I/O service domain s source domain in migration t target domain in migration e error occurred in migration OTHER USEFUL COMMANDS View current version of Oracle VM server for SPARC software primary# ldm -V

6 Long listing of domains primary# ldm list -l List the resource for all LDOMs and per LDOM # ldm list -o cpu primary # ldm list -o network,memory ldom01 List the boot variables # ldm list-variable boot-device ldg1 boot-device=/virtual-devices@100/channel-devices@200/disk@0:a List the bindings of all the LDOMs # ldm list-bindings ldom List all server resources, bound and unbound. # ldm list-devices -a # ldm list-devices mem

An Oracle White Paper March 2014 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC

An Oracle White Paper March 2014 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC An Oracle White Paper March 2014 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC Introduction... 1 Running Oracle RAC on Oracle VM Server for SPARC... 2 Oracle VM Server for SPARC

More information

W H I T E P A P E R. Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains

W H I T E P A P E R. Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains W H I T E P A P E R Confidence in the connected world Configuring logical domains and SFHA in OVM for SPARC environment with multiple IO Domains Sajith C R, Senior Software Engineer Information Availability

More information

An Oracle White Paper May 2010 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC

An Oracle White Paper May 2010 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC An Oracle White Paper May 2010 RUNNING ORACLE REAL APPLICATION CLUSTERS ON ORACLE VM SERVER FOR SPARC ... 1 Running Oracle Real Application Clusters on Oracle VM Server for SPARC... 2 Oracle VM Server

More information

RUNNING ORACLE REAL APPLICATION CLUSTERS (RAC) ON SUN LOGICAL DOMAINS

RUNNING ORACLE REAL APPLICATION CLUSTERS (RAC) ON SUN LOGICAL DOMAINS May 2009 RUNNING ORACLE REAL APPLICATION CLUSTERS (RAC) ON SUN LOGICAL DOMAINS Important note: this paper was originally published before the acquisition of Sun Microsystems by Oracle in 2010 The original

More information

LDOM COMMAND REFERENCE

LDOM COMMAND REFERENCE LDOM COMMAND REFERENCE Contents Display Default LDOM services 2 Creating Default LDOM services 3 Removing Default LDOM services 5 Start Default Services 6 Basic Guest Domain Administration 7 stop/break/unbind

More information

Logical Domains (LDoms)

Logical Domains (LDoms) Logical Domains (LDoms) Liam Merwick LDoms Developer Sun Microsystems SPARC Platform S/W Group Contents Background Features Architecture Components Future Roadmap Configuration Examples Q & A Page: 2 Background

More information

an introduction to logical domains

an introduction to logical domains O C T A V E O R G E R O N an introduction to logical domains P A R T 3 : A D V A N C E D N E T W O R K - I N T H E O C T O B E R 2 0 0 7 I S S U E O F ;login:, I walked you through the installation and

More information

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes An Oracle White Paper June 2010 How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes Introduction...1 Overview...2 Prerequisites, Assumptions, and Defaults...3 Configuration

More information

<Insert Picture Here> LDoms Deep Dive IO Best Practices for Oracle VM Server for SPARC

<Insert Picture Here> LDoms Deep Dive IO Best Practices for Oracle VM Server for SPARC LDoms Deep Dive IO Best Practices for Oracle VM Server for SPARC Stefan Hinker EMEA Hardware Principal Sales Consultant The following is intended to outline our general product direction.

More information

an introduction to logical domains

an introduction to logical domains O c ta v e O r g e r o n an introduction to logical domains I n t h e F e b r u a r y 2 0 0 8 i s s u e o f ;login:, I discussed advanced topics concerning networking and storage for logical domains (LDoms).

More information

Increase Efficiency of Solaris Operations & Hardware Life Cycle

Increase Efficiency of Solaris Operations & Hardware Life Cycle Increase Efficiency of Solaris Operations & Hardware Life Cycle Marcel Hofstetter hofstetter@jomasoft.ch http://www.jomasoftmarcel.blogspot.ch CEO / Enterprise Consultant JomaSoft GmbH Oracle ACE Associate

More information

SPARC Enterprise Oracle VM Server for SPARC. Important Information

SPARC Enterprise Oracle VM Server for SPARC. Important Information SPARC Enterprise Oracle VM Server for SPARC Important Information C120-E618-02EN February 2011 Copyright 2007, 2011, Oracle and/or its affiliates and FUJITSU LIMITED. All rights reserved. Oracle and/or

More information

SPARC Enterprise Logical Domains. Important Information

SPARC Enterprise Logical Domains. Important Information SPARC Enterprise Logical Domains Important Information C120-E618-01EN June 2010 Copyright 2007-2010 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved.

More information

Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC

Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC An Oracle Technical White Paper July 2012 Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC This paper describes how to install Oracle Real Application Clusters

More information

SPARC Enterprise Oracle VM Server for SPARC. Important Information

SPARC Enterprise Oracle VM Server for SPARC. Important Information SPARC Enterprise Oracle VM Server for SPARC Important Information C120-E618-05EN February 2012 Copyright 2007, 2012, Oracle and/or its affiliates and FUJITSU LIMITED. All rights reserved. Oracle and/or

More information

Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y

Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y 2 0 1 6 Introduction This document describes hard partitioning with Oracle VM Server for SPARC, and how to use

More information

White Paper: Architecting for a Resilient and Cost Effective Logical Domain

White Paper: Architecting for a Resilient and Cost Effective Logical Domain Infrastructure k White Paper: Architecting for a Resilient and Cost Effective Logical Domain Architecting for a Resilient, Cost Effective Logical Domain Infrastructure A Guide to Maximizing the Investment

More information

An Oracle White Paper June Resource Management Case Study for Mixed Workloads and Server Sharing

An Oracle White Paper June Resource Management Case Study for Mixed Workloads and Server Sharing An Oracle White Paper June 2011 Resource Management Case Study for Mixed Workloads and Server Sharing Introduction... 3 Oracle Hardware Platforms and Virtualization Technologies...4 Oracle Offers the Ideal

More information

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview)

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) May. 2017 Rev 2.1 Fujitsu LIMITED Contents Introduction 1. Model Case of HA System 2. Example of HA

More information

Oracle VM Server for SPARC Best Practices O R A C L E W H I T E P A P E R A P R I L

Oracle VM Server for SPARC Best Practices O R A C L E W H I T E P A P E R A P R I L Oracle VM Server for SPARC Best Practices O R A C L E W H I T E P A P E R A P R I L 2 0 1 7 Table of Contents Table of Contents 0 Introduction 1 Oracle VM Server for SPARC Overview 1 Oracle VM Server for

More information

Building High Availability System on Fujitsu SPARC M12 and Fujitsu M10/ SPARC M10 Servers (System configuration)

Building High Availability System on Fujitsu SPARC M12 and Fujitsu M10/ SPARC M10 Servers (System configuration) Building High Availability System on Fujitsu SPARC M12 and Fujitsu M10/ SPARC M10 Servers (System configuration) April. 2017 Rev2.0 Fujitsu LIMITED Preface This document describes the high availability

More information

SPARC Enterprise T5120/T5220 /T5140/T5240 /T5440

SPARC Enterprise T5120/T5220 /T5140/T5240 /T5440 C120-E534-04EN SPARC Enterprise T5120/T5220 /T5140/T5240 /T5440 Logical Domains Guide Copyright 2007-2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved.

More information

1Z SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions

1Z SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions 1Z0-597 SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-597 Exam on SPARC T4-Based Server Installation Essentials... 2 Oracle 1Z0-597

More information

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information

Best Practices for Oracle Solaris Network Performance with Oracle VM Server for SPARC

Best Practices for Oracle Solaris Network Performance with Oracle VM Server for SPARC Best Practices for Oracle Solaris Network Performance with Oracle VM Server for SPARC by Jon Anderson, Pradhap Devarajan, Darrin Johnson, Narayana Janga, Raghuram Kothakota, Justin Hatch, Ravi Nallan,

More information

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 12.1

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

More information

C120-E534-08EN. SPARC Enterprise Logical Domains 1.3 Guide

C120-E534-08EN. SPARC Enterprise Logical Domains 1.3 Guide C120-E534-08EN SPARC Enterprise Logical Domains 1.3 Guide Copyright 2007-2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. FUJITSU LIMITED provided

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

Solaris Engineered Systems

Solaris Engineered Systems Solaris Engineered Systems SPARC SuperCluster Introduction Andy Harrison andy.harrison@oracle.com Engineered Systems, Revenue Product Engineering The following is intended to outline

More information

C120-E534-06EN. SPARC Enterprise Logical Domains 1.2 Guide

C120-E534-06EN. SPARC Enterprise Logical Domains 1.2 Guide C120-E534-06EN SPARC Enterprise Logical Domains 1.2 Guide Copyright 2007-2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. FUJITSU LIMITED provided

More information

Linux on Sun Logical Domains

Linux on Sun Logical Domains Linux on Sun Logical Domains linux.conf.au, MEL8OURNE, 2008 Outline 1 Background SUN4V and Niagara Sun s Logical Domains 2 Userland Simulator 3 Implementation LDC: Logical Domain Channels VIO: Virtual

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

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

How to Enable Internet for Guest Virtual Machine using Datacard Tata Photon.

How to Enable Internet for Guest Virtual Machine using Datacard Tata Photon. How to Enable Internet for Guest Virtual Machine using Datacard Tata Photon. Table of Contents 1) Host, Guest and VBox version.... 2 2) Check your current Host and add 3 rd Adapter to Host windows... 3

More information

Configuration and Administration Guide 4.3 Redundant Line Control Function for Virtual NIC Mode

Configuration and Administration Guide 4.3 Redundant Line Control Function for Virtual NIC Mode PRIMECLUSTER Global Link Services Configuration and Administration Guide 4.3 Redundant Line Control Function for Virtual NIC Mode Oracle Solaris J2S2-1623-02ENZ0(04) October 2017 Preface This document

More information

Oracle Corporation 1

Oracle Corporation 1 1 Solaris 11 for Developers Webinar Series Simplify your Development with Zones, ZFS and Crossbow (TCP/IP) Eric Reid, Stefan Schneider Oracle Systems ISV Engineering 2 Solaris 11 for Developers Webinar

More information

BIG-IP Virtual Edition and Microsoft Hyper- V: Setup. Version 13.1

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

More information

F5 iworkflow and Citrix XenServer: Setup. Version 2.0.1

F5 iworkflow and Citrix XenServer: Setup. Version 2.0.1 F5 iworkflow and Citrix XenServer: Setup Version 2.0.1 Table of Contents Table of Contents Getting Started with iworkflow Virtual Edition... 5 What is iworkflow Virtual Edition?... 5 About iworkflow VE

More information

OpenBSD/sun4v: Porting OpenBSD to Sun s UltraSPARC T1 and T2 processors

OpenBSD/sun4v: Porting OpenBSD to Sun s UltraSPARC T1 and T2 processors OpenBSD/sun4v: Porting OpenBSD to Sun s UltraSPARC T1 and T2 processors Mark Kettenis kettenis@openbsd.org OpenBSD October 9, 2011 Mark Kettenis (OpenBSD) OpenBSD/sun4v October 9, 2011 1 / 34 Outline 1

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

F5 iworkflow and Microsoft Hyper-V: Setup. Version 2.2.0

F5 iworkflow and Microsoft Hyper-V: Setup. Version 2.2.0 F5 iworkflow and Microsoft Hyper-V: Setup Version 2.2.0 Table of Contents Table of Contents Getting Started with iworkflow Virtual Edition... 5 What is iworkflow Virtual Edition?... 5 About iworkflow

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

BIG-IP Virtual Edition and Xen Project: Setup. Version 13.1

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

More information

Logical Domains (LDoms) Administration Guide

Logical Domains (LDoms) Administration Guide Logical Domains (LDoms) 1.0.1 Administration Guide Sun Microsystems, Inc. www.sun.com Part No. 820-3268-10 September 2007, Revision A Submit comments about this document at: http://www.sun.com/hwdocs/feedback

More information

Microsoft Hyper-V Installation Guide

Microsoft Hyper-V Installation Guide Installation Guide VERSION: 11.0 UPDATED: August 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered

More information

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

How to Install Oracle VM VirtualBox and Create a Virtual Machine

How to Install Oracle VM VirtualBox and Create a Virtual Machine How to Install Oracle VM VirtualBox and Create a Virtual Machine Oracle VM VirtualBox is an open source virtualization software that you can install on various x86 systems. You can install Oracle VM Virtualbox

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

Logical Domains 1.3 Administration Guide

Logical Domains 1.3 Administration Guide Logical Domains 1.3 Administration Guide Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 821 0406 10 January 2010 Copyright 2010 Sun Microsystems, Inc. 4150 Network Circle,

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

Microsoft Hyper-V. Installation Guide

Microsoft Hyper-V. Installation Guide Installation Guide UPDATED: 04 October 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

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

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview)

Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) Building a High Availability System on Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 Servers (Overview) September 2017 Rev 3.0 Fujitsu LIMITED Contents Introduction 1. Model Case of HA System 2. Example

More information

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor The OVA package uses a default configuration that may not be suitable for your deployment. If you want to use multiple

More information

VRX VIRTUAL REPLICATION ACCELERATOR

VRX VIRTUAL REPLICATION ACCELERATOR If you re not using Citrix XenCenter 6.0, your screens may vary. VRX VIRTUAL REPLICATION ACCELERATOR Citrix XenServer Hypervisor Server Mode (Single-Interface Deployment) 2015 Silver Peak Systems, Inc.

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

Quick Start Guide. Citrix XenServer Hypervisor. Router Mode (Out-of-Path Deployment) Before You Begin SUMMARY OF TASKS

Quick Start Guide. Citrix XenServer Hypervisor. Router Mode (Out-of-Path Deployment) Before You Begin SUMMARY OF TASKS VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Router Mode (Out-of-Path Deployment) 2015 Silver Peak Systems, Inc. Before You Begin Comply

More information

If you re not using Citrix XenCenter 6.0, your screens may vary.

If you re not using Citrix XenCenter 6.0, your screens may vary. VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Bridge Mode (In-Line Deployment) 2014 Silver Peak Systems, Inc. Before You Begin Comply

More information

F5 iworkflow and Linux KVM: Setup. Version 2.0.2

F5 iworkflow and Linux KVM: Setup. Version 2.0.2 F5 iworkflow and Linux KVM: Setup Version 2.0.2 Table of Contents Table of Contents Getting Started with iworkflow Virtual Edition... 5 What is iworkflow Virtual Edition?... 5 About iworkflow VE compatibility

More information

Virtualization. Michael Tsai 2018/4/16

Virtualization. Michael Tsai 2018/4/16 Virtualization Michael Tsai 2018/4/16 What is virtualization? Let s first look at a video from VMware http://www.vmware.com/tw/products/vsphere.html Problems? Low utilization Different needs DNS DHCP Web

More information

Installing and configuring HP Integrity VM for HP SIM 5.x

Installing and configuring HP Integrity VM for HP SIM 5.x Installing and configuring HP Integrity VM for HP SIM 5.x Table of Contents IntTroduction... 2 Requirement... 2 Software... 2 Hardware... 2 Installing and configuring HPVM... 2 Install... 2 Configure...

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 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

BIG-IP Virtual Edition and VMware ESXi: Setup. Version 12.1

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

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

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

<Insert Picture Here> Getting Started with Solaris

<Insert Picture Here> Getting Started with Solaris Getting Started with Solaris W Brian Leonard Principal Software Engineer Program Agenda About Installation Java Desktop System Where is Everything? Users, Profiles

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

Quick Start Guide. Citrix XenServer Hypervisor. Server Mode (Single-Interface Deployment) Before You Begin SUMMARY OF TASKS

Quick Start Guide. Citrix XenServer Hypervisor. Server Mode (Single-Interface Deployment) Before You Begin SUMMARY OF TASKS Quick Start Guide VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Server Mode (Single-Interface Deployment) 2014 Silver Peak Systems,

More information

Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware

Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware CHAPTER 5 Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware This chapter explains setting up LMS for High Availability (HA), Live migration, and, Storage

More information

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to and select Downloads.

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to  and select Downloads. Get VirtualBox Go to www.virtualbox.org and select Downloads. 1 Download the current release of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Download the

More information

The Unified CVP upgrade process has been described in this chapter in the following sections:

The Unified CVP upgrade process has been described in this chapter in the following sections: Cisco voice solution components upgrade is a multistage process; solution components are grouped in several stages for upgrading. Users must follow the solution level upgrade order mentioned in the Upgrade

More information

Technical Whitepaper. NetBackup PureDisk Technical Product Management. PureDisk Remote Office Protection. Export to NetBackup Feature

Technical Whitepaper. NetBackup PureDisk Technical Product Management. PureDisk Remote Office Protection. Export to NetBackup Feature Technical Whitepaper NetBackup PureDisk Technical Product Management PureDisk Remote Office Protection Export to NetBackup Feature 09 May 2007 Document Information Copyright The copyright to this document

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : 1z0-821 Title : Oracle Solaris 11 System Administrator Vendor : Oracle Version : DEMO Get Latest & Valid 1Z0-821 Exam's

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

Installation Requirements

Installation Requirements Before installing Prime Cable Provisioning, review the licensing and the installation requirements described in this chapter. This chapter contains the following sections: Licensing, page 1 System Requirements,

More information

Replace Single Server or Cluster

Replace Single Server or Cluster Caution Because this process is designed to work as a server replacement, you must perform it in the live environment. Cisco does not recommend doing this process on a dead net because a duplication of

More information

BIG-IQ Centralized Management and Microsoft Hyper-V: Setup. Version 5.0

BIG-IQ Centralized Management and Microsoft Hyper-V: Setup. Version 5.0 BIG-IQ Centralized Management and Microsoft Hyper-V: Setup Version 5.0 Table of Contents Table of Contents Getting Started with BIG-IQ Virtual Edition...5 What is BIG-IQ Virtual Edition?...5 About BIG-IQ

More information

Oracle VM Server for SPARC 3.5 Administration Guide

Oracle VM Server for SPARC 3.5 Administration Guide Oracle VM Server for SPARC 3.5 Administration Guide Part No: E80109 November 2017 Oracle VM Server for SPARC 3.5 Administration Guide Part No: E80109 Copyright 2007, 2017, Oracle and/or its affiliates.

More information

Oracle VM Server for SPARC 3.5 Developer's Guide

Oracle VM Server for SPARC 3.5 Developer's Guide Oracle VM Server for SPARC 3.5 Developer's Guide Part No: E80112 November 2017 Oracle VM Server for SPARC 3.5 Developer's Guide Part No: E80112 Copyright 2007, 2017, Oracle and/or its affiliates. All

More information

Oracle Solaris Virtualization: From DevOps to Enterprise

Oracle Solaris Virtualization: From DevOps to Enterprise Oracle Solaris Virtualization: From DevOps to Enterprise Duncan Hardie Principal Product Manager Oracle Solaris 17 th November 2015 Oracle Confidential Internal/Restricted/Highly Restricted Safe Harbor

More information

Oracle 1Z Oracle Solaris 10 Network Administrator(R) Certified Expert.

Oracle 1Z Oracle Solaris 10 Network Administrator(R) Certified Expert. Oracle 1Z0-880 Oracle Solaris 10 Network Administrator(R) Certified Expert http://killexams.com/exam-detail/1z0-880 DHCP client's dhcpagent to request additional networking information from the DHCP server.

More information

Managing Virtual Machines Using the Cisco SRE-V CLI

Managing Virtual Machines Using the Cisco SRE-V CLI CHAPTER 8 Managing Virtual Machines Using the Cisco SRE-V CLI Note We recommend that you use the vsphere Client GUI instead of the Cisco SRE-V CLI to manage virtual machines. See Chapter 7, Managing Virtual

More information

PlateSpin Transformation Manager Appliance Guide. June 2018

PlateSpin Transformation Manager Appliance Guide. June 2018 PlateSpin Transformation Manager Appliance Guide June 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Oracle Integrated Stack Testing Hardware. Software. Tested Complete.

Oracle Integrated Stack Testing Hardware. Software. Tested Complete. An Oracle White Paper September 2010 Oracle Integrated Stack Testing Hardware. Software. Tested Complete. Reference Configurations Introduced Disclaimer The following is intended to outline our general

More information

CHAPTER 16 - VIRTUAL MACHINES

CHAPTER 16 - VIRTUAL MACHINES CHAPTER 16 - VIRTUAL MACHINES 1 OBJECTIVES Explore history and benefits of virtual machines. Discuss the various virtual machine technologies. Describe the methods used to implement virtualization. Show

More information

Installation Requirements

Installation Requirements Before installing Prime Cable Provisioning, review the licensing and the installation requirements described in this chapter. This chapter contains the following sections: Licensing, page 1 System Requirements,

More information

1Z SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions

1Z SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions 1Z0-597 SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-597 Exam on SPARC T4-Based Server Installation Essentials... 2 Oracle 1Z0-597

More information

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017 UPGRADE GUIDE Log & Event Manager Version 6.3.1 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/log_event_manager_(lem)/lem_documentation

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

How do I patch custom OEM images? Are ESXi patches cumulative? VMworld 2017 Do stateless hosts keep SSH & SSL identities after reboot? With Auto Deplo

How do I patch custom OEM images? Are ESXi patches cumulative? VMworld 2017 Do stateless hosts keep SSH & SSL identities after reboot? With Auto Deplo SER1963BE Technical Overview of VMware ESXi Host Lifecycle Management with Update Manager, Auto Deploy, and Host Profiles VMworld 2017 Content: Not for publication Eric Gray @eric_gray #VMworld #SER1963BE

More information

Installation of the DigitalSystemsVM virtual machine

Installation of the DigitalSystemsVM virtual machine Installation of the DigitalSystemsVM virtual machine Notice This document explains how to install the DigitalSystemsVM virtual machine on a computer with Windows 7 SP1. If questions or problems relating

More information

Installation Prerequisites

Installation Prerequisites This chapter includes the following sections: Supported Platforms, page 1 Supported Web Browsers, page 2 Required Ports, page 2 System Requirements, page 3 Important Prerequisites for Installing Cisco

More information

Flexible Laufzeitumgebungen für Software - Einfach aufgebaut

Flexible Laufzeitumgebungen für Software - Einfach aufgebaut Flexible Laufzeitumgebungen für Software - Einfach aufgebaut Detlef Drewanz Master Principal Sales Consultant Systems Sales Consulting Northern Europe 17. November, 2015 Copyright 2014 Oracle and/or its

More information

F5 BIG-IQ Centralized Management and Linux Xen Project: Setup. Version 5.0

F5 BIG-IQ Centralized Management and Linux Xen Project: Setup. Version 5.0 F5 BIG-IQ Centralized Management and Linux Xen Project: Setup Version 5.0 Table of Contents Table of Contents Getting Started with BIG-IQ Virtual Edition...5 What is BIG-IQ Virtual Edition?...5 About

More information

Oracle Enterprise Manager Ops Center. Overview. What You Need. Create Oracle Solaris 10 Zones 12c Release 3 ( )

Oracle Enterprise Manager Ops Center. Overview. What You Need. Create Oracle Solaris 10 Zones 12c Release 3 ( ) Oracle Enterprise Manager Ops Center Create Oracle Solaris 10 Zones 12c Release 3 (12.3.0.0.0) E60027-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops

More information

HiveManager NG Virtual Appliance

HiveManager NG Virtual Appliance HiveManager NG Virtual Appliance vsphere Configuration This document provides information on setting up the vsphere virtualization environment to deploy and run HiveManager NG Virtual Appliance. The configuration

More information

InMage Scout Standard Quick Install Guide. Version 1.5

InMage Scout Standard Quick Install Guide. Version 1.5 InMage Scout 8.0.1 Standard Quick Install Guide Version 1.5 Table: Document History Document Document Version Date 1.0 26 th Feb 2015 Standard version 1.1 7 th April 2015 Minor update Remarks 1.2 28 th

More information

Installing the Cisco Nexus 1000V Software Using ISO or OVA Files

Installing the Cisco Nexus 1000V Software Using ISO or OVA Files Installing the Cisco Nexus 1000V Software Using ISO or OVA Files This chapter contains the following sections: Installing the VSM Software, page 1 Installing the VSM Software Installing the Software from

More information

Installing the Cisco CSR 1000v in Microsoft Hyper-V Environments

Installing the Cisco CSR 1000v in Microsoft Hyper-V Environments Installing the Cisco CSR 1000v in Microsoft Hyper-V Environments Microsoft Hyper-V Support Information, page 1 Microsoft Hyper-V Limitations, page 2 Installation Requirements for Microsoft Hyper-V Cisco

More information