HP CloudSystem Enterprise

Size: px
Start display at page:

Download "HP CloudSystem Enterprise"

Transcription

1 HP CloudSystem Enterprise F5 BIG-IP and Apache Load Balancing Reference Implementation Technical white paper Table of contents Introduction... 2 Background assumptions... 2 Overview... 2 Process steps... 2 System configuration... 3 System component details... 3 Network pool requirements... 4 Storage requirements... 4 Server pool requirements... 4 Configuring HP CloudSystem Enterprise... 5 Creating and configuring vcenter templates... 5 Installing and configuring the F5 BIG-IP instance... 6 Configuring the HP Operations Orchestration workflows... 8 Creating the service in HP Cloud Service Automation... 8 Creating and using the application service Creating a subscription in HP Cloud Service Automation Verifying the subscription and deployment Returning the resources For more information... 12

2 Introduction This reference implementation demonstrates how HP CloudSystem Enterprise is used to install, configure, and deploy the Apache web server application as part of a load balanced cluster managed by a F5 BIG-IP appliance. Step-bystep instructions are provided to easily guide you through the configuration. The result is a functioning HP CloudSystem Enterprise environment that can automatically provision and decommission an Apache server as part of a cluster. Target audience: You should have working knowledge and hands-on experience with HP CloudSystem Enterprise (VMware vcenter and HP Cloud Service Automation) and F5 BIG-IP Local Traffic Manager. You should also understand the core concepts and have demonstrated proficiency with HP CloudSystem Enterprise. Others may benefit from this document, but much of the background details are omitted because they are available in other HP documentation. The For more information section at the end of this document lists documentation locations that may be helpful to the novice reader. This white paper describes testing performed in October Background assumptions This reference implementation requires that the HP CloudSystem Enterprise environment is already installed, configured, and functioning correctly. Each component must be verified to work individually and as a complete HP CloudSystem Enterprise environment. The major components include the following: HP Cloud Service Automation HP Operations Orchestration HP Server Automation VMware vcenter F5 BIG-IP Local Traffic Manager (LTM) Virtual Edition (VE) You can find locations of the documentation for installing, configuring, and verifying these components and their interoperability in the For more information section at the end of this document. Overview Process steps This reference implementation details the major steps required to set up and configure the load balancing service. They include the following: 1. Retrieving and unpackaging the zip file provided with this reference implementation 2. Creating and configuring the VMware vcenter templates 3. Configuring the F5 BIG-IP instance 4. Importing and customizing the HP Operations Orchestration workflows 5. Creating the service in HP Cloud Service Automation After these steps are complete, the application is available for business users to automatically deploy using the HP Cloud Service Automation Service Request Catalog. A final step is also included that will decommission the service and return the resources to the HP CloudSystem Enterprise environment. 2

3 System configuration This reference implementation was tested and completed in an HP CloudSystem Enterprise environment similar to the one shown below. Specific product software, hardware, and firmware versions may be found in the System Component Details section. Figure 1. HP CloudSystem Enterprise environment HP Networking 2 x 5820 Switch Series HP Matrix OE 1 x DL360 G7 VMware Cluster running HP Cloud Service Automation HP Server Automation VMware vcenter F5 BIG-IP LTM VE 2 x BL460c G7 Application Deployment Servers 2 x BL460c G7 HP SAN Switches 2 x 8/24 HP 3PAR Storage System component details Table 1. HP CloudSystem Enterprise components Component Servers Testing Environment Version HP ProLiant BL460c G7 Physical and virtual servers HP Onboard Administrator 3.30 HP Virtual Connect Manager 3.18 HP Integrated Lights-Out 1.20 (ilo 3) HP Matrix Operating Environment (OE) 6.3 HP Server Automation 9.10 HP Cloud Service Automation 2.01 HP Operations Orchestration

4 Table 2. Open source and third-party components Component Operating System Version Red Hat Enterprise Linux 5.6 x64 Virtualization Manager VMware vcenter Server 4.1 Apache Web Server F5 BIG-IP LTM VE Network pool requirements The network requirements for this implementation are detailed in the following table. You should configure these networks before you start this implementation. Table 3. Network requirements Network name Name in service template Notes Production network Prod_A External production network for communication between the users and the F5 BIG-IP virtual server instance. Management network Mgmt_A The deployment network used to install the OS using VMware vcenter (DHCP). Internal network F5Internal Internal production network used for the communication between the F5 BIG-IP load balancer and the actual web servers in each pool (DHCP). Storage requirements For this implementation, a VMware datastore must be available for virtual machine provisioning. Table 4. Storage requirements Description Total # LUNs Size Redundant paths to storage Disk is bootable VM Datastore N/A 40 GB N/A Yes Server pool requirements The table below lists the minimum requirements for physical and virtual servers. These values are specified in the VMware vcenter template and may be adjusted for your environment. Table 5. Server pool requirements Server name Minimum CPU frequency Minimum CPU cores Minimum memory Apache-1/Apache GHz 2 cores 4 GB 4

