Article. Well-distributed Linux Clusters, Virtual Guests and Nodes. Article Reprint

Size: px
Start display at page:

Download "Article. Well-distributed Linux Clusters, Virtual Guests and Nodes. Article Reprint"

Transcription

1 Article Reprint Well-distributed Linux Clusters, Virtual Guests and Nodes Article first appeared in c t 2007, issue 26 (published by Heise) Authored by Mirko Dölle Article

2 Well-distributed Linux * Clusters, Virtual Guests and Nodes The current server distributions from Novell and Red Hat* include all of the programs and tools needed to combine Linux* servers into a highly available cluster. With Xen*, you can not only create virtual servers, but you can also form clusters of virtual machines to further increase availability. Companies demand virtualization and safeguarding against failure from today s computer systems. Virtualization is often only understood as being the potential to replace a physical server farm with a few modern, powerful machines, in which the various server systems run fully virtualized or paravirtualized. However, it is possible to guarantee operation by means of a cluster operating in an activepassive configuration and comprising multiple servers, even if an individual machine or an infrastructure component fails. The combination of the two technologies also makes multi-layer clusters possible, which can distribute both individual services and a cluster of virtual machines redundantly via several computers. This means that the individual physical machines can be better utilized during normal operation, for instance. Of course, virtualized and distributed clusters are not needed everywhere. In fact, the required degree of availability must be weighed against the costs of such a solution in practice. Selecting the right operating system is also a matter of costs. For example, Debian* Linux is free and is perfectly capable of managing a cluster together with virtual guests; however it lacks the certifications of various software manufacturers that are required by mediumsized and large companies in particular to obtain support for databases or special programs. CentOS, the free clone of the Red Hat Enterprise Server, can also only be used where certifications are not required. Therefore, the only choice that usually remains in the professional arena is between the Red Hat Enterprise Linux (RHEL) and the SUSE Linux Enterprise Server. Red Hat and Novell also offer security updates and bug fixes for their server distributions for five years and beyond; whereas, with the free distributions, there are no more updates after just a few years. With the support of the administrators and the IT quality management department at Munich Airport, we have gone through various cluster and virtualization scenarios with the newly released RHEL 5.1 from Red Hat and the current SUSE Linux Enterprise Server 10 with Service Pack 1 from Novell, testing them as they are used in businesses. Complex Infrastructure The starting point for a cluster is two or more servers (cluster nodes), which are connected with one another in such a way that the second node automatically takes over if the first one fails. However, the second node must then be able to determine with certainty whether the first is still running or whether it has failed. This is where heartbeats come in: Each node sends data packages to all the other nodes at regular intervals. In practice, a separate network is used for heartbeats, its only intended purposes being to transmit heartbeats and to permit communication between the cluster nodes. If a server does not send any heartbeats over a certain period of time, the remaining cluster nodes assume that it has failed and assume the tasks of the failed computer. However, the remaining nodes must ensure that the computer suspected of failure can no longer interfere with the cluster in any way. This is called fencing, whereby the cluster excludes the failed node. The most secure p. 2

3 Well-distributed Linux Clusters, Virtual Guests and Nodes method is for a node that is still running to switch off the computer that is no longer responding there and then. This is usually achieved via remote power switches in the server cabinet, to which all of the cluster s servers are connected. If the computers have redundant power supplies, several power switches are required to ensure that the server s power supplies continue to be supplied redundantly and yet can still be switched off reliably. If the heartbeat is only transmitted via one network connection, there is only one heartbeat channel and this will become a weak spot. A simple cable break is enough to separate the cluster nodes from one another and to create a split-brain situation, whereby both nodes think the neighboring node has failed. The worst-case scenario here is that the nodes switch each other off via the power switches and then the whole cluster fails. This is why at least two heartbeat channels are used in practice. It is not just power switches and heartbeat channels that must be designed redundantly, but also the Internet connection, emergency power supply, air conditioning and the connection of the individual cluster nodes to the common fail-safe or redundantly arranged data storage unit. If the cluster consists of just two nodes, e.g., because you merely want to operate a Web server in a fail-safe manner, it is recommended that you use one network connection solely as a heartbeat channel and connect it via network cable directly to the network connection of the second node. The second network connection can be used both for the Internet connection and as a second heartbeat channel. This dispenses with the need for a third network connection. With the SUSE Linux Enterprise Server 10, the individual heartbeat channels are set up using YaST; with Red Hat Enterprise Linux 5.1, Conga* takes care of it as part of the cluster setup in this case, the browser front-end Luci* must be installed on a separate RHEL machine and may not run on one of the cluster nodes. However, Luci can manage several clusters at the same time. The Web server provided by the cluster is referred to as the cluster service; it normally runs on just one of the nodes and is started on the other cluster node after the physical machine has failed. The cluster service itself consists of three different cluster resources : the Apache* daemon, the IP address of the Web server and the data storage unit with the HTML pages. For a simple Web server, it is generally sufficient to place the HTML files on a data storage unit that can reach both nodes. In practice, however, it is recommended that you use a cluster file system simultaneously integrated by all cluster nodes. This means you can, for example, add an FTP server at any time that provides a download directory that is in addition to the Web server but runs on a different cluster node. However, just like the Apache daemon that uses it, the cluster resource IP address may be assigned exclusively to just one cluster node. Therefore, when setting up a cluster service, you must consider very carefully which cluster resources the service depends on, and whether these resources may only be used by one node or are generally available. If, in the case of the highly available Web server, the node on which the Web server service has run up to that point fails, the node that is working properly begins to switch off the failed node. Then it starts the cluster resources used up to that point exclusively on the defective cluster node. In this case, it configures the IP address of the Web server and then calls up the Apache daemon. Because the defective node has been switched off via the power switch, it prevents a second computer with the IP address of the Web server from running. Cluster File Systems Fencing is especially important if all nodes are to use the same data storage unit at the same time. A special cluster file system p. 3

