Horizon DaaS Platform 6.1 Service Provider Installation - vcloud

Size: px
Start display at page:

Download "Horizon DaaS Platform 6.1 Service Provider Installation - vcloud"

Transcription

1 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 the management compute resources. Error! No text of specified style in document.

2 Revision History Date Version Description 08/28/ Initial release 09/26/ First revision 10/14/ Second revision 2014 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. VMware products are covered by one or more patents listed at VMware is a registered trademark or trademark of VMware, Inc. in the United States and/or other jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies. VMware, Inc Hillview Ave. Palo Alto, CA

3 Contents Contents 1 Overview 5 2 Service Provider Prerequisites Log In to vcloud Director Create Service Provider Networks Service Provider Backbone Network Service Provider Management Network Configure Edge Gateway Services Add Source NAT Rule Add Destination NAT Rule for SSH Add Destination NAT Rules for HTTP/S Add Firewall Rule for Outbound Connections Add Firewall Rule for Inbound SSH Add Firewall Rules for Inbound HTTP/S Active Directory Configuration DNS Configuration NTP Configuration SSL Certificate Installation Files 10 3 Upload Appliance Template Image 11 4 Bootstrap Primary Service Provider Appliance Deploy the vapp template Run the Bootstrap Script Copy the DaaS Software to the Service Provider Appliance Run bootstrap Script to Install the DaaS Software 14 5 Configure Service Center Start the Service Center Register the Service Provider Domain Discover the DaaS Management Server Rename Resource Manager 16 6 Create the Remaining Service Provider Appliances Create HA Service Provider (SP2) Appliance Apply Service Provider Certificate Files to Service Provider Appliances 18 7 Add Tenant Resource Manager Create a Tenant Resource Manager Appliance Give the Tenant Resource Manager a Friendly Name 20 8 Define Tenant Models 21 Appendix A Installing Multiple DaaS Datacenters 22 A.1 Create a VPN between Service Provider Organizations for Active Directory 22 A.2 Upload Appliance Template Image 23 A.3 Deploy the vapp Template 23 A.4 Run the Bootstrap Script 23 A.5 Rerun the Bootstrap Script 25 A.6 Start the Service Center and Discover Management Host 25 A.7 Complete Datacenter Build Out 25 3

4 4 This page intentionally left blank

5 1 Overview This installation guide describes how to install and configure the Service Provider management appliances for DaaS platform 6.1 using VMware vcloud Director 5.5 for virtual infrastructure management. The installation includes the following steps: Deploying the primary service provider appliance 1 to the primary data center Bootstrapping the primary service provider appliance. Once bootstrapped, this appliance provides the Service Center web portal to deploy and configure the remainder of the DaaS platform Using the Service Center web portal to configure the Service Provider environment, including deploying the secondary service provider appliance for high-availability (HA). The Service Center provides a web-based UI for managing data center resources (i.e., vcloud Director virtual infrastructure and the Service Provider management appliances). The Service Center is also used to manage tenant contracts, configure tenant appliances and networks, and create and assign roles and permissions. 1 A DaaS appliance is a virtual machine combined with a functional unit of DaaS software in the DaaS platform. The service provider appliance provides two types of access to the system: (1) Service Center web-based UI; (2) SSH access to all management appliances in the data center.

6 2 Service Provider Prerequisites The tasks listed below should be completed before installing the Service Provider management appliances on VMware vcloud Director. A vcloud organization virtual data center with an edge gateway should already be created. Additionally, the edge gateway should have a sub-allocated pool of public IP addresses for network address translation (NAT). Contact a customer service representative for help with any of these prerequisites. The Service Provider Installation Worksheet and Platform Install Checklist in the DaaS Blueprint should help to organize and collect the information needed to complete the installation. 2.1 Log In to vcloud Director Note the URL of the vcloud organization that will be used for the Service Provider and log in to the vcloud Director portal from a web browser. Contact the vcloud organization administrator to get the organization URL if necessary. To log in to vcloud Director: 1. Launch a web browser and navigate to the vcloud service provider organization URL. Be sure to include the organization name. For example: 2. Enter the organization administrator credentials and click Login. 2.2 Create Service Provider Networks There are two networks needed for the Service Provider: a management network and a backbone network. The management network provides access to required services such as Active Directory, DNS and NTP. The backbone network is used solely for communication between appliances in the Service Provider vcloud organization and appliances in the tenant vcloud organizations Service Provider Backbone Network Create a routed network using the reserved IP address space of /10. For example, enter for the gateway and for the network mask to create a /24 subnet. Note: /16 subnets are not supported in vcloud and will cause an error. To create the network: 1. Click Administration. 2. Click Virtual Datacenters if not already selected. 6

7 3. Double-click the virtual data center name. 4. Click Org vdc Networks. 5. Click Add Network. 6. Select Create a routed network by connecting to an existing edge gateway. 7. Select the edge gateway and click Next. 8. Enter an IP address (e.g., ) and network mask (e.g., ), and click Next. 9. Enter a name (e.g., ServiceProvider-Backbone) and optional description, and click Next. 10. Review the network summary information and click Finish Service Provider Management Network Create a routed network using a private IP address space such as /12. For example, enter for the gateway and for the network mask to create a /24 subnet. To create the network: 1. Click Add Network. 2. Select Create a routed network by connecting to an existing edge gateway. 3. Select an edge gateway and click Next. 4. Enter an IP address (e.g., ) and network mask (e.g., ), and click Next. 5. Enter a name (e.g., ServiceProvider-Management) and optional description, and click Next. 6. Review the network summary information and click Finish. 2.3 Configure Edge Gateway Services Add Source NAT Rule An SNAT rule is needed that translates IP addresses on the management network subnet to an external IP address. This rule should be applied on the external network of the edge gateway. This rule will ensure that the virtual machines on the Service Provider management network have access to the internet. To add source NAT rule: 1. Click Edge Gateways. 2. Right-click the edge gateway and select Edge Gateway Services from the pop-up menu. 3. Click NAT. 4. Click Add SNAT. 5. Select the external network to apply this rule on from the Apply to drop-down menu. 6. Enter the range of IP addresses on the management subnet (e.g., /24 ) to apply this rule on in the Original (Internal) source IP/range text box. 7. Enter the public IP address (e.g., ) to translate the addresses of outgoing packets to in the Translated (External) source IP/range text box. 8. Select Enabled and click OK. 7