5 Configuring HP CloudSystem Enterprise Creating and configuring vcenter templates The service design uses two vcenter templates that you have to create. Both templates run Red Hat Enterprise Linux 5.6 x64 and have DHCP network interfaces for F5Internal and Mgmt_A. They both also have Apache installed and configured to start on boot. The only difference between them is the contents of the Apache server homepage, which differ so you can tell which template has been deployed. These templates should be named Apache-1 and Apache-2. Creating the first template To create the vcenter template for Apache-1, complete the following steps: 1. Using the vsphere client, log in to vcenter as Administrator. 2. Click Home > Inventory > VMs and Template. 3. Right-click the RHEL5x64-clone template and select Convert to Virtual machine. 4. Make sure the new virtual machine has IP addresses assigned from the DHCP networks Mgmt_A and F5Internal (primary). 5. Install Apache on the virtual machine by running the following RPMs, which are available from the Red Hat Enterprise Linux distribution: apr x86_64 apr-util el5.x86_64 httpd el5.x86_64 postgresql-libs el5_1.1.x86_64 6. To start Apache on boot, run the following command in a terminal window: chkconfig level 35 httpd on 7. After Apache has been installed on the virtual machine, edit /var/www/html/index.html, or create the file if it doesn t exist. 8. Change the contents of this file to help you identify which vcenter template has been deployed. You could enter something like this in the body of the HTML file: <b>this is Apache-1</b> 9. Right-click the virtual machine and select Template > Clone to Template. 10. Name the new template Apache-1. Creating the second template To create the vcenter template for Apache-2, complete the following steps: 1. Copy the first vcenter template you created in the previous steps. 2. Edit /var/www/html/index.html, or create the file if it doesn t exist. 3. Change the contents of this file to help you identify which vcenter template has been deployed. You could enter something like this in the body of the HTML file: <b>this is Apache-2</b> 4. Right-click the virtual machine and select Template > Clone to Template. 5. Name the new template Apache-2. 5

6 Testing vcenter templates Now you should test the templates. This is also an opportunity to customize the Apache homepage if needed and recreate the template. To test the vcenter templates, complete the following steps: 1. Manually deploy VMs using the Apache-1 and Apache-2 templates in the vsphere client. 2. Log in to each VM. 3. In a console window, type the following to check that the httpd service is running: httpd status The F5Internal network is not routed outside of the F5 BIG-IP internal VLAN domain, so you cannot test web page access until after the F5 BIG-IP virtual server has been configured, which will be done in the next section. Installing and configuring the F5 BIG-IP instance This reference implementation uses F5 BIG-IP LTM VE v11.0.0, which can be downloaded from the F5 web site. Downloading F5 BIG-IP To download the F5 BIG-IP image file, complete the following steps: 1. Go to 2. Log in or register for a user name and password. 3. Navigate to the BIG-IP Virtual Edition (VE) v download page. 4. Download BIGIP scsi.ova.zip. Installing F5 BIG-IP Install F5 BIG-IP as documented in the installation instructions, which are available at Installation involves the import of an OVF template from the vsphere client. During the installation, the following network mapping should be configured. Table 6. Network mapping F5 BIG-IP network interface management internal external HA vcenter network Mgmt_A F5Internal Prod_A Mgmt_A To configure networking, complete the following steps: 1. After F5 BIG-IP is installed, log in to the virtual machine console. 2. At a command prompt, run the following command: config 3. Select manual configuration. 4. Enter the IP address of the management interface for the BIG-IP LTM, which should be part of the Mgmt_A network. 5. Enter the subnet mask and gateway information for the Mgmt_A network. 6. Log in to the F5 web interface BIG-IP IP address> using administrator credentials. 6

