Flexible Computing Advanced User Guide

Size: px
Start display at page:

Download "Flexible Computing Advanced User Guide"

Transcription

1 Flexible Computing Advanced User Guide Version September 2015

2 proprietary notice copyright, France Telecom Group All rights reserved. confidentiality All information contained in this document is strictly confidential and is provided for the sole purpose of responding to Customer s request and shall not be used for any other purpose. Customer shall not publish or disclose this information, in whole or in part, to any other party without the prior written permission of France Telecom Group. Many of the products, services, and company names referred to in this document are registered trademarks. They are all hereby acknowledged. obligations and conditions This document is subject to contract and does not constitute a binding offer from France Telecom Group. France Telecom Group reserves the right to revise this document, which will be subject to finalization and agreement by France Telecom Group and Customer prior to incorporating in a final contract between the parties. In the event that any assumption on which France Telecom Group has based its proposal or any information provided by Customer changes or is incorrect, France Telecom Group reserves the right to revise any portion of this document accordingly. Implementation of any services detailed in this document is subject to applicable regulations in force on the date the services are to be implemented. France Telecom Group operates its services under the Orange Business Services brand 2 / 30

3 Glossary Abbreviation LB VDC VM OS MW OVF GW VCD FCA VSE vapp B2B B2B2B Load Balancer description Virtual Data Center (resources pool: CPU / RAM / Storage) Virtual Machine Operating System MiddleWare Open Virtualization Format GateWay VMware vcloud Director Flexible Computing Advanced Virtual firewall (or vshield in VMware terminology) Virtual application made up of a set of VMs, VSEs and networks A business which has an organization for its own needs A business which has an organization whose VDCs it resells to other customer businesses 3 / 30

4 Contents 1 Additional references vcloud Director user guide vshield administration guide Introduction Purpose of the document The Flexible Computing Advanced offering The typical organization provided Template catalog Components for accessing the offering VCD web portal VCD API Main concepts of the offerings General concepts Network concepts Network interconnections Network services Conventions and default settings Operations Obtaining new resources Obtaining a new organization Obtaining a new VDC Managing users Managing a VDC Managing a catalog Creating a vapp or a VM Using services for OBS templates Connecting to external networks Internet access Business VPN OBS service zone Description Resources Virtual Data Center (VDC) description Types of configuration available B2B configuration (or standard single tenant customer) B2B2B configuration (or standard multi-tenant customer) B2B2B Pass Service configuration (or SaaS provider customer) / 30

5 1 Additional references 1.1 vcloud Director user guide Document in English vcd_51_users_guide.pdf 1.2 vshield administration guide Document in English vshield_51_admin.pdf 5 / 30

6 2 Introduction 2.1 Purpose of the document This user guide describes the Flexible Computing Advanced offering and the main operations that the user is required to perform. This document is organized as follows: chapter 2 is this introduction, providing a general description of the service offering chapter 3 describes the components providing access to the offering chapter 4 describes the main operations chapter 5 describes the service catalog linked to the OBS vapp catalog. 2.2 The Flexible Computing Advanced offering The Flexible Computing Advanced offering allows the creation of virtual Data Centers (VDC) which the customer may freely organize (creation and organization of networks internal to the VDC, configuration of services such as NAT or Firewall) and use to deploy and execute their vapps. These VDCs are grouped together within an organization. The resources provided via the VDCs enable the following: Creating / deleting security zones Creating / deleting / starting up / shutting down vapps Grouping VMs in vapps Creating / deleting / starting up / shutting down VMs Deploying vapps in defined security zones These operations are accessible directly on the web portal or by using the API. Several roles are available for users: Organization administrator: responsible for managing the resources and users of the organization. vapp author: user authorized to create/import vapp templates into the organization s private catalog Basic user Secure access to the VMs, i.e. via the console accessible from the VCD portal. Direct access via a standard protocol such as SSH or RDS is possible, but must be configured by the customer. 2.3 The typical organization provided Each customer is supplied with an organization. This organization systematically consists of: 1 VDC (i.e. a CPU/RAM/Storage resource pool) Access to the public catalog of vapp templates offered by OBS 6 / 30

7 Several global settings are made at the level of this organization: Runtime Lease : maximum runtime for a vapp Storage Lease : maximum storage time for unused vapps and vapp templates Quotas : limits on the number of vapps that can be restarted and stored in a VDC by a given user. Maximum number of Remote Consoles per user per VM. Maximum number of connection attempts allowed before a user account is blocked. By default, no limits are set. The organization administrator can set limits for these parameters via the VCD portal. The customer can sign up for infrastructure options such as: Connection to the Internet Connection to a Business VPN BVPN Gallery partner option Public IP addresses Additional VDC These options are also available by making a change request to the platform administrator via the change request portal (MSCT). 7 / 30