4 usually takes care of access coordination. Novell uses the Oracle* Cluster File System 2 (OCFS2) in SUSE Linux Enterprise Server 10 for this purpose; Red Hat uses the Global File System (GFS). One disadvantage of the OCFS2 in SUSE Linux Enterprise Server 10 is that, by default, it does not prevent cluster nodes from simultaneously writing to the same file. In contrast, GFS from RHEL prevents simultaneous writing out of the box through integrated locking, and has to be enabled via special file system attributes when required. Whether the common data storage unit is an SCSI-RAID, an iscsi drive or a SAN only plays a secondary role for the cluster. It must only be ensured that it is a redundant system and that both nodes can access it at the same time. The usual solutions in SMEs are external RAID systems with Dual Channel SCSI, which have two separate SCSI connections for the two nodes. Even iscsi systems are extremely interesting; however, you must ensure a redundant connection to the storage network with this type of system. Storage Area Networks (SANs) are usually only found in larger companies. If the appropriate SAN host bus adapter is supported by the kernel, Linux treats the SAN drives like conventional SCSI hard drives and there are no peculiarities. SAN is also the easiest way to set up redundant data paths. Care must be taken when connecting iscsi drives under SUSE Linux Enterprise Server 10. The Open-iSCSI package on the installation CD contains an error that caused the computer to freeze when the graphical Yast module iscsi Initiator was called up and when the command line program /sbin/fwparam-ibft was launched in the test on HP* Proliant* servers. Novell assumes there is an error when extracting the ibft (iscsi Boot Firmware Table), which has been fixed in the OpeniSCSI package now available following the online update. If possible, the configuration XXL High Availability Major airports place huge demands on their computer systems in terms of availability not one bag or flight can be checked in without their support. Central databases such as the flight check-in database have multiple security features and are operated on two independent clusters one to carry out operations and one as backup. Each cluster comprises two Sun servers running under Solaris*. Experience has shown that Solaris drivers are often not as complex and are better tested than Linux ones as their hardware is not as diverse; in other areas we also employ Linux alongside Solaris. Each cluster has its own database and SAN. In the event of an error, cluster services are automatically switched to the nodes that are still available within the cluster. Switching between clusters must be carried out manually; this also takes place every week for functional testing. Clusters and data storage units are often distributed across several buildings and connected via redundant, individually routed fiber-optic networks to ensure protection against natural phenomena and accidents. Servers and SAN components use up to four power supplies provided by various UPS units, which in turn are connected to several energy suppliers in order to prevent power failure. The network connections, switches and routers also have the same redundant setup. Oliver Kluge is the IT Quality Manager at Munich Airport and is responsible for technical quality assurance in the computer center. p. 4

5 Well-distributed Linux Clusters, Virtual Guests and Nodes of the iscsi drives should therefore be postponed until after the first update. Alternately, you can use Yast with the Ncurses interface or install it directly in text mode. This way the iscsi drives in the test can also be used with the old Open-iSCSI package without any crashes. Drawback of the Device ID Many companies use servers with similar constructions for all nodes of a cluster. This simplifies maintenance and the procurement of spare parts. It is not rare for one more server than is necessary to be purchased the cluster, and for this extra server to be used as an exchange unit or source for spare parts. In the event of a hardware failure, an administrator imports a backup of the failed node on the replacement machine (bare metal recovery) and swaps the computers. The defective server is repaired where possible or replaced with a new, similarly constructed machine, which then functions as a reserve machine. However, one feature of the SUSE Linux Enterprise Server installation makes the restoring of a complete backup on a replacement machine very complicated. By default, Yast uses an ID generated from the serial number of the hard drive or the MAC address of the network card to differentiate the drives, partitions and network configurations. This is useful if an additional hard disk or network card is integrated into an existing system and it leads to changes in the device names the system can clearly define the root partition or a network interface at any time via the device ID. However, SUSE Linux Enterprise Server does not carry out this concept consistently. In the bootloader configuration of the GRUB, we continued to find the usual device names such as /dev/sda5 as root parameters of the kernel so that if the device name is changed, SUSE Linux Enterprise Server can no longer find its root file system and remains frozen in a panic with one kernel. However, the big catch is when one of the ID-referenced components fails. While you normally only have to transplant the hard drives into a similarly constructed server to be able to restart it when there is damage to the mainboard; with SUSE Linux Enterprise Server 10 the network must be reconfigured because the MAC address and therefore the ID have changed. The initscripts no longer find the old network cards and have no configuration on hand for the new ones. Therefore, the server remains without a network connection and the respective KVM extender must be manually configured using the keyboard, mouse and monitor. Even worse is a total server failure: If you replace the entire device as described above with a replacement system via a restore operation, SUSE Linux Enterprise Server still boots the initrd system thanks to the device name used in the GRUB configuration but it remains hanging during mounting of the partitions because the serial number of the hard drive has changed at the very least, even if the partitioning is still the same. The administrator must then first manually adjust the file /etc/fstab in a minimal system before he can deal after reboot with the network s new configuration. Therefore, it is wise to assign a label for each partition during the installation and to instruct YaST to use it in the partitioning dialog. As long as there are no duplicate labels, Linux finds the associated partition and mounts it correctly, regardless of the hard drive it happens to be on at the time. However, if a backup is made on a reserve server, you must take care to name the partitions again with the corresponding label. It is also generally recommended that you select the proven Ext3 file system in the partitioning dialog during installation instead of the ReiserFS suggested by YaST. Ext3 is supported out of the box by practically every Linux distribution; while the Red Hat Enterprise server, for example, has no ReiserFS support. p. 5