7 7. Activate the license 8. Configure the following networking parameters: VLAN internal mapped to interface 1.1 (untagged) VLAN external mapped to interface 1.2 (untagged) Self IP: VLAN internal: IP from F5Internal network Self IP: VLAN external: IP from Prod_A network One default route: external_default_gateway mapped to Prod_A default gateway Configuring virtual servers and the server pool Now you will configure virtual servers and the server pool. Virtual servers are the external-facing IP addresses the user will connect to when attempting to access the Apache instance. The IP address of the virtual server is in the Prod_A network To configure virtual servers, complete the following steps: 1. Log in to the F5 BIG-IP web interface as administrator at the following URL: BIG-IP IP address> 2. Click Local Traffic > Virtual Servers > Virtual Server List. 3. Click Create to add the first instance. 4. On the next screen, enter the following information: Name: apache-1-vs Destination: select Host. Address: use IP address from the Prod_A network. Service Port: 80 (HTTP) SNAT: Auto Map Leave everything else at the default value. 5. Click Local Traffic > Pools > Pool List. 6. Click Create to add the first pool. 7. On the next screen, enter the following information: Name: Apache-1 Health Monitor: http Load Balancing Method: Round Robin Repeat these steps for the Apache-2 pool. Note: It is important that the names of the pools are the same as the vcenter template names and the HP Operations Orchestration F5 BIG-IP pool list. Before you configure HP Cloud Service Automation, it is important to test the VMware servers created in the previous steps and add them to each F5 BIG-IP pool, then test the access to the servers using the virtual IP address. When two virtual servers have been created from the templates, add them to the Apache-1 and Apache-2 pool using the F5Internal IP address. To configure the server pools, complete the following steps: 1. Log in to the F5 BIG-IP web interface as administrator at the following URL: BIG-IP IP address> 2. Click Local Traffic > Pools > Pool List. 3. Select Apache-1 and click Create. 4. Add the virtual server that was created using the Apache-1 template in the previous section. 7

8 5. Set the IP address to the IP address for F5Internal and the Service Port HTTP. Repeat these steps for the Apache-2 pool. When you return to the Pool details, the member status should turn green. Test each virtual server by entering the following URLs in a browser: IP Apache-1> and IP Apache-2> Configuring the HP Operations Orchestration workflows A zip file named F5-Apache.zip is supplied for the reference implementation. This file contains HP Operations Orchestration workflows. Importing the HP Operations Orchestration workflows To import the HP Operations Orchestration workflows, complete the following steps: 1. Download F5-Apache.zip from the following URL: 2. Unzip F5-Apache.zip to a convenient location. 3. On the HP Cloud Service Automation server, open HP Operations Orchestration Studio from the Microsoft Windows Start menu in Hewlett-Packard > Operations Orchestration > HP Operations Orchestration Studio. 4. Log in as admin. Important: Be sure you are connected to the repository on the HP Cloud Service Automation server, and not the CMS (central management server). 5. Click Repository > Add Repository. 6. Name the repository F5. 7. Select the files you unzipped in step 2 and click OK. 8. Click Repository > Set Target Repository. 9. Select Default Public Repository. 10. Click Repository > Publish Source to Target Preview. You should see a new F5 folder in Library/CSA/Contrib/HP. Expand this folder to view the F5 workflows. 11. Click Preview Changes to Publish to the Target Repository. 12. Click Apply. Checking in the workflows To check in the workflows, complete the following steps: 1. In HP Operations Orchestration Studio, check that the newly added workflows are in the Default Public Repository, and are checked out. You can find them in the My Changes/Checkouts panel. 2. Right-click the F5 folder and select Check In Tree to check in the newly added workflows. 3. Expand the Configuration folder and Selection Lists and select F5. 4. Verify that all of the workflows have been checked in. 5. Close HP Operations Orchestration Studio. Creating the service in HP Cloud Service Automation You must create a service offering and a service provider before you can test user requests in HP Cloud Service Automation. 8