8 2.4 Template catalog The OBS public catalog includes templates for the following virtual machines: Debian 6 64 bits US Debian 6 64 bits FR Debian 6 32 bits US Debian 6 32 bits FR Debian 7 64 bits US Debian 7 64 bits FR Debian 7 32 bits US Debian 7 32 bits FR Ubuntu bits US Ubuntu bits FR Ubuntu bits US Ubuntu bits FR Ubuntu bits US Ubuntu bits FR Ubuntu bits US Ubuntu bits FR Ubuntu bits US Ubuntu bits FR Ubuntu bits US Ubuntu bits FR CentOS 6 64 bits US CentOS 6 64 bits FR CentOS 6 32 bits US CentOS 6 32 bits FR Suse 11 SP3 64 bits US Suse 11 SP3 64 bits FR Suse 11 SP3 32 bits US Suse 11 SP3 32 bits FR Windows Server bits US STD Windows Server 2008 R2 64 bits FR STD Windows Server 2008 R2 64 bits US WEB Windows Server 2008 R2 64 bits US STD Windows Server 2008 R2 64 bits US ENT Windows Server 2008 R2 64 bits FR WEB Windows Server 2008 R2 64 bits FR STD Windows Server 2008 R2 64 bits FR ENT Windows Server 2012 R2 64 bits US STD Windows Server 2012 R2 64 bits FR STD Windows Server bits US STD Windows Server bits FR STD Red Hat 6 (from june 2016) 64 bits US Red Hat 6 (from june 2016) 64 bits FR Jun-15 Red Hat 6 (from june 2016) 32 bits US Jun-15 Red Hat 6 (from june 2016) 32 bits FR Jun-15 The customer may also deploy their own software components (OS and applications). 8 / 30