8 2.3.2 Add Destination NAT Rule for SSH A DNAT rule is needed to forward SSH (TCP port 22) requests from a public IP address on the edge gateway to the service provider appliance. This rule should be applied on the external network and the external IP should be selected from the pool of public IP addresses sub-allocated to the edge gateway. This rule will allow the DaaS platform software packages to be uploaded to the appliance. To add destination NAT rule for SSH: 1. Click Add DNAT. 2. Select the external network to apply this rule on from the Apply to drop-down menu. 3. Enter the public IP address (e.g., ) to apply this rule on in the Original (External) IP/range text box. 4. Choose TCP as the Protocol to apply this rule on from the drop-down menu. 5. Enter the SSH port (e.g., 22) as the Original port to apply this rule to. 6. Enter the IP address for the service provider appliance (e.g., ) to translate the addresses of incoming packets to in the Translated (Internal) source IP/range text box. 7. Enter SSH port (e.g., 22) as a Translated port to apply this rule to. 8. Select Enabled and click OK Add Destination NAT Rules for HTTP/S A DNAT rule is needed to forward HTTP/S (TCP ports 80 and 443) requests from a public IP address on the edge gateway to the service provider appliance. This rule should be applied on the external network and the external IP should be selected from the pool of public IP addresses sub-allocated to the edge gateway. This rule will allow access to the Service Center web portal. To add destination NAT rules for HTTP/S: 1. Click Add DNAT. 2. Select the external network to apply this rule on from the Apply to drop-down menu. 3. Enter the public IP address (e.g., ) to apply this rule on in the Original (External) IP/range text box. 4. Choose TCP as the Protocol to apply this rule on from the drop-down menu. 5. Enter the HTTPS port (e.g. 443 as an Original port to apply this rule to. 6. Enter the IP address for the primary service provider appliance (e.g., ) to translate the addresses of incoming packets to in the Translated (Internal) source IP/range text box. 7. Enter HTTPS port (e.g. 443) as the Translated port to apply this rule to. 8. Select Enabled and click OK. 9. Repeat steps 7-14 for the HTTP port (e.g., 80). Note: Once the secondary service provider appliance has been deployed these rules should be updated to use the floating IP address of the high-availability appliance pair instead of the primary service provider appliance. 8

9 2.3.4 Add Firewall Rule for Outbound Connections In addition to the Source NAT rule, a corresponding firewall rule must be defined to allow outbound connections from the internal networks to external networks. To add firewall rule for outbound connections: 1. Click Firewall. 2. Click Add. 3. Enter a name for the rule. 4. Enter internal for the Source. 5. Select ANY from the Source port drop-down menu. 6. Enter external for the Destination. 7. Select ANY from the Destination port drop-down menu. 8. Select ANY from the Protocol drop-down menu. 9. Select Allow for the Action. 10. Click OK Add Firewall Rule for Inbound SSH In addition to the Destination NAT rule for SSH, a corresponding firewall rule must be defined to allow inbound SSH connections. To add firewall rule for inbound SSH: 1. Click Add. 2. Enter a name for the rule. 3. Enter the IP address for the Source of the computer that will be used to access the service provider appliance remotely. 4. Select ANY from the Source port drop-down menu. 5. Enter the public IP address (e.g., ) for the Destination. 6. Enter the SSH port (e.g., 22) for the Destination port. 7. Select TCP from the Protocol drop-down menu. 8. Select Allow for the Action. 9. Click OK Add Firewall Rules for Inbound HTTP/S In addition to the Destination NAT rules for HTTP/S, corresponding firewall rules must be defined to allow inbound HTTP/S connections. To add firewall rules for inbound HTTP/S: 1. Click Add. 2. Enter a name for the rule. 9

10 3. Enter the IP address for the Source of the computer that will be used to access the Service Center web portal. 4. Select ANY from the Source port drop-down menu. 5. Enter the public IP address (e.g., ) for the Destination. 6. Enter the HTTPS port (e.g. 443) for the Destination port. 7. Select TCP from the Protocol drop-down menu. 8. Select Allow for the Action. 9. Click OK. 10. Repeat steps 1-9 for the HTTP port (e.g., 80). 11. Click OK to apply the NAT and firewall rules. 2.4 Active Directory Configuration An Active Directory server should be configured on the Service Provider management network for authentication. 2.5 DNS Configuration A DNS server should be configured on the Service Provider management network for domain name resolution. 2.6 NTP Configuration NTP must be accessible on the Service Provider management network to allow for time synchronization. 2.7 SSL Certificate Provide an SSL Certificate in Apache2 format to install for a valid certificate. For more details, see Apply Service Provider Certificate Files to Service Provider Appliances on page Installation Files The files listed in Table 2-1 should be downloaded before you begin the installation. Contact a support representative for the necessary files. Table 2 1 Installation Files File Contents Appliance Template Debians DaaS Agent dtram File Name BrightonTemplate ovf dt-platform-6_1_0.deb and dt-aux-1_4_0.deb DaaSAgent_6.1.1.msi dtram ovf 10

11 3 Upload Appliance Template Image Before proceeding, make sure the DaaS appliance template image file specified in Table 2-1 has been downloaded to a local directory, or to a remote share that is accessible from the local machine. Log in to the vcloud Director web portal to upload the image file. The upload creates a vapp template for the appliance template in the organization catalog. To upload the appliance template image: 1. Click Catalogs. 2. Click My Organization's Catalogs if not already selected. 3. Click Add Catalog. 4. Enter a name and optional description, and click Next. 5. Select Use any storage available in the organization and click Next. 6. Select the Enable Publishing checkbox. 7. Enter a password and confirmation, and click Finish. 8. Click vapp Templates. 9. Click Upload. 10. Install the VMware Client Integration Plug-in, if prompted. 11. Once the upload dialog appears, click Browse. 12. Select the appliance template image file and click Upload. 13. Enter a name (e.g., SampleTemplate) for the vapp Template. 14. Select a destination virtual datacenter, storage profile and the catalog created earlier. 15. Click Upload. 16. (Optional) Click Launch Uploads and Downloads Progress Window to track the progress. 11

12 4 Bootstrap Primary Service Provider Appliance To bootstrap the primary Service Provider appliance, you must do the following: Deploy the vapp template Run the Bootstrap script Copy the DaaS software to the Service Provider appliance Run bootstrap script to install the DaaS software 4.1 Deploy the vapp template Deploy the vapp template for the appliance from the catalog to create a vapp. This vapp will become the primary Service Provider appliance upon completion of the bootstrap process. To deploy the vapp template: 1. Click My Cloud. 2. Click Add vapp from Catalog. 3. Choose the vapp template created from the uploaded appliance template image and click Next. 4. Enter a name (e.g., sp1) and optional description for the vapp and click Next. Make sure that you use the same name in steps 6, and 9 when specifying the virtual machine and guest operating system names. 5. Select a virtual datacenter from the drop-down menu. 6. Enter a name (e.g., sp1) for the virtual machine. 7. Select a storage profile from the drop-down menu. 8. Click Next. 9. Enter a computer name (e.g., sp1) for the guest operating system. 10. Enable the checkbox for Switch to the advanced networking workflow. 11. Set NIC 0 to use the Service Provider management network (e.g., ServiceProvider-Management). Change the IP mode to Static Manual, and enter an IP address (e.g., ) from the configured subnet. 12. Set NIC 1 to use the Service Provider backbone network (e.g., ServiceProvider-Backbone). Change the IP mode to Static Manual, and enter an IP address (e.g., ) from the configured subnet. 12

13 13. Click Next. 14. Enable the checkbox for Power on vapp after this wizard has finished and click Finish. 4.2 Run the Bootstrap Script Once the vapp is deployed and powered on, the remote console should become accessible. A bootstrap script must be run from the command prompt within the guest operating system. Log in to the virtual machine using the remote console to complete the bootstrap process. To run the bootstrap script: 1. Click My Cloud. 2. Click vapps. 3. Find the appliance vapp and click the console to connect. 4. Once the remote console is connected, enter the default username and password for the appliance. A custom appliance password should be specified when prompted by the bootstrap script. 5. Run the bootstrap script from the command line: $ sudo /usr/local/desktone/scripts/bootstrap.sh The system prompts you to accept the End-User License Agreement (EULA). 6. Type Yes to accept the agreement. The bootstrap script prompts for the information listed in Table 4-1. The values provided in the table are for illustration purposes only. When prompted, enter the values noted in the Service Provider Installation Worksheet and Platform Install Checklist. After you finish entering the information, the virtual machine will restart. Table 4 1 Primary Data Center and Service Provider Appliance Configuration Field Sample Value Notes Accept EULA agreement? Yes If the EULA agreement is not accepted the bootstrap script will exit. Is this Service Provider appliance part of an existing multi Data Center setup? If this is the first Data Center, answer no. Data Center name No CityOfFirstDC This is asking are you building a new environment or joining an existing one. Select no to install the first data center. IP for eth1 (backbone) For the Backbone network (must be a link-local address) Netmask CIDR format (0-32) 24 For the Backbone network * See note below regarding CIDR Gateway for eth1 (backbone) External IP for gateway IP for eth1 gateway (external) External IP for gateway IP for eth0 (SP) For the SP network Netmask CIDR format (0-32) 24 For the SP network * See note below regarding CIDR Gateway for eth0 (SP) For the SP network 13

14 Hostname (appliance FQDN) sp1 Match the name used for the IP on the SP datacenter. Name server NTP server ntp.ubuntu.com Enter a value only if you have a time server. Is this an HA Service Provider appliance setup? yes Floating IP Address psql password changeme This alters the psql passwords for admin, master, slave and slony user. The password is not displayed on the screen. Appliance password changeme The user-defined password for Service Provider appliances in this data center. Any Service Provider appliance accessible by ssh requires this custom password. Does this configuration look correct? yes or no The information echoed back includes two internal values, Data Center UID and VMGR UID, which you can ignore. * CIDR specifies an IP address range using a combination of an IP address and its associated network mask. CIDR notation uses the format xxx.xxx.xxx.xxx/n where n is the number of (leftmost) '1' bits in the mask. For example, /24 applies the network mask to the network, starting at Copy the DaaS Software to the Service Provider Appliance 1. Log in to the server containing the platform packages and use scp to copy the packages to the service provider appliance on the public IP address. For example: $ scp dt-platform-6_1_0.deb <IP for eth1 (external)>:/tmp $ scp dt-aux-1_4_0.deb <IP for eth1 (external)>:/tmp Replace <IP for eth1 (external)> with the IP address that you specified in Table Log out of the platform package server and log in to the service provider appliance using ssh on the public IP address. Use the following credentials: User: desktone Password: appliance password you established in Table At the appliance command prompt, move the files into the /data/repo directory on the appliance. $ sudo mv /tmp/dt-platform-6_1_0.deb /data/repo $ sudo mv /tmp/dt-aux-1_4_0.deb /data/repo 4.4 Run bootstrap Script to Install the DaaS Software Run the bootstrap script a second time to install the DaaS software. $ sudo /usr/local/desktone/scripts/bootstrap.sh Note: It might take five minutes for the appliance to start after reboot. Because the node is not configured until the reboot cycle completes, you can disregard any error messages displayed on the console. 14

15 5 Configure Service Center 5.1 Start the Service Center Start the Service Center by entering the URL or IP address in a browser. For example: for eth1 (external)>/service Replace < IP for eth1 (external)> with the IP address that you specified in the table above. You can safely ignore the warning about the website s security certificate and proceed to the Service Center page. 5.2 Register the Service Provider Domain The first time you access the DaaS Service Center, the Register a domain page displays so that you can provide Microsoft Active Directory domain information. You enter the information on two tabs: Domain Bind and Group Info. This information is required to access Microsoft Active Directory and to authenticate users. Make sure you have the DN information available to register the domains. Important: You must enter all information on both tabs (Domain Bind and Group Info) without letting your browser session expire. If you need to enter the information on the second tab (Group Info) at a later date, make note of the URL of the first tab (Domain Bind) so that you can navigate back to the Register a Domain page. 1. On the Register a Domain page, Domain Bind tab, enter values for the fields listed in Table 5-1. Table 5 1 Domain Registration, Domain Bind Tab Field Name Domain Suffix Protocol Sample Value SP NETBIOS sp.desktone.com Ldaps Port 636 Domain Controller IPs (DNS Server) Context Domain Bind Account DN dc=sp,dc=desktone,dc=com CN=Administrator,CN=Users (do not include the context) 15

16 Password Password Verify ADPasswd ADPasswd 2. Click Save. 3. On the Register a Domain page, Group Info tab, start typing a value for Admin Groups. The system will offer suggestions for auto-complete. For example, cn=serviceadmins,ou=groups. 4. Click Save. 5. Move the packages from /tmp directory to /data/repo and continue with the bootstrap process. The Service Center login page is displayed. 6. Move the packages from /tmp directory to /data/repo and continue with the bootstrap process. Enter your username, password, and domain then click Login. 5.3 Discover the DaaS Management Server The Discover Management Server page is displayed. Use this page to discover the vcenter Server which holds the DaaS Management Appliance Template (.ova file) you imported in section 0. The template is used for creating DaaS management appliances. 1. Enter values for the fields listed in Table 5-2. Enter the IP address or FQDN of the vcloud Server that is hosting the Service Provider appliance. Table 5 2 vcenter Management Discovery Field Sample Value IP Address/Hostname Username Password chris.scarlet@myserviceproviderorg mypasswd 2. Click Discover Server. The system indicates it is discovering host and calculating capacity. 3. Select the DaaS appliance template from this list. Click Save. Once the system has discovered the appliance template, the Tenants screen is displayed. 5.4 Rename Resource Manager 1. In the Service Center, Select service grid resources. 2. In the Resource Managers panel on the left, click on the IP address of the resource manager. 3. On the General tab, in the Name field, double-click on the IP address of the resource manager. A text box opens in which you can change the name. 4. Change the name to the user friendly name, for example Service Provider RMGR, and click OK. 16

17 6 Create the Remaining Service Provider Appliances DaaS requires that Service Provider management appliances be installed as High Availability (HA) pairs. To ensure physical hardware high availability, HA DaaS Management appliance pairs are distributed across two physical DaaS Management Hosts. 6.1 Create HA Service Provider (SP2) Appliance 1. Select service grid data centers. 2. Click the Edit button (at end of line for new data center). The system displays the Edit Data Center popup. 3. Verify the displayed information and click Add Appliances. 4. Select Service Provider Appliance from the Appliance Type drop-down and enter values for the fields listed in Table 6-1. Table 6 1 Secondary Server Field Sample Value Notes Name SP2 Do not use fully qualified domain name. IP Address Enter values for the New Reservation fields listed in Table 6-2. Table 6 2 New Reservation Field Sample Value Notes Friendly Name Create SP2 Start Date Start Time Select Today from the drop-down or enter the month, day, and year. Enter 00:00 to indicate now, or the actual time in UT format. 17

18 6. Click Create Appliance. If you want to check the status of a reservation, select appliances reservations. 6.2 Apply Service Provider Certificate Files to Service Provider Appliances The DaaS platform allows you to upload custom SSL certificates for each service provider appliance. To enable a custom certificate, you upload three certificate files in Apache format: SSL Certificate, SSL Key, and CA Certificate. Note: To upload the three certificate files, you navigate to the Certificates tab under configuration (this is a different Certificates tab than the one used for tenants). Procedure 1. In Service Center, select configuration general. 2. Select the Click here link. 3. Click the Certificates tab. 4. On the Certificates tab, browse for and select the following three files: CA Certificate: The public certificate from a certificate authority that was used to sign the service provider certificate. This file will have a.pem or.crt extension. SSL Certificate: The service provider s public certificate, which was signed by the CA. This file has a.crt extension, which indicates that it is a certificate file. SSL Key: The private key used to decrypt the service provider s SSL certificate. This is needed in order to be able to respond to certificate requests. This file has a.key file extension. 5. Click Submit to upload the files. 6. Select the Click here link to install the certificate on the service provider appliances. To get the SSL Certificate file the service provider administrator should submit a certificate sign request to their certificate authority. Their certificate authority will provide the administrator with a certificate file (.crt) which can be provided to the DaaS service provider to be uploaded. For more information on how to get a signed certificate, contact the certificate authority. Note: If the IP address or URL for the Service Center does not resolve to the service provider CN in their certificate, the service provider administrator may wish to include in their certificate a Subject Alternative Name so that the desktop portal s URL accessed by web clients can be matched to the uploaded service provider certificate. For more details on how to add a Subject Alternative Name to the certificate, contact the certificate authority. 18

19 7 Add Tenant Resource Manager 7.1 Create a Tenant Resource Manager Appliance 1. In the Service Center, select service grid data centers. The Data Centers page appears. The page contains a table of the available data centers. 2. Find the line for your data center and click Edit. The Edit Data Center popup appears. 3. Click Add Appliances. 4. In the Appliance Type drop-down, select Resource Manager. 5. Enter values for the fields listed in Table 7-1. The IPs belong in the Service Provider network (not the link-local network) Table 7 1 Resource Manager Field Primary Name Sample Value RMGR1 Primary IP Secondary Name RMGR2 Secondary IP Enter values for the New Reservation fields listed in Table 7-2. Table 7 2 New Reservation Field Sample Value Notes Friendly Name Create RSMGR Start Date Start Time Select Today from the drop-down or enter the month, day, and year. Enter 00:00 to indicate now, or the actual time in UT format. 7. Click Create Appliance. If you want to check the status of a reservation, select appliances reservations. 8. Select service grid resources to see the tenant resource manager once it is up and running, 19

20 7.2 Give the Tenant Resource Manager a Friendly Name 1. In the Resource Managers panel on the left side of the page, click on the IP address of the new resource manager. 2. On the General tab, in the Name field, double-click on the IP address of the resource manager. A text box opens in which you can change the name. 3. Change the name to the user friendly name, for example Tenant RMGR and click OK. 20

21 8 Define Tenant Models 1. In the Service Center, from the main menu, select configuration desktop models. 2. Click the Add desktop model link. 3. Enter values for the fields listed below. Table 8 1 Add Desktop Model Field Name Session Based Reference ID Desktop Type Memory Number of CPUs Explanation Use a generic name that describes the hardware and that you can reuse between tenants. The name you enter appears in the Enterprise Center configuration service summary page. Choose Yes to provision remote desktop connections using Microsoft RDSH (Remote Desktop Services). Selecting Yes automatically sets the Desktop Type to dynamic. An optional text field that can be used for a customer specific tracking ID. Choose one of the types from the dropdown: Selectable, Static, or Dynamic. Enter the memory allocated to each virtual desktop, specified in megabytes. For a session-based model (RDSH), the memory the Administrator allocates to each desktop is typically higher because each desktop is supporting many sessions. Enter the number of virtual CPUs allocated to each virtual desktop. Important: Carefully review your model settings, models cannot be deleted once created. 4. Click Add desktop model. A summary line for the new desktop model appears in the table. 21

22 Appendix A Installing Multiple DaaS Datacenters This appendix walks you through setting up an additional datacenter (DC2) after you have successfully installed your first datacenter (DC1). You also need to have completed the DC1 Service Provider Prerequisites for DC2. Note: Each datacenter must be in its own vcloud organization. Therefore DC2 will require a separate vcloud organization to host management appliances (it cannot be the same as the organization that hosts DC1). You must use a different address range for the Service Provider management network and backbone network in the new datacenter. As with DC1, a separate vcloud organization is required for each tenant. A.1 Create a VPN between Service Provider Organizations for Active Directory In addition to meeting the DC1 Service Provider prerequisites, you will need to create a VPN between your two service provider organizations to allow the DC1 Active Directory to be used for DC2. This VPN can be added from either service provider organization. Procedure 1. Click Edge Gateways. 2. Right-click the edge gateway and select Edge Gateway Services from the pop-up menu. 3. Click VPN. 4. Click Add. 5. Give the vpn a name (for example, sp-vpn). 6. In the Establish VPN to dropdown menu, select a network in another organization. 7. Select the Login to Remote VCD button and add the required information for vcloud URL, Organization, Username and Password. 8. Select Login. 9. In the Local Networks and Peer Networks sections, select the front-end networks. 10. Under VPN connection settings, select the Use Public IP checkboxes for local and peer endpoints. 11. Click OK. 12. Select the Enable VPN checkbox on the VPN tab. 22

23 A.2 Upload Appliance Template Image Prerequisite: Make sure that you have downloaded the DaaS.ova file (appliance template), as outlined in Service Provider Prerequisites above. You need to place the DaaS.ova file in a local directory, or in a remote share that is accessible from the local machine. Procedure Log in to the vcloud Director web portal and upload the appliance template following the same instructions as outlined in Upload Appliance Template Image above. Note: The name of the template must be unique across all datacenters. VMware recommends you preface the name of the data center to the beginning of the appliance template name (for example, dc2-template). A.3 Deploy the vapp Template You will deploy the vapp template for the DC2 primary service provider appliance from the catalog. Procedure Following the instructions outlined in Deploy the vapp Template above, create your primary service provider appliance. A.4 Run the Bootstrap Script Run the bootstrap script to configure the network on the Service Provider appliance. You run the bootstrap script twice: once to configure the network on the appliance, and then a second time to complete the bootstrap process. 1. Click My Cloud. 2. Click vapps. 3. Find the appliance vapp and click the console to connect. Once the remote console is connected, enter the default username and password for the appliance. Note: For greater security, you should specify a custom appliance password when prompted by the bootstrap script. Each datacenter can have its own unique appliance password. 4. Run the bootstrap script from the command line: $ sudo /usr/local/desktone/scripts/bootstrap.sh The system prompts you to accept the End-User License Agreement (EULA). 5. Type Yes to accept the agreement. 23

24 6. The bootstrap script prompts you to enter information for the new Datacenter. The network information requested by the script is listed in Table 8-2. The values shown are sample values only. The values you enter are the values you collected in the Service Provider Installation Worksheet and Platform Install Checklist included in the Horizon DaaS Blueprint document. Table 8 2 Installing Subsequent Datacenter: Service Provider Appliance Field Sample Value Notes Accept EULA agreement? Yes If the EULA agreement is not accepted the bootstrap script will exit. Existing multi-datacenter setup? Yes Because this is not the first datacenter but rather an additional datacenter, answer yes. Is this the master datacenter? No The master datacenter is always the first datacenter. Master Datacenter Information Enter the eth0 IP address of any SP appliance in the other Datacenter Local Datacenter Information Datacenter name CityofSecondDC IP for eth1 (backbone) For the DC2 Backbone network (must be a link-local address) Netmask CIDR format (0-32) 24 For the DC2 Backbone network IP for eth0 (SP) For the DC2 SP network Netmask CIDR format (0-32) 24 For the DC2 SP network Gateway For the DC2 SP network Hostname (appliance FQDN) DC2-SP1 Match the name used for the IP on the SP data center. Name server Choose the same host as DC1. NTP server ntp.ubuntu.com Enter a value only if you have a time server. Is this an HA Service Provider appliance setup? yes Floating IP Address Appliance password mypasswd The user-defined password for Service Provider appliances in this datacenter. Any Service Provider appliance accessible by ssh requires this custom password. Does this configuration look correct? Yes or No The information echoed back includes two internal values, Data Center UID and VMGR UID, which you can ignore. 7. After the host reboots, you can log in to the SP1 appliance via putty or any other ssh terminal you choose using the following credentials: User: desktone Password: <appliance password you established during bootstrap for DC2> 24

25 A.5 Rerun the Bootstrap Script You run the bootstrap script a second time to install the DaaS software. Note that you do not need to copy the software to the primary Service Provider appliance in DC2. It will be automatically downloaded from the first data center. In the new datacenter, rerun the bootstrap shell script: sudo /usr/local/desktone/scripts/bootstrap.sh Note: It might take as long as five minutes for the appliance to start after reboot. Because the node is not configured until the reboot cycle completes, you can disregard any error messages displayed on the console. A.6 Start the Service Center and Discover Management Host Procedure 1. Open a browser window and start the Service Center on the new Service Provider Appliance you just bootstrapped. For example: <IP for eth1 (external)>/service Replace <IP for eth1 (external)> with the IP address that you specified in the table above. Ignore the warning about the website s security certificate and proceed to the Service Center page. 2. Enter your username, password, and domain, and then click Login. The Discover Management Server page is displayed. Use this page to discover the vcloud organization which holds the virtual machine template (.ova file) you deployed for this installation. The template is used for creating management appliances. Enter values for the fields listed in Table 8-3. Enter the IP address/fully qualified domain name of the vcenter Server that is hosting the SP1 Service Provider appliance of DC2: Table 8 3 vcenter Management Discovery Field Sample Value IP Address/Hostname Username Password my.user@myserviceproviderorg OrgPasswd 3. Click Discover Server. The system indicates it is discovering host and calculating capacity. 4. A VM list will be displayed. Select the DaaS appliance template from this list. Once the system has discovered the appliance template, the Tenants screen is displayed. A.7 Complete Datacenter Build Out The remainder of the process for the additional Datacenter is the same as for the first Datacenter, as described above. You need to complete the following tasks: (Optional) Rename Resource Manager Create the Remaining Service Provider Appliances Add Tenant Resource Manager Define Tenant Model 25

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

Horizon DaaS Service Provider Administration. VMware Horizon DaaS

Horizon DaaS Service Provider Administration. VMware Horizon DaaS Horizon DaaS 8.0.0 Service Provider Administration VMware Horizon DaaS 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

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

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

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

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

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

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

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 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 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

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

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

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 HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

Horizon DaaS Platform 6.1 Release Notes. This document describes changes to the Horizon DaaS Platform for Version 6.1.

Horizon DaaS Platform 6.1 Release Notes. This document describes changes to the Horizon DaaS Platform for Version 6.1. Horizon DaaS Platform 6.1 Release Notes This document describes changes to the Horizon DaaS Platform for Version 6.1. August 2014 2014 VMware, Inc. All rights reserved. This product is protected by U.S.

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

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

VMware Horizon Cloud Service on Microsoft Azure Administration Guide

VMware Horizon Cloud Service on Microsoft Azure Administration Guide VMware Horizon Cloud Service on Microsoft Azure Administration Guide VMware Horizon Cloud Service VMware Horizon Cloud Service on Microsoft Azure 1.4 You can find the most up-to-date technical documentation

More information

A: SETTING UP VMware Horizon

A: SETTING UP VMware Horizon GUIDE AUGUST 2018 PRINTED 11 JANUARY 2019 VMware Horizon Table of Contents A: Setting Up About Setup Exercise A1: Reviewing the Workflow Exercise A2: Creating the VNet Exercise A3: Configuring VNet Peering

More information

Horizon DaaS Platform 6.1 Patch 3

Horizon DaaS Platform 6.1 Patch 3 Horizon DaaS Platform 6.1 Patch 3 January 2015 Revision History Date Version Description 01/08/2015 1.0 Initial release 2015 VMw are, Inc. All rights reserved. This product is protected by U.S. and international

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 Tenant Installation vcenter

Horizon DaaS Platform 6.1 Tenant Installation vcenter Horizon DaaS Platform 6.1 Tenant Installation vcenter This guide provides information that is specific to installing and configuring a Tenant appliance in a datacenter using vcenter after installing or

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

Horizon Air 16.6 Release Notes. This document describes changes to Horizon Air for version 16.6

Horizon Air 16.6 Release Notes. This document describes changes to Horizon Air for version 16.6 Horizon Air 16.6 Release Notes This document describes changes to Horizon Air for version 16.6 August 2016 Revision History Date Version Description 08/29/2016 1.0 Initial release 09/12/2016 1.1 1 st revision

More information

Multi-Machine Guide vcloud Automation Center 5.2

Multi-Machine Guide vcloud Automation Center 5.2 Multi-Machine Guide vcloud Automation Center 5.2 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

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

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1. Horizon Cloud with On-Premises Infrastructure Administration Guide VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.3 Horizon Cloud with On-Premises Infrastructure Administration

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 Horizon Cloud Service on Microsoft Azure Administration Guide

VMware Horizon Cloud Service on Microsoft Azure Administration Guide VMware Horizon Cloud Service on Microsoft Azure Administration Guide Modified on 03 APR 2018 VMware Horizon Cloud Service VMware Horizon Cloud Service on Microsoft Azure 1.5 You can find the most up-to-date

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

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

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

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

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

Using VMware vrealize Orchestrator with VMware vcloud Availability for vcloud Director Version 1.0 April 2017

Using VMware vrealize Orchestrator with VMware vcloud Availability for vcloud Director Version 1.0 April 2017 Using VMware vrealize Orchestrator with VMware vcloud Availability for vcloud Director Version 1.0 April 2017 Page 1 of 53 This product is protected by U.S. and international copyright and intellectual

More information

Configuring the SMA 500v Virtual Appliance

Configuring the SMA 500v Virtual Appliance Using the SMA 500v Virtual Appliance Configuring the SMA 500v Virtual Appliance Registering Your Appliance Using the 30-day Trial Version Upgrading Your Appliance Configuring the SMA 500v Virtual Appliance

More information

VMware Horizon Migration Tool User Guide

VMware Horizon Migration Tool User Guide VMware Horizon Migration Tool User Guide Version 3.0.0 August 2017 VMware End User Computing 1/31 @2017 VMware, Inc. All rights reserved. @2017 VMware, Inc. All rights reserved. This product is protected

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

Migrating vrealize Automation 6.2 to 7.2

Migrating vrealize Automation 6.2 to 7.2 Migrating vrealize Automation 6.2 to 7.2 vrealize Automation 7.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Getting Started with VMware View View 3.1

Getting Started with VMware View View 3.1 Technical Note Getting Started with VMware View View 3.1 This guide provides an overview of how to install View Manager components and provision virtual desktops. Additional View Manager documentation

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

Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN. VMware Workspace ONE UEM 1810

Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN. VMware Workspace ONE UEM 1810 Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN VMware Workspace ONE UEM 1810 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

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

Horizon Air 16.6 Administration. VMware Horizon Cloud Service Horizon Cloud with Hosted Infrastructure 16.6

Horizon Air 16.6 Administration. VMware Horizon Cloud Service Horizon Cloud with Hosted Infrastructure 16.6 Horizon Air 16.6 Administration VMware Horizon Cloud Service Horizon Cloud with Hosted Infrastructure 16.6 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.0 Embedded vcenter Server 4.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

More information

vcloud Usage Meter 3.5 User's Guide vcloud Usage Meter 3.5

vcloud Usage Meter 3.5 User's Guide vcloud Usage Meter 3.5 vcloud Usage Meter 3.5 User's Guide vcloud Usage Meter 3.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 documentation,

More information

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

vapp Deployment and Configuration Guide

vapp Deployment and Configuration Guide vapp Deployment and Configuration Guide vcenter Operations Manager 5.8.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

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

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6. Getting Started Guide

SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6. Getting Started Guide SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6 Getting Started Guide Copyright 2017 SonicWall Inc. All rights reserved. SonicWall is a trademark or registered trademark of SonicWall Inc.

More information

VMware HealthAnalyzer Collector Installation and User Guide

VMware HealthAnalyzer Collector Installation and User Guide Release 5.1.0 December 2016 This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html.

More information

Horizon Air 16.6 Administration

Horizon Air 16.6 Administration 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, see http://www.vmware.com/support/pubs.

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

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

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

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 AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authentication for Cisco IPSec VPN For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

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

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

SRA Virtual Appliance Getting Started Guide

SRA Virtual Appliance Getting Started Guide SRA Virtual Appliance Getting Started Guide 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates potential

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

Installing and Configuring VMware Identity Manager. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1

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

More information

ACE Live on RSP: Installation Instructions

ACE Live on RSP: Installation Instructions ACE Live on RSP ACE Live on RSP: Installation Instructions These installation instructions apply to OPNET ACE Live on RSP Release 7.1.3. You can find the latest version of this document at the OPNET Support

More information

Version 2.3 User Guide

Version 2.3 User Guide V Mware vcloud Usage Meter Version 2.3 User Guide 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. This product is covered

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

Installing and Configuring VMware Identity Manager for Linux. Modified MAY 2018 VMware Identity Manager 3.2

Installing and Configuring VMware Identity Manager for Linux. Modified MAY 2018 VMware Identity Manager 3.2 Installing and Configuring VMware Identity Manager for Linux Modified MAY 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/

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

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 Tenant Portal Guide vcloud Director 8.20

vcloud Director Tenant Portal Guide vcloud Director 8.20 vcloud Director Tenant Portal Guide vcloud Director 8.20 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

vrealize Orchestrator Load Balancing

vrealize Orchestrator Load Balancing vrealize Orchestrator Load Balancing Configuration Guide Version 7.0.x T E C H N I C A L W H I T E P A P E R M A Y 2 0 1 6 V E R S I O N 1. 0 Table of Contents Introduction... 4 Load Balancing Concepts...

More information

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0)

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) Installation and Configuration Guide: UDP Director VE v6.9.0 2016 Cisco Systems, Inc. All rights reserved.