9 Creating a new service provider To create a new service provider in the HP Cloud Service Automation Provider Console, complete the following steps: 1. Log in to the HP Cloud Service Automation Provider Console as admin at Cloud Service Automation server IP address>:8444/csa/ 2. Select the Provider Management tab. 3. Click Create a New Provider. The Provider Creation Wizard will open. 4. Enter the following values: Select Manual Entry. Category: Network Vendor: F5 Product: BIG-IP LTM VE Service Access Point: server management IP address>:443 Enter the appropriate values for the remaining fields. 5. Click Next. 6. Enter the following values: Name: F5 BIG-IP LTM VE You can leave the remaining fields blank. 7. Click Properties in the column on the left. 8. Enter the following values: Name: F5 BIG-IP Load Balancing You can leave the remaining fields blank. 9. Click Create. Creating a new service offering To create a new service offering from the HP Cloud Service Automation Provider Console, complete the following steps: 1. Select the Service Offering tab. 2. Click Create a new Service Offering. 3. Set the following options in this dialog: 4. Click Browse and navigate to the template in Library\CSA\Contrib\HP\F5 Pool\Design\ Load Balanced Simple Compute - Linux on vcenter with F5 and click Select. Note that you may need to click Refresh to see the content. 5. Name the service offering F5 Apache. 6. The Category and Description fields will be visible to the user from the Service Request Catalog. An example category you can use is Network. 7. Enter your desired values for the remaining fields. 8. If you want to use your own logo in the service catalog, you can copy an image file, such as logo.jpg, to your CSA server. For example, if the image is located in C:\Progam Files\Hewlett-Packard\CSA\apachetomcat \webapps\ROOT, the URL field would contain server IP address>: 8081/logo.jpg. 9. Click Create. 9

10 The new service offering will be displayed in the list, and its details will be visible in the lower panel when you select a service. Creating and using the application service Now that the environment is up and running, it s time to see how a customer would request, use, and return the application service. Creating a subscription in HP Cloud Service Automation Let s set up a service subscription, which is what we call an instance of the service that will be requested by a user. Requesting a service subscription To request a service subscription from the HP Service Request Catalog, complete the following steps: 1. Log in to the HP Service Request Catalog by entering the following address in a browser: server IP address>:8444/src 2. Log in using your address for the User Name. Leave the Password field blank. 3. Select the Services tab. 4. Click Browse Catalog to the right of the Services heading. 5. Choose the Category you specified when you created the service offering (Network was suggested). 6. Click Request in the F5-Apache service section. 7. Click the orange Request button. 8. Enter the Number of Servers you wish to add to the pool. 9. For Server Pool, select Apache-1 or Apache-2 to deploy to one of these instances. 10. Click Continue. 11. Click Request. 12. Enter a subscription name and description. 13. Click Continue. 14. Click Submit. Your subscription ID will be displayed in the Confirmation dialog. The service deployment time will vary depending on the hardware environment and whether you are doing a virtual or physical deployment. 15. Click Details to view the status of your subscription. Verifying the subscription and deployment Verifying the requested subscription To verify the requested service subscription in the HP Cloud Service Automation Provider Console, complete the following steps: 1. Log in as an administrator to the HP Cloud Service Automation Provider Console by entering the following address in a browser: server IP address>:8444/csa. 2. Select the Service Instances tab. 3. Select the service subscription for F5 Apache deployment that you just created. The lifecycle state and service ID will be displayed in the lower panel. A series of s will notify you of the service request status. The last will show that the service has been deployed, which means that it is ready for use. 10

11 Viewing completed subscription request To view the completed subscription request in the Service Request Catalog, complete the following steps: 1. Log in to the HP Service Request Catalog by entering the following address in a browser: server IP address>:8444/src 2. Select the Subscriptions tab. 3. Click Detail to view more information about the service. 4. Click View all servers to see more details about the servers. You can also log in to the HP Cloud Service Automation Provider Console to view the service subscription status. Verifying the deployment To verify that the service is created in vcenter, complete the following steps: 1. Log in to vsphere as Administrator. 2. Select the Tasks and Events tab so you can view the progress of the deployment request in progress. 3. When the vcenter deployment is successful, the servers will be added to the F5 load balancer pool. 4. Log in to the F5 web interface. 5. Click Local Traffic > Pools > Pool List in the menu on the left. 6. Select Apache-1 or Apache-2 to check that the servers were added and that their status icon is green. Verify load balancing To verify that the load balancing is working properly, complete the following steps: 1. You can configure DNS names for each of the virtual IP addresses, such as apache-1.mydomain.com. 2. Access each Apache server by entering the following addresses in a browser: virtual IP address> virtual IP address> or and if you configured DNS names for the servers. You should see the Apache-1 or Apache-2 home page. Returning the resources To conclude the test, we will cancel the subscription to return the resources to our pool. To cancel a subscription, complete the following steps: 1. Log in to the HP Service Request Catalog by entering the following address in a browser: server IP address>:8444/src 2. Select the Subscriptions tab. 3. Locate your subscription and click Cancel. The cancellation time may vary depending on the hardware in your environment. You will be notified by that the service has been cancelled. To verify that the subscription has been cancelled, complete the following steps: 1. Log in as an administrator to the HP Cloud Service Automation Provider Console by entering the following address in a browser: server IP address>:8444/csa. 2. Select the Service Instances tab. 3. Locate the service subscription and verify that the Subscription State is set to Cancelled. 11