9 3 Components for accessing the offering 3.1 VCD web portal Orange Business Services provides customer administrators with access to the VCD tool, which they can use to administer the organization provided. This tool is available in the form of a web portal, accessible via the Internet and the Business VPN Gallery. The access url is: This portal is used to perform common administration operations: Description Managing users (add/delete/edit) Managing the private catalog (import/delete templates and media) Managing vapps/vms (create/delete/edit) Shutting down/starting up vapps/vms Managing internal networks (add/delete/edit) Configuring VSEs (NAT, Load balancing, Firewalling, VPN IPsec, etc.) 3.2 VCD API The VCD tool is also accessible in the form of a REST API. The access url is: The user ID (login/password) is the same as for the web portal. The two access modes can be used to perform the same operations. The vcloud development kits (SDK) supplied by VMware ( can be used to simplify client development for the VCD API. The versions supported are 5.5 (installed version) and 5.1 (backwards compatible). 9 / 30

10 4 Main concepts of the offerings 4.1 General concepts vapp: a vapp refers to a group of virtual machines, which may be interconnected by one or more private network(s). These VMs may be heterogeneous in terms of hardware configuration (number of vcpus, RAM, storage, etc.) or software (OS). Starting up or shutting down a vapp results in starting up or shutting down the VMs it contains. The order in which the VMs of the vapp start up or shut down can be configured. Below are a few examples of vapps: VSE VSE Org-Net : Public Org-Net : Public vapp vapp Front Server vdc vdc vapp-net : Internal Web Server 1/2/3/4 BackEnd Server Customer Organization Figure 1: Web server farm Customer Organization Figure 2: "2-tiers" application Virtual Data Center (VDC): a VDC is a set of resources available to create and run vapps. These resources are a volume of CPU, RAM and storage. Organization: an organization is a structure containing one or more VDCs. It is the organization s administrator who is responsible for creating users and managing their rights. They are also the one who administers the VDCs (catalog, vapps/vms, internal networks) and configures the services of the network gateways (vshield). An organization may contain organization networks (shared by all VDCs). It is connected to external networks by gateways (vshield Edge). 4.2 Network concepts There are three types of network: The external networks (External Networks) are networks located outside of an organization, such as the Internet, a Business VPN or a service network of the underlying infrastructure. The VDC networks (Org VDC Networks) are virtual networks within a VDC (which may or may not be shared by all VDCs within a given organization). They may be isolated or routed (connected to an external network via a vshield gateway). 10 / 30

11 vapp Networks are virtual networks internal to a vapp. They may be isolated, routed or directly connected to a VDC network Network interconnections There are five interconnection configurations for these various network types: Ext-Net : Public VSE 4 Org-Net : Public NAT/Routed Org-Net : Public 5 Org-Net : Isolated vapp vapp vapp vapp-net : internal vapp-net : internal vapp-net : internal vdc vapp to Organization Organization to external Customer Organization 1- The vapp network is connected to a VDC network via a vapp gateway. These two networks have different addressing plans, and communication is by routing or NAT, depending on the configuration of the gateway. 2- The vapp network is directly connected to a VDC network. These two networks share the same addressing space. 3- The vapp network is isolated. It is typically used to interconnect several VMs. 4- The VDC network is connected to an external network via a vshield gateway. These two networks have different addressing plans, and communication is by routing or NAT, depending on the configuration of the gateway. 5- The VDC is isolated (i.e. it is not connected to an external network). It is typically used to interconnect several vapp networks. There are even isolated vapp networks for interconnecting several VMs of a vapp with a network that is strictly internal to the vapp (not connected to a VDC network) Network services The Services provided by a vshield Edge vary according to whether it is defined at VDC or vapp level. A vshield Edge at VDC level supplies the following services: 11 / 30

12 - DHCP - NAT (Source NAT or Destination NAT) - Firewalling - Static route - VPN - Load balancing - Traffic shaping This type of vshield Edge is created in High Availability (HA) mode. A vshield Edge at vapp level supplies the following services: - DHCP - NAT (IP translation or port translation) - Firewalling - Static route A vshield Edge at vapp level is not configured in High Availability mode. 4.3 Conventions and default settings The vshields are named according to a set of naming conventions: <VDCName>_BVPN: interconnection gateway to the BVPN <VDCName>_Internet: interconnection gateway to the Internet <VDCName>_CSSA: interconnection gateway to the service zone By default, these gateways are linked to the following org VDC networks respectively: obs-org-adm : network to access the service zone, using a private OBS address obs-internet-access : network to access the Internet, using a private address obs-vpn-access : network to access the BVPN, using a public address not routed to the Internet 12 / 30

13 5 Operations 5.1 Obtaining new resources Obtaining a new organization Each new organization must be ordered from OBS via a Flexible Computing Advanced order form Obtaining a new VDC A VDC is added to an existing organization via a change request made using the MSCT tool User management The organization administrator may use the VCD tool to create new users (see illustration below). The user management procedures are described in detail in chapter 2 of the VCD user guide VCD [1.1] Managing a VDC Adding resources to a VDC Resources (CPU, RAM, Storage) are added to a VDC within an existing organization via a change request made using the MSCT tool Creating and configuring internal VDC networks Internal VDC networks are created and administered on the Org VDC Networks tab, which is accessed by selecting a VDC in the Administration section of the organization s administrator interface. 13 / 30

14 Figure 3: Creating a VDC network Figure 4: Configuring the services o f a V D C n e t w o r k The procedures for managing VDC networks are described in detail in chapter 3 of the VCD user guide [1.1] Creating and configuring internal vapp networks The vapp networks are accessible via the Networking tab of each vapp. 14 / 30

15 Figure 5: Adding a vapp network Figure 6: Configuring the services The procedures for managing VDC networks are described in detail in chapter 8 (p. 71) of the VCD user guide [1.1] Configuring a firewall 15 / 30

16 Figure 7: Configuring the Firewall rules Configuring a load balancer The load balancer is available on the VDC gateways ( vshield Edge ) but not on the vapp gateways. The mechanisms available are described in detail in chapter 9 of the vshield user guide [1.2] Managing a catalog Catalogs can be managed in the Catalogs section. This section contains the organization s private catalogs as well as the public catalogs provided by OBS (in the My Organization s Catalogs section and the Public Catalogs section in the left-hand pane respectively). Figure 8: Access to the private catalogs The vapp Templates and Media tabs can be used to view the catalogs content (templates and ISO files respectively) or import content (by uploading it). 16 / 30

17 By selecting content, the contextual menu (right click) can be used to export (download) this content. Figure 9 : Exporting a vapp template In this screen, it is possible to create new private catalogs in a VDC (whose storage space will be used to host the catalog s templates and media). Likewise, a template can be imported into a catalog by clicking Transfer (see figure below). Figure 10: Importing a vapp template The procedures for managing VDC catalogs are described in detail in chapter 5 of the VCD user guide [1.1]. 17 / 30

18 5.1.6 Creating a vapp or VM vapps and VMs are created in the My Cloud section. vapps can be created from scratch ( Build New vapp action) or from a catalog template ( Add a vapp from catalog action). Figure 11: Building a vapp vapps are built using a wizard, which lets the user type in the necessary information and add virtual machines to the vapp. Figure 12: Adding a VM to a new vapp The procedures for creating vapps and VMs are described in detail in chapters 8 and 9 of the VCD user guide respectively [1.1]. 18 / 30

19 From a template vapps are created from a catalog by using a wizard, which lets the user choose the template to instantiate, then choose the VDC in which to deploy the vapp and the VDC network(s) to which this vapp will be attached. Figure 13: choosing a template for the new vapp Figure 14: Choosing the destination VDC 19 / 30

20 Specific features of the OBS catalog templates SID management for Windows VMs The Change SID box must be checked for Windows VMs before the first start-up. If the VM has been started up without having completed this step, it can be done afterwards, by shutting down the VM then restarting it via the Force Recustomization option. Connection login For Windows VMs, the connection login is administrator For Linux VMs, the connection login is root Password management Password management must be put in place before starting up the VM, in order to be able to connect to it. 20 / 30

21 Please note, a Windows VM password must follow the rules below: Not contain all or part of the user s account name Be at least 8 characters long Contain characters from three of the four following categories: Uppercase characters from the English alphabet (A to Z) Lowercase characters from the English alphabet (a to z) Base 10 figures (0 to 9) Non-alphabetic characters (for example!, $, #, %) If the VM has been started up without having completed this step, it can be done afterwards, by shutting down the VM then restarting it via the Force Recustomization option. 21 / 30

22 5.1.7 Using services for OBS templates The services are hosted in a service zone, accessible via the CSSA external network. This connection takes the form of a VSE (placed in a VDC), accessible from a shared VDC network (i.e. accessible from all the organization s VDCs) obs-org-adm. The services are preconfigured at template level so they can be used as soon as instantiation takes place. It is important to remember that disabling the VSE s firewall rules or improper configuration can expose connected virtual machines to security risks. 22 / 30

23 6 Connecting to external networks 6.1 Internet access The connection of an organization to the Internet takes the form of a VSE (placed in a VDC) providing interconnection with the Internet. By default, the VSE has a public IP address and therefore implements a "1 for N" NAT. The customer may request to have additional public IP addresses to expose some of these virtual machines to the Internet (the "destination" NAT configuration is to be done by the customer on the VSE). It is important to remember that disabling the VSE s firewall rules or improper configuration can expose connected virtual machines to security risks. By default, the VSE is configured to block all flows (ANY -> ANY DROP type firewall rule). The flows are to be opened by the customer (VSE configuration). Also by default, an internal access network ( /24) is created to connect vapps to this VSE. More details are provided in the sections describing typical customer configurations ( B2B vs. B2B2B ). 6.2 Business VPN Just as with Internet access, a BVPN connection takes the form of a VSE connected to the BVPN access platform. The filtering and NAT rules are also to be configured by the customer. It is important to remember that disabling the VSE s firewall rules or improper configuration can expose connected virtual machines to security risks. By default, an internal access network is created to connect vapps to this VSE. To avoid any address conflicts with the customer s internal address, this access network uses a public address that is not routed to the Internet. More details are provided in the sections describing typical customer configurations ( B2C vs. B2B2C ). 6.3 OBS service zone Description Orange Business Service provides a service zone used by the templates in its public template catalog. This zone includes the following services: Update proxy for Linux virtual machines Windows update server (WSUS) Windows license activation server (KMS) Update server for the Sophos antivirus program NTP server The services in this zone are accessible via an external network, and therefore via an interconnection VSE. This VSE is delivered with an internal access network that uses an address specific to OBS (see configuration types and the user guide for more details). 23 / 30

24 OBS has sole responsibility for this service zone, which is designed for the virtual machines created from the vapp templates supplied by OBS. 24 / 30

25 7 resources 7.1 Virtual Data Center (VDC) description Orange Business Services presents the resources of an organization in the form of a Virtual Data Center including CPU Power, RAM, storage (Silver and/or Gold level) and one or more VSEs providing an interconnection with external networks (Internet or BVPN). These resources make it possible to create virtual machines. CPU power is shown as a value in GHz (processor power). RAM is shown as a value in GB (random access memory). storage is shown as a value in GB (storage for virtual machines). It is possible to have both Silver and Gold storage at the same time for a given VDC. A Virtual Data Center has its own specific resources (quantities can be modified via the MSCT change request tool). Choosing the resources of a Virtual Data Center therefore involves choosing maximum values (CPU, RAM & storage). There is no limit on the number of VDCs an organization can have: it is therefore possible to allocate VDCs to particular purposes (prod/pre-prod/test etc.) or to different teams or entities. By default: Resources are allocated per virtual machine. The CPU and RAM quantities needed are allocated globally upon start-up. The virtual machines use vcpus of1, 2 or 3GHz. It is not possible to use more vcpus than the VDC can contain (for example: a VDC of 10GHz can use 3 single vcpu VMs at 3GHz). This default allocation method corresponds to the Pay As You Go model with resource guarantee, in VMware terminology. 25 / 30

26 8 Types of configuration available 8.1 B2B configuration (or standard single tenant customer) This configuration corresponds to a customer who is the administrator and sole user of their VDCs, with no connection to any third-party BVPNs. This configuration is illustrated in the diagrams below: Internet Ext-net: internet VPN Customer 01 VPN Customer 02 VSE Gateway Internet VSE Gateway VPN Org-net shared : Public vapp VSE vapp vapp VSE vapp vdc Silver vdc Gold Org-net shared : VPN Org-net : Public VSE Gateway Internet vapp VSE Gateway VPN vapp Org-net : VPN vdc Silver Anti-Virus vapp vapp VSE vapp VSE vapp Zone CSSA Org-net-: Admin VSE vapp VSE vapp Gateway Admin VSE CSSA Fw Windows Activation CSSA Interco Org-net-shared: Admin Organisation Customer 1 OCfB à Val de Reuil VSE Gateway Admin operated by OCfB Organisation Customer 2 operated by OCfB Figure 15: overview with 2 "B2B" customers 26 / 30

27 Figure 16: detailed view of a "B2B organization A specific feature of this configuration is the sharing of interconnections to external networks (OBS service zone, Internet and customer s BVPN). By default the corresponding VSEs are accessible via internal access networks (respectively obsorg-adm for the OBS service zone, "obs-internet-access" for Internet access and "Obs-vpn-access" for BVPN access) that are "shared" and thus accessible from all VDCs in the organization. By default, these networks use the addresses below: obs-org-adm : an OBS internal address range in the format X.Y/24 obs-internet-access : /24 obs-vpn-access : /24 27 / 30

28 8.2 B2B2B configuration (or standard multi-tenant customer) This configuration corresponds to a customer who is the sole administrator of their VDCs, but wants to provide access to their VDCs to third parties (customers, partners, etc.). This configuration is illustrated in the diagrams below: Internet Ext-net: internet VPN Customer 01 VPN Customer 02 Org operated by ACME VSE Gateway Internet VSE Gateway VPN VSE Gateway Internet VSE Gateway VPN Nagios Syslog Org-net: Public Org-net: Public vapp vapp vapp vapp Org-net: VPN Org-net: VPN VSE vapp VSE vapp VSE vapp VSE vapp vdc admin ACME Org-net-shared: Admin ACME vdc customer 01 vdc customer 02 vdc customer n VPN. Figure 17: overview of a "B2B2B" configuration In this configuration, the interconnections to external networks are not shared but dedicated to a VDC. Typically, the FCA customer will have a VDC to deploy their own tools / servers ("VDC admin") connected to their own BVPN. They will then have a set of VDCs for their customers / partners, each connected to the BVPN of that third party. The access networks to the BVPN and Internet VSEs will by default use the same addresses as the "B2C" configuration (respectively /24 for Internet and /24 for BVPN), which will not cause an address conflict since they are internal to each VDC. The access network to the FCA customer s VPN can be shared in order to be exposed to all VDCs in the organization, but in this case vapp VSEs implementing a NAT should be put in place, so as not to cause an address conflict with the access networks for third-party BVPNs (or use an address range compatible with both the third-party BVPN and the FCA customer s BVPN). 28 / 30

29 8.3 B2B2B Pass Service configuration (or SaaS provider customer) This configuration corresponds to a customer who is the sole administrator of their VDCs and wants to expose the services/applications they host via the OBS BVPN Gallery and/or the Internet. This configuration is illustrated in the diagrams below: 29 / 30

30 In this configuration, the FCA customer will typically have a VDC to deploy their own tools/servers ( VDC admin ), connected to their own BVPN. They will also have one (or more) VDC hosting the services/applications they want to offer as an SaaS provider. This VDC will naturally be connected to the desired exposure channels: the Internet and the BVPN Gallery offering. The customer shall take particular care to: configure the destination NAT on the Internet access VSE (to target the virtual machines to be exposed and their public IP addresses) choose an appropriate address for the access network to the BVPN Gallery VSE, which must be compatible with the exposure restrictions of this offering (such as the use of public IP addresses routed to the Internet) 30 / 30

vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5

vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5 vcloud Director User's Guide 04 OCT 2018 vcloud Director 9.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

VMware vcloud Air Key Concepts

VMware vcloud Air Key Concepts vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

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

VMware vcloud Director for Service Providers

VMware vcloud Director for Service Providers Architecture Overview TECHNICAL WHITE PAPER Table of Contents Scope of Document....3 About VMware vcloud Director....3 Platform for Infrastructure Cloud...3 Architecture Overview....3 Constructs of vcloud

More information

vcloud Director Administrator's Guide vcloud Director 8.10

vcloud Director Administrator's Guide vcloud Director 8.10 vcloud Director Administrator's Guide vcloud Director 8.10 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 5.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER

VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER VMware vcloud Director Evaluator s Guide TECHNICAL WHITE PAPER Table of Contents 1. Getting Started.... 4 1.1 About This Guide... 4 1.2 Intended Audience.... 4 1.3 Help and Support During the Evaluation....

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder VMWARE SOLUTIONS AND THE DATACENTER Fredric Linder MORE THAN VSPHERE vsphere vcenter Core vcenter Operations Suite vcenter Operations Management Vmware Cloud vcloud Director Chargeback VMware IT Business

More information

vcloud Director Tenant Portal Guide 04 OCT 2018 vcloud Director 9.5

vcloud Director Tenant Portal Guide 04 OCT 2018 vcloud Director 9.5 vcloud Director Tenant Portal Guide 04 OCT 2018 vcloud Director 9.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM. Using VMware vcloud Connector

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM. Using VMware vcloud Connector AT&T CLOUD SERVICES AT&T Synaptic Compute as a Service SM Using VMware vcloud Connector 2014 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 4 About

More information

What s New with VMware vcloud Director 8.0

What s New with VMware vcloud Director 8.0 Feature Overview TECHNICAL WHITE PAPER Table of Contents What s New with VMware....3 Support for vsphere 6.0 and NSX 6.1.4....4 VMware vsphere 6.0 Support...4 VMware NSX 6.1.4 Support....4 Organization

More information

Securing Containers Using a PNSC and a Cisco VSG

Securing Containers Using a PNSC and a Cisco VSG Securing Containers Using a PNSC and a Cisco VSG This chapter contains the following sections: About Prime Network Service Controllers, page 1 Integrating a VSG into an Application Container, page 3 About

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

vcloud Director User's Guide

vcloud Director User's Guide vcloud Director 8.20 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud

Horizon DaaS Platform 6.1 Service Provider Installation - vcloud Horizon DaaS Platform 6.1 Service Provider Installation - vcloud This guide provides information on how to install and configure the DaaS platform Service Provider appliances using vcloud discovery of

More information

vcloud Director Administrator's Guide vcloud Director 9.0

vcloud Director Administrator's Guide vcloud Director 9.0 vcloud Director 9.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides the latest product updates. If you have

More information

Using the vcenter Orchestrator Plug-In for vcloud Director 1.0

Using the vcenter Orchestrator Plug-In for vcloud Director 1.0 Using the vcenter Orchestrator Plug-In for vcloud Director 1.0 vcenter Orchestrator 4.1 vcloud Director 1.0 vcloud Director 1.0.1 This document supports the version of each product listed and supports

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 2.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Tenant Onboarding. Tenant Onboarding Overview. Tenant Onboarding with Virtual Data Centers

Tenant Onboarding. Tenant Onboarding Overview. Tenant Onboarding with Virtual Data Centers Overview, page 1 with Virtual Data Centers, page 1 with Resource Groups, page 5 Overview In Cisco UCS Director, tenants enable you to securely control and allocate the virtual and physical infrastructure

More information

VMware vcloud Director 1.5 Evaluation Guide

VMware vcloud Director 1.5 Evaluation Guide VMware vcloud Director 1.5 Technical WHITE PAPER v 1.0 / Updated November 2011 Table of Contents Getting Started.... 4 About This Guide.... 4 Intended Audience.... 4 Evaluation Help and Support.... 4 The

More information

Solution domain. vcontainer User Manual 4.0

Solution domain. vcontainer User Manual 4.0 Solution domain vcontainer User Manual 4.0 Date 06/01/2016 Sensitivity Unrestricted Table of contents Table of contents... 2 1. Concept... 5 2. Connection... 6 3. Working with organizations and resources...8

More information

Table of Contents HOL-HBD-1301

Table of Contents HOL-HBD-1301 Table of Contents Lab Overview... 2 - vcloud Hybrid Service Jump Start for vsphere Admins...3 Module 1 - vcloud Hybrid Service: Architecture and Consumption Principles...5 vcloud Hybrid Service... 6 vcloud

More information

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2 IaaS Integration for Multi- Machine Services vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide June, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Using VMware vfabric Application Director

Using VMware vfabric Application Director Using VMware vfabric Application Director vfabric Application Director 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

vcloud Air - Virtual Private Cloud OnDemand User's Guide

vcloud Air - Virtual Private Cloud OnDemand User's Guide vcloud Air - Virtual Private Cloud OnDemand User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

FUJITSU Cloud Service S5. Introduction Guide. Ver. 1.3 FUJITSU AMERICA, INC.

FUJITSU Cloud Service S5. Introduction Guide. Ver. 1.3 FUJITSU AMERICA, INC. FUJITSU Cloud Service S5 Introduction Guide Ver. 1.3 FUJITSU AMERICA, INC. 1 FUJITSU Cloud Service S5 Introduction Guide Ver. 1.3 Date of publish: September, 2011 All Rights Reserved, Copyright FUJITSU

More information

1V0-602.exam. Number: 1V0-602 Passing Score: 800 Time Limit: 120 min. Vmware 1V VMware Certified Associate 6 Hybrid Cloud Fundamentals

1V0-602.exam. Number: 1V0-602 Passing Score: 800 Time Limit: 120 min. Vmware 1V VMware Certified Associate 6 Hybrid Cloud Fundamentals 1V0-602.exam Number: 1V0-602 Passing Score: 800 Time Limit: 120 min Vmware 1V0-602 VMware Certified Associate 6 Hybrid Cloud Fundamentals Exam 9 QUESTION 1 Which three options are underlying networking

More information

Cloud Services. Introduction

Cloud Services. Introduction Introduction adi Digital have developed a resilient, secure, flexible, high availability Software as a Service (SaaS) cloud platform. This Platform provides a simple to use, cost effective and convenient

More information

WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0. What s New

WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0. What s New WHITE PAPER SEPTEMBER 2017 VCLOUD DIRECTOR 9.0 What s New Contents Summary 3 Features Update 3 Enhanced User Interface.................................................... 3 Multisite Management.......................................................

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

Installing, Configuring, and Upgrading vcloud Availability for Cloud-to- Cloud DR. April 2018 VMware vcloud Availability for Cloud-to-Cloud DR 1.

Installing, Configuring, and Upgrading vcloud Availability for Cloud-to- Cloud DR. April 2018 VMware vcloud Availability for Cloud-to-Cloud DR 1. Installing, Configuring, and Upgrading vcloud Availability for Cloud-to- Cloud DR April 2018 VMware vcloud Availability for Cloud-to-Cloud DR 1.0 You can find the most up-to-date technical documentation

More information

VMware Cloud Provider Platform

VMware Cloud Provider Platform VMware Cloud Provider Platform Enabling your journey to multicloud Winston Benjamin Systems Engineer Cloud Provider Program Disclaimer This presentation may contain product features that are currently

More information

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0 Storage Considerations for VMware vcloud Director Version 1.0 T e c h n i c a l W H I T E P A P E R Introduction VMware vcloud Director is a new solution that addresses the challenge of rapidly provisioning

More information

Quick Start Guide to Compute Canada Cloud Service

Quick Start Guide to Compute Canada Cloud Service Quick Start Guide to Compute Canada Cloud Service Launching your first instance (VM) Login to the East or West cloud Dashboard SSH key pair Importing an existing key pair Creating a new key pair Launching

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Version 1.26 Installation Guide for SaaS Uila Deployment

Version 1.26 Installation Guide for SaaS Uila Deployment Version 1.26 Installation Guide for SaaS Uila Deployment Table of Contents Introduction... 2 Scope and Purpose... 2 Architecture Overview... 2 Virtual Architecture... 2 Getting Started... 3 System Requirements...

More information

VMware vcloud Architecture Toolkit Hybrid VMware vcloud Use Case

VMware vcloud Architecture Toolkit Hybrid VMware vcloud Use Case VMware vcloud Architecture Toolkit Version 2.0.1 October 2011 This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents

More information

Dedicated Hosted Cloud with vcloud Director

Dedicated Hosted Cloud with vcloud Director VMware vcloud Architecture Toolkit for Service Providers Dedicated Hosted Cloud with vcloud Director Version 2.9 April 2018 Harold Simon 2017 VMware, Inc. All rights reserved. This product is protected

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating vservers 12c Release 1 (12.1.4.0.0) E27357-02 June 2013 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops Center. Introduction

More information

vshield Administration Guide

vshield Administration Guide vshield Manager 5.1 vshield App 5.1 vshield Edge 5.1 vshield Endpoint 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

VMware Integrated OpenStack Quick Start Guide

VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

McAfee MOVE AntiVirus Installation Guide. (McAfee epolicy Orchestrator)

McAfee MOVE AntiVirus Installation Guide. (McAfee epolicy Orchestrator) McAfee MOVE AntiVirus 4.7.0 Installation Guide (McAfee epolicy Orchestrator) COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator,

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

vcenter Operations Management Pack for vcns

vcenter Operations Management Pack for vcns vcenter Operations Management Pack for vcns vcenter Operations Manager 5.7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vrealize Operations Management Pack for vcloud Director 5.0 Guide

VMware vrealize Operations Management Pack for vcloud Director 5.0 Guide VMware vrealize Operations Management Pack for vcloud Director 5.0 Guide You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Using the vcenter Orchestrator Plug-In for vcloud Director 5.5. vrealize Orchestrator 5.5

Using the vcenter Orchestrator Plug-In for vcloud Director 5.5. vrealize Orchestrator 5.5 Using the vcenter Orchestrator Plug-In for vcloud Director 5.5 vrealize Orchestrator 5.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC)

Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC) Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC) Dedi Shindler - Sr. Manager Product Management Cloud System Management Technology Group Cisco Agenda Trends Influencing

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.3.0 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware vrealize Operations Management Pack for vcloud Director 4.5 Guide