6 Virtualization Both Enterprise distributions include the virtualization solution Xen ex-works. It is therefore possible, for example, to place the operating systems of several dedicated servers on an individual computer that is equipped accordingly. While Xen is included under RHEL 5.1 in the standard installation; you must first install it via the Yast module Install Hypervisor and Tools when working with SUSE Linux Enterprise Server. After a restart, the hypervisor is to be selected explicitly in the boot menu. Otherwise, SUSE Linux Enterprise Server starts a non-virtualized system. This can be remedied through the conversion of the standard boot entry using Yast, or manually in the bootloader configuration file /boot/grub/ menu.lst. For the administration of Xen and the setup of virtual guest systems, both Enterprise distributions use the Virtual Machine Manager. Originally developed by Red Hat, it creates a new virtual machine with just a few mouse clicks. It is best to begin with a new installation of the desired operating system so that there are no problems with the hardware emulated by Xen. With fully virtualized systems i.e., all Windows* guests and Linux distributions for which there is no paravirtualized Xen kernel, the installation requires a bootable CD, DVD or the image of one on the hard drive. If the Installation CD set encloses more than one CD, you have to keep in mind that virt-manager does not support exchanging CD images yet during the installation process. In this case, you should use a physical drive as installation source. You must also ensure that the virtmanager only provides the installation source for the installation procedure itself and deletes it again from the Xen configuration before the finished guest system starts. However, Novell and Red Hat have chosen different times for the deletion of the installation source. The virt-manager from RHEL deletes the installation source as soon as the guest system shuts down the virtual machine when restarting. That is fatal if the Windows 2003 Server is installed, because Windows initially only configures the virtual hard drive and copies some files for the graphical installation. The actually installation does not occur until the hard drive is started; however, there is no longer a CD drive at that point. If it is only a question of completing this installation, you can simply delete the configuration file of the virtual guest using the function in the virt-manager for deleting a virtual machine. Because the virtual hard drive is managed separately and is not deleted, you simply create a new virtual machine in the next step and use the same settings as the ones for the VM you just deleted including the existing virtual hard drive. Once again the CD or an image can serve as the installation source. As the Windows CD bootloader recognizes the graphical installation system on the hard drive and starts it, you can now complete the Windows installation and virtmanager removes the installation drive once again. In the Novell Enterprise Server on the other hand, the virt-manager does not remove the installation source until the Windows installation is complete. However, just like with RHEL, the Windows guest no longer has a CD drive once the installation is complete. With SUSE Linux Enterprise Server, the easiest way to provide the guest with access to the host system s CD drive is once again to delete the virtual machine in the virt-manager first of all. Although a subsequent adjustment of the VM configuration is indeed made available, the changes were not saved during the test. When recreating the VM, specify that you already have a system installed. You then add the virtual hard disk drive and the new VM host s physical CD drive, using the values from the installation VM for the rest of the settings. With the virt-manager from RHEL, it is not possible to add a CD drive afterwards or p. 6

7 Well-distributed Linux Clusters, Virtual Guests and Nodes to add to a new VM a CD-ROM drive that is not used as an installation source. The only way is to change the virtual machine s configuration file manually; this file is found in the directory /etc/xen. Below is an example of a drive configuration with a physical hard disk drive and physical access to the CD drive: disk=[ phy:/dev/sda6,hda,w, phy:/dev/ cdrom,hdc:cdrom,r, ] The installation of a paravirtualized Linux guest is then only possible if the installation medium has a suitable kernel. While a paravirtualized SUSE Linux Enterprise Server 10 onto an SUSE Linux Enterprise Server 10 host can be installed from a corresponding DVD image file with no problem and scarcely differs from the installation of a fully virtualized guest, RHEL 5.1 must be installed onto an RHEL host from a network drive. The reason for this is that while RHEL does provide a Xen kernel for installation, the installation system does not recognize the virtual CD drive. An FTP, HTTP or NFS server that provides the directory structure of the installation DVD is required. The corresponding URL that leads to the DVD s base directory is specified as the installation source in the virt-manager; for example: or nfs: :/pub/rhel. If the guest system is completely installed and configured, there is the option of using it as a basis for other guests. That way you can, for example, perform generic operating system installations, which are later merely cloned and then adapted individually. However, to do this you must refer to the command line in both RHEL and SUSE Linux Enterprise Server the virtmanager does not offer such a function. The clone requires a copy of the virtual data carrier, which is usually stored in the directory /var/lib/xen/images. The Xen configuration file from /etc/xen is copied and is given a new name. In addition, a new UUID that delivers the command uuidgen must be entered in the copied configuration file and must be adjusted to the name of the virtual hard drive. With SUSE Linux Enterprise Server, there are immediately three different configuration files per virtual machine. In this case, it is easier just to copy the virtual data carrier and then to create a new virtual machine that uses the data carrier with the help of the virt-manager. VMs as Cluster Resources A VM is not fail-safe by simply running it on a cluster s node. With no additional configuration, the virtual machine is not a cluster service and is therefore neither monitored by the cluster nor restarted on another node in the cluster if the host fails. However, you can con - figure the virtual machine using the distribu tion tools as a cluster resource and then let it run on a node as an exclusive service. The ad van tage of this is that, if the physical computer fails, the virtual machine is automatically restarted on another cluster node. If, for example, there is maintenance work to be carried out on a computer, it also allows Xen to move a running virtual system to another node on the command line. However, in the test, the live migration worked with neither RHEL nor SUSE Linux Enterprise Server the first time. Xend was not preconfigured accordingly and the front-ends could not compensate for this. Should virtual machines be included as services in the cluster, the Xen configuration files and the virtual hard drives must first be moved to the cluster s common data storage unit. With both Enterprise distributions, the directories /etc/xen and /var/lib/xen are affected; with SUSE Linux Enterprise Server the directory /var/lib/xend is also affected. On the individual cluster nodes, these directories are replaced by corresponding symbolic links on the common data storage medium. It is also possible to use only individual virtual machines as cluster services. In that case, the named directories may not be moved to the cluster data storage unit and replaced by the corresponding symbolic links; only the individual configuration files in the directories and the virtual drive can be moved and replaced in this way. p. 7

