Citrix XenServer The Secret Management Tool. Thomas Krampe, visionapp AG

Size: px
Start display at page:

Download "Citrix XenServer The Secret Management Tool. Thomas Krampe, visionapp AG"

Transcription

1 Citrix XenServer The Secret Management Tool Thomas Krampe, visionapp AG

2 Agenda The Secret Management Tool Troubleshooting Basics Usage Examples for... Troubleshooting Network Issues Troubleshooting Storage Issues Logfiles and Support

3 The unsecretive Management Tool ~]# Available by default Simple UI No Mouse needed All Operations supported Easy to learn Remote accessible Fast, very fast

4 Introduction Troubleshooting Basics Linux (Dom0 is CentOS Linux) Useful Linux Commands for Troubleshooting Useful xe Commands Logfiles an Support

5 Troubleshooting Basics Food for Thought

6 Troubleshooting Network Issues

7 Increased Performance NIC duplex and speed incompatibilities Network congestion Poor routing Bad cabling Electrical interference An overloaded server at the remote end of the connection Misconfigured Services (DNS / DHCP / Settings)

8 Lack of Connectivity Power failures The remote Server is shut down And all sources of slowness can become so severe that connectivity is lost

9 XenServer Networking Overview

10 Basic Linux Networking Commands - 1 ifconfig The ifconfig command without any arguments gives you all the active interfaces on your system. Interfaces will not appear if they are shut down.

11 Sample Output

12 Basic Linux Networking Commands - 2 brctl show The command brctl show shows all current instances of the ethernet bridge.

13 Sample Output

14 Basic Linux Networking Commands - 3 ethtool <interface> The ethtool command provides much more information about the physical Interfaces.

15 Sample Output

16 ethtool Statistics (filtered) Errors are a common symptom of slow connectivity due to poor configuration or excessive bandwidth utilization. Error rates in excess of 0.5% can result in noticeable sluggishness. ethtool S eth0 egrep '(_errors _collisions)'

17 Sample Output

18 Basic Linux Networking Commands - 4 netstat The netstat command is very versatile and can provide a limited report when used with the -i switch.

19 Sample Output

20 Basic Linux Networking Commands - 5 tcpdump The tcpdump command is one of the most popular packages for viewing the flow of packets through your physical NIC.

21 Useful Switches

22 Network Configuration /etc/sysconfig/network-scripts/ifcfg-... File based configurations for each network device you may have on your system are located in this directory.

23 Important to know about Network Scripts

24 Network Script Sample

25 Interface Configuration To reconfigure a Network Interface Use XenCenter, or the xe pif-reconfigure-ip command

26 Don t forget the Basics ping telnet traceroute nslookup

27 More Information about Networking Understanding XenServer Networking - The Linux Perspective Understanding Network Interface Card Bonds in XenServer Introduction into XenServer Networking

28 Troubleshooting Storage Issues

29 XenServer Storage Objects Virtual Disk Images are a storage abstraction that is presented to a VM. Physical Block Devices represent the interface between a physical server and an attached SR. Virtual Block Devices are connector objects that allow mappings between VDIs and VMs.

30 XenServer Storage Objects Overview

31 Virtual Disk Formats File-based VHD VM images are stored as thin-provisioned VHD format files on either a local non-shared file system (EXT type SR) or a shared NFS target (NFS type SR).

32 Virtual Disk Formats LVM based The default XenServer block device-based storage inserts a Logical Volume manager on a disk. VDIs are represented as volumes within the Volume manager. Introduced LVHD in XenServer 5.5 Enhances LVM for SRs Hosts VHD files directly on LVM volumes Adds Advanced Storage features like Fast Cloning and Snapshots Fast and simple upgrade Backwards compatible

33 Virtual Disk Formats LUN per VDI LUNs are directly mapped to VMs as VDIs by SR types that provide an array-specific plug-in (NetApp, Equallogic or StorageLink type SRs). The array storage abstraction therefore matches the VDI storage abstraction for environments that manage storage provisioning at an array level.

34 Virtual Disk Data Formats XenServer 5.0 / 5.5 / 5.6 NFS / EXT3 Storage Repository Filesystem Storage Repository LUN XenServer 5.0 iscsi / FC Storage Repository LUN XenServer 5.5 / 5.6 iscsi / FC.VHD file.vhd file LVM Logical Volume LVM Logical Volume VHD header LVM Logical Volume VHD header LVM Logical Volume LVM Volume Group LVM Volume Group VM virtual disk

35 Basic Linux Storage Commands - 1 fdisk fdisk is a menu driven program for creation and manipulation of partition tables.

36 Sample Output # fdisk l # Lists the physical block devices on the host Disk /dev/cciss/c0d0: GB, bytes 255 heads, 32 sectors/track, cylinders Units = cylinders of 8160 * 512 = bytes Device Boot Start End Blocks Id System /dev/cciss/c0d0p1 * Linux /dev/cciss/c0d0p Linux /dev/cciss/c0d0p Linux