VMware vrealize Operations Management Pack for vcloud Director 4.5 Guide VMware vrealize Operations Management Pack for Director 4.5 Guide This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

AirSembly. vcloud Director Management Platform

AirSembly. vcloud Director Management Platform AirSembly vcloud Director Management Platform Fully unlock the features of your vcloud Director infrastructure with the AirSembly Cloud Management Platform. More than a portal to access all of the features

More information

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3 Deploying VMware Identity Manager in the DMZ SEPT 2018 VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES

DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES WHITE PAPER JULY 2017 Table of Contents 1. Executive Summary 4 2.

More information

IaaS Integration for Multi-Machine Services

IaaS Integration for Multi-Machine Services IaaS Integration for Multi-Machine Services vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

F5 iworkflow and Citrix XenServer: Setup. Version 2.0.1

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

More information

vshield Quick Start Guide

vshield Quick Start Guide vshield Manager 4.1.0 Update 1 vshield Zones 4.1.0 Update 1 vshield Edge 1.0.0 Update 1 vshield App 1.0.0 Update 1 vshield Endpoint 1.0.0 Update 1 This document supports the version of each product listed

More information

Running the vsan Witness Appliance in vcloud Air First Published On: Last Updated On:

Running the vsan Witness Appliance in vcloud Air First Published On: Last Updated On: Running the vsan Witness Appliance in vcloud Air First Published On: 02-03-2017 Last Updated On: 10-10-2017 1 Table of Contents 1. Overview 1.1.Introduction 1.2.2 Node & Stretched Cluster Basic Requirements

