Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager. Best Practices and Reference Architecture

Size: px
Start display at page:

Download "Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager. Best Practices and Reference Architecture"

Transcription

1 Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager Best Practices and Reference Architecture

2 WHITE PAPER Table of Contents Introduction Why monitor PlateSpin Protect servers? What to monitor Service Aspect Knowledge Script Name Purpose... 2 Where to get the Knowledge Scripts How to install the Knowledge Scripts Using the scripts without AppManager Where to get help Appendix A: Knowledge Script Detail Discovery_PlateSpinProtect Protect_ServiceDown Protect_WebInterfaceStatus... 7 Protect_WorkloadStatus... 8 Protect_WorkloadProtectionLevel Protect_ContainerSpace Protect_LicenseUsage Protect_LastTestFailover Appendix B: Event Log Types Appendix C: Typical AppManager Server Specifications About NetIQ WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager

3 Introduction This document describes how organizations can use NetIQ AppManager to proactively monitor the availability, capacity, health and quality of a business continuity solution built with NetIQ PlateSpin Protect. Although this document will refer to PlateSpin Protect throughout, it is equally relevant for PlateSpin Forge, the hardware appliance version of PlateSpin Protect. PlateSpin Protect is NetIQ s software-based disaster recovery product. It uses a VMware-based virtual infrastructure as the target platform for replication of one or more source workloads that need protection against disasters or power outages. These source servers may be physical or virtual Windows and Linux systems. Once the protection has been configured, the systems are replicated into warm stand-by virtual machines (VMs) in the VMware virtual infrastructure. In case of a disaster, the warm stand-by VMs are booted to ensure business service continuity. Once the source servers have been rebuilt, the contents of the warm stand-by VMs can be replicated back to these original servers. NetIQ AppManager is an IT operations management tool designed for IT operations teams who need rapid time to value and the flexibility to support the diverse needs of multiple business units. It provides broader and deeper technology support than competing products, enables greater IT process automation to reduce monitoring gaps, and delivers more relevant events so you can troubleshoot IT problems faster. For more information on these solutions, visit Why monitor PlateSpin Protect Servers? Organizations that deploy PlateSpin Protect recognize its importance in providing business continuity for essential business services. Because a disaster recovery service could be called upon at any time, it makes sense to verify its availability, capacity, health and quality in order to provide reassurance that it is capable of meeting business expectations at all times. The importance of monitoring the disaster recovery service becomes ever greater as the service grows and protects an increasing number of essential workloads. Furthermore, although PlateSpin Protect has some in-built capabilities to notify individuals of certain issues that might impact the disaster recovery service, these capabilities were not designed to cover all aspects of its operation; nor are they an alternative to the monitoring capabilities of a dedicated systems management solution. WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 1

4 What to monitor A number of monitoring scripts have been developed for NetIQ AppManager to provide comprehensive insight into the health, availability, capacity and quality of a number of PlateSpin Protect servers; these are known as Knowledge Scripts (KS). Each KS focuses on a particular aspect of the PlateSpin Protect service. Service Aspect Knowledge Script Name Purpose Availability & health Availability & health Availability & health Availability & health Capacity Capacity Quality Service Down Web Interface Status Workload Status Workload Protection Level Container Space License Usage Last Test Failover Monitors status (up or down) of Windows services related to PlateSpin Protect, such as the Management Service and Microsoft SQL Server services. An Event is raised if any service is not running or cannot be restarted. Monitors the availability of the Protect Web Interface. An Event is raised if the web site does not load successfully or times out. Monitors the Windows Application Event Log for entries relating to the status of protected workloads such as missed or failed replications. Refer to Appendix B or the Protect documentation for further details. Note that this KS requires PlateSpin Protect version 11.1 or later. Monitors the number of workloads by Protection Level Monitors the utilization and available space of Protect Containers Monitors the utilization and available PlateSpin Protect licenses Monitors the age of the last test failover performed on each protected workload There is also a Discovery Knowledge Script that retrieves details of each PlateSpin Protect implementation and represents them within the AppManager console. For additional details on each script, see Appendix A. In addition to these application-specific Knowledge Scripts, NetIQ recommends deploying general monitoring in order to monitor the Windows operating system of each Protect server. Examples of components you should monitor include the processor, memory, disk and network utilization, the up/down status of the OS and Windows services, and physical disk queue length. Doing so will highlight any underlying OS issues that could impact the PlateSpin Protect application. Where to get the Knowledge Scripts The Knowledge Scripts are available in the AppManager Community Package. This is a set of scripts and utilities developed by staff, customers and partners that is shared as-is with other AppManager users. The Community Package is updated periodically and is available to download on the AppManager module updates page, on the NetIQ website. Please note that the AppManager Community Package is provided on an as-is, as-available basis without any warranty of any kind. WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 2