37 Sample Output # fdisk l Disk /dev/sda: GB, bytes 255 heads, 63 sectors/track, cylinders Units = cylinders of * 512 = bytes Disk /dev/sda doesn't contain a valid partition table

38 Basic Linux Storage Commands - 4 Monitoring XenServer Storage # iostat k # Reports basic I/O stats for devices and partitions avg-cpu: %user %nice %system %iowait %steal %idle Device: tps kb_read/s kb_wrtn/s kb_read kb_wrtn cciss/c0d sda

39 Basic Linux Storage Commands - 5 Monitoring XenServer Storage # hdparm t /dev/<device> # Performs timed sequential reads /dev/cciss/c0d0: Timing buffered disk reads: 286 MB in 3.00 seconds = MB/sec Has some limitations: Does not measure non-sequential disk reads. Does not measure disk write speed May not be accurate with non-local storage devices since it is unaware of underlying bus architecture (iscsi, FC, etc.) Must be sampled repeatedly over time to get an accurate picture of I/O read performance.

40 Basic Linux Storage Commands - 6 Monitoring XenServer Storage # dd if=<infile> of=<outfile> # Simple, common block device copy utility # dd if=/dev/<device> of=/dev/null records in records out bytes (1.0 GB) copied, seconds, 73.9 MB/s WARNING: NEVER run dd specifying an active, running VHD as the outfile it WILL destroy the VM container making it unreadable!!

41 Storage Monitoring

42 More Information about Storage XenServer Storage Overview Introduction to Storage Technologieshttp://support.citrix.com/article/CTX Multipath Implementations in XenServerhttp://support.citrix.com/article/CTX121364

43 Logfiles and Support

44 XenServer Log Files XenServer XAPI Agent Logs can be sent to remote syslog daemon /var/log/messages - system /var/log/xensource.log XenServer only /var/log/xha.log HA logging Domain 0 Xen Boot Messages #xe host-dmesg Domain 0 Boot Messages #dmesg

45 XenServer Log Files License Server /opt/citrix/licensing/ls/logs on license server EVA Open vswitch /var/log/openvswitch/ovsdb-server.log /var/log/openvswitch/ovs-vswitchd.log /var/log/xensource.log output

46 XenServer Diagnostic xen-bugtool This is the most important command when submitting an XE Server problem report to Technical Support. It captures static and runtime state on a XenEnterprise Server, for use in diagnosing a reported problem. /var/opt/xen/bug-report/bug-report-xxx.tar.bz2

47 XenServer Log Files xen-bugtool Generates XE Server diagnostic file for submission to Technical Support Representative. xe host-bugreport-upload Runs xen-bugtool and uploads the result to Citrix support. xe host-bugtool Can be used to save Domain 0 state, to assist during emergency recovery

48 One more thing...

49 Multimedia telnet towel.blinkenlights.nl

50 What s New in XenServer? Adam Lotz, Product Management Lee Bushen, Technical Readiness Citrix XenServer

51 Cloud Desktop Enterprise Data Center

52 Cloud Enterprise Private Clouds Cloud-extended Data Centers Platform for IaaS and DaaS Embedded part of NetScaler SDX

53 Desktop Optimized platform for XenDesktop, XenApp Improved storage TCO (IntelliCache) HDX innovations for user experience

54 Enterprise Data Center Everything you need at a fraction of the cost

55 Shipping Now: XenServer 5.6 SP2 Full Support for XenDesktop 5 SP1 IntelliCache lowers the cost of storage for XenDesktop VDI Improved Support for Cisco UCS hardware Assorted bugfixes etc

56 XenServer Project Boston

57 Disclaimer: The development, release and timing of any features or functionality described for our products remains at our sole discretion and is subject to change without notice or consultation. The information provided is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making purchasing decisions or incorporated into any contract.

58 Cloud Enhancements Self-Service Manager Distributed Virtual Switching 2.0 Virtual Appliance, OVF improvements V2V improvements for on-boarding Cloud Desktop Enterprise Data Center

59 Demo: Self-Service Manager

60 Optimized for XenDesktop GPU pass-thru support to guest For applications that execute GPU instructions (i.e. CAD) Enhanced scalability, TCO over traditional HDX 3D Pro Cloud Desktop Enterprise Data Center

61 Benefits of GPU-pass thru Without GPU pass-thru, each user requires their own Blade PC With GPU pass-thru, hardware costs are cut up to 75% XenServer Host

62 Microsoft System Center Integration Management of XenServer VMs via System Center VMM System Center Operations Manager (SCOM) pack for monitoring Cloud Desktop Enterprise Data Center

63 Demo: System Center VMM

64 Simplicity Integrated Site Recovery; not dependent on StorageLink Integrated StorageLink no requirement for Windows VM Linux-based Virtual Appliance for Workload Balancing Cloud Desktop Enterprise Data Center

65 Demo: Integrated Site Recovery

66 Network Architecture Open vswitch as default network stack Enhanced distributed virtual switching Enhanced performance on 10Gbps networks Line-speed networking via enhanced SR-IOV Cloud Desktop Enterprise Data Center

