Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide

Size: px
Start display at page:

Download "Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide"

Transcription

1 Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Contents Introduction... 2 Environment Topology... 2 Virtual Machines / System Requirements... 3 Environment Requirements... 5 Public DNS Mappings... 5 File Share preparation (Optional)... 6 Role Account preparation... 7 SQL and MySQL... 7 Install Instructions Install and Configure the Service Management Portal and Service Management API Express Install Distributed Install Install and Configure the Web Sites service Launch the Web Site Cloud Setup Configure the Web Site Cloud Service Management Portal Provision services Web Site Cloud Post-Provisioning Configuration Application Databases VM Clouds Plans End-User Experience... 63

2 Introduction This document accompanies the Beta for Web Sites, Virtual Machines, Service Management Portal and Service Management API, and provides the step by step installation instructions for the Service Management Portal & API and the Web Sites components. Environment Topology Service Management Portal and API The Service Management Portal and API consist of the following components: Service Management Admin Site: where administrators can create Web Sites clouds, Virtual Machine clouds, author plans and manage user subscriptions. Service Management Tenant Site: where users can sign up and create web sites, virtual machines and databases. Service Management API: the API layer that serves as the interface between the Admin and Tenant Sites and all the offered services such as web sites, virtual machines and application databases. Note The three components may be installed on the same machine (using the Express install package) or on different machines via their individual install packages. Web Sites Roles Web Sites Controller : enhanced version of Web Farm Framework (WFF) that provisions and manages Web Sites Roles. Web Sites REST API: Web Sites Management API exposed via REST endpoint. Web Workers: Web Sites-specific version of IIS web server which process client web requests. Web workers may be Shared or Reserved. Front End: Web Sites-specific version of Application Request Routing (ARR) which accepts web requests from clients, routes requests to Web Workers and returns web worker responses to clients. Publisher: Web Sites-specific version of WebDeploy and FTP which provides transparent content publishing for WebMatrix, Visual Studio and FTP clients. File Server: Provides files services for hosting web site content. Databases SQL Server: database creation functionality stand-alone as well as for web sites that require a SQL database. MySQL Server: database creation functionality stand-alone as well as for web sites that require a MySQL database. Virtual Machines Virtual Machine Manager (VMM): provides the capability to create virtual machines, virtual networks, templates and disks. Service Provider Foundation (SPF): exposes the Virtual Machine Manager capability via REST API. Note

3 This install guide does not cover deployment of Virtual Machine Manger and SPF. Please refer to the System Center 2012 SP1 install guides for deploying the Virtual Machine capability. Virtual Machines / System Requirements The Service Management Portal and API and the Web Sites components in this Beta release are intended to run on a minimum of 7 machines (these machines may be virtual). In addition to these

4 machines, it is expected that there will be one or more servers in the datacenter running Microsoft SQL Server and MySQL Server. The SQL Server, MySQL Server, and File Server can coexist with each other, and the Hyper-V host machine, but should not be installed in the same VMs as other Web Sites roles. Use separate SQL Server computers, or separate SQL instances, on the same SQL Server computer to isolate the Web Sites configuration databases from user/web sites databases. Naming convention We recommend using descriptive computer names for each machine such as: SvcMgmtPortal (for Express installation) SvcMgmtAdmin, SvcMgmtTenant, SvcMgmtAPI (for distributed installation) SitesController Web Sites Cloud Controller SitesRESTAPI Web Sites Cloud REST API layer SitesFE Web Sites Cloud Front End SitesPublisher Web Sites Cloud Publisher SitesWWS Web Sites Cloud Shared Web Worker SitesWWR Web Sites Cloud Reserved Web Worker FileServer Web Sites Cloud File Server Memory For Service Management Portal & API, plan to reserve at least 8GB RAM if all three components are installed using the Express install on the same machine. 4GB RAM for each of the three machines if using the distributed install. For the Web Sites roles machines, allocate at least 4GB RAM for each role. Do not use dynamic memory. Disk space Allocate at least the minimum amount of disk space as required by the Windows Server 2012 operating system for each machine. For the File Server role, allocate enough disk space for user generated web site content. Software requirements Windows Server 2012 operating system Download the Web Platform Installer (WebPI) Install the following items sequentially using WebPI o IIS recommended configuration o.net Framework 3.5 SP1 o.net Framework 4.0 Disable IE ESC for Administrators via Server Manager. All available Windows and.net updates