12 For more information For more information about HP CloudSystem, visit The reference implementation zip file (F5-Apache.zip) can be found at under F5 Networks. More information about configuring F5 BIG-IP Local Traffic Manager can be found at HP software product manuals and documentation for the following products can be found at You will need an HP Passport to sign in and gain access. HP Cloud Service Automation HP Server Automation HP Operations Orchestration HP CSA for Matrix HP Matrix Operating Environment product manuals and documentation can be found at VMware vcenter and vsphere documentation can be found at To help us improve our documents, please send feedback to Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. 4AA4-0322ENW, Created March 2012

Implementing the HP Cloud Map for SAS Enterprise BI on Linux

Implementing the HP Cloud Map for SAS Enterprise BI on Linux Technical white paper Implementing the HP Cloud Map for SAS Enterprise BI on Linux Table of contents Executive summary... 2 How to utilize this HP CloudSystem Matrix template... 2 Download the template...

More information

HP CloudSystem Enterprise

HP CloudSystem Enterprise Technical white paper HP CloudSystem Enterprise HP Cloud Service Automation Design for Microsoft Windows VM with HP Data Protector Table of contents Executive summary... 2 HP CloudSystem Enterprise overview...

More information

HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template

HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template An HP Reference Architecture for TIBCO Technical white paper Table of contents Executive summary... 2 Solution environment... 2

More information

Intel Cloud Builders Reference Implementation

Intel Cloud Builders Reference Implementation Intel Cloud Builders Reference Implementation HP CloudSystem Enterprise Intel Cloud Builders Reference Implementation HP CloudSystem Enterprise Intel Xeon Processor 5500 Series Intel Xeon Processor 5600

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.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

Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers

Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers Integration Note Introduction... 2 Deployment... 2 ESXi 5.0 deployment location options... 2 ESXi 5.0 image options... 2 VMware ESXi Image

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management

More information

HP Cloud Service Automation

HP Cloud Service Automation Technical white paper HP Cloud Service Automation Integration with HP Service Manager Table of contents Introduction 2 Required software components 2 Configuration requirements 2 Downloading the distribution

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.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

HP CloudSystem Enterprise

HP CloudSystem Enterprise Technical white paper HP CloudSystem Enterprise A LAMP and WordPress reference implementation Table of contents Introduction... 2 Background assumptions... 2 Additional requirements for SiteScope... 2

More information

HP CloudSystem Enterprise

HP CloudSystem Enterprise Technical white paper HP CloudSystem Enterprise Creating a multi-tenancy solution with HP Matrix Operating Environment and HP Cloud Service Automation Table of contents Executive summary 2 Multi-tenancy

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Installation & Getting Started Guide Document Release Date: December 18, 2013 www.phdvirtual.com PHDVB v7 for Hyper-V Legal Notices PHD Virtual Backup for Hyper-V

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

EMC Data Domain Management Center

EMC Data Domain Management Center EMC Data Domain Management Center Version 1.1 Initial Configuration Guide 302-000-071 REV 04 Copyright 2012-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes

More information

HP VMware ESXi 5.0 and Updates Getting Started Guide

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

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide Virtual Appliance Setup Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

Installing and Using the vnios Trial

Installing and Using the vnios Trial Installing and Using the vnios Trial The vnios Trial is a software package designed for efficient evaluation of the Infoblox vnios appliance platform. Providing the complete suite of DNS, DHCP and IPAM

More information

Installing and Configuring vcenter Support Assistant

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

More information

NexentaConnect for VMware Virtual SAN

NexentaConnect for VMware Virtual SAN NexentaConnect for VMware Virtual SAN QuickStart Installation Guide 1.0.2 FP2 Date: October, 2015 Subject: NexentaConnect for VMware Virtual SAN QuickStart Installation Guide Software: NexentaConnect for

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade Executive summary... 2 System requirements... 2 Hardware requirements...

More information

Bosch Video Management System High availability with VMware

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

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

CommandCenter Secure Gateway

CommandCenter Secure Gateway CommandCenter Secure Gateway Quick Setup Guide for CC-SG Virtual Appliance - VMware, XEN, HyperV This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway. For additional

More information

VMware for Bosch VMS. en Software Manual

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