67 Distributed Virtual Switch Visibility Resource control Isolation Security VM VM VM VM VM VM VM VM VM VM VM Hypervisor Hypervisor Hypervisor Rich layer 2 feature set Default networking stack for Boston release Linux bridging stack available as post-install configuration

68 Demo: Distributed Virtual Switch

69 Other Enhancements, Improvements Xen 4.1 hypervisor Rolling pool upgrade wizard Broader guest OS support HA support with NFS NIC bonding improvements Increased support for vcpu (16) and vram (128 GB) 1 TB host RAM support

70 The Right Platform For Desktop, Cloud, Datacenter Open Proven Robust High-Performance Broad OS and ecosystem support Cost Effective

71 Boston Beta Master Class 15 th June :00pm BST

72 Feedback und Präsentationen Ihre Meinung ist uns wichtig. Bitte nehmen Sie sich einige Minuten Zeit, unseren Online Feedbackbogen auszufüllen. Den Link dazu erhalten Sie einige Tage nach der Veranstaltung. Im Anschluss an den Fragebogen haben Sie Zugriff auf die Downloadseite der Präsentationen.

73

MS System Center und Citrix XenServer / XenApp Integration

MS System Center und Citrix XenServer / XenApp Integration MS System Center und Citrix XenServer / XenApp Integration Bill DeForeest Senior Director Products Citrix Labs, Citrix Markus Erlacher Technical Specialist Datacenter, Microsoft Christian Ferber Systems

More information

XenDesktop 5 PoC s the easy way. Senior Systems Engineer, EMEA

XenDesktop 5 PoC s the easy way. Senior Systems Engineer, EMEA XenDesktop 5 PoC s the easy way paul.murray@eu.citrix.com Senior Systems Engineer, EMEA This is a Hands On workshop. So Very few marketing and positioning slides Many slides in the deck won t be presented

More information

XenDesktop - Layers of cake

XenDesktop - Layers of cake XenDesktop - Layers of cake Application Streaming, App-V Joseph Nord - Citrix Systems Sebastian Gernert - Microsoft Review: Citrix Infrastructure - App Virtualization XenApp Infrastructure Profiler Sequencer

More information

Extend your datacenter with the power of Citrix Open Cloud

Extend your datacenter with the power of Citrix Open Cloud Extend your datacenter with the power of Citrix Open Cloud Peter Leimgruber Sr. SE Datacenter & Networking, CE Mikael Lindholm Sr. SE XenServer & Cloud, EMEA Sales Dev Agenda Cloud Expectations and reality

More information

XenServer Master Class Networking

XenServer Master Class Networking XenServer Master Class Networking 24th November 2010 Lee Bushen XenServer Technical Steve Benton XenServer Sales Development Citrix Systems Important Webinar Audio The audio for this webinar is available

More information

HDX Nitro The next generation of Citrix High Definition experience

HDX Nitro The next generation of Citrix High Definition experience HDX Nitro The next generation of Citrix High Definition experience Gary Barton Principal Architect, Desktop Division, Citrix Systems Ramzy Mansour Manager, Technical Support EMEA, Citrix Systems Deliver

More information

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

More information

Migrating to the latest version of XenApp. Alfons Steger, Senior Systems Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA

Migrating to the latest version of XenApp. Alfons Steger, Senior Systems Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA Migrating to the latest version of XenApp Alfons Steger, Senior Systems Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA http://www.citrix.com/techpreviews Agenda Why? How? Now What?

More information

XenApp Farm Design: The 2011 Edition. Wolfgang Zimmer, Senior System Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA

XenApp Farm Design: The 2011 Edition. Wolfgang Zimmer, Senior System Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA XenApp Farm Design: The 2011 Edition Wolfgang Zimmer, Senior System Engineer CE Rob Sanders, Product Specialist Desktop Virtualisation EMEA Agenda Configuration Design Zone Design Network Communication

More information

Course CXS-203 Citrix XenServer 6.0 Administration

Course CXS-203 Citrix XenServer 6.0 Administration Course CXS-203 Citrix XenServer 6.0 Administration Overview In the Citrix XenServer 6.0 classroom training course, students are provided the foundation necessary to effectively install, configure, administer,

More information

1Y0-A26 Citrix XenServer 6.0 Practice Exam

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

More information

XenDesktop 5. Under The Covers. Senior Systems Engineer, EMEA

XenDesktop 5. Under The Covers. Senior Systems Engineer, EMEA XenDesktop 5. Under The Covers. paul.murray@eu.citrix.com Senior Systems Engineer, EMEA This is a Hands On workshop. So Very few marketing and positioning slides Many slides in the deck won t be presented

More information

Citrix XenServer 6 Administration

Citrix XenServer 6 Administration Citrix XenServer 6 Administration Duration: 5 Days Course Code: CXS-203 Overview: In the Citrix XenServer 6.0 classroom training course, students are provided the foundation necessary to effectively install,

More information

CXS-203-1I Citrix XenServer 6.0 Administration

