VMWARE VREALIZE END POINT OPERATIONS FOR. Apache HTTP Server. User Guide

Size: px
Start display at page:

Download "VMWARE VREALIZE END POINT OPERATIONS FOR. Apache HTTP Server. User Guide"

Transcription

1 VMWARE VREALIZE END POINT OPERATIONS FOR User Guide

2 TABLE OF CONTENTS 1. Product Overview Product Version Information Known Issues/Limitations System Requirements Configuration Enable the Apache Status Module (mod_status) Configure mod_status Verify Least-Privileged User (LPU) Installing End Point Operations for Prerequisites Installing the End Point Operations Management Agent Uploading the Installation (.pak) file in vrealize Operations What to do next Viewing/Modifying Agent Configuration Settings Prerequisites Procedure What to do next End Point Agent Overview Dashboard Metrics Properties Troubleshooting Viewing Errors in the Agent Log File...9 NOTE: This document supports the version of each product listed, as well as all subsequent versions, until a new edition replaces it. You can find the most up-to-date technical documentation on the Blue Medora support site at: The Blue Medora website also provides the latest product updates. If you have comments about this documentation, submit your feedback to: support@bluemedora.com. 2 Blue Medora VMware vrealize End Point Operations for

3 1. Product Overview Blue Medora VMware vrealize End Point Operations for collects performance data from your resources and makes it available within VMware vrealize Operations (vrops). 2. Product Version Information VERSION RELEASE DATE DESCRIPTION June 30, 2017 Initial release by Blue Medora 3. Known Issues/Limitations None at this time. 4. System Requirements Before installing End Point operations for, ensure your system meets the following requirements: Table 1: System Requirements Operating System (OS) vrealize Operations (vrops) Apache HTTP Server Windows Linux vrealize Operations 6.3+ Apache HTTPD 2.4+ NOTE: Apache s Status Module (mod_status) is required to return performance metrics. See section 5. Configuration for details. 3 Blue Medora VMware vrealize End Point Operations for