5 How to install the Knowledge Scripts If you have already deployed NetIQ AppManager in your environment, start by installing the AppManager for Windows agent on each PlateSpin Protect Server. If you have not already deployed NetIQ AppManager, you need a dedicated Windows server; the suggested hardware and software specifications are described in Appendix C. AppManager may be installed and evaluated for 30 days, after which it will require licensing to continue operating. To license AppManager appropriately for Protect, one AppManager for Windows license is required for each Protect Server to be monitored, plus an additional license for the AppManager server itself. The software can be downloaded from The Knowledge Scripts are installed into AppManager as follows: 1. Copy and extract the Protect zip file onto a machine where an AppManager console is installed. 2. Open a command prompt in the location of the extracted files and enter the following command: prompt> typeutil checkin <sql instance>:<repository name>:: ProtectObjType.xml For example, if the AppManager repository database is installed in a default SQL Server instance on LONNQAM01 and is named QDB, then the command would be: prompt> typeutil checkin LONNQAM01:QDB:: ProtectObjType.xml 3. Open the AppManager Control Center Console and navigate to the Knowledge Scripts view of the Master Management Group. Then right-click and select the menu option Check In Knowledge Script. Navigate to the folder where you extracted the files and select all QML files. 4. From the Discovery category of the Knowledge Scripts view of the Master Management Group, deploy the Knowledge Script Discovery_Protect to run once on each PlateSpin Protect server on which an AppManager agent has already been installed (and the Windows module has been discovered). The details of each Protect server should now be visible in the console, and the Knowledge Scripts described previously can now be deployed to monitor the various aspects of the application. It is recommended that you deploy these Knowledge Scripts using Monitoring Policy by creating a Management Group containing PlateSpin Protect resources and an associated monitoring standard defined in a Knowledge Script Group. Should you require any assistance for these activities, refer to the AppManager user guides, which are included with the source files. WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 3

6 Using the scripts without AppManager This monitoring solution was designed for NetIQ AppManager, and NetIQ recommends that you install AppManager to implement it. However, if you prefer to use another systems management tool, it might be possible to port the Knowledge Scripts. All of the PlateSpin Protect Knowledge Scripts are written in VBScript; as such, it might be possible to port them to another systems management solution that supports the same scripting language and that takes a similar monitoring approach. However, this approach requires some recoding to substitute AppManager-specific activities such as creating Events, collecting Data and debug logging. All of the Knowledge Scripts also use information provided by discovery for tasks such as presenting Events and Data in the appropriate part of the resource tree; these references would also need to be replaced. The scripts are written in a way that makes it easy to convert to VBS format. Two of the Knowledge Scripts, namely Workload Status and Service Down, use AppManager-specific components; as such, they cannot be directly ported to another platform. However, scanning Event Logs and checking Windows Services are capabilities typically available in many systems management tools and should be relatively simple to substitute. You are welcome to develop your own monitoring solution for PlateSpin Protect in any systems management tool, using concepts taken from this white paper. Where to get help More detailed information on this solution is available in the appendices. If you need general assistance with AppManager, you can use regular channels such as the customer forum, your account manager or Technical Support. If you have questions that relate specifically to these Knowledge Scripts, you can contact their author, Alain Salesse, at alain.salesse@microfocus.com. WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 4

7 Appendix A: Knowledge Script Detail This section describes the parameters associated with each Knowledge Script and a sample screenshot of its output. Discovery_PlateSpinProtect Purpose Schedule Discovers the resources associated with a PlateSpin Protect implementation and represents them within the AppManager console. This serves to control which Knowledge Scripts can be deployed and acts as a placeholder for representing alarms and metric data for charting and reporting. The default schedule is to run once. Parameters Raise Event for successful discovery Event Severity discovery okay Raise Event for unexpected error Event Severity unexpected error SQL User SQL Password View Name Check this box to generate an Event when PlateSpin Protect Discovery is successful. Event. Check this box to generate an Event when PlateSpin Protect Discovery fails or is partially successful. Event. The KS attempts to connect to the SQL Server instance that hosts the PlateSpin Protect database. If the account that runs the AppManager agent service has permission to access the SQL Instance, then leave this parameter blank to use Windows authentication; otherwise, specify an SQL Login that has access. If an SQL Login has been specified, enter its password here. Note, if PlateSpin Protect was used to install Microsoft SQL Server Express and SQL authentication is required, leave the password value as-is and specify sa in the SQL User parameter Specify the name of the discovery view. Upon successful discovery, application resources will be visible in the management console similar to this: Figure 1: PlateSpin Protect Discovery details (composite) WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 5