8 The cluster treats virtual machines like all the other services they possess resources. In this case, you have the Xen configuration file and the common data storage medium, and the service may only be started on one of the nodes. Accordingly, the setup in the cluster frontend also rarely differs from that of a Web server with regard to the XML cluster configuration files. In order to be able to select with SUSE Linux Enterprise Server the node on which the virtual machine should run by default, a dependency to the host name must be inserted in the XML cluster configuration file for the virtual machine. Here is an example for a dependency to the host name sles-p1 : <rsc_location id= vm1_location rsc= vm1 > <rule id= pref _vm1_location score= INFINITY > <expressi on attribute= #uname operation= eq value= sles-p1 /> </rule> </rsc_location> The value of the attribute #uname can then be adjusted using the hb_gui and thus the virtual machine can be restarted on another node. In this regard, Red Hat s front-end is much easier to operate. To reposition a service, you simply select it in the services overview and indicate the desired node. Conga takes care of the rest in the background. Virtual Clusters With relatively little effort, Red Hat Linux allows you to make a Web server running in a virtual machine on the cluster even more fail-safe. You clone the virtual machine and set up the clone as another cluster service. After cloning the VMs, both should first receive a new IP address different from that of the other. Consequently, there are two virtual machines with almost identical configuration, which operate the cluster in a fail-safe manner as services and which should run best on different cluster nodes. Then you use Conga to combine both VMs in a separate cluster, whereby you follow the procedure described above to set up the Web server as a cluster service with its IP address and a common data storage medium with cluster file system, to which both virtual machines have access. Such a configuration is also possible with SUSE Linux Enterprise Server; however, it is a lot of hard work without a convenient frontend. The advantage of a cluster like this which consists only of virtual nodes and which for their part are cluster services of a physical cluster is the double redundancy. If the first virtual machine crashes due to a software or storage problem, the virtual cluster recognizes the failure of a virtual node. The remaining virtual node switches off the failed node once more by fencing it to ensure that under no circumstances will two Web servers be running at the same time. It then restarts the Web server service. At the same time, the physical cluster recognizes that a cluster service in the form of a virtual machine has crashed and, depending on the configuration, restarts the VM on the same physical node or on another physical node. If the virtual guest has started, the significance of this for the virtual cluster is that the virtual node that failed earlier is responding again, like after a repair. Consequently the cluster is redundant again. p. 8

9 Well-distributed Linux Clusters, Virtual Guests and Nodes If the physical node fails with the first virtual machine, the second recognizes that its neighbor has failed and starts the Apache. The physical cluster for its part also recognizes the failure of a physical node and the failure of the VM as cluster service and restarts the VM on the remaining physical node. After the VM has started, it once again responds as a virtual cluster node at the virtual cluster, so there continues to be a virtual cluster that is protected against software errors. Until the physical node is repaired, the cluster has merely lost its hardware redundancy. Literature [1] Example of an SUSE Linux Enterprise Server cluster configuration: linux/technical_library/has.pdf p. 9

10 p. 10

11 Well-distributed Linux Clusters, Virtual Guests and Nodes p. 11

12 Contact your local Novell Solutions Provider, or call Novell at: U.S./Canada Worldwide Facsimile Novell, Inc. 404 Wyman Street Waltham, MA USA / Novell, Inc. All rights reserved. Novell, the Novell logo, the N logo and SUSE are registered trademarks of Novell, Inc. in the United States and other countries. *Linux is a registered trademark of Linus Torvalds. All other third-party trademarks are the property of their respective owners. 1 2

PARALLELS SERVER 4 BARE METAL README

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

More information

Abstract. Microsoft Corporation Published: August 2009

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:

More information

Novell SUSE Linux Enterprise Virtual Machine Driver Pack

Novell SUSE Linux Enterprise Virtual Machine Driver Pack SLES 10 Virtual Machine Drivers for Windows on Xen Novell SUSE Linux Enterprise Virtual Machine Driver Pack 10 September 10, 2007 SUSE DRIVERS FOR WINDOWS* ON XEN* www.novell.com Legal Notices Novell,

More information

PARALLELS SERVER BARE METAL 5.0 README

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

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

How to Restore a Linux Server Using Bare Metal Restore

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

More information

Parallels Virtuozzo Containers 4.7 for Linux

Parallels Virtuozzo Containers 4.7 for Linux Parallels Virtuozzo Containers 4.7 for Linux Deploying Clusters in Parallels-Based Systems Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd.

More information

ThinkServer RD540 and RD640 Operating System Installation Guide

ThinkServer RD540 and RD640 Operating System Installation Guide ThinkServer RD540 and RD640 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