More information

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide Acronis Backup & Recovery 10 Advanced Server Virtual Edition Quick Start Guide Table of contents 1 Main components...3 2 License server...3 3 Supported operating systems...3 3.1 Agents... 3 3.2 License

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Building a Dev/Test environment with HP CloudSystem Enterprise

Building a Dev/Test environment with HP CloudSystem Enterprise Technical white paper Building a Dev/Test environment with HP CloudSystem Enterprise Reference implementation Table of contents Executive summary... 3 Assumptions... 4 Overview... 4 Definitions... 9 Prerequisites...

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

In order to upload a VM you need to have a VM image in one of the following formats:

In order to upload a VM you need to have a VM image in one of the following formats: What is VM Upload? 1. VM Upload allows you to import your own VM and add it to your environment running on CloudShare. This provides a convenient way to upload VMs and appliances which were already built.

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

HP ProLiant DL380 G5 High Availability Storage Server

HP ProLiant DL380 G5 High Availability Storage Server HP ProLiant DL380 G5 High Availability Storage Server installation instructions *5697-7748* Part number: 5697 7748 First edition: November 2008 Legal and notice information Copyright 1999, 2008 Hewlett-Packard

More information

vrealize Air Compliance OVA Installation and Deployment Guide

vrealize Air Compliance OVA Installation and Deployment Guide vrealize Air Compliance OVA Installation and Deployment Guide 14 July 2015 vrealize Air Compliance This document supports the version of each product listed and supports all subsequent versions until the

More information

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction

More information

Virtual Managment Appliance Setup Guide

Virtual Managment Appliance Setup Guide Virtual Managment Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance As an alternative to the hardware-based version of the Sophos Web Appliance, you can deploy

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

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide Foglight Foglight for Virtualization, Free Edition 6.5.2 Installation and Configuration Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Quick Start Guide. for Installing vnios Software on. VMware Platforms

Quick Start Guide. for Installing vnios Software on. VMware Platforms Quick Start Guide for Installing vnios Software on VMware Platforms Copyright Statements 2010, Infoblox Inc. All rights reserved. The contents of this document may not be copied or duplicated in any form,

More information

HP ilo mobile app for Android

HP ilo mobile app for Android HP ilo mobile app for Android User Guide Abstract The HP ilo mobile app provides access to the remote console and scripting features of HP ProLiant servers. HP Part Number: 690350-003 Published: March

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Word Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

More information

VMware vcenter Support Assistant 5.1.1

VMware vcenter Support Assistant 5.1.1 VMware vcenter.ga September 25, 2013 GA Last updated: September 24, 2013 Check for additions and updates to these release notes. RELEASE NOTES What s in the Release Notes The release notes cover the following

More information

Getting Started with Database Provisioning

Getting Started with Database Provisioning Getting Started with Database Provisioning VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Getting Started with ESXi Embedded

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

More information

HP Server Management Packs for Microsoft System Center Essentials User Guide

HP Server Management Packs for Microsoft System Center Essentials User Guide HP Server Management Packs for Microsoft System Center Essentials User Guide Part Number 460344-001 September 2007 (First Edition) Copyright 2007 Hewlett-Packard Development Company, L.P. The information

More information

Virtual Web Appliance Setup Guide

Virtual Web Appliance Setup Guide Virtual Web Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance This guide describes the procedures for installing a Virtual Web Appliance. If you are installing

More information

SonicWALL SRA Virtual Appliance Getting Started Guide

SonicWALL SRA Virtual Appliance Getting Started Guide COMPREHENSIVE INTERNET SECURITY SonicWALL Secure Remote Access Appliances SonicWALL SRA Virtual Appliance Getting Started Guide SonicWALL SRA Virtual Appliance5.0 Getting Started Guide This Getting Started

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

F-Secure Internet Gatekeeper Virtual Appliance

F-Secure Internet Gatekeeper Virtual Appliance F-Secure Internet Gatekeeper Virtual Appliance F-Secure Internet Gatekeeper Virtual Appliance TOC 2 Contents Chapter 1: Welcome to F-Secure Internet Gatekeeper Virtual Appliance.3 Chapter 2: Deployment...4

More information

VMware vsphere 5.0 Evaluation Guide

VMware vsphere 5.0 Evaluation Guide VMware vsphere 5.0 Evaluation Guide Auto Deploy TECHNICAL WHITE PAPER Table of Contents About This Guide.... 4 System Requirements... 4 Hardware Requirements.... 4 Servers.... 4 Storage.... 4 Networking....

More information

