HP Helion CloudSystem 9.0: Configuring Multitenancy Using OpenLDAP or Microsoft Active Directory

Size: px
Start display at page:

Download "HP Helion CloudSystem 9.0: Configuring Multitenancy Using OpenLDAP or Microsoft Active Directory"

Transcription

1 HP Helion CloudSystem Enterprise and Foundation Software HP Helion CloudSystem 9.0: Configuring Multitenancy Using OpenLDAP or Microsoft Active Directory This white paper describes how to configure multitenancy in HP CloudSystem 9.0 Foundation and Enterprise Software by mapping organizations in CloudSystem Enterprise onto projects in CloudSystem Foundation. Before you begin, configure the Foundation and Enterprise appliances to use OpenLDAP or Microsoft Active Directory for authentication. An overview of multitenancy in CloudSystem CloudSystem Enterprise implements organizations as they are defined by HP Cloud Service Automation (HP CSA). An organization is an entity defined by the HP CSA administrator and can be a company, business unit, department, or group. Membership in an organization is determined by the organization's identity management configuration, which HP CSA accesses to authenticate the user's login credentials. The administrator determines a member's entry point into the cloud and associates each member with services and resources. CloudSystem Foundation implements projects as they are defined by OpenStack technology. A project is a logical grouping of users, and is used to define quotas and access to virtual machine images. In CloudSystem, an administrator implements multitenancy by manually mapping HP CSA organizations to OpenStack projects. This mapping is established through the use of a directory service: OpenLDAP or Microsoft Active Directory. Mapping organizations to projects ensures that all subscription requests from organization users are fulfilled in the context of the corresponding project. Resources from only the user s project are consumed. The project quota is checked before fulfilling the request. Project networks are isolated, according to the template definition. In CloudSystem Enterprise, each organization is configured to use a directory service. The cloud administrator gives directory groups access to an organization, which enables authenticated users belonging to that group access to the Marketplace Portal for the organization. In CloudSystem Foundation, the administrator creates a project for each organization and gives it exactly the same name, and then adds all of the users in the appropriate directory group to the project. A user can log in to the Marketplace Portal to review offerings and request a subscription. HP CSA logs in to CloudSystem Foundation using the relevant project user credentials and orchestrates the provisioning of instances by CloudSystem. At the CloudSystem Foundation level, the provisioned instances are owned by the user and accessible to users with an admin role in the project.

2 The data model shown below illustrates how the mapping is established. The mapping between HP CSA organizations and CloudSystem Foundation projects Managing organizations in HP CSA To view and manage HP CSA organizations, launch the Cloud Service Automation Management Console.

3 From the Cloud Service Automation Console, select Organizations, which opens the existing organizations page, allowing the administrator to edit or create new organizations. New organizations can be created within Cloud Service Automation by clicking Create Organization and providing a name for the organization. The following figure shows five organizations defined in Cloud Service Automation. The Consumer and Provider are default HP CSA organizations. The BLUE, GREEN, and RED organizations have been previously created by the administrator.

4 The Organization tab of the Cloud Service Automation Console For information about setting up and configuring HP CSA organizations, refer to the Organization section of HP Cloud Service Automation: Cloud Service Management Console Help, available at Configuring HP CSA and OpenLDAP for multitenancy Note: If you are using Microsoft Active Directory, skip to the section Configuring HP CSA and Active Directory for Multitenancy. When you have completed those steps, continue to Create a project in CloudSystem Foundation for the organization. To configure HP CSA, configure each organization to use an OpenLDAP directory. The steps are: 1. Create an OpenLDAP group to hold organization users 2. Create and name the organization 3. Configure OpenLDAP authentication for the organization 4. Define the OpenLDAP Groups that can access the organization 5. Define the OpenLDAP Groups that can access the organization s catalog Step 1: Create an OpenLDAP group to hold organization users Create a groupofnames in OpenLDAP for each organization. For example, if you intend to create three organizations named BLUE, GREEN and RED, create three groups named BlueAdmin, GreenAdmin and RedAdmin. All of the users of the organization must be members of its group.