NI Real-Time Hypervisor for Windows

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

More information

Yosemite Server Backup Installation Guide

Yosemite Server Backup Installation Guide Yosemite Server Backup Installation Guide Part number: First edition: October, 2010 Legal and notice information Copyright 2004, 2012 Barracuda Networks, Inc. Under copyright laws, the contents of this

More information

Red Hat Global File System for scale-out web services

Red Hat Global File System for scale-out web services Red Hat Global File System for scale-out web services by Subbu Krishnamurthy (Based on the projects by ATIX, Munich, Germany) Red Hat leads the way in delivering open source storage management for Linux

More information

How To Manage Your Volume On Linux 2.5.5 (Evms) 2.4.5 On A Windows Box (Amd64) On A Raspberry Powerbook (Amd32) On An Ubuntu Box (Aes) On Linux

How To Manage Your Volume On Linux 2.5.5 (Evms) 2.4.5 On A Windows Box (Amd64) On A Raspberry Powerbook (Amd32) On An Ubuntu Box (Aes) On Linux www.suse.com/documentation Storage Administration Guide SUSE Linux Enterprise Server 10 SP3/SP4 March 6, 2011 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents

More information

Novell Identity Manager Resource Kit

Novell Identity Manager Resource Kit AUTHORIZED DOCUMENTATION Installation Guide for SUSE Linux Enterprise Server 10 SP2 Novell Identity Manager Resource Kit 1.2 August 17, 2009 www.novell.com Identity Manager Resource Kit 1.2 Installation

More information

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 VM Virtual Machines An Oracle Technical White Paper December 2008 Converting Linux and Windows Physical and Virtual Machines to Oracle

More information

DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS

DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE OPERATIONS DOCUMENTATION MICROSOFT WINDOWS SYSTEM BACKUP AND RESTORE Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

Abstract. Microsoft Corporation Published: December 2009

Abstract. Microsoft Corporation Published: December 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:

More information

-------------------------------------------------------------------- README.TXT

-------------------------------------------------------------------- README.TXT README.TXT Adaptec ASR-7805/ASR-7805Q/ASR-71605/ASR-71605Q/ASR-71605E/ASR-71685/ASR-72405 SAS/SATA RAID Controllers Adaptec ASR-6405/ASR-6445/ASR-6805/ASR-6805Q/ASR-6405E/ASR-6805E/ASR-6805E R5 SAS/SATA

More information

Migrating to ESXi: How To

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,

More information

Parallels Virtuozzo Containers 4.7 for Linux Readme

Parallels Virtuozzo Containers 4.7 for Linux Readme Parallels Virtuozzo Containers 4.7 for Linux Readme This document provides the first-priority information about Parallels Virtuozzo Containers 4.7 for Linux and supplements the included documentation.

More information

ThinkServer RD550 and RD650 Operating System Installation Guide

ThinkServer RD550 and RD650 Operating System Installation Guide ThinkServer RD550 and RD650 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

Abstract. Microsoft Corporation Published: November 2011

Abstract. Microsoft Corporation Published: November 2011 Linux Integration Services Version 3.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:

More information

Adaptec ASR-7805/ASR-7805Q/ASR-71605/ASR-71605Q/ASR-71605E/ASR-71685/ASR-72405 SAS/SATA RAID Controllers AFM-700 Flash Backup Unit

Adaptec ASR-7805/ASR-7805Q/ASR-71605/ASR-71605Q/ASR-71605E/ASR-71685/ASR-72405 SAS/SATA RAID Controllers AFM-700 Flash Backup Unit README.TXT Adaptec ASR-7805/ASR-7805Q/ASR-71605/ASR-71605Q/ASR-71605E/ASR-71685/ASR-72405 SAS/SATA RAID Controllers AFM-700 Flash Backup Unit NOTE: All Adaptec by PMC products are UL listed and for use

More information

Parallels Server Bare Metal 5.0

Parallels Server Bare Metal 5.0 Parallels Server Bare Metal 5.0 Getting Started Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

HP VMware ESXi 5.0 and Updates Getting Started Guide

HP VMware ESXi 5.0 and Updates Getting Started Guide HP VMware ESXi 5.0 and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HP VMware ESXi. HP Part Number: 616896-002 Published: August 2011 Edition: 1 Copyright

More information

SnapMirror for Open Systems : Windows Standalone Server Full System Replication and Recovery into ESX

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

More information

Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02

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

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

StarWind iscsi SAN Software: Using with Citrix XenServer

StarWind iscsi SAN Software: Using with Citrix XenServer StarWind iscsi SAN Software: Using with Citrix XenServer www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this publication

More information

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Technical White Paper LINUX OPERATING SYSTEMS www.novell.com SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Content and modifications. The contents of this document are not part of the

More information

Novell PlateSpin Orchestrate

Novell PlateSpin Orchestrate High Availability Configuration Guide AUTHORIZED DOCUMENTATION Novell PlateSpin Orchestrate 2.6 December 8, 2010 www.novell.com PlateSpin Orchestrate 2.6 High Availability Configuration Guide Legal Notices

More information

Red Hat Cluster Suite

Red Hat Cluster Suite Red Hat Cluster Suite HP User Society / DECUS 17. Mai 2006 Joachim Schröder Red Hat GmbH Two Key Industry Trends Clustering (scale-out) is happening 20% of all servers shipped will be clustered by 2006.

More information

Deploying Red Hat Enterprise Virtualization On Tintri VMstore Systems Best Practices Guide

