Oracle VM Server Recovery Guide. Version 8.2
|
|
|
- Ambrose Elijah Paul
- 10 years ago
- Views:
Transcription
1 Oracle VM Server Recovery Guide Version 8.2
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 x86 system and to define the aspects of system recovery that are and are not supported. This guide does not include all the features and options available with SBAdmin, but is intended to be used as an addendum to the SBAdmin User Guide and the SBAdmin Linux System Recovery Guide. SBAdmin provides support for Oracle VM Server for x86 versions 2.1, 2.2 and 3.x. System Backup of Oracle VM Manager (version 3) Beginning with version 3, Oracle VM Server requires a separate server outside of the server pool to run Oracle VM Manager. This system must run Oracle Linux 5.5 or greater. It is not required that this system run as a dom0 and may be run on a physical system or in a virtual environment. Performing system recovery of a physical or virtual machine is detailed in the SBAdmin Linux Recovery Guide. Performing a system backup of the Oracle VM Manager is done much in the same manner as other Linux systems. Refer to the SBAdmin User Guide for additional details. However, the following considerations deserve mention because they are specific to Oracle VM Manager. Understanding Oracle VM Manager The Oracle VM Manager software consistes of an Oracle Database and other frameworks provided by Oracle. Depending on your environment the Oracle VM Manager Database may be stored locally on the system running Oracle VM Manager or on a remote system. If the database is stored locally you may perform a full system backup of the Oracle VM Manager that will include this database. However, it is good practice to shutdown the database or use the SBAdmin snapshot backup feature on the filesystem containing the database. If this database is on a remote system, or backed up through other means these steps may not be necessary. The following command is used to stop the Oracle VM Manager service. # /sbin/service ovmm stop System Backup of Oracle VM Server (dom0) Oracle VM Server for x86 is based on Xen virtualization technology. Therefore, you will see the server referred to as dom0 in this and other documents. The virtualized guest machines that run on the server are referred to as domu systems. Performing system recovery of a domu guest machine is detailed in the SBAdmin Xen Recovery Guide. Performing a system backup of the Oracle VM Server (dom0) is done much in the same manner as any other Linux system. Refer to the SBAdmin User Guide for additional details. However, the following considerations deserve mention because they are specific to dom0 systems: Storix System Backup Administrator 2 Oracle VM Server for x86 Recovery Guide
3 Including domu Systems in dom0 Full System Backup You may perform a full system backup of the Oracle VM Server (dom0) that will include all virtualized (domu) systems. However, it is good practice to either shutdown the domu systems or use the SBAdmin snapshot backup feature on the filesystems that store the domu image files. This will ensure the domu systems are in a stable state at the time of the backup. To include domu systems in a system backup, you must understand how the systems are configured and stored on dom0. If the domu is stored within a file on dom0 then you must only assure that the filesystem and file are not excluded from the backup. If the domu is stored in a raw partition or raw logical volume on dom0, then you must ensure that the appropriate raw device type is included in the backup. The option to include raw partitions and/or logical volumes is found in the backup profile. Note that the default is NOT to include raw data in a full system backup. Determining Hypervisor File Used by dom0 (multiboot file) The SBAdmin process to create a system backup of dom0 requires knowing the Xen hypervisor file dom0 is running under. You may also see the Xen hypervisor file referred to as the multiboot file. Under most circumstances SBAdmin will be able to determine the booted hypervisor file. In the case that SBAdmin is unable to determine which hypervisor was used at boot time, it will be required that the user manually specify the file. Note that this file must also be updated if the hypervisor is changed with system updates. To manually determine the hypervisor that was used to boot dom0, it will be necessary to know which GRUB entry was chosen at boot time. You will need to determine the stanza found in the file /boot/grub/menu.lst that was used to boot the system. Within the stanza there will be a line similar to the following which identifies the Xen hypervisor file: kernel /boot/xen-3.0-i386.gz To specify the hypervisor to SBAdmin, create the file /storix/config/multibootfile (assuming /storix is your Storix data directory). Within this file, specify the path to the Xen hypervisor. In this case it would be as follows. /boot/xen-3.0-i386.gz You may now create a system backup. Understanding Storage Repositories An Oracle VM storage repository is a filesystem (typically ocfs2 or NFS) where resources used by the server will be found. These resources are primarily guest virtual machines, virtual machine templates, and shared virtual disks. Typically, the server will become part of a server pool and the resources would therefore be available to all servers in the server pool. Note that server pools are managed by the Oracle VM Manager, but the repository storage configuration is managed by the individual server. In most cases, the SBAdmin system recovery process will migrate configurations related to storage and storage devices. However, Oracle VM storage repositories are the exception in that steps will need to be performed by the user in order for the repositories to become available following a recovery. Those steps will be detailed later, but at the time of the backup you should understand and retain how the repositories are configured on the server. Most important, you will want to know which repository UUID is the root storage repository. Storix System Backup Administrator 3 Oracle VM Server for x86 Recovery Guide
4 Oracle VM Server for x86 version 2.1 The root storage repository will be the device mounted on /OVS on the server. All extended storage repositories will be mounted as /OVS/UUID and defined in /etc/ovs/repostories. Oracle VM Server for x86 version 2.2 You may list all configured repositories on the server using the following command: /opt/ovs-agent-latest/utils/repos.py l The command will produce output similar to the following: [ * ] 450c66f5-6e10-4ca8-b086-c f1f2 => /dev/sda3 [ ] c0e18fd7-c b-c883f9b1b41c => mickey:/ovm The output indicates that there are 2 repositories configured on the server and the active root storage repository is identified by the asterisk (*). Regardless of the version of Oracle VM Server being used, you will see that the repository UUID is linked to a device or NFS mount point on the server. Given that you are likely to be performing system recovery to different disks, this link will be broken and will require further attention before it is usable. Those steps are described below. System Recovery of Oracle VM Server (dom0) The steps to perform system recovery of an Oracle VM Server (dom0) using SBAdmin are very similar to the steps for any other Linux system. Refer to the SBAdmin Linux System Recovery Guide for additional details. However, the following considerations deserve mention because they are specific to Oracle VM Server and dom0 systems: Creating Boot Media In order to perform system recovery of an Oracle VM Server (dom0), you will need a SBAdmin system backup (discussed above) and SBAdmin boot media. The boot media is used to provide the system you wish to recover with an environment and interface to perform the recovery. Boot media types supported for performing recovery of dom0 are CDROM and hard disk. Performing network boot (PXE) of a dom0 is not supported. For more information on creating SBAdmin boot media please refer to the SBAdmin Linux System Recovery Guide. Migrating Storage Repositories (Version 2) Assuming you are not performing recovery to the same disks that were used at the time of the backup, the storage repositories on the server may require additional maintenance after the system first boots following the system recovery. This is because the device names used by the repositories may have changed or the UDEV UUID linked to the device is not the same as found in the ovs-agent database. The first step is to reconfigure the repositories on the server: Oracle VM Server for x86 version 2.1 Storix System Backup Administrator 4 Oracle VM Server for x86 Recovery Guide
5 You should examine the /etc/ovs/repositories file on the server and verify that the UUID is referring to the correct device name. Oracle VM Server for x86 version 2.2 List the repositories using the following command: /opt/ovs-agent-latest/utils/repos.py l You may see output similar to the following: [ * ] 450c66f5-6e10-4ca8-b086-c f1f2 => ERROR [ ] c0e18fd7-c b-c883f9b1b41c => mickey:/ovm The output indicates that the root storage repository is not configured properly. After inspecting the log files in /var/log/ovs-agent, you will find that the device or UDEV UUID that the device links to does exist. Typically, this is because the device name changed or the UDEV UUID changed. To reconfigure the repositories you should re-add each device as a repository and specify which UUID is the root storage repository. Note that the UUID for each repository will be the same as at the time of the backup because the UUID is stored in a file in the repository filesystem and was restored as part of the recovery process. In our example, the repository which was configured on device /dev/sda3 at the time of the backup was replaced with device /dev/hda3 during the recovery. Therefore, we need to redefine the repository with the proper device name and specify it as the root storage repository. We will also redefine the NFS-based repository: /opt/ovs-agent-latest/utils/repos.py n /dev/hda3 /opt/ovs-agent-latest/utils/repos.py r 450c66f5-6e10-4ca8-b f1f2 /opt/ovs-agent-latest/utils/repos.py n mickey:/ovm The next step, regardless of the version of Oracle VM Server in use, is to restore the server pool configuration from the Oracle VM Manager. This can be accomplished through the Oracle VM Manager Web Interface by selecting the Server Pools tab, selecting the appropriate Server Pool Name, and selecting Restore. Note that when restoring a server pool, all the data on the server pool master will be deleted and synchronized with the latest information found in the database on the Oracle VM Manager. After the server pool restore completes, you should have access to the repositories and resources on the Oracle VM Server you just recovered. Migrating Storage Repositories (version 3) With Oracle VM Server 3 migrating the service repositories after recovery is typically not necessary. However the following considerations are specific to version 3. Oracle VM Server SMBIOS UUID Upon recovery of an Oracle VM Server you may see the following error in the Oracle VM Manager. The manager already has a server SERVERNAME, at this IP address, with SMBIOS UUID: xx:xx:... Storix System Backup Administrator 5 Oracle VM Server for x86 Recovery Guide
6 To resolve this error, it is necessary to either remove the server and re-add it through the Oracle VM Manager interface, or update the fakeuuid field in the /etc/ovs-agent/agent.ini file with the original uuid in the message. Oracle VM Server Memory Upon recovery of an Oracle VM Server the Oracle VM Management interface may report that the server has no free memory. This may be due to the boot parameters in the newly created grub.conf. By default SBAdmin makes no assumptions that the recovered system is going to the same hardware, so the following boot parameter is not retained. dom0_mem=xxxm where XXX is the amount of memory to be assigned to dom0. This option may be added during recovery as a kernel command line option, for further information please reference the SBAdmin Linux System Recovery Guide. Storix System Backup Administrator 6 Oracle VM Server for x86 Recovery Guide
How to Backup XenServer VM with VirtualIQ
How to Backup XenServer VM with VirtualIQ 1. Using Live Backup of VM option: Live Backup: This option can be used, if user does not want to power off the VM during the backup operation. This approach takes
Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc
Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc 2 About Author Kai Yu 16 years with Oracle technology Work in Dell Oracle Solutions Engineering
Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration
ULI101 Week 06b Week Overview Installing Linux Linux on your Desktop Virtualization Basic Linux system administration Installing Linux Standalone installation Linux is the only OS on the computer Any existing
Disaster Recovery Checklist Disaster Recovery Plan for <System One>
Disaster Recovery Plan for SYSTEM OVERVIEW PRODUCTION SERVER HOT SITE SERVER APPLICATIONS (Use bold for Hot Site) ASSOCIATED SERVERS KEY CONTACTS Hardware Vendor System Owners Database Owner
How to Restore a Linux Server Using Bare Metal Restore
How to Restore a Linux Server Using Bare Metal Restore This article refers to firmware version 5.4 and higher, and the Barracuda Linux Backup Agent 5.4 and higher. Use the steps in this article to restore
Windows Template Creation Guide. How to build your own Windows VM templates for deployment in Cloudturk.
Windows Template Creation Guide How to build your own Windows VM templates for deployment in Cloudturk. TABLE OF CONTENTS 1. Preparing the Server... 2 2. Installing Windows... 3 3. Creating a Template...
Building Oracle Grid with Oracle VM on Blade Servers and iscsi Storage. Kai Yu Dell Oracle Solutions Engineering
Building Oracle Grid with Oracle VM on Blade Servers and iscsi Storage Kai Yu Dell Oracle Solutions Engineering About Author Kai Yu 15 years with Oracle technology, specialized in Oracle Grid/RAC, Oracle
Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02
Cristie Bare Machine Recovery Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02 This documentation shows how to restore or migrate a Linux system on dissimilar
Table of Contents. Online backup Manager User s Guide
Table of Contents Backup / Restore VMware Virtual Machines... Error! Bookmark not defined. Backup virtual machines running on VMware ESXi / ESX Server with VDDK / non VDDK... 2 Requirements and recommendations...
Converting Linux and Windows Physical and Virtual Machines to Oracle VM Virtual Machines. An Oracle Technical White Paper December 2008
Converting Linux and Windows Physical and Virtual Machines to Oracle VM Virtual Machines An Oracle Technical White Paper December 2008 Converting Linux and Windows Physical and Virtual Machines to Oracle
Abstract. Microsoft Corporation Published: August 2009
Linux Integration Components Version 2 for Hyper-V (Windows Server 2008, Windows Server 2008 R2, Microsoft Hyper-V Server 2008, and Microsoft Hyper-V Server 2008 R2) Readme Microsoft Corporation Published:
EXPLORING LINUX KERNEL: THE EASY WAY!
EXPLORING LINUX KERNEL: THE EASY WAY! By: Ahmed Bilal Numan 1 PROBLEM Explore linux kernel TCP/IP stack Solution Try to understand relative kernel code Available text Run kernel in virtualized environment
Professional Xen Visualization
Professional Xen Visualization William von Hagen WILEY Wiley Publishing, Inc. Acknowledgments Introduction ix xix Chapter 1: Overview of Virtualization : 1 What Is Virtualization? 2 Application Virtualization
VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager
VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction
Oracle Virtual Machine Qualification Note Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014]
Oracle Virtual Machine Qualification Note Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Table of Contents 1. INTRODUCTION... 2 1.1 SCOPE... 2 1.2 INTRODUCTION TO ORACLE VM... 2 1.3
13.1 Backup virtual machines running on VMware ESXi / ESX Server
13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines
Red Hat Certifications: Red Hat Certified System Administrator (RHCSA)
Red Hat Certifications: Red Hat Certified System Administrator (RHCSA) Overview Red Hat is pleased to announce a new addition to its line of performance-based certifications Red Hat Certified System Administrator
WELCOME. Backup of OracleVM. Martin Bracher SOUG-Vortrag 21. März 2013
WELCOME Martin Bracher SOUG-Vortrag 21. März 2013 BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN 1 Oracle VM infrastructure components Two Components
Overview... 2. Customer Login... 2. Main Page... 2. VM Management... 4. Creation... 4 Editing a Virtual Machine... 6
July 2013 Contents Overview... 2 Customer Login... 2 Main Page... 2 VM Management... 4 Creation... 4 Editing a Virtual Machine... 6 Disk Management... 7 Deletion... 7 Power On / Off... 8 Network Management...
ServerPronto Cloud User Guide
ServerPronto Cloud User Guide Virtual machines Virtual machines are based on templates and are deployed on hypervisors. Hypervisors give them access to CPU, disk and network resources. The ServerPronto
EaseUS Todo Backup PXE Server
EaseUS Todo Backup PXE Server ----New added in EaseUS Todo Backup 4.6 EaseUS Todo Backup 4.6 adds PXE Server in Todo Backup Server, Todo Backup Advanced Server and Todo Backup Technician. EaseUS Todo Backup
Configure NFS Staging for ACS 5.x Backup on Windows and Linux
Configure NFS Staging for ACS 5.x Backup on Windows and Linux Document ID: 119030 Contributed by Piotr Borowiec and Aditya Ganjoo, Cisco TAC Engineers. Jul 21, 2015 Contents Introduction Prerequisites
CA arcserve Unified Data Protection Agent for Linux
CA arcserve Unified Data Protection Agent for Linux User Guide Version 5.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as
Intro to Virtualization
Cloud@Ceid Seminars Intro to Virtualization Christos Alexakos Computer Engineer, MSc, PhD C. Sysadmin at Pattern Recognition Lab 1 st Seminar 19/3/2014 Contents What is virtualization How it works Hypervisor
Integrating Data Protection Manager with StorTrends itx
Integrating Data Protection Manager with StorTrends itx INTEGRATING DATA PROTECTION MANAGER WITH STORTRENDS ITX 2 1. Introduction 2 2. Test Environment 2 Requirements 2 3. Setting up the Application Servers
for the VaultDR Online Plugin for Linux-based Operating Systems
Redefining Data Protection Title Page User s Guide for the VaultDR Online Plugin for Linux-based Operating Systems NVE 7009-36B 01/19-07 Copyrights NetVault:Backup - User s Guide for the VaultDR Online
SUSE Manager in the Public Cloud. SUSE Manager Server in the Public Cloud
SUSE Manager in the Public Cloud SUSE Manager Server in the Public Cloud Contents 1 Instance Requirements... 2 2 Setup... 3 3 Registration of Cloned Systems... 6 SUSE Manager delivers best-in-class Linux
www.see-grid-sci.eu Regional SEE-GRID-SCI Training for Site Administrators Institute of Physics Belgrade March 5-6, 2009
SEE-GRID-SCI Virtualization and Grid Computing with XEN www.see-grid-sci.eu Regional SEE-GRID-SCI Training for Site Administrators Institute of Physics Belgrade March 5-6, 2009 Milan Potocnik University
Table of Contents Introduction and System Requirements 9 Installing VMware Server 35
Table of Contents Introduction and System Requirements 9 VMware Server: Product Overview 10 Features in VMware Server 11 Support for 64-bit Guest Operating Systems 11 Two-Way Virtual SMP (Experimental
PARALLELS SERVER 4 BARE METAL README
PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels
Citrix XenServer-6.2 Administration Training
Citrix XenServer-6.2 Administration Training Course Duration : 20Days Class Duration : 3hours per day ( Fast Track Course duration 7days Per day 8 hours ) Classroom Training Fast-Track Training: - Online
Performing Administrative Tasks
This chapter describes how to perform administrative tasks using Cisco CMX. Users who are assigned administration privileges can perform administrative tasks. Cisco CMX User Accounts, page 1 Backing Up
MapGuide Open Source Repository Management Back up, restore, and recover your resource repository.
MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. Page 1 of 5 Table of Contents 1. Introduction...3 2. Supporting Utility...3 3. Backup...4 3.1 Offline
INTRODUCTION TO CLOUD MANAGEMENT
CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure
Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery
Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery Objectives Develop a Backup Strategy Create Backup Files with tar Work with Magnetic Tapes Copy Data
Virtualization. Michael Tsai 2015/06/08
Virtualization Michael Tsai 2015/06/08 What is virtualization? Let s first look at a video from VMware http://bcove.me/x9zhalcl Problems? Low utilization Different needs DNS DHCP Web mail 5% 5% 15% 8%
Managed Backup Service - Agent for Linux 6.00.2415- Release Notes
Managed Backup Service - Agent for Linux 6.00.2415- Release Notes 1 Managed Backup Service Agent for Linux Version 6.00.2415 Release Notes, 9 th June 2008 1 OVERVIEW This document contains release notes
[VADP OVERVIEW FOR NETBACKUP]
2013 Ram Nagalla [VADP OVERVIEW FOR NETBACKUP] Understanding the concept of VADP backup in Netbackup and brief description about the different configuration scenarios. Index 1) Overview. 2 2) Compatibility
Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center
Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center Marshall, David ISBN-13: 9780849339318 Table of Contents BASIC CONCEPTS Introduction to Server Virtualization Overview
Novell PlateSpin Orchestrate
AUTHORIZED DOCUMENTATION Virtual Machine Management Guide Novell PlateSpin Orchestrate 2.6 March 29, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties with respect
NBMR. Bare Machine Recovery for EMC NetWorker. User Guide. For Linux. June 2014. Version 7.1.2. Cristie Data Products GmbH Nordring 53-55
NBMR Bare Machine Recovery for EMC NetWorker User Guide For Linux June 2014 Version 7.1.2 Cristie Softw are Ltd. New Mill Chestnut Lane Stroud GL5 3EH United Kingdom Tel:+44(0)1453 847000 Fax:+44(0)1453
MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.
STUDENT ACTIVITY 6.1: UNDERSTAND BACKUP AND RECOVERY METHODS MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.1 Lesson
Backing up the Embedded Oracle database of a Red Hat Network Satellite
Backing up the Embedded Oracle database of a Red Hat Network Satellite By Melissa Goldin and Vladimir Zlatkin Abstract This document will help you create a backup of the Oracle database of a Red Hat Network
TBMR. Cristie Bare Machine Recovery. User Guide. For Linux. June 2014. Version 7.1.1. Cristie Data Products GmbH Nordring 53-55
TBMR Cristie Bare Machine Recovery User Guide For Linux June 2014 Version 7.1.1 Cristie Softw are Ltd. New Mill Chestnut Lane Stroud GL5 3EH United Kingdom Tel:+44(0)1453 847000 Fax:+44(0)1453 847001 [email protected]
6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days)
www.peaklearningllc.com 6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) Introduction This three-day instructor-led course teaches students how to implement and manage Windows Server
PARALLELS SERVER BARE METAL 5.0 README
PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal
M6422A Implementing and Managing Windows Server 2008 Hyper-V
M6422A Implementing and Managing Windows Server 2008 Hyper-V Looking at Training Differently... Course 6422A: Implementing and Managing Windows Server 2008 Hyper-V Length: Published: Language(s): Audience(s):
Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide
Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management
FileCruiser Backup & Restoring Guide
FileCruiser Backup & Restoring Guide Version: 0.3 FileCruiser Model: VA2600/VR2600 with SR1 Date: JAN 27, 2015 1 Index Index... 2 Introduction... 3 Backup Requirements... 6 Backup Set up... 7 Backup the
Using Emergency Restore to recover the vcenter Server has the following benefits as compared to the above methods:
Executive Summary This document provides certain best practices with regards to the Emergency Restore feature in vsphere Data Protection 5.5 release. It also describes the methods and processes to be used
Acronis Backup & Recovery 10 Server for Windows. Installation Guide
Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent
Cristie Bare Machine Recovery. User Guide. For Linux. April 2015. Version 7.2.2. Cristie Data Products GmbH Nordring 53-55
Cristie Bare Machine Recovery User Guide For Linux April 2015 Version 7.2.2 Cristie Software Ltd. New Mill Chestnut Lane Stroud GL5 3EH United Kingdom Tel:+44(0)1453 847000 Fax:+44(0)1453 847001 [email protected]
Chapter 5: Operating Systems Part 1
Name Period Chapter 5: Operating Systems Part 1 1. What controls almost all functions on a computer? 2. What operating systems will be discussed in this chapter? 3. What is meant by multi-user? 4. Explain
Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN
The Amazon Web Services (AWS) Storage Gateway uses an on-premises virtual appliance to replicate a portion of your local Drobo iscsi SAN (Drobo B1200i, left below, and Drobo B800i, right below) to cloudbased
XenServer Pool Replication: Disaster Recovery
XenServer Pool Replication: Disaster Recovery Summary This article describes how to use Citrix XenServer to provide an easy-to-configure Disaster Recovery (DR) environment when using a Network-attached
Ultimate Guide to Oracle Storage
Ultimate Guide to Oracle Storage Presented by George Trujillo [email protected] George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such
Acronis Backup & Recovery 10 Server for Linux. Installation Guide
Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management
Installing and Administering VMware vsphere Update Manager
Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document
Linux Template Creation Guide. How to build your own Linux VM templates for deployment in Cloudturk.
Linux Template Creation Guide How to build your own Linux VM templates for deployment in Cloudturk. TABLE OF CONTENTS 1. Installing Xen Hypervisor... 2 2. Installing DomU (Paravirtualized)... 5 3. Installing
Block Level Backups with EMC NetWorker
Block Level Backups with EMC NetWorker David Stes email: [email protected] June 30, 2010 Abstract We discuss here image backup of Windows, Linux and other operating systems, without using a EMC NetWorker
Migrating to ESXi: How To
ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,
Backup and Restore with 3 rd Party Applications
Backup and Restore with 3 rd Party Applications Contents Introduction...1 Backup Software Capabilities...1 Backing up a Single Autodesk Vault Site...1 Backup Process...1 Restore Process...1 Backing up
NI Real-Time Hypervisor for Windows
QUICK START GUIDE NI Real-Time Hypervisor Version 2.1 The NI Real-Time Hypervisor provides a platform you can use to develop and run LabVIEW and LabVIEW Real-Time applications simultaneously on a single
VMware vsphere 5.0 Boot Camp
VMware vsphere 5.0 Boot Camp This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter. Assuming no prior virtualization experience, this
High Availability for VMware GSX Server
High Availability for GSX Server High Availability for GSX Server Revision 1.1.0 published January 2005, GeoCluster, and NSI are registered trademarks of NSI Software, Inc. Balance is a trademark of NSI
How To Install A Virtual Image Facility On Linux (Amd64) On A 3390 Dasd 3390 (Amd32) Dasda (Amd86) (Amd66) (Dasd) (Virtual Image Facility) (For
S/390 Virtual Image Facility for Linux (VIF) WAVV 2000 Colorado Springs October, 2000 Agenda Introduction Product Overview Planning Installation Positioning Availability Introduction S/390 Virtual Image
Virtual Server Agent v9 with VMware. March 2011
Virtual Server Agent v9 with VMware March 2011 Contents Summary... 3 Backup Transport Methods... 3 Deployment Scenarios... 3 VSA Installation Requirements... 4 VSA Patch Requirements... 4 VDDK Installation...
www.cristie.com CBMR for Linux v6.2.2 User Guide
www.cristie.com CBMR for Linux v6.2.2 User Guide Contents CBMR for Linux User Guide - Version: 6.2.2 Section No. Section Title Page 1.0 Using this Guide 3 1.1 Version 3 1.2 Limitations 3 2.0 About CBMR
Navigating the Rescue Mode for Linux
Navigating the Rescue Mode for Linux SUPPORT GUIDE DEDICATED SERVERS ABOUT THIS GUIDE This document will take you through the process of booting your Linux server into rescue mode to identify and fix the
XenClient Enterprise Synchronizer Migration
XenClient Enterprise Synchronizer Migration Applicability This document is applicable to XenClient Synchronizer version 5.1. The information in this document also applies to earlier versions of XenClient,
A Study on Architecture of Private Cloud Based on Virtual Technology
A Study on Architecture of Private Cloud Based on Virtual Technology Zhao Huaming National Science Library, Chinese Academy of Sciences Beijing, China Abstract with the cloud service platform of National
XenServer Storage Overview. Worldwide Field Readiness. XenServer Storage Overview. Target Audience
XenServer Storage Overview Worldwide Field Readiness XenServer Storage Overview Overview This document describes how XenServer provides and keeps track of the storage supplied to its guests. The first
Chapter 14 Virtual Machines
Operating Systems: Internals and Design Principles Chapter 14 Virtual Machines Eighth Edition By William Stallings Virtual Machines (VM) Virtualization technology enables a single PC or server to simultaneously
How To Recover From A Disaster On Linux (Amd64) On A Hard Disk Drive (Amd32) On An Uniden (Amd66) Or A Hard Drive (Oranium) On Your Computer (Orren) On The Same Computer (
Methods of Linux Bare Metal Restore and Disaster Recovery www.storix.net 1-877-786-7491 STORIX WHITE PAPER 2 We don t think much about health insurance when we re feeling well, but even the least prudent
PassTest. Bessere Qualität, bessere Dienstleistungen!
PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : VCP510 Title : VMware Certified Professional on VSphere 5 Version : Demo 1 / 7 1.Which VMware solution uses the security of a vsphere implementation
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
NetVault : Backup. User s Guide for the VaultDR System Plugins
NetVault : Backup User s Guide for the VaultDR System Plugins VaultDR Offline Plugin ver. 5.6 (VaultOS) VaultDR Online Plugin for Windows ver. 3.5 VaultDR Online Plugin for Linux ver. 3.1 VaultDR Server
In addition to their professional experience, students who attend this training should have technical knowledge in the following areas.
6422A - Implementing and Managing Windows Server 2008 Hyper-V Course Number: 6422A Course Length: 3 Days Course Overview This three-day instructor-led course teaches students how to implement and manage
VMware Data Recovery. Administrator's Guide EN-000193-00
Administrator's Guide EN-000193-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product
VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam
Exam : VCP5-DCV Title : VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam Version : DEMO 1 / 9 1.Click the Exhibit button. An administrator has deployed a new virtual machine on
2 Hardware Requirements
Oracle VM Server Release Notes Release 2.1 E10900-05 June 2009 This document contains information on Oracle VM Server Release 2.1.5 and supersedes the product documentation. This document contains last-minute
Citrix XenServer Backups with Xen & Now by SEP
Citrix Backups with Xen & Now by SEP [email protected] www.sepusa.com Table of Contents INTRODUCTION AND OVERVIEW... 3 CITRIX XENDESKTOP ENVIRONMENT... 4 CITRIX DESKTOP DELIVERY CONTROLLER BACKUP... 5 CITRIX
How to Create a Delegated Administrator User Role / To create a Delegated Administrator user role Page 1
Managing user roles in SCVMM How to Create a Delegated Administrator User Role... 2 To create a Delegated Administrator user role... 2 Managing User Roles... 3 Backing Up and Restoring the VMM Database...
SnapMirror for Open Systems : Windows Standalone Server Full System Replication and Recovery into ESX
NETAPP TECHNICAL REPORT SnapMirror for Open Systems : Windows Standalone Server Full System Replication and Recovery into ESX Ran Pergamin, NetApp TR-3627 TABLE OF CONTENTS 1 INTRODUCTION...3 2 ASSUMPTIONS...3
Acronis Backup & Recovery 10 Workstation. Installation Guide
Acronis Backup & Recovery 10 Workstation Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent for Windows...
QNAP in vsphere Environment
QNAP in vsphere Environment HOW TO USE QNAP NAS AS A VMWARE DATASTORE VIA NFS Copyright 2009. QNAP Systems, Inc. All Rights Reserved. V1.8 How to use QNAP NAS as a VMware Datastore via NFS QNAP provides
Welcome to the IBM Education Assistant module for Tivoli Storage Manager version 6.2 Hyper-V backups. hyper_v_backups.ppt.
Welcome to the IBM Education Assistant module for Tivoli Storage Manager version 6.2 Hyper-V backups. Page 1 of 21 You are familiar with Tivoli Storage Manager version 5.5 or higher. Page 2 of 21 When
RH033 Red Hat Linux Essentials or equivalent experience with Red Hat Linux..
RH131 Red Hat Linux System Administration Course Summary For users of Linux (or UNIX) who want to start building skills in systems administration on Red Hat Linux, to a level where they can attach and
How to Replace ASMlib with the udev Device Manager for New and Existing Oracle Instances
How to Replace ASMlib with the udev Device Manager for New and Existing Oracle Instances Author: Jason Ganovsky Editor: Allison Pranger 05/11/2011 PURPOSE AND OVERVIEW Oracle recently announced that ASMlib
How To Install A Safesync 2.1.1 On A 2.0.1 Server
Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release
Cloud Server. Parallels. Key Features and Benefits. White Paper. www.parallels.com
Parallels Cloud Server White Paper Key Features and Benefits www.parallels.com Table of Contents Introduction... 3 Key Features... 3 Distributed Cloud Storage (Containers and Hypervisors)... 3 Rebootless
SIRIS. Bare Metal Restore Guide
SIRIS Bare Metal Restore Guide Table of Contents Prerequisites 5 PXE Boot Configuration 6 Accessing Recovery Points 7 Setting BMR Preferences 9 gpxe USB Drive Configuration 10 Starting the BMR 11 Configuring
Creating a Cray System Management Workstation (SMW) Bootable Backup Drive
Creating a Cray System Management Workstation (SMW) Bootable Backup Drive This technical note provides the procedures to create a System Management Workstation (SMW) bootable backup drive. The purpose
VMware vsphere 5.1 Advanced Administration
Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.
Moving the TRITON Reporting Databases
Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,
Using VMware Workstation
VMware Workstation 10 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of