Quick Start - Virtual Server idataagent (VMware)

Quick Start - Virtual Server idataagent (VMware) Page 1 of 24 Quick Start - Virtual Server idataagent (VMware) TABLE OF CONTENTS OVERVIEW Introduction Key Features Complete Virtual Machine Protection Granular Recovery of Virtual Machine Data Minimal

More information

POD INSTALLATION AND CONFIGURATION GUIDE. EMC CIS Series 1

POD INSTALLATION AND CONFIGURATION GUIDE. EMC CIS Series 1 POD INSTALLATION AND CONFIGURATION GUIDE EMC CIS Series 1 Document Version: 2015-01-26 Installation of EMC CIS Series 1 virtual pods as described this guide, requires that your NETLAB+ system is equipped

More information

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1 VXOA VIRTUAL APPLIANCE KVM Hypervisor In-Line Deployment (Bridge Mode) 2012 Silver Peak Systems, Inc. Support Limitations In Bridge mode, the virtual appliance only uses mgmt0, wan0, and lan0. This Quick

More information

IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER

IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER Spring 2014 Gaining access to your systems Since ISERink runs on a simulated internet provided by

More information

BaseManager & BACnet Manager VM Server Configuration Guide

BaseManager & BACnet Manager VM Server Configuration Guide BaseManager & BACnet Manager VM Server Configuration Guide For Self-Hosted BaseManager & BACnet Manager Servers Deployed as Virtual Machines August 27, 2015 Customer Service 1-866-294-5847 i Baseline Inc.

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Disaster Recovery Guide Table of contents Overview... 2 General recovery process... 2 Recovering the HPDM Server... 5 Backing up the data... 5 Installing the

More information

How to configure MAC authentication on a ProCurve switch

How to configure MAC authentication on a ProCurve switch An HP ProCurve Networking Application Note How to configure MAC authentication on a ProCurve switch Contents 1. Introduction... 3 2. Prerequisites... 3 3. Network diagram... 3 4. Configuring the ProCurve

More information

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Integration note, 4th Edition Introduction... 2 Overview... 2 Comparing Insight Management software Hyper-V R2 and VMware ESX management...

More information

HP Matrix Operating Environment 7.2 Recovery Management User Guide

HP Matrix Operating Environment 7.2 Recovery Management User Guide HP Matrix Operating Environment 7.2 Recovery Management User Guide Abstract The HP Matrix Operating Environment 7.2 Recovery Management User Guide contains information on installation, configuration, testing,

More information

Data Center Connector for vsphere 3.0.0

Data Center Connector for vsphere 3.0.0 Product Guide Data Center Connector for vsphere 3.0.0 For use with epolicy Orchestrator 4.6.0, 5.0.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS

More information

Using HP Systems Insight Manager to achieve high availability for Microsoft Team Foundation Server

Using HP Systems Insight Manager to achieve high availability for Microsoft Team Foundation Server Using HP Systems Insight Manager to achieve high availability for Microsoft Team Foundation Server Executive summary... 2 Audience... 2 Architecture... 3 Prerequisite... 4 Deploying AT servers... 5 Configuring

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Project and Portfolio Management Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Microsoft Word Add-in Guide Document Release Date: November 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties

More information

Uila SaaS Installation Guide

Uila SaaS Installation Guide USER GUIDE Uila SaaS Installation Guide January 2016 Version 1.8.1 Company Information Uila, Inc. 2905 Stender Way, Suite 76E Santa Clara, CA 95054 USER GUIDE Copyright Uila, Inc., 2014, 15. All rights

More information

Virtual Data Centre. User Guide

Virtual Data Centre. User Guide Virtual Data Centre User Guide 2 P age Table of Contents Getting Started with vcloud Director... 8 1. Understanding vcloud Director... 8 2. Log In to the Web Console... 9 3. Using vcloud Director... 10

More information

Building a Penetration Testing Virtual Computer Laboratory

Building a Penetration Testing Virtual Computer Laboratory Building a Penetration Testing Virtual Computer Laboratory User Guide 1 A. Table of Contents Collaborative Virtual Computer Laboratory A. Table of Contents... 2 B. Introduction... 3 C. Configure Host Network

More information

Unitrends Virtual Backup Installation Guide Version 8.0

Unitrends Virtual Backup Installation Guide Version 8.0 Unitrends Virtual Backup Installation Guide Version 8.0 Release June 2014 7 Technology Circle, Suite 100 Columbia, SC 29203 Phone: 803.454.0300 Contents Chapter 1 Getting Started... 1 Version 8 Architecture...