More information

Creating Application Containers

Creating Application Containers This chapter contains the following sections: General Application Container Creation Process, page 1 Creating Application Container Policies, page 2 About Application Container Templates, page 5 Creating

More information

Notices Carbonite Migrate User's Guide, Monday, March 18, 2019 If you need technical assistance, you can contact CustomerCare.

Notices Carbonite Migrate User's Guide, Monday, March 18, 2019 If you need technical assistance, you can contact CustomerCare. Notices Carbonite Migrate User's Guide, Monday, March 18, 2019 If you need technical assistance, you can contact CustomerCare. All basic configurations outlined in the online documentation will be supported

More information

Version 1.26 Installation Guide for On-Premise Uila Deployment

Version 1.26 Installation Guide for On-Premise Uila Deployment Version 1.26 Installation Guide for On-Premise Uila Deployment Table of Contents Introduction... 2 Scope and Purpose... 2 Architecture Overview... 2 Virtual Architecture... 2 Getting Started... 3 System

More information

Application Provisioning

Application Provisioning Overview, page 1 Application Categories, page 1 Application Containers, page 2 Catalogs, page 7 Self-Service Provisioning, page 8 Overview After you have allocated your resources among your user groups,

More information

Monitoring Hybrid Cloud Applications in VMware vcloud Air