8 Protect_ServiceDown Purpose Schedule Monitors the status of Windows services associated with PlateSpin Protect. Optionally attempts to restart a service if it is not running. The default schedule is every 5 minutes. Parameters Monitor PlateSpin Protect Management Service? Monitor PlateSpin Operations Framework Controller? Monitor SQL Server Browser? Monitor SQL Server? Auto-start service? Event severity: auto-start failed Event severity: auto-start succeeded Event severity: service is down and auto-start is not enabled Collect data for service status Check this box to monitor the service if it was detected by discovery. Check this box to monitor the service if it was detected by discovery. Check this box to monitor the service if it was detected by discovery. Check this box to monitor the service if it was detected by discovery. Check this box to attempt to restart the above services if they are not running. Event when a service failed to restart Event when a service was not running but restarted successfully. Event when a service is not running and a restart was not attempted. Check this box to collect data for the up/down status of each service. A value of 100 is returned when the service is up, and 0 when it is down. Figure 2: AppManager Events summary view WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 6

9 Protect_WebInterfaceStatus Purpose Schedule Monitors the availability of the PlateSpin Protect Web Interface. An Event is raised if the web site does not load successfully or times out. The default schedule is every 15 minutes. Parameters Web Interface URL Page Timeout in Seconds Event Severity website unavailable Include HTML in Event The address for the PlateSpin Protect Web Interface. The default is Specify the maximum load time in seconds Event when the Web Interface does not load or times out. Check this box to include the raw HTML in the Event. Figure 3: Web Interface Status Event WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 7

10 Protect_WorkloadStatus Purpose Schedule Monitors the Windows application Event Log for entries relating to the status of workloads with a protection contract. Note that this KS requires PlateSpin Protect version 11.1 or later, and as such it will not execute if the discovered version is older. The default schedule is every hour. Parameters Monitor Error Events? Event Severity for Error Events Monitor Warning Events? Event Severity for Warning Events Monitor Info Events? Event Severity for Info Events Event Severity for unexpected error Maximum Entries to include in the Event Hours to scan Check this box to monitor events classified as Error. Refer to Appendix B for details. Event when Error entries are found. Check this box to monitor events classified as Warning. Refer to Appendix B for details. Event when Warning entries are found. Check this box to monitor events classified as Info. Refer to Appendix B for details. Event when Info entries are found. Event when an unexpected error is encountered. Define the maximum number of entries to be included in the Event. If the number of records found exceeds this, then the most recent ones will be shown. By default, the KS scans from the point it reached on its last execution. If a number greater than 0 is defined, the KS will scan that many hours back in the Event Log. If a value of -1 is defined, then the entire log will be scanned. Only whole numbers are accepted. This should be used for testing purposes only. Figure 4: Workload Status Event WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 8

11 Protect_WorkloadProtectionLevel Purpose Schedule Monitors the number of workloads by Protection Level and raises an Event if the number exceeds the threshold. The Protection Level is based on the workload status overview on the PlateSpin Protect Web Interface home page. The default schedule is every 24 hours. Parameters Monitor Protection Level Failed? Threshold for Protection Level Failed Event Severity for Protection Level Failed Collect data for Protection Level Failed Check this box to monitor the number of workloads whose Protection Level is failed. Enter a threshold for the maximum number of workloads whose Protection Level is failed. If the number exceeds the threshold, an Event will be generated. Event when the number of workloads whose Protection Level is failed exceeds the threshold. Check this box to collect data for the number of workloads whose Protection Level is failed. There are equivalent parameters to the above for each of the following protection levels: Under-protected Pending failed Unknown Expired Pending Protected Event Severity for unexpected error Event when an unexpected error is encountered. Note that these Protection Levels map to the workload status on the PlateSpin Protect home page as follows: Protected = Green, Failed = Red, everything else = Amber. Figure 5: Workload Protection Event WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 9

12 Protect_ContainerSpace Purpose Schedule Parameters Monitors the percentage utilization and free space on each PlateSpin Protect Container. The default schedule is every hour. Monitor Container Utilization? Maximum Utilization Severity for Utilization above Threshold Monitor Container Free Space? Minimum Free Space Severity for Free Space below Threshold Collect data for container utilization? Collect data for container space used? Event Severity for unexpected error SQL User SQL Password Check this box to monitor the percentage utilization of each container. Enter a value between 1 and 100 for the maximum utilization of a container. Event when container utilization exceeds the threshold. Check this box to monitor the free space available in each container. Enter the minimum free space in GB. Event when free space is below the threshold. Check this box to collect data for the percentage utilization of each container. Check this box to collect data for the space used in GB (that is, total free) of each container. Event when an unexpected error is encountered. If the account that runs the AppManager agent service has permission to access the SQL Instance, leave this parameter blank to use Windows authentication; otherwise specify an SQL Login that has access. If an SQL Login has been specified, enter its password here. Note: If PlateSpin Protect was used to install Microsoft SQL Server Express and SQL authentication is required, leave the password value as is and specify sa in the SQL User parameter. Figure 6: Container Space Event WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 10