More information

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7.

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7. TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION VMware Horizon 7 version 7.x Table of Contents Introduction.... 3 JMP Next-Generation Desktop

More information

Installing and Configuring vrealize Automation for the Rainpole Scenario. 12 April 2018 vrealize Automation 7.4

Installing and Configuring vrealize Automation for the Rainpole Scenario. 12 April 2018 vrealize Automation 7.4 Installing and Configuring vrealize Automation for the Rainpole Scenario 12 April 2018 vrealize Automation 7.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS White Paper Table of Contents Executive Summary... 3 Audience.... 3 Introduction.... 3 Architecture....

More information

Installing Your System Using Manual Deployment

Installing Your System Using Manual Deployment Installing Your System Using Manual Deployment General Concepts For Your System Deployment, page 1 Installation Checklist, page 2 Required Information For a Manual Deployment, page 3 Deploying the OVA

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Installing and Configuring VMware Identity Manager. Modified on 14 DEC 2017 VMware Identity Manager 2.9.1

Installing and Configuring VMware Identity Manager. Modified on 14 DEC 2017 VMware Identity Manager 2.9.1 Installing and Configuring VMware Identity Manager Modified on 14 DEC 2017 VMware Identity Manager 2.9.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Android Mobile Single Sign-On to VMware Workspace ONE. SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3.