5 The attributes of the groupofnames BlueAdmin which holds the users for the BLUE organization The preceding figure shows the BlueAdmin group that has been established for a BLUE organization with members Steve1Blue, Steve2Blue, Steve3Blue, and BlueUser. Step 2: Create and name the organization in HP CSA Create organizations using the HP CSA Organizations > Create Organization screen. (The example organizations BLUE, GREEN, and RED have been previously created.) The Summary tab is displayed.

6 The HP CSA Organization Identifier is displayed in the General Information section of the HP CSA organization, as shown in the following figure. Note that each HP CSA organization must have a matching project in CloudSystem Foundation (which you will create in Create a project in CloudSystem Foundation for the organization ). By matching the HP CSA organization Identifier with a project in the OpenStack user portal, the instance will be provisioned to the appropriate project. For example, if the HP CSA organization identifier is BLUE and the CloudSystem project name is BLUE, then the instance is provisioned in the BLUE project. Step 3: Configure OpenLDAP authentication for the organization Select the organization and click LDAP. 1. Enter the Fully Qualified Domain Name (FQDN) name or IP address of the LDAP server. 2. Provide a port, either 389 or 636 (for secure LDAP). 3. Add the Base DN (Distinguished Name) for the search context. In the example shown in the following figure, the Base DN consists of the Domain Components dc=rose,dc=hp,dc=com. The search context uses the Base DN setting when building the LDAP search query. 4. Provide the Full DN and password of the OpenLDAP user that will bind to the Directory to perform the LDAP query. In the example, the user is identified as cn=admin,ou=users,dc=rose,dc=hp,dc=com.

7 5. Configure the User Login Information. In the example shown in the following figure, the User uses the common name (cn) attribute when logging in to HP CSA Marketplace Portal. When entering the User Name Attribute, the User Search Filter is automatically populated. Enter the User Search Base. In the example ou=users has been selected. This is combined with the Base DN setting to build the LDAP query ou=users,dc=rose,dc=hp,dc=com. 6. Save the configuration. Select Look Up User to test the configuration. In the example below, the user BlueUser is found after clicking the Search button.

8 Step 4: Define the OpenLDAP groups that can access the organization 1. Select Access Control, and specify the OpenLDAP group that has access to this organization as a Consumer Organization. A consumer requests and manages subscriptions offered to the organization through the Marketplace Portal. In step 1, BlueAdmin was defined for this purpose. 2. Select Add DN and enter the group name relative to the Base DN configured above in the LDAP settings. In the example shown in the following figures, cn=blueadmin,cn=groups has been

9 entered. This entry is combined with the base DN of dc=rose,dc=hp,dc=com to result in the fully qualified distinguished name of cn=blueadmin,cn=groups,dc=rose,dc=hp,dc=com. Step 5: Define the OpenLDAP groups that can access the organization s catalog To provision services from the Marketplace Portal, service offerings must be published to a catalog. There is a single, global catalog that is visible in every organization's Marketplace Portal. Additionally, every organization has a default catalog that is created automatically when the organization is created. The name of the default service catalog is the organization name followed by Catalog. Additional catalogs can be created for an organization. See HP Cloud Service Automation: Cloud Service Management Console Help for details.

10 Before a user can access the catalog for their organization, Access Control must be set for the catalog. 1. In HP CSA, select Catalogs > Organization Catalog > Access Control. 2. Click Add Group to use the existing DN that was created to grant access to the HP CSA organization in step 4, or enter a new DN.

11 The next step in configuring multitenancy is to create the corresponding project in Foundation, described in Create a project in CloudSystem Foundation for the organization. Configuring HP CSA and Active Directory for multitenancy Note: If you are using OpenLDAP, follow the steps in Configuring HP CSA and OpenLDAP for Multitenancy. When you have completed those steps, continue to Create a project in CloudSystem Foundation for the organization. To configure HP CSA, configure each organization to use Active Directory. The steps are: 1. Create an Active Directory group to hold organization users 2. Create and name the organization 3. Configure Active Directory authentication for the organization 4. Define the Active Directory Groups that can access the organization 5. Define the Active Directory Groups that can access the organization s catalog Step 1: Create an Active Directory group to hold organization users Create a security group in Active Directory for each organization. For example, for three organizations named BLUE, GREEN and RED, create three security groups named BlueAdmin, GreenAdmin and RedAdmin. All of the users of the organization must be members of its corresponding group. The following figure shows the BlueAdmin group that has been established for a BLUE organization with members Steve1Blue, Steve2Blue, Steve3Blue, and BlueUser.