5 Important Ensure that you follow this installation order to ensure proper registration of the.net framework assemblies. Network Environment Configure intranet and internet access for machines running Web Sites roles as described below. Inbound access from the Internet The following roles should be accessible from the Internet: o Front End to accept client requests for websites. o Publisher to accept requests from publishing tools like WebMatrix and FTP clients. Other Web sites roles do not require inbound internet access, as they do not directly service customer requests. Outbound access to the Internet It is important that all Web Sites VMs, including Web Workers, have outbound HTTP web access to download software dependencies when installing the roles. Web Sites requires that the servers have transparent outbound Internet access. Web proxy only access is not sufficient. Web Sites UAC On each Web Sites role, UAC must be disabled as described below: On each machine, run the following command from an elevated command prompt: %windir%\system32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f Reboot the machine Note If you are logged on as a user that has Administrator privileges on a remote Web Sites Cloud role machine you can disable UAC on the remote machine by running the following command from an elevated command prompt: %windir%\system32\cmd.exe /k %windir%\system32\reg.exe ADD \\<machine_name>\hklm\software\microsoft\windows\currentversion\p olicies\system /v EnableLUA /t REG_DWORD /d 1 /f Substitute the name of the remote Web Server Cloud role machine for <machine_name> to disable UAC on the remote machine. Environment Requirements Public DNS Mappings

6 By default, Web Sites are created under a default domain. Once a website is created, users can add custom domain names to each web site. While tenant web sites can be configured to support custom domains, Web Sites does not update custom DNS records. For a given domain such as MyCloud.com you would create the following DNS A records: Host name IP for * Front End Server(s) ftp Publishing Server(s) publish Publishing Server(s) www Service Management Portal / Web Sites Controller (or empty) Service Management Portal / Web Sites Controller Server This mapping scheme would allow users to login into both and to manage their sites. These two hostnames map to the portal websites that users and administrators use to manage the software. The portals are described later in this document. In this configuration, user-created web sites are initially created using child domains such as site1.mycloud.com, site2.mycloud.com, etc... Content publishing via Web Deploy and FTP uses publish.mycloud.com and ftp.mycloud.com, respectively. Content publishing via git uses *.scm.mycloud.com. Note There is no requirement for a special domain for this deployment. You can use a subdomain like my.yourdomain.com under an existing domain. File Share preparation (Optional) If using a standalone Windows File Server, file server preparation is not required and is automated during the installation process. If, however, you are using a file server cluster or NAS device, you must create the following shares Content Share holds tenant website content Certificate Share holds tenant custom certificates In addition, you will need to create users with the following permissions: User Content Share Permissions Certificate Share Permissions FileShareOwner Read/Write Read/Write FileShareUser CertificateShareUser Read/Write Read/Write

7 Note The Web Sites Beta uses a new security technology which does not depend on per web site file share permissions. This enables Web Sites to work with heterogeneous file storage implementations such as NAS devices. To use disk quotas, install the File Services role and File Server Resource Manager role service on the File Server using the following commands: PowerShell.exe Enable-PSRemoting Force %windir%\system32\dism.exe /online /enable-feature /featurename:fsrm-management /featurename:fsrm-infrastructure Role Account preparation Create the following accounts on the roles below to allow inter-role communication: Username File Server Publisher REST API Front End FileShareUser X X FileShareOwner X X CertificateShareUser X X Note When you create these user accounts ensure that the following options are applied: User must change password at next logon is unchecked. User cannot change password is checked. Password never expires is checked. If using local (non-active Directory) accounts, passwords must match across the various roles. SQL and MySQL If you don t have instances of SQL or MySQL Servers, you may install SQL Server Express and MySQL 5.1 on (one of) the Service Management Portal & API machines. Install SQL Server Express using WebPI 1. Launch the Web Platform Installer. 2. Click Products and select Database. Click the Add button next to SQL Server Express 2008 R2, SQL Server 2008 R2 Management Objects and SQL Server 2008 R2 Management Studio Express with SP1, then click Install.

8 3. Enter a password for the sa account, re-type the password and click Continue.

9 4. Accept the licensing agreements. The Web Platform Installer will install SQL Server Express. Install MySQL Server 1. Launch the Web Platform Installer. 2. Click Products, select Database, click Add next to MySQL Windows 5.1 and then click Install.

10 3. Enter a password for the root account and click Continue.

11 MySQL for Windows 5.1 will finish installing. SQL Server/ SQL Server Express preparation Ensure that the SQL server(s) that will be used for storing the Web Sites configuration database as well as any per-user/per-website databases are accessible remotely. 1. Test IP connectivity and name resolution between all VMs. 2. Ensure that the SQL Server(s) have remote access enabled. 3. Ensure that the SQL Server(s) have mixed mode authentication enabled. 4. Enable the TCP protocol on the SQL Server computers. a. For SQL Server, follow the steps described at b. For SQL Server Express, use SQL Server Configuration Manager to update TCP ports. Click Start, All Programs, Microsoft SQL Server 2008 R2, Configuration Tools, SQL Server Configuration Manager to open the SQL Server Configuration Manager. Then navigate to Protocols for MSSQLSERVER and click on the TCP/IP protocol. Ensure that the TCP/IP protocol is enabled. c. Navigate to the IP Addresses tab and scroll down to IPAll. Update the TCP port to 1433 and ensure that the TCP dynamic port is disabled.