13 Protect_LicenseUsage Purpose Schedule Monitors the percentage utilization and the number of available PlateSpin Protect licenses. The default schedule is every 24 hours. Parameters Monitor the number of licenses available? Minimum number of licenses available Severity for number of licenses low Monitor license utilization? Maximum license utilization Severity for license utilization high Collect data for licenses available? Collect data for license utilization? Check this box to monitor the number of workload licenses available on the PlateSpin Protect server. Enter the threshold for the minimum number of licenses available. Event when the number of available licenses is below the threshold. Check this box to monitor the percentage workload licenses used. Enter the threshold for the maximum license utilization. Event when the percentage of licenses used is too high. Check this box to collect data for the number of licenses available. Check this box to collect data for the percentage of licenses used. Figure 7: License Utilization Event WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 11

14 Protect_LastTestFailover Purpose Schedule Monitors the age of the last test failover of each protected workload. Raises an event if the age exceeds the threshold. The default schedule is weekly at 11:00 am on Monday. Parameters Maximum age of last test failover Unit for age of last test failover Event Severity for age threshold exceeded Event Severity for unexpected error Enter a value for the maximum age of the last test failover in days or weeks. Select Day or Week from the list as appropriate. Event when the last test failover is too old. Event when an unexpected error is encountered. Figure 8: Last Test Failover Event WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 12

15 Appendix B: Event Log Types PlateSpin Protect records information in the Windows Application Event Log relating to the status of protected workloads. This information is used by the Workload Status Knowledge Script. All entries share a source named PlateSpinEvents. Note that this capability was introduced in version 11.1, and the Knowledge Script checks the discovered version before it executes. If an earlier version of PlateSpin Protect has been updated to 11.1 or later, re-run the Discovery script before deploying the Workload Status KS. Event type Condition Remarks Warning Error Information Full replication missed Incremental replication missed Workload offline detected Failover failed Full replication failed Incremental replication failed Prepare failover failed Failover completed Full replication completed Incremental replication completed Prepare failover completed Test failover completed Workload online detected Similar to incremental replication missed. Generated when any of the following applies: A replication is manually paused while a scheduled incremental replication is due. The system attempts to carry out a scheduled incremental replication while a manually triggered replication is underway. The system determines that the target has insufficient free disk space. Generated when the system detects that a previously online workload is now offline. Applies to workloads whose protection contract s state is not Paused. Generated upon manually marking a Test Failover operation a success or a failure. Generated when the system detects that a previously offline workload is now online. Applies to workloads whose protection contract s state is not Paused. WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 13

16 Appendix C: Typical AppManager Server Specifications The following represent typical hardware and software specifications for an AppManager version 9.1 or later deployment. The server can be physical or virtual. Windows Server 2008R2, 2012 or 2012R2 1 or 2 processor cores 4GB RAM Microsoft SQL Server 2012, 2012R2 or 2014 Express, or a local or remote full edition Microsoft.Net Framework 3.5 SP1 Microsoft XML Parser 3.0 SP1 or later Microsoft Distributed Transaction Coordinator service Microsoft Background Intelligent Transfer Service (BITS) Microsoft IIS with IIS 6 backwards compatibility components ASP.NET with v Web Service Extension enabled WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 14

17 About NetIQ NetIQ is a global enterprise software company that meets the demands of hybrid IT with solutions for identity and access management, security and data center management. Using our solutions, customers and partners can capitalize on the opportunities in today s complex and ever-changing IT landscape. By aligning technologies and service delivery methods, our customers can properly secure, manage and measure the many computing services operating across its physical, virtual and cloud computing environments. By doing this, they are better able to provide strategic value at the speed of business. Learn more about our award-winning software solutions at This document could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein. These changes may be incorporated in new editions of this document. NetIQ Corporation may make improvements in or changes to the software described in this document at any time. Copyright 2015 NetIQ Corporation and its affiliates. All Rights Reserved DS 09/15 Access Manager, ActiveAudit, ActiveView, Aegis, AppManager, Change Administrator, Change Guardian, Cloud Manager, Compliance Suite, the cube logo design, Directory and Resource Administrator, Directory Security Administrator, Domain Migration Administrator, Exchange Administrator, File Security Administrator, Group Policy Administrator, Group Policy Guardian, Group Policy Suite, IntelliPolicy, Knowledge Scripts, NetConnect, NetIQ, the NetIQ logo, PlateSpin, PlateSpin Recon, Privileged User Manager, PSAudit, PSDetect, PSPasswordManager, PSSecure, Secure Configuration Manager, Security Administration Suite, Security Manager, Server Consolidator, VigilEnt, and Vivinet are trademarks or registered trademarks of NetIQ Corporation or its affiliates in the USA. All other company and product names mentioned are used only for identification purposes and may be trademarks or registered trademarks of their respective companies. Worldwide Headquarters For a complete list of our offices 515 Post Oak Blvd., Suite 1200 In North America, Europe, the Middle East Houston, Texas USA Africa, Asia-Pacific and Latin America, Worldwide: please visit U.S. / Canada Toll Free: info@netiq.com WHITE PAPER: Optimizing Business Continuity Management with NetIQ PlateSpin Protect and AppManager 15

Executing Large-Scale Data Center Transformation Projects with PlateSpin Migrate 12