Monitoring Hybrid Cloud Applications in VMware vcloud Air Monitoring Hybrid Cloud Applications in ware vcloud Air ware vcenter Hyperic and ware vcenter Operations Manager Installation and Administration Guide for Hybrid Cloud Monitoring TECHNICAL WHITE PAPER

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Service Portal User Guide

Service Portal User Guide FUJITSU Cloud Service K5 IaaS Service Portal User Guide Version 1.4 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2016 K5IA-DC-M-005-001E Preface Purpose of This Manual This manual

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

NSFOCUS WAF (VM) User Guide

NSFOCUS WAF (VM) User Guide NSFOCUS WAF (VM) User Guide Version: V6.0R05F01 (2016-03-30) 2016 NSFOCUS Copyright 2016 NSFOCUS Technologies, Inc. All rights reserved. Unless otherwise stated, NSFOCUS Technologies, Inc. holds the copyright

More information

Deploying the Cisco ASA 1000V

Deploying the Cisco ASA 1000V CHAPTER 2 This chapter includes the following sections: Information About the ASA 1000V Deployment, page 2-1 Downloading the ASA 1000V OVA File, page 2-7 Deploying the ASA 1000V Using the VMware vsphere

More information

Goliath Application Availability Monitor for Microsoft RDS Prerequisites Guide