12 d. Restart the SQL Server (SQLEXPRESS) service. 5. Configure Windows Firewall for Database engine access: a. Add TCP port 1433 to the Inbound rules as described at b. Add SqlBrowser.exe (c:\program Files (x86)\microsoft SQL Server\90\Shared\sqlbrowser.exe) to the Inbound rules. 6. Enable the SQL Server Browser service if any of your SQL Server instances are running in an instance other than the "default" SQL Server instance. i.e. If Sql connection strings specify a SQL Server instance in addition to the machine name (e.g. YouSqlServerMachine\SqlExpress), then the SQL Server Browser service must be running. MySQL Server preparation Ensure that the MySQL server(s) is/are accessible. 1. Test IP connectivity and name resolution.

13 2. Open TCP 3306 Inbound on Windows Firewall for each computer running MySQL. 3. Enable remote access to MySQL: Note Update password to the root password used at the time of installation. The following commands assume that the root password is a. Enter the following commands from an elevated command prompt: C:\Program Files\MySQL\MySQL Server 5.1\bin>mysql -u root -p Enter password: ********** GRANT ALL PRIVILEGES ON *.* TO IDENTIFIED BY WITH GRANT OPTION; FLUSH PRIVILEGES; use mysql; update user set grant_priv='y' where user='root'; b. Verify that the command executed and then type the following command: exit; c. Restart the MySQL service using Server manager or by typing the following from an elevated command prompt: net stop mysql net start mysql Install Instructions Install and Configure the Service Management Portal and Service Management API Express Install 1. Logon to the Service Management Portal machine (for example, SvcMgmtPortal ) and launch the Web Platform Installer. 2. Click the Products tab and then click Windows Azure. Click Add next to Service Management Portal and Service Management API Beta (Express), and click Install.

14 3. Click I Accept on the Prerequisites screen and the installation will begin. The machine may reboot during the installation.

15 4. When installation is complete click Continue and Finish.