Deploying Red Hat Enterprise Virtualization On Tintri VMstore Systems Best Practices Guide TECHNICAL WHITE PAPER Deploying Red Hat Enterprise Virtualization On Tintri VMstore Systems Best Practices Guide www.tintri.com Contents Intended Audience... 4 Introduction... 4 Consolidated List of Practices...

More information

ASM_readme_6_10_18451.txt -------------------------------------------------------------------- README.TXT

ASM_readme_6_10_18451.txt -------------------------------------------------------------------- README.TXT README.TXT Adaptec Storage Manager (ASM) as of June 3, 2009 Please review this file for important information about issues and erratas that were discovered after completion of the standard product documentation.

More information

Bosch Video Management System High availability with VMware

Bosch Video Management System High availability with VMware Bosch Video Management System High availability with VMware en Technical Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3

More information

SGI NAS. Quick Start Guide. 007-5865-001a

SGI NAS. Quick Start Guide. 007-5865-001a SGI NAS Quick Start Guide 007-5865-001a Copyright 2012 SGI. All rights reserved; provided portions may be copyright in third parties, as indicated elsewhere herein. No permission is granted to copy, distribute,

More information

Vess A2000 Series. NVR Storage Appliance. Windows Recovery Instructions. Version 1.0. 2014 PROMISE Technology, Inc. All Rights Reserved.

Vess A2000 Series. NVR Storage Appliance. Windows Recovery Instructions. Version 1.0. 2014 PROMISE Technology, Inc. All Rights Reserved. Vess A2000 Series NVR Storage Appliance Windows Recovery Instructions Version 1.0 2014 PROMISE Technology, Inc. All Rights Reserved. Contents Introduction 1 Different ways to backup the system disk 2 Before

More information

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server StarWind iscsi SAN Software: Using StarWind with VMware ESX Server www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details System requirements and installation How to get it? 2 What is CC1? The CC1 system is a complete solution

More information

Availability Digest. Stratus Avance Brings Availability to the Edge February 2009

Availability Digest. Stratus Avance Brings Availability to the Edge February 2009 the Availability Digest Stratus Avance Brings Availability to the Edge February 2009 Business continuity has not yet been extended to the Edge. What is the Edge? It is everything outside of the corporate

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN A Dell EqualLogic best practices technical white paper Storage Infrastructure and Solutions Engineering Dell Product Group November 2012 2012

More information

Novell Cluster Services Implementation Guide for VMware

Novell Cluster Services Implementation Guide for VMware www.novell.com/documentation Novell Cluster Services Implementation Guide for VMware Open Enterprise Server 11 SP2 January 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect

More information

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0 UltraBac Documentation UBDR Gold Bare Metal Disaster Recovery Administrator Guide UBDR Gold v8.0 UBDR Administrator Guide UBDR Gold v8.0 The software described in this guide is furnished under a license

More information

Chapter 2 Array Configuration [SATA Setup Utility] This chapter explains array configurations using this array controller.

Chapter 2 Array Configuration [SATA Setup Utility] This chapter explains array configurations using this array controller. Embedded MegaRAID SATA User's Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview This chapter introduces

More information

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

More information

High Availability Storage

High Availability Storage High Availability Storage High Availability Extensions Goldwyn Rodrigues High Availability Storage Engineer SUSE High Availability Extensions Highly available services for mission critical systems Integrated

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Disaster Recovery Option Guide r11.5 D01217-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the

More information

SUSE LINUX Enterprise Server for SGI Altix Systems

SUSE LINUX Enterprise Server for SGI Altix Systems SUSE LINUX Enterprise Server for SGI Altix Systems 007 4651 002 COPYRIGHT 2004, Silicon Graphics, Inc. All rights reserved; provided portions may be copyright in third parties, as indicated elsewhere herein.

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor Installing the Operating System or Hypervisor If you purchased E-Series Server Option 1 (E-Series Server without preinstalled operating system or hypervisor), you must install an operating system or hypervisor.

More information

Support Notes for SUSE LINUX Enterprise Server 10 Service Pack 2 for HP Integrity Servers

Support Notes for SUSE LINUX Enterprise Server 10 Service Pack 2 for HP Integrity Servers Support Notes for SUSE LINUX Enterprise Server 10 Service Pack 2 for HP Integrity Servers HP Part Number: 5992-4774 Edition: E0708 Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notices

More information

Linux Virtualization Nesting and Management

Linux Virtualization Nesting and Management Linux Virtualization Nesting and Management Shen Wei Faculty of Informatics Technische Universität München May 14, 2013 Overview of nested virtualization Network bridging Hardware acceleration libvirt

More information

Linux Integration Services 3.4 for Hyper-V Readme

Linux Integration Services 3.4 for Hyper-V Readme Linux Integration Services 3.4 for Hyper-V Readme Microsoft Corporation Published: September 2012 Abstract This guide discusses the installation and functionality of Linux Integration Services for Hyper-V

More information

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013 LOCKSS on LINUX CentOS6 Installation Manual 08/22/2013 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 6 BIOS Settings... 9 Installation... 10 Firewall Configuration...

More information

User Guide - English. Embedded MegaRAID Software

User Guide - English. Embedded MegaRAID Software User Guide - English Embedded MegaRAID Software April 2015 Comments Suggestions Corrections The User Documentation Department would like to know your opinion of this manual. Your feedback helps us optimize

More information

Parallels Cloud Server 6.0 Readme

Parallels Cloud Server 6.0 Readme Parallels Cloud Server 6.0 Readme Copyright 1999-2012 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Contents About This Document... 3 About Parallels Cloud Server 6.0... 3 What's

More information

Windows Host Utilities 6.0.2 Installation and Setup Guide