4 5. Configuration Before installing End Point operations for, you must configure the following on your Apache HTTP Server: Enable the Apache Status Module (mod_status) Configure mod_status Verify Apache Least-Privileged User (LPU) 5.1 Enable the Apache Status Module (mod_status) Most Apache installations will come with mod_status enabled, but if yours is not, you can enable the module in the httpd.conf configuration file. Search for mod_status, and uncomment (remove # ) the following line to enable it: #LoadModule status_module modules/mod_status.so 5.2 Configure mod_status Next, you ll want to configure mod_status by modifying the httpd.conf file. Find the mod_status section. (You may want to search for Location.) It should look like the following: # Allow server status reports generated by mod_status; # with the URL of # Change the.example.com to match your domain to enable. # # ExtendedStatus off # <Location /server-status> # SetHandler server-status # Order deny, allow # Deny from all # Allow from example.com # </Location> Configure the above section as follows: Uncomment (remove the # at beginning of each line) the entire section. Change the ExtendedStatus setting to on. Add the Host (i.e., FQDN, Hostname, or IP Address) of the machine you are using to access your web server to the Allow from example.com line within the <Location /server-status> parameter. 5.3 Verify Least-Privileged User (LPU) At a minimum, the EP Ops for user must be able to successfully run the following command: httpd -V 4 Blue Medora VMware vrealize End Point Operations for

5 6. Installing End Point Operations for To successfully install End Point Operations for, you must first install the End Point Operations Management agent on your Apache HTTPD host machines, then upload the EP Ops for installation file in vrealize Operations. 6.1 Prerequisites Obtain the End Point Operations for installation (.pak) file from the VMware Solution Exchange. 6.2 Installing the End Point Operations Management Agent Install the End Point Operations Management agent on your host machines. For instructions, refer to VMware s online help for your specific version of vrealize Operations: vrops version 6.3: End Point Operations Management Agent Installation and Deployment vrops version 6.4: End Point Operations Management Agent Installation and Deployment vrops version 6.5: End Point Operations Management Agent Installation and Deployment vrops version 6.6: End Point Operations Management Agent Installation and Deployment 6.3 Uploading the Installation (.pak) file in vrealize Operations 1. Save the.pak file in a temporary location. 2. Log in to vrealize Operations as an admin user. 3. In the left pane, select Administration, then click Solutions. 4. In the right panel, the Solutions list will be displayed. 5. Click the Add icon ( ). In the dialog that appears, browse to the location of the saved.pak file, then click Upload. NOTE: When you upload the.pak file, you ll see a notification regarding the file being unsigned. Ignore this notification and continue the installation process. 5 Blue Medora VMware vrealize End Point Operations for

6 6. Read and accept the End User License Agreement (EULA), then click Next. The upload might take several minutes to complete. Status information appears in the Installation Details text box throughout the installation process. 7. Click Finish when the installation process is complete. 6.4 What to do next After End Point Operations for has been installed, you can view the adapter instance for the agent created in vrops and modify the configuration settings, if needed. 7. Viewing/Modifying Agent Configuration Settings After the End Point Operations for.pak file has been installed, you can view the configuration settings for the adapter instance using the Inventory Explorer. 7.1 Prerequisites Wait for vrealize Operations Manager to complete one collection cycle so that the installed agent can be discovered. 7.2 Procedure 1. In the left pane of vrealize Operations Manager, click Administration, then Inventory Explorer. 2. Click Adapter Types > EP Ops Adapter. 3. Select the applicable, then click Edit Object ( ). The Edit Object dialog will open. 6 Blue Medora VMware vrealize End Point Operations for

7 4. The following settings are configurable: NOTE: Once the EP Ops agent is running, any setting changes require the Override agent configuration data setting to be set to true. apachehttpserver.url: Check this field and verify the full Apache HTTP server-status page URL is shown. Modify the value if necessary. Credential (optional): You may add basic authentication to your agent configuration by clicking on the Plus ( ) and entering a user name and password as follows: 7.3 What to do next Your End Point Operations for agent should now start returning performance metrics for the server(s) on the configured host. Navigate to your Dashboard List and select the End Point Agent Overview dashboard. 7 Blue Medora VMware vrealize End Point Operations for

8 8. End Point Agent Overview Dashboard End Point Operations for includes the following out-of-the-box overview dashboard. Select a server from the Selector widget on the left to view its key performance metrics on the right. 9. Metrics The following metrics are collected by End Point Operations for. Table 2: Metrics RESOURCE KIND RESOURCE ATTRIBUTE Resource Availability (percent: 0 or 100) ReqPerSec (Request/sec) Total Traffic (bytes) CPU Usage (Linux only; percent) ServerLoad (Windows only) Uptime (days) TotalAccesses IdleWorkers Throughput (byes/sec) Request Size (bytes) BusyWorkers 8 Blue Medora VMware vrealize End Point Operations for

9 10. Properties The following properties are collected by End Point Operations for. Table 3: Properties RESOURCE KIND PROPERTY PID (Parent process ID) Version fullpath configfile To view these properties, select the HTTP Server for which you want to view properties from the Apache HTTP Server widget in the dashboard, then select the Object Detail ( ) icon. In the Summary tab that appears, properties for the selected server are listed in the About Me widget on the right. 11. Troubleshooting 11.1 Viewing Errors in the Agent Log File You can review EP Ops agent errors in the agent.log file, which can be viewed in the vrops user interface or in an external log viewer. The log file can be found at $VCOPS_BASE/user/log/agent.log. 9 Blue Medora VMware vrealize End Point Operations for

10 You can find the most up-to-date technical documentation on the Blue Medora support site at: The Blue Medora website also provides the latest product updates. If you have comments about this documentation, submit your feedback to: Copyright 2017 Blue Medora Inc. All rights reserved. U.S. and international copyright and intellectual property laws protect this product. Blue Medora is a registered trademark or trademark of Blue Medora in the United States and/or other jurisdictions. The Apache name (including ) and logo are trademarks or registered trademarks of The Apache Software Foundation (ASF) in the United States and/or other jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies. Blue Medora 3225 N Evergreen Dr. NE Suite 103 Grand Rapids, MI bluemedora.com

VMWARE VREALIZE END POINT OPERATIONS FOR. IBM WebSphere. User Guide

VMWARE VREALIZE END POINT OPERATIONS FOR. IBM WebSphere. User Guide VMWARE VREALIZE END POINT OPERATIONS FOR IBM WebSphere User Guide TABLE OF CONTENTS 1. Product Overview...3 2. Product Version Information...3 3. Known Issues/Limitations...3 4. System Requirements...3

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Nimble Storage. Installation & Configuration Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Nimble Storage. Installation & Configuration Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Nimble Storage Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose....3 2. Installation and Configuration Requirements....3 3. Licensing Requirements....3

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. NetApp E-Series. Installation & Configuration Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. NetApp E-Series. Installation & Configuration Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR NetApp E-Series Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose....3 2. Installation and Configuration Requirements....3 3. Licensing Requirements....3

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. SolarWinds. Installation & Configuration Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. SolarWinds. Installation & Configuration Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR SolarWinds Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose....3 2. Installation and Configuration Requirements....3 3. Licensing Requirements....3

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR F5 BIG-IP. Installation & Configuration Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR F5 BIG-IP. Installation & Configuration Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR F5 BIG-IP Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose...3 2. Installation and Configuration Requirements...3 3. Licensing Requirements...4

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Citrix NetScaler. Installation & Configuration Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Citrix NetScaler. Installation & Configuration Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Citrix NetScaler Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose....3 2. Installation and Configuration Requirements....3 3. Licensing Requirements....3

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Dell EMC XtremIO. Installation & Configuration Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Dell EMC XtremIO. Installation & Configuration Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Dell EMC XtremIO Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose....3 2. Installation and Configuration Requirements....3 3. Licensing Requirements....3

More information

Citrix XenDesktop & XenApp

Citrix XenDesktop & XenApp VMware vrealize operations Management Pack FOR Citrix XenDesktop & XenApp Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose... 3 2. Installation and Configuration Requirements... 3 2.1 Prerequisites

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Oracle Database. Installation & Configuration Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Oracle Database. Installation & Configuration Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Oracle Database Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose....3 2. Installation and Configuration Requirements....3 3. Licensing Requirements....3

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Xen Hypervisor. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Xen Hypervisor. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Xen Hypervisor User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 How the Management Pack Collects Data... 3 2.2

More information

VMware vrealize operations Management Pack FOR KVM. User Guide

VMware vrealize operations Management Pack FOR KVM. User Guide VMware vrealize operations Management Pack FOR KVM User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 How the Management Pack Collects Data... 3 2.2 Data the Management

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Nagios. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Nagios. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Nagios User Guide TABLE OF CONTENTS 1. Purpose...3 2. Introduction to the Management Pack...3 2.1 How the Management Pack Collects Data...3 2.2 Data the Management

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Cisco Networking. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Cisco Networking. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR User Guide TABLE OF CONTENTS 1. Purpose....3 2. Introduction to the Management Pack....3 2.1 How the Management Pack Collects Data....3 2.2 Data the Management

More information

VMware vrealize operations Management Pack FOR. PostgreSQL. User Guide

VMware vrealize operations Management Pack FOR. PostgreSQL. User Guide VMware vrealize operations Management Pack FOR PostgreSQL User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 How the Management Pack Collects Data... 3 2.2 Data

More information

Pivotal Cloud Foundry

Pivotal Cloud Foundry VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Pivotal Cloud Foundry Installation & Configuration Guide TABLE OF CONTENTS 1. Purpose...3 2. Installation and Configuration Requirements...3 3. Licensing

More information

OpenManage Management Pack for vrealize Operations Manager Version 1.1. Installation Guide

OpenManage Management Pack for vrealize Operations Manager Version 1.1. Installation Guide OpenManage Management Pack for vrealize Operations Manager Version 1.1 Installation Guide Notes, cautions, and warnings A NOTE indicates important information that helps you make better use of your product.

More information

vrealize Operations Compliance Pack for PCI

vrealize Operations Compliance Pack for PCI vrealize Operations Compliance Pack for PCI vrealize Operations Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

vrealize Operations Service Discovery Management Pack 2.0

vrealize Operations Service Discovery Management Pack 2.0 vrealize Operations Service Discovery Management Pack 2.0 vrealize Operations Service Discovery Management Pack 2.0 You can find the most up-to-date technical documentation on the ware Web site at: https://docs.vmware.com/

More information

PostgreSQL Solution 1.1

PostgreSQL Solution 1.1 vrealize Operations Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

VMware vrealize Operations for Horizon Installation

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

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. NetApp Storage. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. NetApp Storage. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 Understanding NetApp Integration... 3 2.2 How the Management

More information

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.3

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.3 VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon 6.3 VMware vrealize Operations for Horizon Installation You can find the most up-to-date technical documentation

More information

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.5

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.5 VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

vrealize Operations Service Discovery Management Pack 2.1

vrealize Operations Service Discovery Management Pack 2.1 vrealize Operations Service Discovery Management Pack 2.1 You can find the most up-to-date technical documentation on the ware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

vrealize Operations Management Pack for vsan 1.0 Guide

vrealize Operations Management Pack for vsan 1.0 Guide vrealize Operations Management Pack for vsan 1.0 Guide This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To

More information

vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes

vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes vrealize Operations Manager Management Pack for vrealize Hyperic Release Notes vrealize Operations Manager Management Pack for Hyperic 6.0 Last document update: 04 December 2014. Contents: New Features

More information

Port Adapter Installation and Configuration Guide

Port Adapter Installation and Configuration Guide Port Adapter Installation and Configuration Guide vcenter Operations Manager 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vrealize Operations Federation Management Pack 1.0. vrealize Operations Manager

VMware vrealize Operations Federation Management Pack 1.0. vrealize Operations Manager VMware vrealize Operations Federation Management Pack 1.0 vrealize Operations Manager VMware vrealize Operations Federation Management Pack 1.0 You can find the most up-to-date technical documentation

More information

vrealize Operations Management Pack for NSX for Multi-Hypervisor

vrealize Operations Management Pack for NSX for Multi-Hypervisor vrealize Operations Management Pack for 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

More information

OpenManage Management Pack for vrealize Operations Manager Version 1.0 Installation Guide

OpenManage Management Pack for vrealize Operations Manager Version 1.0 Installation Guide OpenManage Management Pack for vrealize Operations Manager Version 1.0 Installation Guide Notas, precauciones y avisos NOTA: Una NOTA indica información importante que le ayuda a hacer un mejor uso de

More information

vrealize Operations Management Pack for NSX for vsphere 2.0

vrealize Operations Management Pack for NSX for vsphere 2.0 vrealize Operations Management Pack for NSX for vsphere 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. MongoDB. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. MongoDB. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR MongoDB User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 How the Management Pack Collects Data... 3 2.2 Data the

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

vrealize Operations Management Pack for NSX for vsphere 3.0

vrealize Operations Management Pack for NSX for vsphere 3.0 vrealize Operations Management Pack for NSX for vsphere 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

VMware vrealize Operations Management Pack for vcloud Director 4.5 Guide

VMware vrealize Operations Management Pack for vcloud Director 4.5 Guide VMware vrealize Operations Management Pack for Director 4.5 Guide This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

vrealize Automation Management Pack 2.0 Guide

vrealize Automation Management Pack 2.0 Guide vrealize Automation Management Pack 2.0 Guide 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 information

VIRTUAL GPU MANAGEMENT PACK FOR VMWARE VREALIZE OPERATIONS

VIRTUAL GPU MANAGEMENT PACK FOR VMWARE VREALIZE OPERATIONS VIRTUAL GPU MANAGEMENT PACK FOR VMWARE VREALIZE OPERATIONS DU-08661-001 _v6.0 through 6.1 Revision 02 June 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA... 1 Chapter 2. Installing

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Amazon Aurora. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Amazon Aurora. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR User Guide TABLE OF CONTENTS 1. Purpose...3 2. Introduction to the Management Pack...3 2.1 How the Management Pack Collects Data...3 2.2 Data the Management

More information

vcenter Operations Management Pack for vcns

vcenter Operations Management Pack for vcns vcenter Operations Management Pack for vcns vcenter Operations Manager 5.7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

vrealize Operations Management Pack for NSX for vsphere 3.5.0

vrealize Operations Management Pack for NSX for vsphere 3.5.0 vrealize Operations Management Pack for NSX for vsphere 3.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Using the vcenter Orchestrator Perspectives Plug-In

Using the vcenter Orchestrator Perspectives Plug-In Using the vcenter Orchestrator Perspectives Plug-In vcenter Orchestrator 4.1 vcenter Orchestrator 4.2 This document supports the version of each product listed and supports all subsequent versions until

More information

Deploying the vrealize Orchestrator Plug-in for F5 BIG-IP

Deploying the vrealize Orchestrator Plug-in for F5 BIG-IP INTEGRATION GUIDE Deploying the vrealize Orchestrator Plug-in for F5 BIG-IP April 2017 Kent Munson 1 Contents Introduction... 3 Deploy the vrealize Orchestrator Plugin for BIG-IP... 4 Installation and

More information

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7 Administering vrealize Log Insight September 20, 2018 4.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

VMware vrealize Operations Management Pack for vcloud Director 5.0 Guide

VMware vrealize Operations Management Pack for vcloud Director 5.0 Guide VMware vrealize Operations Management Pack for vcloud Director 5.0 Guide You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

vfabric Hyperic Monitoring and Management

vfabric Hyperic Monitoring and Management vfabric Hyperic Monitoring and Management VMware vfabric Hyperic 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

vapp Deployment and Configuration Guide

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

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Using vrealize Operations Tenant App for vcloud Director as a Tenant Admin

Using vrealize Operations Tenant App for vcloud Director as a Tenant Admin Using vrealize Operations Tenant App for vcloud Director as a Tenant Admin Using vrealize Operations Tenant App for vcloud Director as a Tenant Admin You can find the most up-to-date technical documentation

More information

vrealize Operations Management Pack for OpenStack 5.0

vrealize Operations Management Pack for OpenStack 5.0 vrealize Operations Management Pack for 5.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices.

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

VMware AirWatch Memcached Integration Guide Integrating Memcached functionality into your AirWatch deployment

VMware AirWatch Memcached Integration Guide Integrating Memcached functionality into your AirWatch deployment VMware AirWatch Memcached Integration Guide Integrating Memcached functionality into your AirWatch deployment AirWatch v9.4 Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Dell EMC VMAX. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Dell EMC VMAX. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Dell EMC VMAX User Guide TABLE OF CONTENTS 1. Purpose...3 2. Introduction to the Management Pack...3 2.1 How the Management Pack Collects Data...3 2.2 Data

More information

vcenter Operations Management Pack for NSX-vSphere

vcenter Operations Management Pack for NSX-vSphere vcenter Operations Management Pack for NSX-vSphere vcenter Operations Manager 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware Content Gateway to Unified Access Gateway Migration Guide

VMware Content Gateway to Unified Access Gateway Migration Guide VMware Content Gateway to Unified Access Gateway Migration Guide Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

vcenter Operations Manager for Horizon View Administration

vcenter Operations Manager for Horizon View Administration vcenter Operations Manager for Horizon View Administration vcenter Operations Manager for Horizon View 1.5 vcenter Operations Manager for Horizon View 1.5.1 This document supports the version of each product

More information

Free Download: Quick Start Guide

Free Download: Quick Start Guide Free Download: Quick Start Guide ViPR Controller & ViPR Controller Reporting Abstract This Quick Start Guide provides the main installation steps for the Free Download version of ViPR Controller and ViPR

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Nutanix. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Nutanix. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Nutanix User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 How the Management Pack Collects Data... 3 2.2 Data the

More information

Administering vrealize Log Insight. 12-OCT-2017 vrealize Log Insight 4.5

Administering vrealize Log Insight. 12-OCT-2017 vrealize Log Insight 4.5 Administering vrealize Log Insight 12-OCT-2017 4.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

VMware AirWatch Tizen Guide

VMware AirWatch Tizen Guide VMware AirWatch Tizen Guide AirWatch v8.4 and higher Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product is protected

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

Documentation. This PDF was generated for your convenience. For the latest documentation, always see

Documentation. This PDF was generated for your convenience. For the latest documentation, always see Management Pack for AWS 1.50 Table of Contents Home... 1 Release Notes... 3 What's New in Release 1.50... 4 Known Problems and Workarounds... 5 Get started... 7 Key concepts... 8 Install... 10 Installation

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

vrealize Operations Management Pack for vrealize Hyperic Release Notes

vrealize Operations Management Pack for vrealize Hyperic Release Notes vrealize Operations Management Pack for vrealize Hyperic Release Notes vrealize Operations Management Pack for Hyperic 6.0.1. Build No. 2470875 Last document update: 23 February 2014. Contents: New Features

More information

Administering vrealize Log Insight. 05-SEP-2017 vrealize Log Insight 4.3

Administering vrealize Log Insight. 05-SEP-2017 vrealize Log Insight 4.3 Administering vrealize Log Insight 05-SEP-2017 4.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

vrealize Hyperic Monitoring and Management Guide vrealize Hyperic 5.8.4

vrealize Hyperic Monitoring and Management Guide vrealize Hyperic 5.8.4 vrealize Hyperic Monitoring and Management Guide vrealize Hyperic 5.8.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

VMware AirWatch Epson Printer Integration Guide Using Epson printers with Workspace ONE UEM

VMware AirWatch Epson Printer Integration Guide Using Epson printers with Workspace ONE UEM VMware AirWatch Epson Printer Integration Guide Using Epson printers with Workspace ONE UEM Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the

More information

Quick Start Guide ViPR Controller & ViPR SolutionPack

Quick Start Guide ViPR Controller & ViPR SolutionPack ViPR Quick Start Guide Quick Start Guide ViPR Controller & ViPR SolutionPack Abstract This is a Quick Start Guide containing the main installation steps for the ViPR Controller and ViPR SolutionPack. For

More information

Pure Storage FlashArray Management Pack for VMware vrealize Operations Manager User Guide. (Version with Purity 4.9.

Pure Storage FlashArray Management Pack for VMware vrealize Operations Manager User Guide. (Version with Purity 4.9. Pure Storage FlashArray Management Pack for VMware vrealize Operations Manager User Guide (Version 1.0.139 with Purity 4.9.x or higher) Sunday, November 27, 2016 16:13 Pure Storage FlashArray Management

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.7 Have documentation feedback?

More information

Spotlight Management Pack for SCOM. User Guide

Spotlight Management Pack for SCOM. User Guide Spotlight Management Pack for SCOM 2016 Dell Inc. ALL RIGHTS RESERVED. This product is protected by U.S. and international copyright and intellectual property laws. Dell, the Dell logo, Toad, Toad World

More information

Solution - vrealize Operations Management Pack for vrealize Hyperic

Solution - vrealize Operations Management Pack for vrealize Hyperic Solution - vrealize Operations Management Pack for vrealize Hyperic vrealize Operations Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until

More information

vcenter CapacityIQ Installation Guide

vcenter CapacityIQ Installation Guide vcenter CapacityIQ 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Administering vrealize Log Insight. April 12, 2018 vrealize Log Insight 4.6

Administering vrealize Log Insight. April 12, 2018 vrealize Log Insight 4.6 Administering vrealize Log Insight April 12, 2018 4.6 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

vrealize Orchestrator Load Balancing

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

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.4 Have documentation feedback?

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

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

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release Oracle Enterprise Manager Ops Center Installing and Updating Local Software Packages 12c Release 12.1.2.0.0 E37233-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Dell SupportAssist Version 1.3 for Servers Release Notes

Dell SupportAssist Version 1.3 for Servers Release Notes Dell SupportAssist Version 1.3 for Servers Release Notes This document describes the new features, enhancements, and known issues in Dell SupportAssist Version 1.3 for Servers Release type and definition

More information

EXPLORING MONITORING AND ANALYTICS VMware Horizon

EXPLORING MONITORING AND ANALYTICS VMware Horizon GUIDE AUGUST 2018 PRINTED 11 JANUARY 2019 EXPLORING MONITORING AND ANALYTICS VMware Horizon Table of Contents Exploring Monitoring and Analytics About Monitoring and Analytics Exploring Dashboard and Status

More information

Table of Contents HOL-PRT-1463

Table of Contents HOL-PRT-1463 Table of Contents Lab Overview - - vcenter Operations Manager Management Pack for Oracle Enterprise Manager... 2 Lab Guidance... 3 Module 1 - Oracle Enterprise Manager Management Pack Introduction (15

More information

VMware Avery Dennison Printer Integration Guide Integration with Workspace ONE UEM

VMware Avery Dennison Printer Integration Guide Integration with Workspace ONE UEM VMware Avery Dennison Printer Integration Guide Integration with Workspace ONE UEM Workspace ONE UEM 9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

vrealize Production Test Upgrade Assessment Guide

vrealize Production Test Upgrade Assessment Guide vrealize Production Test Upgrade Assessment Guide JUNE 2017 V E R S I O N 1.7. 1 Table of Contents Overview... 3 Supported Versions... 3 Prerequisites... 3 Installation... 3 Run the Full Suite of Tests

More information

VMware Validated Design Backup and Restore Guide

VMware Validated Design Backup and Restore Guide VMware Validated Design Backup and Restore Guide VMware Validated Design for Software- Defined Data Center 3.0 This document supports the version of each product listed and supports all subsequent versions

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

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

More information

VMware Application Proxy v Guide. vrealize Operations Manager 6.7

VMware Application Proxy v Guide. vrealize Operations Manager 6.7 VMware Application Proxy v1.0.0.1 Guide vrealize Operations Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Easy Setup Guide. Cisco FindIT Network Probe. You can easily set up your FindIT Network Probe in this step-by-step guide.

Easy Setup Guide. Cisco FindIT Network Probe. You can easily set up your FindIT Network Probe in this step-by-step guide. Cisco FindIT Network Probe Easy Setup Guide You can easily set up your FindIT Network Probe in this step-by-step guide. 1 5 System Requirements Installing Probe Configuring Probe Using Probe Connecting

More information

vcenter CapacityIQ Installation Guide

vcenter CapacityIQ Installation Guide vcenter CapacityIQ 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.1 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer AirWatch v9.1 Have documentation feedback? Submit

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

VMware vcenter AppSpeed Installation and Upgrade Guide AppSpeed 1.2

VMware vcenter AppSpeed Installation and Upgrade Guide AppSpeed 1.2 VMware vcenter AppSpeed Installation and Upgrade Guide AppSpeed 1.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information