16 5. Configuration will open the Service Management Configuration Site ( in Internet Explorer. If the Internet Explorer security certificate warning page is displayed click Continue to this website (not recommended).

17 6. If prompted enter Administrator credentials to connect to the Configuration site which will display the Database Server Setup page. On the Database Server Setup page enter sa credentials to connect to the SQL Server or SQL Server Express instance you installed, enter a passphrase for the Config store and then click the next arrow in the bottom right corner of the web page to continue.

18 7. The features being installed are listed on the Features Setup page. After the features are successfully configured click the checkmark in the bottom right corner of the Features Setup page to launch the Service Management Admin Portal (

19 8. When prompted enter Administrator credentials and if presented with a security certificate warning page click Continue to this website (not recommended) to display the Service Management Portal Tour Welcome page. 9. As you review the Portal Tour pages click the next arrow to proceed. On the last page click the checkmark to close the tour and display the Service Management Admin Portal.

20 Distributed Install Per the Environment Topology section, you may deploy the Service Management Admin Site, Service Management Tenant Site and the Service Management API on separate machines. These components may be deployed on individual machines or in different combinations (for example, the Tenant Site and Service Management API on a machine that has internet access and Admin Site on a machine that has protected access). Service Management Admin Site 1. Logon to the Admin Site machine (for example, SvcMgmtAdmin) and launch the Web Platform Installer.

21 2. Click the Products tab and then click Windows Azure to see the list of available install options. Click Add next to Service Management Admin Site, and click Install. 3. Click I Accept on the Prerequisites screen and the installation will begin. The machine may reboot during the installation.

22 4. When installation is complete click Continue. And then click Finish on the Finish screen.

23 5. The Service Management Configuration Site ( will launch with Internet Explorer. If the Internet Explorer security certificate warning page is displayed click Continue to this website (not recommended).

24 6. If prompted enter Administrator credentials to connect to the Configuration site. 7. The Configuration Site wizard will display the Database Server Setup page. On the Database Server Setup page enter sa credentials to connect to the SQL Server or SQL Server Express instance, enter a passphrase for the Config store (make sure to use a strong passphrase) and then click the next arrow to continue.

25 8. The list of features on the machine will show on the Features Setup page. After the features are successfully configured click the checkmark in the bottom right corner.

26 9. The Admin Site will launch. If the Service Management API has not yet been configured in the environment, you will see a notification on the Admin site asking you to configure the Service Management API.

27 10. Once the Service Management API has been configured you may click Try Again to continue. Service Management Tenant Site 1. Logon to the Tenant Site machine (for example, SvcMgmtTenant ) and launch the Web Platform Installer. 2. Click the Products tab and then click Windows Azure to see the list of available install options. Click Add next to Service Management Tenant Site, and click Install. 3. Follow steps 3 to 9 in the Service Management Admin Site section above. Service Management API 1. Logon to the Service Management API machine (for example, SvcMgmtAPI) and launch the Web Platform Installer. 2. Click the Products tab and then click Windows Azure to see the list of available install options. Click Add next to Service Management API, and click Install.

28 3. Click I Accept on the Prerequisites screen and the installation will begin. The machine may reboot during the installation.

29 4. When installation is complete click Continue on the Configure screen and Finish on the Finish screen.

30 5. Configuration will open the Service Management Configuration Site ( in Internet Explorer. If the Internet Explorer security certificate warning page is displayed click Continue to this website (not recommended).

31 6. If prompted enter Administrator credentials to connect to the Configuration site which will display the Database Server Setup page. On the Database Server Setup page enter sa credentials to connect to the SQL Server or SQL Server Express instance you installed, enter a passphrase for the Config store and then click the next arrow in the bottom right corner of the web page to continue.

32 7. After the features are successfully configured click the checkmark in the bottom right corner of the Features Setup page. This will prompt you to close your browser window. Complete Service Management Admin Site setup 1. Go back to the Service Management Admin Site machine, and refresh the page the page that you left off at in the Service Management Admin Site section. Or browse to in Internet Explorer. 2. If presented with a security certificate warning page click Continue to this website (not recommended) and enter Administrator credentials to display the Service Management Portal Tour Welcome page.

33 3. Click through the Portal Tour pages by clicking the next arrow and click the checkmark to close the tour and display the Service Management Admin Portal.

34 Install and Configure the Web Sites service The Web Sites Cloud controller provides the logic to monitor the state of and maintain the health of all the roles in a Web Sites Cloud. The Web Sites Cloud controller must be installed before installing any other Web Site Cloud roles. Launch the Web Site Cloud Setup 1. Logon to the Web Sites Controller VM (for example, SitesController) and launch the Web Platform Installer. 2. Click the Products tab and then click Windows Azure. Click Add next to Web Sites service and third party dependencies, and click Install. 3. Click I Accept to accept license terms and launch setup.

35 4. Setup will display the progress of the installation.

36 5. After installation is complete, click Continue to open the Service Management Configuration site.

37 6. Your browser may display a certificate security warning. Click Continue to the website (not recommended) and provide necessary Administrator credentials when prompted to continue to the Web Site Cloud Controller configuration page.

38 Configure the Web Site Cloud Service Management Portal 1. On the Database Server Setup page provide the following information and click the next arrow in the bottom right of the page: Name Server Name Database Server Admin Username Database Server Admin Password DNS Suffix Value Name of the SQL Server instance used by the controller to store web site hosting and resource usage information. sa Password for sa account As determined by Public DNS Mappings

39 2. Provide the requested information for the Management Server / Web Site cloud REST API server: Server Name Name of machine that will run the management server role, e.g. SitesRESTAPI Machine Credentials to install Management roles Admin Username Provide one of either: Domain account that is member of local Administrators group on all web site cloud role machines, excluding the web worker(s) Local account that is a member of local Administrators group on all web site cloud role machines, excluding the web worker(s). If using a local account, the account name and password must be identical on all machines, excluding the web Admin Password Machine Credentials to install Worker roles Admin Username worker(s). Password for the domain or local account that is a member of the local administrators account on all web site cloud management role machines, excluding the web worker(s). Provide one of either: Domain account that is member of

40 Admin Password local Administrators group on all web worker(s) Local account that is a member of local Administrators group on all web worker(s). If using a local account the account name and password must be identical on all machines. Password for the domain or local account that is a member of the local administrators account on all web worker(s). 3. Scroll down to provide Service End Point credentials and then click the next arrow on the bottom right corner of the page. Make a note of these credentials as they will be required when registering your Web Sites REST endpoint in the Service Management Portal Admin site. Service Endpoint Credentials Username Password Provide a username for connecting to the web site rest endpoint. Provide a password for the service endpoint credentials.

41 4. If using a standalone file server: Select the option to Create a New Standalone Windows File Share. File Server Name Enter the name of the file server machine, for example FileServer. Content Share Network Path \\<Server name>\websites, for example, \\FileServer\WebSites Content Share Physical Path <Drive letter>:\websites, for example, C:\WebSites File Share Owner Username Specify the FileShareOwner account you created. File Share Owner Password Specify the password of the FileShareOwner account.

42 Scroll down and specify the following information to finish filling out the File Server Setup page and then click the next arrow at the bottom right of the page. File Share User Username Specify the FileShareUser account you created. File Share User Password Specify the password of the FileShareUser account. Certificate Share Network Path \\<Server name>\certificates, for example, \\FileServer\WebSites Certificate Share Physical Path <Drive letter>:\certificates, for example, C:\Certificates Certificate Store Account Username Specify the CertificateShareUser account you created. Certificate Store Account Password Specify the password of the CertificateShareUser account. Click the checkmark on the bottom right of the Ready to configure page for the Web Sites service feature. 5. If using a pre-configured file server, file server cluster, or NAS device: Select the option to Use a Pre-configured File Server. Content Share Network Path - \\<Server name>\websites, for example, \\FileServer\WebSites File Share Owner Username Specify the FileShareOwner account you created.

43 File Share Owner Password Specify the password of the FileShareOwner account. Scroll down and specify the following information to finish filling out the File Server Setup page and then click the next arrow at the bottom right of the page. File Share User Username Specify the FileShareUser account you created. File Share User Password Specify the password of the FileShareUser account. Certificate Share Network Path \\<Server name>\certificates, for example, \\FileServer\WebSites Certificate Store Account Username Specify the CertificateShareUser account you created. Certificate Store Account Password Specify the password of the CertificateShareUser account. Click the checkmark on the bottom right of the Ready to configure page for the Web Sites service feature.

44

45 After you accept the specified configuration settings Web Site Setup will complete installation, adding the servers and getting the hosting controller ready. Click the checkmark again on the bottom right of the Ready to configure page to finalize configuration of the Web Sites service feature. Note To follow the progress of the configuration open Internet Information Services (IIS) manager Expand Server Farms Management Servers click Servers and monitor the trace messages section. Upon successful completion of configuration the last Trace Message should read Server successfully started. Provision services Web Site Cloud 1. Logon to the machine where the Service Management Admin Site was deployed (for example, SvcMgmtPortal for Express install or SvcMgmtAdmin for Distributed install). Launch the Admin Portal ( if it is not already open. 2. Click on Web Site Cloud and then click on Connect the portal to your web site installation, under Register your Web Site Cloud REST Endpoint.

46 3. Enter the following information for the resource provider: a. End Point URL: SitesRESTAPI> b. Username: Enter the username that you specified when creating the Service Endpoint Credentials. c. Password: Enter the password that you specified when creating the Service Endpoint Credentials. 4. Click the checkmark in the bottom right of the Register Service Provider page to continue.

47 5. When you receive a message indicating that registration was successful click the X at the bottom right of the screen to close the message. On the Quick Start page the Register your Web Site Cloud REST Endpoint option is now greyed out. 6. Click Setup Frontend to setup the Frontend (Load Balancer) role for the web site cloud.

48 7. Enter the machine name for the Frontend (for example, SitesFE). Click on the next checkmark to continue. To create additional frontends, repeat this step. 8. While the Frontend role is installing, click the Web Site Cloud and click the Roles tab. Now, click the Add Role button in the bottom drawer. The Add Cloud Server dialog box is displayed, click Add New Web Worker.

49 The Setup a new Web Worker dialog is displayed. Enter the name of the machine that you created for your shared Web Worker role (for example, SitesWWS), specify the Shared option and click the checkmark to continue.

50 To create additional shared (multitenant) or reserved (single tenant) workers, repeat this process. 9. Repeat step 6 or 8 to add the Publisher role. Enter the machine name for the Publisher role (for example, SitesPublisher) and click the checkmark to continue. Repeat this step to add additional publishers. Post-Provisioning Configuration Configure SSL Certificate Store On the controller, configure the SSL Certificate Polling Interval by running the following PowerShell Commands: Add-pssnapin WebHostingSnapin Set-HostingConfiguration -CentralCertPollingInterval CentralCertificateSChannelCleanupInterval 300 Configure IP Filtering Web sites supports IP blacklisting to prevent worker processes from connecting to machines inside of the Antares farm. To configure IP filtering, run the following commands: Add-pssnapin WebHostingSnapin Set-Hostingconfiguration -WorkerRegKeyRejectPrivateAddresses 1 Set-Hostingconfiguration WorkerRegKeyPrivateAddressRange <startof-ip-blacklist-range>, <end-of-ip-blacklist-range> Restart the DWAS Service on worker roles Provision additional REST API servers (optional) In addition to scaling out Workers, Front Ends, and Publishers, the Antares REST API can also be scaled to provide additional throughput and availability. To create another REST API server, first perform the steps outlined in System Requirements and Role Account Preparation on the new machine. On the controller, run the following PowerShell commands: Add-pssnapin WebHostingSnapin New-ManagementServer ManagementServerName <NewManagementServer> Additional machine configuration and hardening While the Web Sites controller deploys the runtimes required to host web applications with scale and multi-tenancy, Microsoft recommends that users employ security best practices to harden their deployments. This includes, but is not limited to: Firewall configuration to minimize network surface area System ACLs to secure the file system and registry Principle of least privilege when creating user accounts.

51 Application Databases You may add one or more SQL or MySQL Server hosting servers for end-users to deploy and use. 1. Create and configure a new MYSQL Database by clicking on NEW on the Command Bar at the bottom of the screen. Choose MYSQL SERVERS and click Connect To. Specify the server name, size of the hosting server and the admin username (root) and password. You may use Default for MySQL server group. Then click Create.

52 2. A message will be displayed at the bottom of the screen indicating whether or not the operation succeeded. Click the X button to dismiss the message. 3. Click the newly created MYSQL Server to confirm the configuration.

53 4. Create and configure a new SQL Database by clicking NEW on the Command Bar at the bottom of the screen. Choose SQL SERVERS and click Connect To. Specify the server name, the size of hosting server and the admin username (sa) and password. You may use Default for SQL server group. Then click Create.

54 5. A message will be displayed at the bottom of the screen indicating whether or not the operation succeeded. Click the X button to dismiss the message. 6. Click the newly created SQL Server to confirm the configuration.

55 VM Clouds 1. Follow the instructions in the Service Provider Foundation (SPF) install and configuration guide to obtain an SPF endpoint. You will need this endpoint to add Virtual Machine clouds. 2. In the Admin Portal, click VM Clouds and then click Register SPF Endpoint. 3. Enter the Endpoint URL (in the format ) Specify the admin username and password and click the checkmark.

56 4. After you register the SPF Endpoint you must register a System Center Provider to provision virtual machines against. 5. Enter a friendly name for your VM Cloud Provider, enter the VMM server name and click the Register checkbox.

57 Note If SPF endpoint registration does not work, verify that you can connect to the SPF url from a browser. 6. You may click the Clouds tab to view the VM clouds that were registered in VMM. 7. Click any of the VM cloud to view the VM Cloud Dashboard

58 8. Go back to VM Cloud list by clicking the back arrow. 9. You may also click Providers to see the list of existing VM Cloud providers Plans Create a plan in order for users to be able to sign up for the offered services.

59 1. Click New to open the drawer at the bottom of the screen. Click Plans and then click Create. 2. A wizard will open. Enter a name for your plan. This is the name that users will see when they sign up for the service. Click Next. 3. Select the services you want included in this plan and then click the checkmark.

60 4. From Plans dashboard, click the plan name. Then, click Set Quotas for each service to specify quotas. 5. If Virtual Machines are part of your plan, you will have to specify corresponding quotas to make the plan available to your users. Click Set Quotas under Virtual Machine Clouds.

61 6. Select the Cloud Provider and a VM Cloud that you created in Virtual Machine Manager. 7. Before saving, make sure to scroll down and select the templates you want to offer in the plan. 8. Select the hardware profile and virtual network created in Virtual Machine Manager, and the actions you want to offer your users. Then click Save at the bottom of the screen.

62 9. After setting quotas, click Make Public at the bottom of the screen to make the plan accessible to users. 10. If you would like to display information about the Plan details to end users click Advertise. Add to the plan description and click Save. This information will be visible to end users when they sign up for the plan.

63 End-User Experience A user can sign up for a plan from the tenant portal to access available services. The tenant portal is located on the server where the Service Management-Tenant Site was deployed, by default on port The user will click Sign Up to subscribe to a new plan and provide an address and password.

64 2. The user may create web sites using the Quick Create, Create with Database or From Gallery options.

65 3. The user may also create virtual machines using the Quick Create or Custom Create options.

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks,

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

XenDesktop Implementation Guide

XenDesktop Implementation Guide Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Implementation Guide Pooled Desktops (Local and Remote) www.citrix.com Contents Contents... 2 Overview... 4 Initial Architecture... 5 Installation

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

5nine Cloud Monitor for Hyper-V

5nine Cloud Monitor for Hyper-V 5nine Cloud Monitor for Hyper-V Getting Started Guide Table of Contents System Requirements... 2 Installation... 3 Getting Started... 8 Settings... 9 Authentication... 9 5nine Cloud Monitor for Hyper-V

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required

Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required 2 Today s Agenda - 9:00-10:30 - Windows Azure Infrastructure Services - 10:30-10:45 - Break - 10:45-12:00 - Windows Azure Infrastructure

More information

Lab 1: Windows Azure Virtual Machines

Lab 1: Windows Azure Virtual Machines Lab 1: Windows Azure Virtual Machines Overview In this hands-on Lab, you will learn how to deploy a simple web page to a Web server hosted in Windows Azure and configure load balancing. Objectives In this

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

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

Installation & Configuration Guide

Installation & Configuration Guide Installation & Configuration Guide Bluebeam Studio Enterprise ( Software ) 2014 Bluebeam Software, Inc. All Rights Reserved. Patents Pending in the U.S. and/or other countries. Bluebeam and Revu are trademarks

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

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

SQL Server Business Intelligence

SQL Server Business Intelligence SQL Server Business Intelligence Setup and Configuration Guide Himanshu Gupta Technology Solutions Professional Data Platform Contents 1. OVERVIEW... 3 2. OBJECTIVES... 3 3. ASSUMPTIONS... 4 4. CONFIGURE

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

AppLoader 7.7. Load Testing On Windows Azure

AppLoader 7.7. Load Testing On Windows Azure AppLoader 7.7 Load Testing On Windows Azure CONTENTS INTRODUCTION... 3 PURPOSE... 3 CREATE A WINDOWS AZURE ACCOUNT... 3 CREATE A LOAD TESTING ENVIRONMENT ON THE CLOUD... 6 CONFIGURE A WINDOWS AZURE STORAGE

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

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Building a SharePoint 2010 Virtual Machine

Building a SharePoint 2010 Virtual Machine Building a SharePoint 2010 Virtual Machine Overview: This document provides links to Internet resources and step by step instructions for building a Virtual Machine (VM) sample SharePoint Server 2010 environment.

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for GO!Enterprise MDM system setup... Hardware and supporting software requirements for GO!Enterprise

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

WEBCONNECT INSTALLATION GUIDE. Version 1.96

WEBCONNECT INSTALLATION GUIDE. Version 1.96 WEBCONNECT INSTALLATION GUIDE Version 1.96 Copyright 1981-2015 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop Business

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.5 (v11.5) Document Date: March 2015 www.goliathtechnologies.com

More information

Enterprise Surveillance Manager. Version 5.3 System Administrator s Manual

Enterprise Surveillance Manager. Version 5.3 System Administrator s Manual Enterprise Surveillance Manager. Version 5.3 System Administrator s Manual Table of Contents ipconfigure ESM 5.3 Server Pre-Installation Guide with Windows 2008 Server & Microsoft SQL 2008 Express... 3

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations:

These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations: These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations: This document substitutes for STEPS TWO and THREE of the upgrade Game Plan Webpage

More information

POLICY PATROL MFT. Manual

POLICY PATROL MFT. Manual POLICY PATROL MFT Manual MANUAL Policy Patrol MFT This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software may be copied, reproduced, translated

More information

Microsoft Business Intelligence 2012 Single Server Install Guide

Microsoft Business Intelligence 2012 Single Server Install Guide Microsoft Business Intelligence 2012 Single Server Install Guide Howard Morgenstern Business Intelligence Expert Microsoft Canada 1 Table of Contents Microsoft Business Intelligence 2012 Single Server

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

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

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

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

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Knowledge Base Article: Article 218 Revision 2 How to connect BAI to a Remote SQL Server Database?

Knowledge Base Article: Article 218 Revision 2 How to connect BAI to a Remote SQL Server Database? Knowledge Base Article: Article 218 Revision 2 How to connect BAI to a Remote SQL Server Database? Date: January 11th, 2011 Last Update: January 21st, 2013 (see Section 2, C, 4) Problem: You want to create

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

Solution Overview. 2015, Hitachi Data Systems, Inc. Page 3 of 39 pages. Figure 1

Solution Overview. 2015, Hitachi Data Systems, Inc. Page 3 of 39 pages. Figure 1 Deploying Windows Azure Pack on Unified Compute Platform for Microsoft Private Cloud Tech Note Jason Giza/Rick Andersen Hitachi Unified Compute Platform Director is a converged platform architected to

More information

Nexio Connectus with Nexio G-Scribe

Nexio Connectus with Nexio G-Scribe Nexio Connectus with Nexio G-Scribe 2.1.2 3/20/2014 Edition: A 2.1.2 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and

More information

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Windows Azure Infrastructure Services provides cloud based storage, virtual networks

More information

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

More information

How To Manage Storage With Novell Storage Manager 3.X For Active Directory

How To Manage Storage With Novell Storage Manager 3.X For Active Directory www.novell.com/documentation Installation Guide Novell Storage Manager 4.1 for Active Directory September 10, 2015 Legal Notices Condrey Corporation makes no representations or warranties with respect

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

ICONICS Using the Azure Cloud Connector

ICONICS Using the Azure Cloud Connector Description: Guide to use the Azure Cloud Connector General Requirement: Valid account for Azure, including Cloud Service, SQL Azure and Azure Storage. Introduction Cloud Connector is a FrameWorX Server

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

Mobile Device Management Version 8. Last updated: 17-10-14

Mobile Device Management Version 8. Last updated: 17-10-14 Mobile Device Management Version 8 Last updated: 17-10-14 Copyright 2013, 2X Ltd. http://www.2x.com E mail: info@2x.com Information in this document is subject to change without notice. Companies names

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

ILTA HANDS ON Securing Windows 7

ILTA HANDS ON Securing Windows 7 Securing Windows 7 8/23/2011 Table of Contents About this lab... 3 About the Laboratory Environment... 4 Lab 1: Restricting Users... 5 Exercise 1. Verify the default rights of users... 5 Exercise 2. Adding

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

HP Client Automation Standard Fast Track guide

HP Client Automation Standard Fast Track guide HP Client Automation Standard Fast Track guide Background Client Automation Version This document is designed to be used as a fast track guide to installing and configuring Hewlett Packard Client Automation

More information

Design Better Products. SolidWorks 2009. SolidWorks Enterprise PDM Installation Guide

Design Better Products. SolidWorks 2009. SolidWorks Enterprise PDM Installation Guide Design Better Products SolidWorks 2009 SolidWorks Enterprise PDM Installation Guide 1995-2008, Dassault Systèmes Dassault Systèmes SolidWorks Corporation, a Dassault Systèmes S.A. company. 300 Baker Avenue

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

Burst Technology bt-loganalyzer SE

Burst Technology bt-loganalyzer SE Burst Technology bt-loganalyzer SE Burst Technology Inc. 9240 Bonita Beach Rd, Bonita Springs, FL 34135 CONTENTS WELCOME... 3 1 SOFTWARE AND HARDWARE REQUIREMENTS... 3 2 SQL DESIGN... 3 3 INSTALLING BT-LOGANALYZER...

More information

Product Manual. Administration and Configuration Manual

Product Manual. Administration and Configuration Manual Product Manual Administration and Configuration Manual http://www.gfi.com info@gfi.com The information and content in this document is provided for informational purposes only and is provided "as is" with

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

TABLE OF CONTENTS. Features - SharePoint Server idataagent. Page 1 of 72 OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION

TABLE OF CONTENTS. Features - SharePoint Server idataagent. Page 1 of 72 OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION Page 1 of 72 Features - SharePoint Server idataagent TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION Install the SharePoint Server idataagent BACKUP DATA - SHAREPOINT

More information

5nine Cloud Security Azure Pack Extension. Version 5.2

5nine Cloud Security Azure Pack Extension. Version 5.2 5nine Cloud Security Azure Pack Extension Version 5.2 June 2015 2015 5nine Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

More information

Velocity Web Services Client 1.0 Installation Guide and Release Notes

Velocity Web Services Client 1.0 Installation Guide and Release Notes Velocity Web Services Client 1.0 Installation Guide and Release Notes Copyright 2014-2015, Identiv. Last updated June 24, 2015. Overview This document provides the only information about version 1.0 of

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.6 (v11.6) Document Date: August 2015 www.goliathtechnologies.com

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

NovaBACKUP xsp Version 12.2 Upgrade Guide

NovaBACKUP xsp Version 12.2 Upgrade Guide NovaBACKUP xsp Version 12.2 Upgrade Guide NovaStor / August 2011 Rev 20110815 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications

More information

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager Version 2.3 Installation and Configuration Guide 302-002-080 01 Copyright 2013-2015 EMC Corporation. All rights reserved.

More information

GFI Product Manual. Web security, monitoring and Internet access control. Administrator Guide

GFI Product Manual. Web security, monitoring and Internet access control. Administrator Guide GFI Product Manual Web security, monitoring and Internet access control Administrator Guide The information and content in this document is provided for informational purposes only and is provided "as

More information

WebsitePanel Installation Guide

WebsitePanel Installation Guide WebsitePanel Installation Guide Author: Feodor Fitsner Last updated: 15/04/2010 Version: 1.0 Table of Contents Introduction... 2 Hardware Requirements... 2 Dedicated Server... 2 Dedicated IP Addresses...

More information

Enterprise Self Service Quick start Guide

Enterprise Self Service Quick start Guide Enterprise Self Service Quick start Guide Software version 4.0.0.0 December 2013 General Information: info@cionsystems.com Online Support: support@cionsystems.com 1 2013 CionSystems Inc. ALL RIGHTS RESERVED.

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v7 Installation Quick Start Guide Monday, 05 January 2015 1 P a g e X I A C o n f i g u r a t i o n S e r v e r Contents Requirements... 3 XIA Configuration

More information

App Orchestration Setup Checklist

App Orchestration Setup Checklist App Orchestration Setup Checklist This checklist is a convenient tool to help you plan and document your App Orchestration deployment. Use this checklist along with the Getting Started with Citrix App

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11 Contents I EventSentry Overview Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2 1 Downloads... 2 2 Installation... 3 3 Configuration... 7 Part III Setting up IIS 9 1 Installation... 9 Part

More information

Quick Start Guide: Utilizing Nessus to Secure Microsoft Azure

Quick Start Guide: Utilizing Nessus to Secure Microsoft Azure Quick Start Guide: Utilizing Nessus to Secure Microsoft Azure Introduction Tenable Network Security is the first and only solution to offer security visibility, Azure cloud environment auditing, system

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

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

Immotec Systems, Inc. SQL Server 2005 Installation Document

Immotec Systems, Inc. SQL Server 2005 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3

More information

Virtual Appliance Setup Guide

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

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information