12 The members of the Security Group BlueAdmin holds the users for the BLUE organization Step 2: Create and name the organization Create organizations using the HP CSA Management Console Organizations screen. The HP CSA Organization Identifier is displayed in the General Information section of the HP CSA organization, as shown in the following figure. (The example organizations BLUE, GREEN, and RED have been previously created.) The General Information tab is displayed. Note that each HP CSA organization must have a matching project in CloudSystem Foundation (see Create a project in CloudSystem Foundation for the organization ). By matching the HP CSA organization Identifier with a project in the Openstack user portal, the instance will be provisioned to the appropriate project. For example, if the HP CSA organization identifier is BLUE and the CloudSystem project name is BLUE, then the instance is provisioned in the BLUE project.

13 Step 3: Configure Active Directory authentication for the organization Select the organization and click LDAP. 1. Enter the Fully Qualified Domain Name (FQDN) or IP address of the Active Directory server. 2. Provide a port, either 389 or 636 (for secure Active Directory). 3. Add the Base DN (Distinguished Name) for the search context. In the example shown in the following figure, the Base DN consists of the Domain Component DC=cloud,DC=local. The search context uses the Base DN setting when building the Active Directory search query. 4. Provide the common name and password of the Active Directory user that will bind to the Directory to perform the Active Directory query. In the example shown in the following figure, the user ID is identified by the fully qualified domain name as: CN=admin Service,CN=Users,DC=cloud,DC=local.

14 The default LDAP Attributes values should be sufficient to provide user details as shown in the following figure. 5. Configure the User Login Information. In the example shown in the following figure, the User uses the common name (cn) attribute when logging in to HP CSA Marketplace Portal. When entering the User Name Attribute, the User Search Filter is automatically populated. Enter the User Search Base. In the example cn=users has been selected. This is

15 combined with the Base DN setting to build the Active Directory query cn=users,dc=cloud,dc=local. 6. Save the configuration. Select Look Up User to test the configuration. Successfully looking up the BlueUser verifies the credentials provided in the LDAP Server Information section as well as User Login Information attributes. Step 4: Define the Active Directory groups that can access the organization 1. Select Access Control to specify the Active Directory group that has access to this organization as a Service Consumer. A Service consumer requests and manages subscriptions offered to the organization through the Marketplace Portal. In step 1, BlueAdmin was defined for this purpose.

16 2. Select Add DN and enter the group name relative to the Base DN configured above in the Active Directory settings. 3. In the example shown in the following figure, CN=BlueAdmin,CN=Users has been entered. This entry is combined with the base DN of DC=cloud,DC=local to result in the full distinguished name of CN=BlueAdmin,CN=Users,DC=cloud,DC=local. Step 5: Define the Active Directory groups that can access the organization s catalog To provision services from the Marketplace Portal, service offerings must be published to a catalog. There is a single, global catalog that is visible in every organization's Marketplace Portal. Additionally, every organization has a default catalog that is created automatically when the organization is created. The name of the default service catalog is the organization name followed by Catalog. Additional catalogs can be created for an organization. See HP Cloud Service Automation: Cloud Service Management Console Help for details.

17 Before a user can access the catalog for their organization, Access Control must be set for the catalog. 1. In HP CSA, select Catalogs. 2. Click BLUE Catalog. 3. Select the Access Control tab. 4. Click the Add Group button to use the existing DN that was created in step 4, or enter a new DN to grant access to the HP CSA organization. This entry is combined with the base