Android Mobile Single Sign-On to VMware Workspace ONE. SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3. Android Mobile Single Sign-On to VMware Workspace ONE SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware

More information

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 May 3, 2018 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Legal Notices

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management You can find the most up-to-date technical documentation

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

VMware Workspace ONE Quick Configuration Guide. VMware AirWatch 9.1

VMware Workspace ONE Quick Configuration Guide. VMware AirWatch 9.1 VMware Workspace ONE Quick Configuration Guide VMware AirWatch 9.1 A P R I L 2 0 1 7 V 2 Revision Table The following table lists revisions to this guide since the April 2017 release Date April 2017 June

More information

vcenter CapacityIQ Installation Guide

vcenter CapacityIQ Installation Guide vcenter CapacityIQ 1.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

Installing and Configuring VMware Identity Manager

Installing and Configuring VMware Identity Manager Installing and Configuring VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

EdgeConnect for Amazon Web Services (AWS)

EdgeConnect for Amazon Web Services (AWS) Silver Peak Systems EdgeConnect for Amazon Web Services (AWS) Dinesh Fernando 2-22-2018 Contents EdgeConnect for Amazon Web Services (AWS) Overview... 1 Deploying EC-V Router Mode... 2 Topology... 2 Assumptions

More information

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE VMware Identity Manager 2.9.1 VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware

More information

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide You can find the most up-to-date technical

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 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

vfabric Application Director Troubleshooting

vfabric Application Director Troubleshooting vfabric Application Director Troubleshooting vfabric Application Director 5.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware Enterprise Systems Connector Installation and Configuration. JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9.

VMware Enterprise Systems Connector Installation and Configuration. JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9. VMware Enterprise Systems Connector Installation and Configuration JULY 2018 VMware Identity Manager 3.2 VMware Identity Manager VMware AirWatch 9.3 You can find the most up-to-date technical documentation

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

Using the Horizon vrealize Orchestrator Plug-In

Using the Horizon vrealize Orchestrator Plug-In Using the Horizon vrealize Orchestrator Plug-In VMware Horizon 6 version 6.2.3, VMware Horizon 7 versions 7.0.3 and later Modified on 4 JAN 2018 VMware Horizon 7 7.4 You can find the most up-to-date technical

More information

VMware vrealize Operations for Horizon Installation

VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon Installation vrealize Operations for Horizon 6.4 Installation vrealize Operations for Horizon 6.4 This document supports the version of each product listed and supports

More information

Infrastructure Navigator Installation and Administration Guide

Infrastructure Navigator Installation and Administration Guide Infrastructure Navigator Installation and Administration Guide vcenter Infrastructure Navigator 1.1.0 This document supports the version of each product listed and supports all subsequent versions until

More information

Tenant Administration. vrealize Automation 6.2

Tenant Administration. vrealize Automation 6.2 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 this documentation, submit your feedback to

More information