Executing Large-Scale Data Center Transformation Projects with PlateSpin Migrate 12 Executing Large-Scale Data Center Transformation Projects with PlateSpin Migrate 12 WHITE PAPER Table of Contents What are Data Center Transformation Projects?... 1 Introduction to PlateSpin Migrate...

More information

A Practical Guide to Cost-Effective Disaster Recovery Planning

A Practical Guide to Cost-Effective Disaster Recovery Planning A Practical Guide to Cost-Effective Disaster Recovery Planning Organizations across the globe are finding disaster recovery increasingly important for a number of reasons. With the two traditional approaches

More information

The Challenges of Administering Active Directory

The Challenges of Administering Active Directory The Challenges of Administering Active Directory As Active Directory s role in the enterprise has drastically increased, so has the need to secure the data it stores and to which it enables access. The

More information

NetIQ Aegis Adapter for Databases

NetIQ Aegis Adapter for Databases Contents NetIQ Aegis Adapter for Databases Configuration Guide May 2011 Overview... 1 Product Requirements... 1 Implementation Overview... 1 Installing the Database Adapter... 2 Configuring a Database

More information

NetIQ Aegis Adapter for VMware vcenter Server

NetIQ Aegis Adapter for VMware vcenter Server Contents NetIQ Aegis Adapter for VMware vcenter Server Configuration Guide May 2011 Overview... 1 Product Requirements... 1 Supported Configurations... 2 Implementation Overview... 2 Ensuring Minimum Rights

More information

Real-Time Security Intelligence for Greater Visibility and Information-Asset Protection

Real-Time Security Intelligence for Greater Visibility and Information-Asset Protection Real-Time Security Intelligence for Greater Visibility and Information-Asset Protection Take the Effort Out of Log Management and Gain the Actionable Information You Need to Improve Your Organisation s

More information

NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide

NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide September 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND

More information

NetIQ AppManager for Cisco Interactive Voice Response. Management Guide

NetIQ AppManager for Cisco Interactive Voice Response. Management Guide NetIQ AppManager for Cisco Interactive Voice Response Management Guide February 2009 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

NetIQ AppManager for Cisco Intelligent Contact Management. Management Guide

NetIQ AppManager for Cisco Intelligent Contact Management. Management Guide NetIQ AppManager for Cisco Intelligent Contact Management Management Guide February 2012 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE

More information

Installation and Configuration Guide. NetIQ Security and Compliance Dashboard

Installation and Configuration Guide. NetIQ Security and Compliance Dashboard Installation and Configuration Guide NetIQ Security and Compliance Dashboard June 2011 Legal Notice NetIQ Secure Configuration Manager is covered by United States Patent No(s): 5829001, 7093251. THIS DOCUMENT

More information

NetIQ AppManager for Self Monitoring (AM Health) Management Guide

NetIQ AppManager for Self Monitoring (AM Health) Management Guide NetIQ AppManager for Self Monitoring (AM Health) Management Guide September 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND

More information

NetIQ AppManager for NetBackup UNIX

NetIQ AppManager for NetBackup UNIX NetIQ AppManager for NetBackup UNIX Management Guide January 2008 Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359, 06408335. THIS

More information

Installation Guide NetIQ AppManager

Installation Guide NetIQ AppManager Installation Guide NetIQ AppManager April 2016 www.netiq.com/documentation Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359, 06408335.

More information

NetIQ AppManager ResponseTime for Microsoft Active Directory Management Guide

NetIQ AppManager ResponseTime for Microsoft Active Directory Management Guide NetIQ AppManager ResponseTime for Microsoft Active Directory Management Guide August 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED

More information

NetIQ AppManager for IP Phone Quality. Management Guide

NetIQ AppManager for IP Phone Quality. Management Guide NetIQ AppManager for IP Phone Quality Management Guide February 2011 Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359, 06408335.

More information

NetIQ Free/Busy Consolidator

NetIQ Free/Busy Consolidator Contents NetIQ Free/Busy Consolidator Technical Reference September 2012 Overview... 3 Understanding NetIQ Free/ Busy Consolidator... 3 Supported Versions... 4 Requirements for Free/Busy Consolidator...

More information

Get Cloud Ready: Secure Access to Google Apps and Other SaaS Applications

Get Cloud Ready: Secure Access to Google Apps and Other SaaS Applications Get Cloud Ready: Secure Access to Google Apps and Other SaaS Applications Matt Weisberg Vice President & CIO, Weisberg Consulting, Inc. matt@weisberg.net Paul McKeith Technical Sales, Novell, Inc. pmckeith@novell.com

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

Virtualization Management Survey Analysis White Paper August 2008

Virtualization Management Survey Analysis White Paper August 2008 Contents Introduction Survey Results and Observations... 3 Virtualization Management Survey Analysis White Paper August 2008 Conclusion... 11 About NetIQ... 11 About Attachmate... 11 Over a six week period

More information