18 DN of DC=cloud,DC=local to result in the full distinguished name of CN=BlueAdmin,CN=Users,DC=cloud,DC=local. After clicking the Add button the group is displayed in the catalog. Create a project in CloudSystem Foundation for the organization The next step in configuring multitenancy is to create the corresponding project in Foundation. 1. Log in to the OpenStack user portal as admin. 2. Select Identity and then Projects (on the left side bar), followed by +Create Project. 3. On the Project Information tab, enter a name for the project that is the same as the organization name.

19 4. Select the Project Members tab and individually add to the project all of the users that can access the organization. Provisioning HP CSA subscriptions After the HP CSA organization has been configured to use OpenLDAP or Active Directory, a user that is a member of the directory group specified in the organization s Service Consumer Role (Step 4 above) can log in to the organization s Marketplace Portal using the organization s unique URL. The organization s URL is shown in the General Information section of the Organization.

20 After logging to the Marketplace Portal for the BLUE organization, a user in the BlueAdmin group can request services from either the BLUE Catalog or the Global Shared catalog. If the provisioning succeeds, the resulting OpenStack instances, networks and storage volumes are created in the CloudSystem Foundation BLUE project. Only the user who provisioned the resources or an admin in the project will be able to manage these resources. The Group Ownership feature allows other users to manage the resources using the Marketplace Portal. Group ownership is an option when submitting a request to create a subscription. If Group Ownership is On, then the resulting subscription can be managed by all users in an directory group to which the user belongs (in this example, BlueAdmin). If the user belongs to multiple groups, then the appropriate group must be selected. In the context of multitenancy it is best practice to enable Group ownership, because this more closely corresponds to the behavior of CloudSystem Foundation projects where all instances in the project can be managed by all users in the project.

21 More information HP Helion CloudSystem 9.0 Update 1 Administrator Guide Configure OpenLDAP or Active Directory for OpenStack user portal authentication Using CloudSystem Enterprise to manage multiple HP Helion CloudSystem providers HP Helion CloudSystem 9.0: Deploying Multi-tier applications with HP OneView and Helion OpenStack technology in a multi-tenant environment (white paper) The latest versions of these and other HP Helion CloudSystem manuals and white papers, including HP CSA and HP Operations Orchestration, can be downloaded from the Enterprise Information Library at Learn more about HP Helion CloudSystem: Copyright 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 , December 2015

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Configuring User Authentication...

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Full domain account name login...

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

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

HP CloudSystem Enterprise

HP CloudSystem Enterprise 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...

More information

Integrated Billing Solutions with HP CSA 4.00

Integrated Billing Solutions with HP CSA 4.00 Technical white paper Integrated Billing Solutions with HP CSA 4.00 Table of Contents Introduction... 2 Part 1. HP CSA Concepts... 2 Part 2. Billable Service Conditions... 4 Part 3. Billable Intervals...

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Backup Exec 11D VSS Snapshots and Transportable Offhost Backup Legal Notices Warranty The only warranties for HP products and services are set

More information

Synchronizing ProCurve IDM and Windows Active Directory

Synchronizing ProCurve IDM and Windows Active Directory An HP ProCurve Networking Application Note Synchronizing ProCurve IDM and Windows Active Directory Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network and Active Directory tree diagrams... 2

More information

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 ThinShell. Administrator Guide

HP ThinShell. Administrator Guide HP ThinShell Administrator Guide Copyright 2014 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of the Microsoft group of companies. Confidential computer

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

PineApp Surf-SeCure Quick

PineApp Surf-SeCure Quick PineApp Surf-SeCure Quick Installation Guide September 2010 WEB BASED INSTALLATION SURF-SECURE AS PROXY 1. Once logged in, set the appliance s clock: a. Click on the Edit link under Time-Zone section.

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

How to configure 802.1X authentication with a Windows XP or Vista supplicant

How to configure 802.1X authentication with a Windows XP or Vista supplicant An HP ProCurve Networking Application Note How to configure 802.1X authentication with a Windows XP or Vista supplicant Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network diagram... 2 4. Configuring

More information

HP Software as a Service. Federated SSO Guide

HP Software as a Service. Federated SSO Guide HP Software as a Service Federated SSO Guide Document Release Date: July 2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying

More information

Configuring User Identification via Active Directory

Configuring User Identification via Active Directory Configuring User Identification via Active Directory Version 1.0 PAN-OS 5.0.1 Johan Loos johan@accessdenied.be User Identification Overview User Identification allows you to create security policies based

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

How To - Implement Single Sign On Authentication with Active Directory

How To - Implement Single Sign On Authentication with Active Directory How To - Implement Single Sign On Authentication with Active Directory Applicable to English version of Windows This article describes how to implement single sign on authentication with Active Directory

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

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

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to implement the X.509 certificate based Single Sign-On solution from SAP Page 2 of 34 How to

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Windows operating system RUM for Citrix - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 RUM for Citrix

More information

Getting Started with Clearlogin A Guide for Administrators V1.01

Getting Started with Clearlogin A Guide for Administrators V1.01 Getting Started with Clearlogin A Guide for Administrators V1.01 Clearlogin makes secure access to the cloud easy for users, administrators, and developers. The following guide explains the functionality

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 Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Business Availability Center Integration Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only

More information

Skyward LDAP Launch Kit Table of Contents

Skyward LDAP Launch Kit Table of Contents 04.30.2015 Table of Contents What is LDAP and what is it used for?... 3 Can Cloud Hosted (ISCorp) Customers use LDAP?... 3 What is Advanced LDAP?... 3 Does LDAP support single sign-on?... 4 How do I know

More information

Configuring HP Integrated Lights-Out 3 with Microsoft Active Directory

Configuring HP Integrated Lights-Out 3 with Microsoft Active Directory Configuring HP Integrated Lights-Out 3 with Microsoft Active Directory HOWTO, 2 nd edition Introduction... 2 Integration using the Lights-Out Migration Utility... 2 Integration using the ilo web interface...

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

HP Software as a Service

HP Software as a Service HP Software as a Service Software Version: 6.1 Federated SSO Document Release Date: August 2013 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

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

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

More information

Deploying NetScaler Gateway in ICA Proxy Mode

Deploying NetScaler Gateway in ICA Proxy Mode Deploying NetScaler Gateway in ICA Proxy Mode Deployment Guide This deployment guide defines the configuration required for using the NetScaler Gateway in ICA Proxy Mode. Table of Contents Introduction

More information

Configuring Sponsor Authentication

Configuring Sponsor Authentication CHAPTER 4 Sponsors are the people who use Cisco NAC Guest Server to create guest accounts. Sponsor authentication authenticates sponsor users to the Sponsor interface of the Guest Server. There are five

More information

Field Description Example. IP address of your DNS server. It is used to resolve fully qualified domain names

Field Description Example. IP address of your DNS server. It is used to resolve fully qualified domain names DataCove DT Active Directory Authentication In Active Directory (AD) authentication mode, the server uses NTLM v2 and LDAP protocols to authenticate users residing in Active Directory. The login procedure

More information

HP Priority Services. Priority Access

HP Priority Services. Priority Access HP Priority Services Online Case Management tool Web-based submission and tracking solutions. The HP Support Case Manager (SCM) provides 24/7 access and enables users to submit and manage support cases

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Collaboration Guide

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Collaboration Guide HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Collaboration Guide Document Release Date: December 2014 Software Release Date: December 2014 Legal Notices

More information

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE PRODUCT WHITE PAPER LABEL ARCHIVE Adding and Configuring Active Directory Users in LABEL ARCHIVE TEKLYNX International March 19, 2010 Introduction Now more than ever, businesses large and small alike are

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

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

Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring

Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96337 First edition: June 2009

More information

How To - Implement Clientless Single Sign On Authentication in Single Active Directory Domain Controller Environment

How To - Implement Clientless Single Sign On Authentication in Single Active Directory Domain Controller Environment How To - Implement Clientless Single Sign On Authentication in Single Active Directory Domain Controller Environment How To - Implement Clientless Single Sign On Authentication with Active Directory Applicable

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

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 Use Cases for Integrations with HP Applications Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