Goliath Application Availability Monitor for Microsoft RDS Prerequisites Guide Goliath Application Availability Monitor for Microsoft RDS Prerequisites Guide Goliath Application Availability Monitor Proof of Concept Limitations Goliath Application Availability Monitor Proof of Concepts

More information

vcloud Air - Virtual Private Cloud OnDemand Networking Guide

vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

vcloud Usage Meter 3.6 User's Guide vcloud Usage Meter 3.6

vcloud Usage Meter 3.6 User's Guide vcloud Usage Meter 3.6 vcloud Usage Meter 3.6 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides the latest product updates. If you

More information

FUJITSU Cloud Service K5 - IaaS Service Description February 15, 2017

FUJITSU Cloud Service K5 - IaaS Service Description February 15, 2017 FUJITSU Cloud Service K5 - IaaS Service Description February 15, 2017 1. General Overview The FUJITSU Cloud Service K5 is provided via a standardized platform and common architecture, which is deployed

More information

Certified Reference Design for VMware Cloud Providers

Certified Reference Design for VMware Cloud Providers VMware vcloud Architecture Toolkit for Service Providers Certified Reference Design for VMware Cloud Providers Version 2.5 August 2018 2018 VMware, Inc. All rights reserved. This product is protected by

More information

VMWARE SERVICE PROVIDER PROGRAM PRODUCT USAGE GUIDE Q2