NetIQ AppManager for Nortel Contact Center Manager Server. Management Guide

NetIQ AppManager for Nortel Contact Center Manager Server. Management Guide NetIQ AppManager for Nortel Contact Center Manager Server Management Guide July 2011 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

NetIQ AppManager for Microsoft Cluster Server. Management Guide

NetIQ AppManager for Microsoft Cluster Server. Management Guide NetIQ AppManager for Microsoft Cluster Server Management Guide October 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A

More information

Extending Access Control to the Cloud

Extending Access Control to the Cloud Extending Access Control to the Cloud Organizations are consuming software-as-a-service (SaaS) applications at an exponential rate. While the advantages of SaaS applications are great, so are the potential

More information

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com CHAPTER: Introduction Microsoft virtual architecture: Hyper-V 6.0 Manager Hyper-V Server (R1 & R2) Hyper-V Manager Hyper-V Server R1, Dell UPS Local Node Manager R2 Main Operating System: 2008Enterprise

More information

NetIQ Update October 31, 2013 Michel van der Laan

NetIQ Update October 31, 2013 Michel van der Laan NetIQ Update October 31, 2013 Michel van der Laan Regional Director Attachmate Group Company Facts Global Organization: 3,600 employees in 30+ countries Strong Financial Position: Revenue $1.1 billion

More information

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1 Quick Install Guide Lumension Endpoint Management and Security Suite 7.1 Lumension Endpoint Management and Security Suite - 2 - Notices Version Information Lumension Endpoint Management and Security Suite

More information

Real-Time Security for Active Directory

Real-Time Security for Active Directory Real-Time Security for Active Directory Contents The Need to Monitor and Control Change... 3 Reducing Risk and Standardizing Controls... 3 Integrating Change Monitoring... 4 Policy Compliance... 4 The

More information

The Challenges of Administering Active Directory

The Challenges of Administering Active Directory The Challenges of Administering Active Directory As Active Directory s role in the enterprise has drastically increased, so has the need to secure the data it stores and to which it enables access. The

More information

NetIQ AppManager for Cisco Unity Express. Management Guide

NetIQ AppManager for Cisco Unity Express. Management Guide NetIQ AppManager for Cisco Unity Express Management Guide February 2012 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015 Metalogix Replicator Quick Start Guide Publication Date: May 14, 2015 Copyright Metalogix International GmbH, 2002-2015. All Rights Reserved. This software is protected by copyright law and international

More information

NetIQ Directory and Resource Administrator NetIQ Exchange Administrator. Installation Guide

NetIQ Directory and Resource Administrator NetIQ Exchange Administrator. Installation Guide NetIQ Directory and Resource Administrator NetIQ Exchange Administrator Installation Guide August 2013 Legal Notice NetIQ Directory and Resource Administrator is protected by United States Patent No(s):

More information

TUT8173 Best Practices for Security Monitoring in Distributed Environments November 2014

TUT8173 Best Practices for Security Monitoring in Distributed Environments November 2014 TUT8173 Best Practices for Security Monitoring in Distributed Environments November 2014 Chris Patzer ZF Norbert Klasen NetIQ Agenda Sentinel Deployment Scenarios Case Study: ZF Lessons Learned 2 Infrastructure

More information

PlateSpin Protect 11.0.1 Installation and Upgrade Guide

PlateSpin Protect 11.0.1 Installation and Upgrade Guide PlateSpin Protect 11.0.1 Installation and Upgrade Guide February 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT

More information

PlateSpin Migrate 11.1 Installation and Upgrade Guide

PlateSpin Migrate 11.1 Installation and Upgrade Guide PlateSpin Migrate 11.1 Installation and Upgrade Guide September 22, 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT

More information

User Guide. NetIQ VigilEnt Policy Center. August 2011

User Guide. NetIQ VigilEnt Policy Center. August 2011 User Guide NetIQ VigilEnt Policy Center August 2011 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON-DISCLOSURE

More information

The Importance of Choosing the Right Workload Migration Tools

The Importance of Choosing the Right Workload Migration Tools The Importance of Choosing the Right Workload Migration Tools Workload migration tools lay the foundation for projects like data center transformation and modernization and server consolidation. While

More information

Reporting Guide. NetIQ Reporting Center. April 2012

Reporting Guide. NetIQ Reporting Center. April 2012 Reporting Guide NetIQ Reporting Center April 2012 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON-DISCLOSURE

More information

NetIQ AppManager SNMP Toolkit. Management Guide

NetIQ AppManager SNMP Toolkit. Management Guide NetIQ AppManager SNMP Toolkit Management Guide July 2012 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR

More information

Citrix EdgeSight for NetScaler Rapid Deployment Guide

Citrix EdgeSight for NetScaler Rapid Deployment Guide Citrix EdgeSight for NetScaler Rapid Deployment Guide Citrix EdgeSight for NetScaler 2.1 This document provides step by step instructions for preparing the environment for EdgeSight for NetScaler installation,