Configuring and Using the TMM with LDAP / Active Directory

Configuring and Using the TMM with LDAP / Active Directory Configuring and Using the TMM with LDAP / Active Lenovo ThinkServer April 27, 2012 Version 1.0 Contents Configuring and using the TMM with LDAP / Active... 3 Configuring the TMM to use LDAP... 3 Configuring

More information

HP Service Manager. Collaboration Guide. For the Supported Windows and UNIX operating systems. Software Version: 9.31

HP Service Manager. Collaboration Guide. For the Supported Windows and UNIX operating systems. Software Version: 9.31 HP Service Manager For the Supported Windows and UNIX operating systems Software Version: 9.31 Collaboration Guide Document Release Date: October 2012 Software Release Date: October 2012 Legal Notices

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

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

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

Upgrading User-ID. Tech Note PAN-OS 4.1. 2011, Palo Alto Networks, Inc.

Upgrading User-ID. Tech Note PAN-OS 4.1. 2011, Palo Alto Networks, Inc. Upgrading User-ID Tech Note PAN-OS 4.1 Revision B 2011, Palo Alto Networks, Inc. Overview PAN-OS 4.1 introduces significant improvements in the User-ID feature by adding support for multiple user directories,

More information

Setting up Hyper-V for 2X VirtualDesktopServer Manual

Setting up Hyper-V for 2X VirtualDesktopServer Manual Setting up Hyper-V for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein

More information

HP Helion CloudSystem 9.0

HP Helion CloudSystem 9.0 Technical white paper HP Helion CloudSystem 9.0 Managing multiple hypervisors with OpenStack technology Table of contents Executive summary... 2 HP Helion CloudSystem 9.0 overview... 2 Introducing HP Helion

More information

HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant

HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant Part Number 465399-001 November 2007 (First Edition) Copyright 2007 Hewlett-Packard Development

More information

SchoolBooking LDAP Integration Guide

SchoolBooking LDAP Integration Guide SchoolBooking LDAP Integration Guide Before you start This guide has been written to help you configure SchoolBooking to connect to your LDAP server. Please treat this document as a reference guide, your

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

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

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 Quality Center. Software Version: 9.20. Microsoft Excel Add-in Guide

HP Quality Center. Software Version: 9.20. Microsoft Excel Add-in Guide HP Quality Center Software Version: 9.20 Microsoft Excel Add-in Guide Document Release Date: September 2008 Software Release Date: January 2008 Legal Notices Warranty The only warranties for HP products

More information

LDAP Implementation AP561x KVM Switches. All content in this presentation is protected 2008 American Power Conversion Corporation

LDAP Implementation AP561x KVM Switches. All content in this presentation is protected 2008 American Power Conversion Corporation LDAP Implementation AP561x KVM Switches All content in this presentation is protected 2008 American Power Conversion Corporation LDAP Implementation Does not require LDAP Schema to be touched! Uses existing

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

Summary. How-To: Active Directory Integration. April, 2006

Summary. How-To: Active Directory Integration. April, 2006 How-To How-To Integrate CanIt-PRO with Active Directory: April, 2006 Summary Several organizations use Active Directory to manage their user accounts. This paper describes how to integrate CanIt-PRO with

More information

Setting up Citrix XenServer for 2X VirtualDesktopServer Manual

Setting up Citrix XenServer for 2X VirtualDesktopServer Manual Setting up Citrix XenServer for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Architecting HP Cloud Solutions, Rev. 13.21