VMWARE SERVICE PROVIDER PROGRAM PRODUCT USAGE GUIDE Q2 VSPP Product Usage Guide VMware Service Providers Program (VSPP) VSPP Product Usage Guide VMWARE SERVICE PROVIDER PROGRAM PRODUCT USAGE GUIDE Q2 2011 VMware, Inc. 3401 Hillview Avenue Palo Alto CA 94304

More information

Using vrealize Operations Tenant App for vcloud Director as a Tenant Admin

Using vrealize Operations Tenant App for vcloud Director as a Tenant Admin Using vrealize Operations Tenant App for vcloud Director as a Tenant Admin Using vrealize Operations Tenant App for vcloud Director as a Tenant Admin You can find the most up-to-date technical documentation

More information

Creating an IBM API Management Version 2.0 environment

Creating an IBM API Management Version 2.0 environment Understand the tasks required to create an IBM API Management environment June 2013 Creating an IBM API Management Version 2.0 environment IBM API Management Version 2.0 Information Center 1 Table of Contents

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018 VVD for Cloud Providers: Scale and Performance Guidelines October 2018 2018 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws.

More information

VMware vshield Edge Design Guide

VMware vshield Edge Design Guide ware Technical WHITE PAPER ware Overview The new virtual datacenter (vdc) infrastructure deployments enable IT to provide on-demand infrastructure services to its customers on a common, shared infrastructure

More information

The OnApp Cloud Platform

The OnApp Cloud Platform The OnApp Cloud Platform Everything you need to sell cloud, dedicated, CDN, storage & more 286 Cores / 400 Cores 114 Cores 218 10 86 20 The complete cloud platform for service providers OnApp software

More information

T-Systems International GmbH Hahnstraße 43d Frankfurt am Main, Deutschland. - subsequently named Telekom -

T-Systems International GmbH Hahnstraße 43d Frankfurt am Main, Deutschland. - subsequently named Telekom - T-Systems International GmbH Hahnstraße 43d 60528 Frankfurt am Main, Deutschland - subsequently named Telekom - Version 3.1, February 2018 1. Table of Contents 1. TABLE OF CONTENTS... 2 2. LIST OF FIGURES...

More information

McAfee Next Generation Firewall 5.9.1

McAfee Next Generation Firewall 5.9.1 Release Notes Revision A McAfee Next Generation Firewall 5.9.1 Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Find product documentation About

More information

Request Manager User's Guide

Request Manager User's Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

UI-9 OS Installation Guide in SmartCLOUD Director. CITIC Telecom CPC. OS Installation Guide in SmartCLOUD Director

UI-9 OS Installation Guide in SmartCLOUD Director. CITIC Telecom CPC. OS Installation Guide in SmartCLOUD Director CITIC Telecom CPC OS Installation Guide in SmartCLOUD Director February 2016 This is a quick start guide for user who is totally new to SmartCLOUD Director. In this guide, we will demonstrate 2 ways on

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.5.3 Revision A Contents About this release on page 2 System requirements on page 2 Build number and checksums on page 4 Compatibility on page 5 New features

More information