More information

Reduce Your Breach Risk: File Integrity Monitoring for PCI Compliance and Data Security

Reduce Your Breach Risk: File Integrity Monitoring for PCI Compliance and Data Security Reduce Your Breach Risk: File Integrity Monitoring for PCI Compliance and Data Security A key capability of any information security program is the ability to rapidly detect and help correct data breaches.

More information

CAS8489 Delivering Security as a Service (SIEMaaS) November 2014

CAS8489 Delivering Security as a Service (SIEMaaS) November 2014 CAS8489 Delivering Security as a Service (SIEMaaS) November 2014 Usman Choudhary Senior Director usman@netiq.com Rajeev Khanolkar CEO SecurView Agenda What is Security Monitoring? Definition & concepts

More information

CAS8491 Data Center Transformation as Service

CAS8491 Data Center Transformation as Service CAS8491 Data Center Transformation as Service Gary Ardito Chief Architect Cloud Service Provider Solutions Pradeep Chaturvedi Product Management Agenda Workload Migration Challenges PlateSpin Recon PlateSpin

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

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

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

How To Monitor An Exchange Server With Netiqmc On A Windows 7.X.X (Windows 7) On A Microsoft Powerbook 2.X862 (Windows) On An Ubuntu 7.5 (Windows 8) On Windows

How To Monitor An Exchange Server With Netiqmc On A Windows 7.X.X (Windows 7) On A Microsoft Powerbook 2.X862 (Windows) On An Ubuntu 7.5 (Windows 8) On Windows NetIQ AppManager for Microsoft Exchange Server 2007, 2010, and 2013 Management Guide September 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

NetIQ Access Manager. Developer Kit 3.2. May 2012

NetIQ Access Manager. Developer Kit 3.2. May 2012 NetIQ Access Manager Developer Kit 3.2 May 2012 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON DISCLOSURE

More information

Backup Exec System Recovery Management Solution 2010 FAQ

Backup Exec System Recovery Management Solution 2010 FAQ Backup Exec System Recovery Management Solution 2010 FAQ Contents Overview... 1 Supported Backup Exec System Recovery Versions and Configurations... 6 Backup Exec System Recovery Management Solution 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

The Who, What, When, Where and Why of IAM Bob Bentley

The Who, What, When, Where and Why of IAM Bob Bentley The Who, What, When, Where and Why of IAM Bob Bentley Product Management Director October 2014 It s a Jungle Out There IAM is more than just provisioning user accounts and managing access to web pages

More information

NetIQ AppManager ResponseTime for Microsoft SQL Server

NetIQ AppManager ResponseTime for Microsoft SQL Server NetIQ AppManager ResponseTime for Microsoft SQL Server Management Guide April 2009 Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359,

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

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

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Server & Application Monitor

Server & Application Monitor Server & Application Monitor agentless application & server monitoring SolarWinds Server & Application Monitor provides predictive insight to pinpoint app performance issues. This product contains a rich

More information

TIBCO Spotfire Metrics Prerequisites and Installation

TIBCO Spotfire Metrics Prerequisites and Installation TIBCO Spotfire Metrics Prerequisites and Installation Software Release 6.0 November 2013 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

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

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

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

System Area Management Software Tool Tip: Integrating into NetIQ AppManager

System Area Management Software Tool Tip: Integrating into NetIQ AppManager System Area Management Software Tool Tip: Integrating into NetIQ AppManager Overview: This document provides an overview of how to integrate System Area Management's event logs with NetIQ's AppManager.

More information

Security and HIPAA Compliance

Security and HIPAA Compliance Contents Meeting the Challenge of HIPAA...3 Key areas of risk...3 Solutions for meeting the challenge of HIPAA...5 Mapping to HIPAA...5 Conclusion...7 About NetIQ...7 About Attachmate...7 Security and

More information

Quick Start Guide For Ipswitch Failover v9.0

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

More information

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

NetIQ AppManager for BlackBerry Enterprise Server. Management Guide

NetIQ AppManager for BlackBerry Enterprise Server. Management Guide NetIQ AppManager for BlackBerry Enterprise Server Management Guide April 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

Using PlateSpin PowerConvert to Perform Windows-to-Virtual Conversions into Virtual Iron Servers

Using PlateSpin PowerConvert to Perform Windows-to-Virtual Conversions into Virtual Iron Servers Using PlateSpin PowerConvert to Perform Windows-to-Virtual Conversions into Virtual Iron Servers Introduction PlateSpin PowerConvert can be used to perform physical-to-virtual (P2V) conversions of Windows

More information

Installing and Administering VMware vsphere Update Manager

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

More information

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

Upgrading to MailMarshal Version 6.0 SMTP Technical Reference

Upgrading to MailMarshal Version 6.0 SMTP Technical Reference Upgrading to MailMarshal Version 6.0 SMTP Technical Reference April 19, 2005 Contents Introduction... 3 Case 1: Standalone MailMarshal SMTP Server... 3 Case 2: Array of MailMarshal SMTP Servers... 14 Additional