Architecting HP Cloud Solutions, Rev. 13.21 mm HP ExpertOne Architecting HP Cloud Solutions, Rev. 13.21 Course data sheet Certification(s) supported by this course: Exam(s): Format: Duration: Course ID: HP ASE Cloud Architect V2 HP0-D17 (Architecting

More information

Vertica OnDemand Getting Started Guide HPE Vertica Analytic Database. Software Version: 7.2.x

Vertica OnDemand Getting Started Guide HPE Vertica Analytic Database. Software Version: 7.2.x Vertica OnDemand Getting Started Guide HPE Vertica Analytic Database Software Version: 7.2.x Document Release Date: 12/15/2015 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

User Management Guide

User Management Guide AlienVault Unified Security Management (USM) 4.x-5.x User Management Guide USM v4.x-5.x User Management Guide, rev 1 Copyright 2015 AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,

More information

qliqdirect Active Directory Guide

qliqdirect Active Directory Guide qliqdirect Active Directory Guide qliqdirect is a Windows Service with Active Directory Interface. qliqdirect resides in your network/server and communicates with qliqsoft cloud servers securely. qliqdirect

More information

Quick Start Guide Sendio Hosted

Quick Start Guide Sendio Hosted Sendio Email System Protection Appliance Quick Start Guide Sendio Hosted Sendio 6.x and 7.x Sendio, Inc. 4911 Birch St, Suite 150 Newport Beach, CA 92660 USA +1.949.274.4375 www.sendio.com QUICK START

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals Installation and Setup Guide Health Check Legal Notices Warranty The only warranties for HP products and services are set forth in the express

More information

Integrating LANGuardian with Active Directory

Integrating LANGuardian with Active Directory Integrating LANGuardian with Active Directory 01 February 2012 This document describes how to integrate LANGuardian with Microsoft Windows Server and Active Directory. Overview With the optional Identity

More information

Monitoring and Operating a Private Cloud with System Center 2012 (10750) H7G37S

Monitoring and Operating a Private Cloud with System Center 2012 (10750) H7G37S HP Education Services course data sheet Monitoring and Operating a Private Cloud with System Center 2012 (10750) H7G37S Course Overview In this course, you will receive an overview of a private cloud infrastructure,

More information

AVG Business Secure Sign On Active Directory Quick Start Guide

AVG Business Secure Sign On Active Directory Quick Start Guide AVG Business Secure Sign On Active Directory Quick Start Guide The steps below will allow for download and registration of the AVG Business SSO Cloud Connector to integrate SaaS application access and

More information

Integrating Webalo with LDAP or Active Directory

Integrating Webalo with LDAP or Active Directory Integrating Webalo with LDAP or Active Directory Webalo can be integrated with an external directory to identify valid Webalo users and then authenticate them to the Webalo appliance. Integration with

More information

Setting up LDAP settings for LiveCycle Workflow Business Activity Monitor

Setting up LDAP settings for LiveCycle Workflow Business Activity Monitor Adobe Enterprise & Developer Support Knowledge Article ID: c4715 bc Setting up LDAP settings for LiveCycle Workflow Business Activity Monitor In addition to manually creating users and user permissions,

More information

HP Matrix Operating Environment Federated CMS Overview

HP Matrix Operating Environment Federated CMS Overview HP Matrix Operating Environment Federated CMS Overview HP Matrix OE infrastructure orchestration 7.0 Technical white paper Table of contents Introduction... 2 Overview... 2 Installation and configuration...

More information

McAfee Public Cloud Server Security Suite

McAfee Public Cloud Server Security Suite Installation Guide McAfee Public Cloud Server Security Suite For use with McAfee epolicy Orchestrator COPYRIGHT Copyright 2015 McAfee, Inc., 2821 Mission College Boulevard, Santa Clara, CA 95054, 1.888.847.8766,

More information

SMTP PROXY SERVER INSTALLATION FOR HP QUICKPAGE

SMTP PROXY SERVER INSTALLATION FOR HP QUICKPAGE SMTP PROXY SERVER INSTALLATION FOR HP QUICKPAGE INTRODUCTION To ensure accurate billing, the HP QuickPage program requires collection of the metered information from the printers and multifunction products

More information

LDAP Synchronization Agent Configuration Guide for

LDAP Synchronization Agent Configuration Guide for LDAP Synchronization Agent Configuration Guide for Powerful Authentication Management for Service Providers and Enterprises Version 3.x Authentication Service Delivery Made EASY LDAP Synchronization Agent

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

HP Software & Solutions Partner Central and The Learning Center

HP Software & Solutions Partner Central and The Learning Center HP Software & Solutions Partner Central and The Learning Center Overview and access instructions for partners Table of contents Partner Central for HP Software & Solutions overview... 2 Partner Central

More information

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active HP AppPulse Active Software Version: 2.2 For AppPulse Active Document Release Date: February 2015 Software Release Date: November 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Deploying RSA ClearTrust with the FirePass controller

Deploying RSA ClearTrust with the FirePass controller Deployment Guide Deploying RSA ClearTrust with the FirePass Controller Deploying RSA ClearTrust with the FirePass controller Welcome to the FirePass RSA ClearTrust Deployment Guide. This guide shows you

More information

ProxySG TechBrief LDAP Authentication with the ProxySG

ProxySG TechBrief LDAP Authentication with the ProxySG ProxySG TechBrief LDAP Authentication with the ProxySG What is LDAP Authentication? Today, the network can include elements such as LANs, WANs, an intranet, and the Internet. Many enterprises have turned

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Send to Network Folder. Embedded Digital Sending

Send to Network Folder. Embedded Digital Sending Send to Network Folder Embedded Digital Sending Embedded Digital Sending Legal Notice Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without

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

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

Radia Cloud. User Guide. For the Windows operating systems Software Version: 9.10. Document Release Date: June 2014

Radia Cloud. User Guide. For the Windows operating systems Software Version: 9.10. Document Release Date: June 2014 Radia Cloud For the Windows operating systems Software Version: 9.10 User Guide Document Release Date: June 2014 Software Release Date: June 2014 Legal Notices Warranty The only warranties for products

More information

Cloud Services. Sharepoint. Admin Quick Start Guide

Cloud Services. Sharepoint. Admin Quick Start Guide Cloud Services Sharepoint Admin Quick Start Guide 3/12/2015 ACTIVATION An activation letter will be sent to the email account of your administrator contact. SharePoint will be part of your Cloud Control

More information

Quick Start to Evaluating. HP t5630w, HP t5730w, HP gt7720

Quick Start to Evaluating. HP t5630w, HP t5730w, HP gt7720 Get your thin client Get your running thin client running Right out Right out of of the box the box Quick Start to Evaluating HP Windows Embedded Standard Thin Clients HP t5630w, HP t5730w, HP gt7720 Get

More information

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

HP Universal CMDB. Software Version: 10.22. Data Flow Management Best Practices

HP Universal CMDB. Software Version: 10.22. Data Flow Management Best Practices HP Universal CMDB Software Version: 10.22 Data Flow Management Best Practices Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only warranties for HP

More information

LDaemon. This document is provided as a step by step procedure for setting up LDaemon and common LDaemon clients.

LDaemon. This document is provided as a step by step procedure for setting up LDaemon and common LDaemon clients. LDaemon This document is provided as a step by step procedure for setting up LDaemon and common LDaemon clients. LDaemon... 1 What you should know before installing LDaemon:... 2 ACTIVE DIRECTORY... 2

More information

To enable an application to use external usernames and passwords, you need to first configure CA EEM to use external directories.

To enable an application to use external usernames and passwords, you need to first configure CA EEM to use external directories. Most clients utilize an external directory tool, such as Microsoft Active Directory, to provide authentication. CA Embedded Entitlements Manager (EEM) can be configured to integrate with the same external

More information

Configuring the Cisco ISA500 for Active Directory/LDAP and RADIUS Authentication

Configuring the Cisco ISA500 for Active Directory/LDAP and RADIUS Authentication Configuring the Cisco ISA500 for Active Directory/LDAP and RADIUS Authentication This application note describes how to authenticate users on a Cisco ISA500 Series security appliance. It includes these

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Webware License Management Guide

Webware License Management Guide Webware License Management Guide November 1, 2007 Chapter 1. Generating new licenses... 3 Before you start... 3 Starting the license generation process... 3 Providing your HP order number... 4 Selecting

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Operations Manager Incent Web Service Integration Gue Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty

More information

HP ALM. Software Version: 12.50. Tutorial

HP ALM. Software Version: 12.50. Tutorial HP ALM Software Version: 12.50 Tutorial Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only warranties for HP products and services are set forth in

More information