Windows Host Utilities 6.0.2 Installation and Setup Guide Windows Host Utilities 6.0.2 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

Configuring Virtual Blades

Configuring Virtual Blades CHAPTER 14 This chapter describes how to configure virtual blades, which are computer emulators that reside in a WAE or WAVE device. A virtual blade allows you to allocate WAE system resources for use

More information

Dual-boot Windows 10 alongside Windows 8

Dual-boot Windows 10 alongside Windows 8 Most of the people are very much interested to install the newly launched Operating System Windows 10 on their devices. But, it is not recommended to directly use Windows 10 as the primary OS because it

More information

Configuring and Managing a Red Hat Cluster. Red Hat Cluster for Red Hat Enterprise Linux 5

Configuring and Managing a Red Hat Cluster. Red Hat Cluster for Red Hat Enterprise Linux 5 Configuring and Managing a Red Hat Cluster Red Hat Cluster for Red Hat Enterprise Linux 5 Configuring and Managing a Red Hat Cluster: Red Hat Cluster for Red Hat Enterprise Linux 5 Copyright 2007 Red Hat,

More information

WES 9.2 DRIVE CONFIGURATION WORKSHEET

WES 9.2 DRIVE CONFIGURATION WORKSHEET WES 9.2 DRIVE CONFIGURATION WORKSHEET This packet will provide you with a paper medium external to your WES box to write down the device names, partitions, and mount points within your machine. You may

More information

This chapter explains how to update device drivers and apply hotfix.

This chapter explains how to update device drivers and apply hotfix. MegaRAID SAS User's Guide Areas Covered Before Reading This Manual This section explains the notes for your safety and conventions used in this manual. Chapter 1 Overview This chapter explains an overview

More information

Xen Virtualization Software

Xen Virtualization Software Live Migration with Xen Virtualization Software Virtualization is an emerging trend in enterprise data centers. Using virtualization software, system administrators can run multiple operating systems on

More information

Fakultät für Physik Ludwig Maximilians Universität Klaus Steinberger Ralph Simmler Alexander Thomas. HA Cluster using Open Shared Root

Fakultät für Physik Ludwig Maximilians Universität Klaus Steinberger Ralph Simmler Alexander Thomas. HA Cluster using Open Shared Root Ludwig Maximilians Universität Klaus Steinberger Ralph Simmler Alexander Thomas HA Cluster using Open Shared Root Agenda Our Requirements The Hardware Why Openshared Root Technical Details of Openshared

More information

FUJITSU Software ServerView Suite ServerView Installation Manager

FUJITSU Software ServerView Suite ServerView Installation Manager User Guide - English FUJITSU Software ServerView Suite ServerView Installation Manager Edition July 2015 Comments Suggestions Corrections The User Documentation Department would like to know your opinion

More information

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization www.redhat.com Table of contents Introduction Page 3 Benefits of virtualization Page 3 Virtualization challenges

More information

Parallels Cloud Server 6.0

Parallels Cloud Server 6.0 Parallels Cloud Server 6.0 Readme September 25, 2013 Copyright 1999-2013 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Contents About This Document... 3 About Parallels Cloud Server

More information

Best Practices for Running Linux on Hyper-V

Best Practices for Running Linux on Hyper-V Best Practices for Running Linux on Hyper-V Microsoft Corporation Published: March, 2010 Abstract Organizations typically rely on heterogeneous data centers that use a variety of applications and operating

More information

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Satellite server is an easy-to-use, advanced systems management platform for your Linux infrastructure.

More information

Clustering in Parallels Virtuozzo-Based Systems

Clustering in Parallels Virtuozzo-Based Systems Parallels Clustering in Parallels Virtuozzo-Based Systems Copyright 1999-2009 Parallels Holdings, Ltd. ISBN: N/A Parallels Holdings, Ltd. c/o Parallels Software, Inc. 13755 Sunrise Valley Drive Suite 600

More information

StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008

StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008 StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008 www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT

More information

Guest Operating System. Installation Guide

Guest Operating System. Installation Guide Guest Operating System Installation Guide VMware, Inc. 3145 Porter Drive Palo Alto, CA 94304 www.vmware.com Please note that you will always find the most up-to-date technical documentation on our Web

More information

LinMin Bare Metal Provisioning April 15, 2009. Functional Overview White Paper

LinMin Bare Metal Provisioning April 15, 2009. Functional Overview White Paper LinMin Bare Metal Provisioning April 15, 2009 Functional Overview White Paper Introduction... 2 Architecture... 3 Operational Description... 4 MAC-Independent Provisioning... 6 MAC-Specific Provisioning...

More information

Hyper-V Protection. User guide

Hyper-V Protection. User guide Hyper-V Protection User guide Contents 1. Hyper-V overview... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 2. Hyper-V protection features... 3 Windows 2012 R1/R2 Hyper-V support... 3 Custom

More information

Parallels Cloud Server 6.0

Parallels Cloud Server 6.0 Parallels Cloud Server 6.0 Getting Started Guide Copyright 1999-2012 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. Vordergasse 59 CH8200 Schaffhausen Switzerland

More information

User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013)

User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013) 1 Laplink DiskImage 7 Professional Laplink Software, Inc. Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com Laplink Software, Inc. 600 108th Ave.

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE

Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE Kaspersky Endpoint Security 8 for Linux INSTALLATION GUIDE A P P L I C A T I O N V E R S I O N : 8. 0 Dear User! Thank you for choosing our product. We hope that this documentation will help you in your

More information

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35

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

More information

To get started, you will need the following items Product Key Router with firewall capability Network cables