More information

User Guide. NetIQ Domain Migration Administrator TM. May 2012

User Guide. NetIQ Domain Migration Administrator TM. May 2012 User Guide NetIQ Domain Migration Administrator TM May 2012 THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON-DISCLOSURE

More information

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

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

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

More information

User Guide. NetIQ Change Guardian for Group Policy. March 2010

User Guide. NetIQ Change Guardian for Group Policy. March 2010 User Guide NetIQ Change Guardian for Group Policy March 2010 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

User Guide. NetIQ Exchange Migrator. December 2011

User Guide. NetIQ Exchange Migrator. December 2011 User Guide NetIQ Exchange Migrator December 2011 Legal Notice NetIQ Exchange Migrator is protected by United States Patent No(s): 6708224 and 7083251. THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT

More information

Installation Manual v2.0.0

Installation Manual v2.0.0 Installation Manual v2.0.0 Contents ResponseLogic Install Guide v2.0.0 (Command Prompt Install)... 3 Requirements... 4 Installation Checklist:... 4 1. Download and Unzip files.... 4 2. Confirm you have

More information

Symantec Backup Exec 2010 R2. Quick Installation Guide

Symantec Backup Exec 2010 R2. Quick Installation Guide Symantec Backup Exec 2010 R2 Quick Installation Guide 20047221 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement.

More information

Web VTS Installation Guide. Copyright 2006-2010 SiiTech Inc. All rights reserved.

Web VTS Installation Guide. Copyright 2006-2010 SiiTech Inc. All rights reserved. Web VTS Installation Guide Copyright 2006-2010 SiiTech Inc. All rights reserved. Table of Contents Overview of Web VTS... 1 System Requirements... 2 Installation Sequence... 3 Installing Web VTS... 6 ii

More information

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing Installation Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing Installation Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License

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

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

Backup Exec 15. Quick Installation Guide

Backup Exec 15. Quick Installation Guide Backup Exec 15 Quick Installation Guide 21344987 Documentation version: 15 PN: 21344987 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, the Checkmark

More information

INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES

INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES TECHNICAL ARTICLE November 2012. Legal Notice The information in this publication is furnished for information use only, and does not

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

Veeam Backup Enterprise Manager. Version 7.0

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

More information

3M Command Center. Installation and Upgrade Guide

3M Command Center. Installation and Upgrade Guide 3M Command Center Installation and Upgrade Guide Copyright 3M, 2015. All rights reserved., 78-8129-3760-1d 3M is a trademark of 3M. Microsoft, Windows, Windows Server, Windows Vista and SQL Server are

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

BMC BladeLogic Client Automation Installation Guide

BMC BladeLogic Client Automation Installation Guide BMC BladeLogic Client Automation Installation Guide Supporting BMC BladeLogic Client Automation 8.2.02 January 2013 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.

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

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

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

Install SQL Server 2014 Express Edition

Install SQL Server 2014 Express Edition How To Install SQL Server 2014 Express Edition Updated: 2/4/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

MONITORING RED HAT GLUSTER SERVER DEPLOYMENTS With the Nagios IT infrastructure monitoring tool

MONITORING RED HAT GLUSTER SERVER DEPLOYMENTS With the Nagios IT infrastructure monitoring tool TECHNOLOGY DETAIL MONITORING RED HAT GLUSTER SERVER DEPLOYMENTS With the Nagios IT infrastructure monitoring tool INTRODUCTION Storage system monitoring is a fundamental task for a storage administrator.

More information

Deploying Business Objects Crystal Reports Server on IBM InfoSphere Balanced Warehouse C-Class Solution for Windows

Deploying Business Objects Crystal Reports Server on IBM InfoSphere Balanced Warehouse C-Class Solution for Windows Deploying Business Objects Crystal Reports Server on IBM InfoSphere Balanced Warehouse C-Class Solution for Windows I Installation & Configuration Guide Author: Thinh Hong Business Partner Technical Enablement

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Dell Active Administrator 8.0

Dell Active Administrator 8.0 What s new in Dell Active Administrator 8.0 January 2016 Dell Active Administrator 8.0 is the upcoming release of Dell Software's complete solution for managing Microsoft Active Directory security auditing,

More information

Altiris IT Analytics Solution 7.1 SP1 from Symantec User Guide

Altiris IT Analytics Solution 7.1 SP1 from Symantec User Guide Altiris IT Analytics Solution 7.1 SP1 from Symantec User Guide Altiris IT Analytics Solution 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement and

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

HP Device Monitor (v 1.2) for Microsoft System Center User Guide

HP Device Monitor (v 1.2) for Microsoft System Center User Guide HP Device Monitor (v 1.2) for Microsoft System Center User Guide Abstract This guide provides information on using the HP Device Monitor version 1.2 to monitor hardware components in an HP Insight Control

More information