CXS-203-1I Citrix XenServer 6.0 Administration 1800 ULEARN (853 276) www.ddls.com.au CXS-203-1I Citrix XenServer 6.0 Administration Length 5 days Price $5115.00 (inc GST) Overview In the Citrix XenServer 6.0 classroom training course, students are

More information

Citrix XenServer 7.1 Feature Matrix

Citrix XenServer 7.1 Feature Matrix Citrix XenServer 7.1 Matrix Citrix XenServer 7.1 Matrix A list of Citrix XenServer 7.1 features by product edition, including XenApp and XenDesktop license entitlements. Comprehensive application and desktop

More information

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

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

More information

XenServer Release Notes

XenServer Release Notes Version 5.5.0 Published June 2009 1.0 Edition About this document XenServer Release Notes This document provides important information about the XenServer 5.5.0 Release. Release notes specific to the supported

More information

Citrix XenServer 6.5 Installation Guide. Published Monday, 12 January Edition

Citrix XenServer 6.5 Installation Guide. Published Monday, 12 January Edition Citrix XenServer 6.5 Installation Guide Published Monday, 12 January 2015 0 Edition Citrix XenServer 6.5 Installation Guide Copyright 2015 Citrix Systems. Inc. All Rights Reserved. Version: 6.5 Citrix,

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5

More information

XenServer Demo/Evaluation System

XenServer Demo/Evaluation System 1 XenServer Demo/Evaluation System Technical Setup Guide December 2009 2 Overview This document describes the implementation of a simple demonstration and evaluation environment for Citrix XenServer. The

More information

Citrix 1Y0-A26. Citrix XenServer 6.0 Administration. Download Full Version :

Citrix 1Y0-A26. Citrix XenServer 6.0 Administration. Download Full Version : Citrix 1Y0-A26 Citrix XenServer 6.0 Administration Download Full Version : https://killexams.com/pass4sure/exam-detail/1y0-a26 QUESTION: 107 Scenario: An administrator built four new hosts in an existing

More information

DV2 Citrix XenClient Enterprise: Vom Hypervisor zum Desktop-Management

DV2 Citrix XenClient Enterprise: Vom Hypervisor zum Desktop-Management DV2 Citrix XenClient Enterprise: Vom Hypervisor zum Desktop-Management Walter Hofstetter, Senior Systems Engineer, Citrix - EMEA Ralph Stocker, Systems Engineer, Channel, Citrix - DE News Acquisition announced

More information

Citrix XenDesktop 2.0. Michael Schmidt Country Manager Switzerland Citrix Systems International GmbH

Citrix XenDesktop 2.0. Michael Schmidt Country Manager Switzerland Citrix Systems International GmbH Citrix XenDesktop 2.0 Michael Schmidt Country Manager Switzerland Citrix Systems International GmbH XenDesktop Citrix XenDesktop makes the delivery of Windows desktops from your datacenter simple, secure

More information

VDI Remoting Protocols Turned Inside Out. By Benny Tritsch, AppSense and Shawn Bass

VDI Remoting Protocols Turned Inside Out. By Benny Tritsch, AppSense and Shawn Bass VDI Remoting Protocols Turned Inside Out By Benny Tritsch, AppSense and Shawn Bass Agenda An introduction into Windows user session remoting technologies Our test methodology used for comparing remoting

More information

WHITE PAPER Citrix XenServer and EMC CLARiiON CX4 Series Citrix XenServer and EMC CLARiiON CX4 Series Configuration Guide

WHITE PAPER Citrix XenServer and EMC CLARiiON CX4 Series Citrix XenServer and EMC CLARiiON CX4 Series Configuration Guide WHITE PAPER Citrix XenServer and EMC CLARiiON CX4 Series Citrix XenServer and EMC CLARiiON CX4 Series Configuration Guide www.citrix.com Contents Introduction...4 Citrix XenServer for Enterprise ready