More information

How to Configure Web Authentication on a ProCurve Switch

How to Configure Web Authentication on a ProCurve Switch An HP ProCurve Networking Application Note How to Configure Web Authentication on a ProCurve Switch Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network diagram... 2 4. Configuring the ProCurve

More information

Install Guide for JunosV Wireless LAN Controller

Install Guide for JunosV Wireless LAN Controller The next-generation Juniper Networks JunosV Wireless LAN Controller is a virtual controller using a cloud-based architecture with physical access points. The current functionality of a physical controller

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1 Virtual Appliances Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V Virtual Appliance Setup Guide for Umbrella Page 1 Table of Contents Overview... 3 Prerequisites... 4 Virtualized Server

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Administration Guide for the System Center Cloud Services Process Pack

Administration Guide for the System Center Cloud Services Process Pack Administration Guide for the System Center Cloud Services Process Pack Microsoft Corporation Published: May 7, 2012 Author Kathy Vinatieri Applies To System Center Cloud Services Process Pack This document

More information

Quick Start Guide For Ipswitch Failover v9.0

Quick Start Guide For Ipswitch Failover v9.0 For Ipswitch Failover v9.0 Copyright 1991-2015 All rights reserved. This document, as well as the software described in it, is furnished under license and may be used or copied only in accordance with

More information

Deployment and Configuration Guide

Deployment and Configuration Guide vcenter Operations Manager 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

More information

How To Set Up A Firewall Enterprise, Multi Firewall Edition And Virtual Firewall

How To Set Up A Firewall Enterprise, Multi Firewall Edition And Virtual Firewall Quick Start Guide McAfee Firewall Enterprise, Multi-Firewall Edition model S7032 This quick start guide provides high-level instructions for setting up McAfee Firewall Enterprise, Multi-Firewall Edition

More information

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with MARCH 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

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.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

VMware Identity Manager Connector Installation and Configuration

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

More information

Acronis Backup & Recovery 11 Virtual Edition

Acronis Backup & Recovery 11 Virtual Edition Acronis Backup & Recovery 11 Virtual Edition Backing Up Virtual Machines Copyright Acronis, Inc., 2000-2011. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis, Inc.

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

How to install/upgrade the LANDesk virtual Cloud service appliance (CSA)

How to install/upgrade the LANDesk virtual Cloud service appliance (CSA) How to install/upgrade the LANDesk virtual Cloud service appliance (CSA) The upgrade process for the virtual Cloud Services Appliance is a side- by- side install. This document will walk you through backing

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server

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

More information

Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V

Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V Using HP ProLiant Network Teaming Software with Microsoft Windows Server 2008 Hyper-V or with Microsoft Windows Server 2008 R2 Hyper-V HOWTO, 4 TH Edition Introduction... 2 Software requirements... 2 Order

More information

HP ProLiant Essentials Vulnerability and Patch Management Pack Release Notes

HP ProLiant Essentials Vulnerability and Patch Management Pack Release Notes HP ProLiant Essentials Vulnerability and Patch Management Pack Release Notes Supported platforms... 2 What s new in version 2.1... 2 What s new in version 2.0.3... 2 What s new in version 2.0.2... 2 What

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.0 This document supports the version of each product listed and supports all subsequent

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Administration Guide For VMware Virtual Appliances NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408)

More information

VMware Data Recovery. Administrator's Guide EN-000193-00

VMware Data Recovery. Administrator's Guide EN-000193-00 Administrator's Guide EN-000193-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 FTP Server Configuration Table of contents Overview... 2 IIS FTP server configuration... 2 Installing FTP v7.5 for IIS... 2 Creating an FTP site with basic authentication...

More information

BLACK BOX. Quick Start Guide. Virtual Central Management System (VCMS) Works with LES Series Console Servers. LES-VCMS. Customer Support Information

BLACK BOX. Quick Start Guide. Virtual Central Management System (VCMS) Works with LES Series Console Servers. LES-VCMS. Customer Support Information LES-VCMS Virtual Central Management System (VCMS) Quick Start Guide Works with LES Series Console Servers. BLACK BOX Customer Support Information Order toll-free in the U.S.: Call 877-877-BBOX (outside

More information

CommandCenter Secure Gateway

CommandCenter Secure Gateway CommandCenter Secure Gateway Quick Setup Guide for CC-SG Virtual Appliance and lmadmin License Server Management This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway.

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall

More information