To get started, you will need the following items Product Key Router with firewall capability Network cables Quick Start Guide Windows Small Business Server 2011 Standard Installing Your New Server Depending on how your server came from the manufacturer, your set up steps are slightly different. Follow the instructions

More information

SiS964 RAID. User s Manual. Edition. Trademarks V1.0 P/N: 91-187-U49-M2-0E

SiS964 RAID. User s Manual. Edition. Trademarks V1.0 P/N: 91-187-U49-M2-0E SiS964 RAID User s Manual Edition V1.0 P/N: 91-187-U49-M2-0E Trademarks All brand or product names mentioned are trademarks or registered trademarks of their respective holders. CONTENTS Introduction...

More information

Bosch Video Management System High Availability with Hyper-V

Bosch Video Management System High Availability with Hyper-V Bosch Video Management System High Availability with Hyper-V en Technical Service Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 General Requirements

More information

Dell NetVault Bare Metal Recovery 10.5. User s Guide

Dell NetVault Bare Metal Recovery 10.5. User s Guide Dell NetVault Bare Metal Recovery 10.5 User s Guide Copyright 2015 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. Dell, the

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

RHCSA 7RHCE Red Haf Linux Certification Practice

RHCSA 7RHCE Red Haf Linux Certification Practice RHCSA 7RHCE Red Haf Linux Certification Practice Exams with Virtual Machines (Exams EX200 & EX300) "IcGraw-Hill is an independent entity from Red Hat, Inc., and is not affiliated with Red Hat, Inc. in

More information

Using Integrated Lights-Out in a VMware ESX environment

Using Integrated Lights-Out in a VMware ESX environment Using Integrated Lights-Out in a VMware ESX environment 2 nd Edition Technology Brief Abstract... 2 ilo architecture in a virtualized environment... 2 The benefits of ilo in a virtualized environment...

More information

Ahsay Offsite Backup Server and Ahsay Replication Server

Ahsay Offsite Backup Server and Ahsay Replication Server Ahsay Offsite Backup Server and Ahsay Replication Server v6 Ahsay Systems Corporation Limited 19 April 2013 Ahsay Offsite Backup Server and Ahsay Replication Server Copyright Notice 2013 Ahsay Systems

More information

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM Bern University of Applied Sciences Engineering and Information Technology Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM By Franz Meyer Version 1.0 February 2011 Virtualization Architecture

More information

Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011

Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011 Backup Server DOC-OEMSPP-S/6-BUS-EN-21062011 The information contained in this guide is not of a contractual nature and may be subject to change without prior notice. The software described in this guide

More information

Mac OS X Server Migration Guide

Mac OS X Server Migration Guide Mac OS X Server Migration Guide Includes detailed instructions for upgrading to Mac OS X Server from AppleShare IP, Macintosh Manager, and Mac OS X Server 1.2 K Apple Computer, Inc. 2001 Apple Computer,

More information

www.cristie.com CBMR for Linux v6.2.2 User Guide

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

More information

VMware for Bosch VMS. en Software Manual

VMware for Bosch VMS. en Software Manual VMware for Bosch VMS en Software Manual VMware for Bosch VMS Table of Contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3 Installing and configuring ESXi server 6 3.1 Installing

More information

StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2008

StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2008 StarWind iscsi SAN Software: Using StarWind with MS Cluster on Windows Server 2008 www.starwindsoftware.com Copyright 2008-2012. All rights reserved. COPYRIGHT Copyright 2008-2012. All rights reserved.

More information

Pharos Uniprint 8.4. Maintenance Guide. Document Version: UP84-Maintenance-1.0. Distribution Date: July 2013

Pharos Uniprint 8.4. Maintenance Guide. Document Version: UP84-Maintenance-1.0. Distribution Date: July 2013 Pharos Uniprint 8.4 Maintenance Guide Document Version: UP84-Maintenance-1.0 Distribution Date: July 2013 Pharos Systems International Suite 310, 80 Linden Oaks Rochester, New York 14625 Phone: 1-585-939-7000

More information

The XenServer Product Family:

The XenServer Product Family: The XenServer Product Family: A XenSource TM White Paper Virtualization Choice for Every Server: The Next Generation of Server Virtualization The business case for virtualization is based on an industry-wide

More information

Using RAID Admin and Disk Utility

Using RAID Admin and Disk Utility Using RAID Admin and Disk Utility Xserve RAID Includes instructions for creating RAID arrays and monitoring Xserve RAID systems K Apple Computer, Inc. 2003 Apple Computer, Inc. All rights reserved. Under

More information

Real-time Protection for Hyper-V

Real-time Protection for Hyper-V 1-888-674-9495 www.doubletake.com Real-time Protection for Hyper-V Real-Time Protection for Hyper-V Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate

More information

PowerPanel Business Edition Installation Guide

PowerPanel Business Edition Installation Guide PowerPanel Business Edition Installation Guide For Automatic Transfer Switch Rev. 5 2015/12/2 Table of Contents Introduction... 3 Hardware Installation... 3 Install PowerPanel Business Edition Software...

More information

APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING

APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING APPLICATION OF SERVER VIRTUALIZATION IN PLATFORM TESTING Application testing remains a complex endeavor as Development and QA managers need to focus on delivering projects on schedule, controlling costs,

More information

Virtuozzo 7 Technical Preview - Virtual Machines Getting Started Guide

Virtuozzo 7 Technical Preview - Virtual Machines Getting Started Guide Virtuozzo 7 Technical Preview - Virtual Machines Getting Started Guide January 27, 2016 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information