More information

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy [TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy Mounir Chaaban & Riaz Salim Account Technology Strategist Microsoft Corporation Microsoft s Vision

More information

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

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

More information

Citrix XenServer Installation Guide. Published Friday, 06 September Edition

Citrix XenServer Installation Guide. Published Friday, 06 September Edition Citrix XenServer 6.0 Installation Guide Published Friday, 06 September 2013 0 Edition Citrix XenServer 6.0 Installation Guide Copyright 2012 Citrix Systems. Inc. All Rights Reserved. Version: 6.0 Citrix,

More information

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure 70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure Slide 1 Creating the Virtualization Infrastructure Slide 2 Introducing Microsoft System Center

More information

Virtualization Practices: Providing a Complete Virtual Solution in a Box

Virtualization Practices: Providing a Complete Virtual Solution in a Box PRESENTATION TITLE GOES HERE Virtualization Practices: Providing a Complete Virtual Solution in a Box Jyh-shing Chen / NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

Citrix XenServer 5.6 Administration

Citrix XenServer 5.6 Administration Citrix 1Y0-A24 Citrix XenServer 5.6 Administration Version: 6.0 QUESTION NO: 1 Citrix 1Y0-A24 Exam To successfully configure Role Based Access Control, an administrator must ensure that Active Directory

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

CMB-207-1I Citrix Desktop Virtualization Fast Track

CMB-207-1I Citrix Desktop Virtualization Fast Track Page1 CMB-207-1I Citrix Desktop Virtualization Fast Track This fast-paced course covers select content from training courses CXA-206: Citrix XenApp 6.5 Administration and CXD-202: Citrix XenDesktop 5 Administration

More information

COURSE OUTLINE IT TRAINING

COURSE OUTLINE IT TRAINING CMB-207-1I Citrix XenApp and XenDesktop Fast Track Duration: 5 days Overview: This fast-paced course covers select content from training courses CXA-206 and CXD- 202 and provides the foundation necessary

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for Citrix XenDesktop and XenApp for Dell EMC XC Family September 2018 H17388 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

Virtualization Practices:

Virtualization Practices: Virtualization Practices: Providing a Complete Virtual Solution in a Box Jyh-shing Chen, NetApp Author: Jyh-shing Chen, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

QuickSpecs. HP Client Virtualization with Citrix XenDesktop. Overview. Retired

QuickSpecs. HP Client Virtualization with Citrix XenDesktop. Overview. Retired Overview The HP and Citrix Client Virtualization Solution is a seamless end-to-end client virtualization infrastructure solution that allows administrators to provide one of the best managed desktop and

More information

Citrix XenServer 7.6 Feature Matrix

Citrix XenServer 7.6 Feature Matrix Citrix XenServer 7.6 Matrix Citrix XenServer 7.6 Matrix A list of Citrix XenServer 7.6 features by product edition, including license entitlements. Comprehensive application and desktop hypervisor management

More information

Citrix XenDesktop 5 Administration

Citrix XenDesktop 5 Administration Citrix XenDesktop 5 Administration Duration: 5 Days Course Code: CXD-202 Overview: This course provides the foundation necessary for administrators to effectively centralize and manage desktops in the

More information

Citrix XenServer 7.3 Feature Matrix

Citrix XenServer 7.3 Feature Matrix Citrix XenServer 7.3 Matrix Citrix XenServer 7.3 Matrix A list of Citrix XenServer 7.3 features by product edition, including XenApp and XenDesktop license entitlements. Comprehensive application and desktop

More information

Dell EMC Ready System for VDI on VxRail

Dell EMC Ready System for VDI on VxRail Dell EMC Ready System for VDI on VxRail Citrix XenDesktop for Dell EMC VxRail Hyperconverged Appliance April 2018 H16968.1 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy

[TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy [TITLE] Virtualization 360: Microsoft Virtualization Strategy, Products, and Solutions for the New Economy Mounir Chaaban Account Technology Strategist Microsoft Corporation Microsoft s Vision Enabling

More information

Features. HDX WAN optimization. QoS

Features. HDX WAN optimization. QoS May 2013 Citrix CloudBridge Accelerates, controls and optimizes applications to all locations: datacenter, branch offices, public and private clouds and mobile users Citrix CloudBridge provides a unified

More information

Citrix XenServer 7.3 Quick Start Guide. Published December Edition

Citrix XenServer 7.3 Quick Start Guide. Published December Edition Citrix XenServer 7.3 Quick Start Guide Published December 2017 1.0 Edition Citrix XenServer 7.3 Quick Start Guide 1999-2017 Citrix Systems, Inc. All Rights Reserved. Version: 7.3 Citrix Systems, Inc. 851

More information

Citrix_ActualTests_1Y0-A24_v _87q

Citrix_ActualTests_1Y0-A24_v _87q Citrix_ActualTests_1Y0-A24_v2012-01-31_87q Number: 1Y0-A24 Passing Score: 700 Time Limit: 75 min File Version: 4.3 http://www.gratisexam.com/ Citrix 1Y0-A24 Citrix XenServer 5.6 Administration Version:

More information

WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1

WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1 WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1 www.citrix.com Contents Introduction... 2 Executive Overview... 2 Marathon everrun MX 6.1 (description by Marathon Technologies)...

More information

Citrix XenServer 7.3 Installation Guide. Published December Edition

Citrix XenServer 7.3 Installation Guide. Published December Edition Citrix XenServer 7.3 Installation Guide Published December 2017 0 Edition Citrix XenServer 7.3 Installation Guide 1999-2017 Citrix Systems, Inc. All Rights Reserved. Version: 7.3 Citrix Systems, Inc. 851

More information

ENTERPRISE HYPERVISOR COMPARISON

ENTERPRISE HYPERVISOR COMPARISON ENTERPRISE HYPERVISOR COMPARISON Version 5.0 A feature comparison of the hypervisors from Citrix, Microsoft, RedHat and VMware. Updated to the latest version, 6.1, Microsoft Hyper-V 2012, 3.1 and VMware

More information

Red Hat enterprise virtualization 3.0

Red Hat enterprise virtualization 3.0 Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

1Y0-A24. Number: Passing Score: 800 Time Limit: 180 min File Version: 1.0. Citrix 1Y0-A24

1Y0-A24.  Number: Passing Score: 800 Time Limit: 180 min File Version: 1.0. Citrix 1Y0-A24 1Y0-A24 Number: 000-000 Passing Score: 800 Time Limit: 180 min File Version: 1.0 http://www.gratisexam.com/ Citrix 1Y0-A24 Citrix XenServer 5.6 Administration Version: 4.2 Citrix 1Y0-A24 Exam Q1 A network

More information

QuickSpecs. HP Integrated Citrix XenServer. Overview. Retired

QuickSpecs. HP Integrated Citrix XenServer. Overview. Retired Overview Citrix XenServer, HP Select Edition: Citrix XenServer is the only enterprise-class, cloud-proven virtualization infrastructure solution that delivers the critical features of live migration and

More information

HP integrated Citrix XenServer Online Help

HP integrated Citrix XenServer Online Help HP integrated Citrix XenServer Online Help Part Number 486855-002 September 2008 (Second Edition) Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

Citrix XenServer Quick Start Guide. Published Tuesday, 25 September Edition

Citrix XenServer Quick Start Guide. Published Tuesday, 25 September Edition Citrix XenServer 6.0 Quick Start Guide Published Tuesday, 25 September 2012 0 Edition Citrix XenServer 6.0 Quick Start Guide Copyright 2012 Citrix Systems. Inc. All Rights Reserved. Version: 6.0 Citrix,

More information

Citrix Connector 7.5 for Configuration Manager. Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager

Citrix Connector 7.5 for Configuration Manager. Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager Citrix Connector 7.5 for Configuration Manager Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager Prepared by: Subbareddy Dega and Kathy Paxton Commissioning Editor: Kathy

More information

Red Hat enterprise virtualization 3.1 feature comparison

Red Hat enterprise virtualization 3.1 feature comparison Red Hat enterprise virtualization 3.1 feature comparison at a glance Red Hat Enterprise Virtualization 3.1 is first fully open source, enterprise ready virtualization platform Compare functionality of

More information

Citrix 1Y0-A09. 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0. Practice Test. Version

Citrix 1Y0-A09. 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0. Practice Test. Version Citrix 1Y0-A09 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0 Practice Test Version 1.3 QUESTION NO: 1 An administrator created a template of a Microsoft Windows XP SP3 virtual machine (VM)

More information

Dell DVS. Enabling user productivity and efficiency in the Virtual Era. Dennis Larsen & Henrik Christensen. End User Computing

Dell DVS. Enabling user productivity and efficiency in the Virtual Era. Dennis Larsen & Henrik Christensen. End User Computing Dell DVS Enabling user productivity and efficiency in the Virtual Era Dennis Larsen & Henrik Christensen Agenda Dells view on VDI Dell Desktop Virtualization Solutions DVS Enterprise DVS Simplified (incl.

More information

Goliath for NetScaler Frequently Asked Questions

Goliath for NetScaler Frequently Asked Questions Goliath for NetScaler Frequently Asked Questions Document Date: May 2015 www.goliathtechnologies.com Legal Notices Inc. All rights reserved. www.goliathtechnologies.com Goliath Technologies believes the

More information

HP integrated Citrix XenServer 5.0 Release Notes

HP integrated Citrix XenServer 5.0 Release Notes HP integrated Citrix XenServer 5.0 Release Notes Part Number 488554-003 March 2009 (Third Edition) Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Managing Citrix XenDesktop 7.6 Solutions. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Managing Citrix XenDesktop 7.6 Solutions. Version: Demo Vendor: Citrix Exam Code: 1Y0-201 Exam Name: Managing Citrix XenDesktop 7.6 Solutions Version: Demo DEMO QUESTION 1 Scenario: A Citrix Administrator updates all of the machines within a Delivery Group.

More information

Citrix Provisioning Services and Machine Creation Services a technology comparison. Marius Leu, The Campus Ronald Grass, Citrix Systems GmbH

Citrix Provisioning Services and Machine Creation Services a technology comparison. Marius Leu, The Campus Ronald Grass, Citrix Systems GmbH Citrix Provisioning Services and Machine Creation Services a technology comparison Marius Leu, The Campus Ronald Grass, Citrix Systems GmbH Agenda Why should we use Provisioning Technologies? How Provisioning

More information

Hyper-V Innovations for the SMB. IT Pro Camp, Northwest Florida State College, Niceville, FL, October 5, 2013

Hyper-V Innovations for the SMB. IT Pro Camp, Northwest Florida State College, Niceville, FL, October 5, 2013 Hyper-V Innovations for the SMB IT Pro Camp, Northwest Florida State College, Niceville, FL, October 5, 2013 Ben Jones Systems Engineer 7 years of experience Microsoft Certified Solutions Expert: Server

More information

Network+ Guide to Networks 6 th Edition

Network+ Guide to Networks 6 th Edition Network+ Guide to Networks 6 th Edition Chapter 10 Virtual Networks and Remote Access Objectives 1. Explain virtualization and identify characteristics of virtual network components 2. Create and configure

More information

Experiences with OracleVM 3.3

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

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Citrix XenServer 7.1 Virtual Machine User's Guide. Published November Edition

Citrix XenServer 7.1 Virtual Machine User's Guide. Published November Edition Citrix XenServer 7.1 Virtual Machine User's Guide Published November 2017 1.1 Edition Citrix XenServer 7.1 Virtual Machine User's Guide Copyright 2017 Citrix Systems. Inc. All Rights Reserved. Version:

More information

version 5.4 Installation Guide

version 5.4 Installation Guide version 5.4 Installation Guide Document Release Date: February 9, 2012 www.phdvirtual.com Legal Notices PHD Virtual Backup for Citrix XenServer Installation Guide Copyright 2010-2012 PHD Virtual Technologies

More information

Whitepaper. Deploying Citrix XenServer 5.0 with Dell EqualLogic PS Series storage

Whitepaper. Deploying Citrix XenServer 5.0 with Dell EqualLogic PS Series storage Whitepaper Deploying Citrix XenServer 5.0 with Dell EqualLogic PS Series storage Table of contents Dell EqualLogic PS Series Storage...4 XenServer 5.0 Dell Edition Overview...5 What s new in XenServer

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

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

More information

Citrix VDI Scalability Testing on Cisco UCS B200 M3 server with Storage Accelerator

Citrix VDI Scalability Testing on Cisco UCS B200 M3 server with Storage Accelerator Citrix VDI Scalability Testing on Cisco UCS B200 M3 server with Storage Accelerator First Published: February 19, 2014 Last Modified: February 21, 2014 Americas Headquarters Cisco Systems, Inc. 170 West

More information

XenServer Administrator's Guide

XenServer Administrator's Guide XenServer Administrator's Guide 4.1.0 Published March 2008 1.0 Edition 1 XenServer Administrator's Guide XenServer Administrator's Guide: Release 4.1.0 Published March 2008 Copyright 2008 Citrix Systems,

More information

XenDesktop Planning Guide: Image Delivery

XenDesktop Planning Guide: Image Delivery Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Planning Guide: Image Delivery ( / Machine Creation ) www.citrix.com Overview With previous versions of XenDesktop (version 4 and prior), the

More information

Er XenApp død og begravet? Allan Bak, edgemo A/S

Er XenApp død og begravet? Allan Bak, edgemo A/S Er XenApp død og begravet? Allan Bak, edgemo A/S Agenda Architecture Install, Manage, Support New features Migration/upgrade Demo 7 Current Architectures Receiver Policy Console Delivery Services / WebInterface

More information

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

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

More information

Oracle Virtual Desktop Infrastructure

Oracle Virtual Desktop Infrastructure Oracle Virtual Desktop Infrastructure Best Practice and Unit Selling Points Thomas Assum and Rolf-Per Thulin Sales Consultants Europe VDI Global Business Unit Agenda Oracle Desktop Virtualization Introduction

More information

Next Generation Computing Architectures for Cloud Scale Applications

Next Generation Computing Architectures for Cloud Scale Applications Next Generation Computing Architectures for Cloud Scale Applications Steve McQuerry, CCIE #6108, Manager Technical Marketing #clmel Agenda Introduction Cloud Scale Architectures System Link Technology

More information

Comprehensive cloud platform. Cost savings and increased efficiencies. Support for a modern work style

Comprehensive cloud platform. Cost savings and increased efficiencies. Support for a modern work style 2 Comprehensive cloud platform Complete, built-in virtualization platform Industry-leading scalability and performance, so you can virtualize every application Ability to achieve business continuity with

More information

Install Virtual Guest Services Greyed Out Vmm 2012

Install Virtual Guest Services Greyed Out Vmm 2012 Install Virtual Guest Services Greyed Out Vmm 2012 Forum overview for "Virtual Machine Manager General" forum on TechNet forums When I try to install the DHCPExten I receive this error:"there is a problem

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

Disaster Recovery Workflow

Disaster Recovery Workflow CHAPTER 4 InMage CDP starts with the FX/VX agent, also known as "DataTap," which is used to monitor all writes to disk. A small amount of memory on the source machine is reserved by the DataTap (250MB).

More information

P4000 VSA Installation and Configuration Guide

P4000 VSA Installation and Configuration Guide HP StorageWorks P4000 VSA Installation and Configuration Guide This guide provides information about installing and configuring the VSA for ESX Server and the VSA for Hyper-V. Included are network configuration

More information

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

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

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices

Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices Consulting Solutions WHITE PAPER Citrix XenDesktop XenApp 6.x Planning Guide: Virtualization Best Practices www.citrix.com Table of Contents Overview... 3 Scalability... 3 Guidelines... 4 Operations...

More information

Citrix XenServer 7.0 Virtual Machine User's Guide. Published October Edition

Citrix XenServer 7.0 Virtual Machine User's Guide. Published October Edition Citrix XenServer 7.0 Virtual Machine User's Guide Published October 2017 1.1 Edition Citrix XenServer 7.0 Virtual Machine User's Guide Copyright 2016 Citrix Systems. Inc. All Rights Reserved. Version:

More information

Baremetal with Apache CloudStack

Baremetal with Apache CloudStack Baremetal with Apache CloudStack ApacheCon Europe 2016 Jaydeep Marfatia Cloud, IOT and Analytics Me Director of Product Management Cloud Products Accelerite Background Project lead for open source project

More information

Citrix XenServer 7.2 Virtual Machine User's Guide. Published October Edition

Citrix XenServer 7.2 Virtual Machine User's Guide. Published October Edition Citrix XenServer 7.2 Virtual Machine User's Guide Published October 2017 1.1 Edition Citrix XenServer 7.2 Virtual Machine User's Guide 1999-2017 Citrix Systems, Inc. All Rights Reserved. Version: 7.2 Citrix,

More information

Xen Community Update. Ian Pratt, Citrix Systems and Chairman of Xen.org

Xen Community Update. Ian Pratt, Citrix Systems and Chairman of Xen.org Xen Community Update Ian Pratt, Citrix Systems and Chairman of Xen.org 1 Outline Project Status Xen Client Initiative Xen Cloud Platform New Xen 4.0 Features 2 Announcement The Xen Advisory Board is excited

More information

GRID SOFTWARE. DU _v4.6 January User Guide

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

More information

Xen Summit Spring 2007

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

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Introduction. Application Versions. Virtual Machine Defined. Other Definitions. Tech Note 656 Building Wonderware Solution Architectures on VMware

Introduction. Application Versions. Virtual Machine Defined. Other Definitions. Tech Note 656 Building Wonderware Solution Architectures on VMware Tech Note 656 Building Wonderware Solution Architectures on VMware All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for

More information

Oracle(SUN) Virtual box another virtual platform

Oracle(SUN) Virtual box another virtual platform Oracle(SUN) Virtual box another virtual platform Using VirtualBox Importing and exporting virtual machines VirtualBox can import and export virtual machines in the industry-standard Open Virtualization

More information

70-745: Implementing a Software-Defined Datacenter

70-745: Implementing a Software-Defined Datacenter 70-745: Implementing a Software-Defined Datacenter Target Audience: Candidates for this exam are IT professionals responsible for implementing a software-defined datacenter (SDDC) with Windows Server 2016

More information

Workspace & Storage Infrastructure for Service Providers

Workspace & Storage Infrastructure for Service Providers Workspace & Storage Infrastructure for Service Providers Garry Soriano Regional Technical Consultant Citrix Cloud Channel Summit 2015 @rhipecloud #RCCS15 The industry s most complete Mobile Workspace solution

More information

Goliath Performance Monitor v11.7 Prerequisites Guide

Goliath Performance Monitor v11.7 Prerequisites Guide Goliath Performance Monitor v11.7 Prerequisites Guide Goliath Performance Monitor Proof of Concept Limitations Goliath Performance Monitor Proof of Concepts (POC) will be limited to monitoring 5 Hypervisor

More information

Virtualization Overview NSRC

Virtualization Overview NSRC Virtualization Overview NSRC Terminology Virtualization: dividing available resources into smaller independent units Emulation: using software to simulate hardware which you do not have The two often come

More information

Windows Azure Services - At Different Levels

Windows Azure Services - At Different Levels Windows Azure Windows Azure Services - At Different Levels SaaS eg : MS Office 365 Paas eg : Azure SQL Database, Azure websites, Azure Content Delivery Network (CDN), Azure BizTalk Services, and Azure

More information

Forget IOPS: A Proper Way to Characterize & Test Storage Performance Peter Murray SwiftTest

Forget IOPS: A Proper Way to Characterize & Test Storage Performance Peter Murray SwiftTest Forget IOPS: A Proper Way to Characterize & Test Storage Performance Peter Murray peter@swifttest.com SwiftTest Storage Performance Validation Rely on vendor IOPS claims Test in production and pray Validate

More information

WHITE PAPER Citrix Branch Repeater VPX and XenServer How to set up a self contained Branch Repeater VPX demo environment with WAN emulation.

WHITE PAPER Citrix Branch Repeater VPX and XenServer How to set up a self contained Branch Repeater VPX demo environment with WAN emulation. WHITE PAPER Citrix Branch Repeater VPX and XenServer How to set up a self contained Branch Repeater VPX demo environment with WAN emulation. www.citrix.com Contents Introduction... 3 Products and Tools

More information

Cloud in a box. Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX. Lars Everbrand. Software Developer

Cloud in a box. Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX. Lars Everbrand. Software Developer Cloud in a box Fully automated installation of SUSE Openstack Cloud 5 on Dell VRTX Lars Everbrand Software Developer lars.everbrand@ericsson.com 2 From 3 To Introduction Disclaimer All views expressed

More information