VMware vRealize True Visibility Suite 1

43
Management Pack for SAP HANA VMware vRealize True Visibility Suite 1.0

Transcript of VMware vRealize True Visibility Suite 1

Page 1: VMware vRealize True Visibility Suite 1

Management Pack for SAP HANA

VMware vRealize True Visibility Suite 1.0

Page 2: VMware vRealize True Visibility Suite 1

You can find the most up-to-date technical documentation on the VMware website at:

https://docs.vmware.com/

VMware, Inc.3401 Hillview Ave.Palo Alto, CA 94304www.vmware.com

Copyright ©

2020 VMware, Inc. All rights reserved. Copyright and trademark information.

Management Pack for SAP HANA

VMware, Inc. 2

Page 3: VMware vRealize True Visibility Suite 1

Contents

1 Management Pack for SAP HANA 4

2 System Requirements (SAP HANA) 6Setting User Permissions (SAP HANA) 6

Adding an SSL Certificate to the vROps Truststore (SAP HANA) 8

3 Installing the Management Pack (SAP HANA) 10

4 Configuring the Management Pack (SAP HANA) 13Creating a Credential (SAP HANA) 13

Creating an Adapter Instance (SAP HANA) 15

Validating Data Collection (SAP HANA) 17

5 Troubleshooting the Management Pack (SAP HANA) 19

6 Using the Management Pack (SAP HANA) 21Resource Kinds and Relationships (SAP HANA) 21

Inventory Tree (Traversal Spec) (SAP HANA) 23

Dashboards (SAP HANA) 24

SAP HANA Environment 25

SAP HANA Host Details 25

SAP HANA Overview 26

Tags (SAP HANA) 27

Views (SAP HANA) 27

Reports (SAP HANA) 29

Analysis Badges and Capacity Definitions (SAP HANA) 30

Alerts (SAP HANA) 31

Metrics (SAP HANA) 31

VMware, Inc. 3

Page 4: VMware vRealize True Visibility Suite 1

Management Pack for SAP HANA 1The VMware vRealize® True Visibility™ Management Pack for SAP HANA is an embedded adapter for vRealize Operations (vROps), collecting performance data from your SAP HANA systems and providing predictive analytics and real-time information about problems in your infrastructure—all within the vRealize Operations user interface.

Notable Features

The Management Pack harnesses powerful vRealize Operations features such as:

n 3 comprehensive monitoring dashboards:

n SAP HANA Environment

n SAP HANA Host Details

n SAP HANA Overview

n 9 high-level views—and 2 corresponding reports— including performance and utilization for SAP HANA resources

n 250+ collected metrics for SAP HANA resources

n Key performance metrics such as Average Core Utilization, Average Response Time, CPU Utilization, Jobs Processed, Log Utilization, Read Size, and Write Size

n Detailed alerts and notifications imported from the SAP HANA API

n Capacity definitions for vRealize Calculated CPU, Data Space, Physical Memory, Swap Space, Virtual Memory, and more

Release Notes

Version Release Date Description

4.0.0 October 6, 2020 Initial General Availability release for VMware vRealize® True Visibility™

Known Issues / Limitations

The Management Pack does not support IPv6. This is a limitation of the ngdbc.jar library by SAP.

VMware, Inc. 4

Page 5: VMware vRealize True Visibility Suite 1

See also:

Chapter 2 System Requirements (SAP HANA)

Management Pack for SAP HANA

VMware, Inc. 5

Page 6: VMware vRealize True Visibility Suite 1

System Requirements (SAP HANA) 2Before installing and configuring the Management Pack, ensure your system meets the following requirements:

vRealize Operations Requirements SAP HANA Requirements

Version(s) vRealize Operations 6.3+ (Enterprise edition only)

SAP HANA 1.0

n SPS 10

n SPS 12

SAP HANA 2.0

Connection vROps hostname or IP address

SAP HANA hostname or IPv4 address

The Management Pack collects data via the SAP HANA platform’s API via default port 30015.

Note The port number is bound to the instance of the database. For more information on ranges and rules for port numbers, see: https://help.sap.com/viewer/ports

Credentials N/A SAP HANA User Name/Password

Note See: Setting User Permissions (SAP HANA) for information about granting the least amount of permissions for a SAP HANA monitoring user.

This chapter includes the following topics:

n Setting User Permissions (SAP HANA)

n Adding an SSL Certificate to the vROps Truststore (SAP HANA)

Setting User Permissions (SAP HANA)

The least privileged user requirements for the Management Pack include a restricted SAP HANA user account that has been customized as described in the following section. Creating the required SAP HANA user account includes the following tasks:

n Creating a Restricted SAP HANA User

n Granting Privileges to a Restricted SAP HANA User

VMware, Inc. 6

Page 7: VMware vRealize True Visibility Suite 1

Creating a Restricted SAP HANA User

1 Run CREATE RESTRICTED USER <USERNAME> PASSWORD “<password>”; to create a restricted user.

2 Run ALTER USER <USERNAME> ENABLE CLIENT CONNECT; to allow the user to connect to the database.

Granting Privileges to a Restricted SAP HANA User

1 Run GRANT CATALOG READ TO <USERNAME>; to give the user read-only access to all system views.

2 Run GRANT SELECT ON <VIEW_NAME> TO <USERNAME>; for each view listed below:

n _SYS_STATISTICS.STATISTICS_CURRENT_ALERTS

n SYS.M_BLOCKED_TRANSACTIONS

n SYS.M_CACHES

n SYS.M_CONNECTION_STATISTICS

n SYS.M_CONNECTIONS

n SYS.M_DATABASE

n SYS.M_DATABASE_HISTORY

n SYS.M_DISKS

n SYS.M_EXPENSIVE_STATEMENTS

n SYS.M_GARBAGE_COLLECTION_STATISTICS

n SYS.M_HOST_INFORMATION

n SYS.M_HOST_RESOURCE_UTILIZATION

n SYS.M_JOB_PROGRESS SYS.M_LANDSCAPE_HOST_CONFIGURATION

n SYS.M_LICENSE

n SYS.M_MEMORY

n SYS.M_RECORD_LOCKS

n SYS.M_SERVICE_MEMORY

n SYS.M_SERVICE_STATISTICS

n SYS.M_SERVICE_THREADS

n SYS.M_SERVICES

n SYS.M_SHARED_MEMORY

n SYS.M_SYSTEM_OVERVIEW

n SYS.M_TRANSACTIONS

Management Pack for SAP HANA

VMware, Inc. 7

Page 8: VMware vRealize True Visibility Suite 1

n SYS.M_VOLUME_IO_STATISTICS

n SYS.M_VOLUME_SIZES

n SYS.M_VOLUMES

Note After creating the user, the password must be changed by logging in to the SAP HANA Administration Console.

For detailed information on creating restricted users and granting privileges to users, visit the SAP Help Portal.

Adding an SSL Certificate to the vROps Truststore (SAP HANA)

For added security, we recommend adding an SSL certificate to the vROps truststore for your SAP HANA host server.

Note Different levels of security can be configured in the Management Pack. The least secure configuration is to set the SSL Config Advanced Setting to No SSL. The next level of security is to set SSL Config to No Verify, and the Management Pack will accept all SSL certificates. For the highest level of security, you can set SSL Config to Verify, and the Management Pack will have to verify the SSL certificate on your vROps system. See: Creating an Adapter Instance (SAP HANA).

To add the SSL certificate to your vROps truststore:

1 Obtain the SSL certificate for your SAP HANA host server from your Internet browser. Export the certificate as an X.509 Certificate (PEM).

2 Copy the certificate to your vROps machine.

3 Use ‘ssh’ to log in to the vROps machine as the root user, then run the following command:

Linux:

$VCOPS_BASE/jre/bin/keytool -import -alias <product_alias> -file /tmp/<certfile> -keystore “$VCOPS_DATA_VCOPS/user/conf/ssl/tcserver.truststore” -storepass `grep ssltruststorePassword /storage/vcops/user/conf/ssl/storePass.properties | sed s/ssltruststorePassword=//` -trustcacerts

Windows:

%VCOPS_BASE%\jre\bin\keytool -import -alias <product_alias> C:\path\to\certfile -keystore “%VCOPS_DATA_VCOPS%\user\conf\ssl\tcserver.truststore” -storepass <truststore_password> -trustcacerts

Parameter Descriptions:

n -alias is a unique name for each key that you add (per host)

n certfile is the location where the cert file was saved

Management Pack for SAP HANA

VMware, Inc. 8

Page 9: VMware vRealize True Visibility Suite 1

4 Run the reboot command to re-start the vROps machine for the changes to take effect.

Management Pack for SAP HANA

VMware, Inc. 9

Page 10: VMware vRealize True Visibility Suite 1

Installing the Management Pack (SAP HANA) 3This vRealize Operations Management Pack is installed using a .pak file.

1 Log in to vRealize Operations as an admin user.

2 From the top navigation bar, select Administration. In the left panel, the default Solutions

view will be selected. In the right panel, click the Add icon.

Note If you are using vROps 7.5, Solutions will have two subcategories: Configuration and Repository. Select Repository and scroll down to Other Management Packs and select Add a Management Pack to install a new management pack. Refer to the second screenshot below if needed.

vROps versions 7 and lower:

vROps version 7.5:

VMware, Inc. 10

Page 11: VMware vRealize True Visibility Suite 1

3 The Add Solution window will appear. Browse to the location of the saved .pak file, then click Upload.

Management Pack for SAP HANA

VMware, Inc. 11

Page 12: VMware vRealize True Visibility Suite 1

4 Click Next when the upload has finished.

5 Read and accept the End User License Agreement (EULA), then click Next.

6 Click Finish when the installation process is complete.

Management Pack for SAP HANA

VMware, Inc. 12

Page 13: VMware vRealize True Visibility Suite 1

Configuring the Management Pack (SAP HANA) 4Configuring the Management Pack for SAP HANA in vRealize Operations includes the following required tasks:

n Creating a Credential (SAP HANA)

n Creating an Adapter Instance (SAP HANA)

Note In addition, you may want to perform one or more of the following optional tasks to further configure the Management Pack for your specific needs:

n Validating Data Collection (SAP HANA) (optional)

This chapter includes the following topics:

n Creating a Credential (SAP HANA)

n Creating an Adapter Instance (SAP HANA)

n Validating Data Collection (SAP HANA)

Creating a Credential (SAP HANA)

One of the required configuration tasks for the Management Pack is to create a set of credentials in vROps.

Prerequisites

n Chapter 3 Installing the Management Pack (SAP HANA)

VMware, Inc. 13

Page 14: VMware vRealize True Visibility Suite 1

Procedure

1 From the top navigation bar, select Administration. In the left panel, expand the Management category and select Credentials.

2 Click the Add icon. In the Manage Credential window that appears, enter the following information, then click OK:

Results

n Credential name: A name for this set of credentials

n User Name: SAP HANA User Name

n Password: SAP HANA Password

Management Pack for SAP HANA

VMware, Inc. 14

Page 15: VMware vRealize True Visibility Suite 1

What to do next

Creating an Adapter Instance (SAP HANA)

Creating an Adapter Instance (SAP HANA)

Before you can begin using the Management Pack, you must create an adapter instance to identify the host from which the Management Pack will retrieve data.

Prerequisites

n Chapter 3 Installing the Management Pack (SAP HANA)

n Creating a Credential (SAP HANA)

Procedure

1 From the top navigation bar, select Administration. In the right panel, the Solutions view will be displayed.

2 Select SAP HANA from the Solutions list on the right.

3 Click the Configure icon. The Manage Solution window will appear.

Note Click the Add icon above theInstance Namelist on the left to create multiple adapter instances.

Management Pack for SAP HANA

VMware, Inc. 15

Page 16: VMware vRealize True Visibility Suite 1

4 In the Manage Solution window, enter the following information:

a Instance Settings:

n Display Name: A name for this particular instance of the Management Pack.

n Description: Optional, but it can be helpful to describe multiple adapter instances of the Management Pack.

b Basic Settings:

n Host: SAP HANA hostname or IP address.

Note The Management Pack supports IPv4 addresses only.

n Credential: Select the credential you created when Creating a Credential (SAP

HANA),or click the Add icon to create a credential set now.

c Advanced Settings:

n Collectors/Groups: Default Collector/Group is automatically selected. Click the drop-down menu if you want to run the collection on a different node.

Management Pack for SAP HANA

VMware, Inc. 16

Page 17: VMware vRealize True Visibility Suite 1

n Port: Default port is 30015.

Note The port number is bound to the instance of the database. For more information on ranges and rules for port numbers, see: https://help.sap.com/viewer/ports.

n Standby Hosts: Enter individual hostname or list of hostnames to be used for failover.

Note The Standby Hosts field supports input of multiple hosts using a comma-separated list. If using a port other than the default, it can be appended using the following format: <hostname_or_IP1>:<port>,<hostname_or_IP2>:<port>.

n SSL Config: Default setting is No SSL (SSL disabled); other choices are No Verify (SSL enabled/certificate not verified) and Verify (SSL enabled/certificate verified).

n Support Autodiscovery: Default setting is True, this should not be set to False.

5 Click Test Connection to test the configured connection information. Click Save Settings and Close to save your adapter instance.

What to do next

n To validate data collection, see: Validating Data Collection (SAP HANA).

Validating Data Collection (SAP HANA)

After you add an adapter instance, you will most likely want to validate the data that it collects in vROps. Wait until one collection cycle is complete and the Collection Status for the adapter instance on the Solutions page shows as "Data Receiving".

Prerequisites

n Creating an Adapter Instance (SAP HANA)

Procedure

1 From the top navigation bar, select Environment.

2 In the left panel, select All Objects, then expand the SAP HANA objects list.

Management Pack for SAP HANA

VMware, Inc. 17

Page 18: VMware vRealize True Visibility Suite 1

3 Select a resource from the list, then click the All Metrics tab to select metrics and validate values against the data source.

What to do next

To learn more about using the Management Pack, see: Chapter 6 Using the Management Pack (SAP HANA).

Management Pack for SAP HANA

VMware, Inc. 18

Page 19: VMware vRealize True Visibility Suite 1

Troubleshooting the Management Pack (SAP HANA) 5Once you have finished Chapter 3 Installing the Management Pack (SAP HANA) and Chapter 4 Configuring the Management Pack (SAP HANA), check the Collection State and Collection Status for the adapter instance on the Solutions page. If they show as Not Collecting or No Data Receiving, respectively, the following troubleshooting topics can help you diagnose and correct common problems with your adapter instance.

n Test Connection Errors

n Adapter and Collector Log Files

Test Connection Errors

When Creating an Adapter Instance (SAP HANA), click Test Connection after entering all of your configuration settings to ensure vROps can connect to the specified host.

The following errors are possible:

Unreachable Host

Unable to establish a valid connection to the target system. System is unavailable (Host is unknown or unreachable).

Incorrect User Name/Password

Unable to establish a valid connection to the target system. Authentication failure, check User Name and Password.

Incorrect Port

Unable to establish a valid connection to the target system. Unable to connect to server. Verify your connection settings.

Note The port number is bound to the instance of the database. For more information on ranges and rules for port numbers, see: https://help.sap.com/viewer/ports

Invalid SSL Certificate

Unable to establish a valid connection to the target system. SSL Certificate Validation failed, verify your certificate is correct.

VMware, Inc. 19

Page 20: VMware vRealize True Visibility Suite 1

Adapter and Collector Log Files

You can review adapter errors in the adapter and collector log files, which can be viewed in the vROps UI or in an external log viewer.

n Adapter log files are located in the $VCOPS_BASE/user/log/adapters/SAPHANAAdapter/ folder.

n Collector log files are located in the $VCOPS_BASE/user/log/ folder.

To set the base log level for the collector in vROps:

1 Navigate to Administration > Logs.

2 Expand the MASTER folder, then select the COLLECTOR folder.

3 Click the Edit Properties icon.

4 In the Root logger level drop-down menu, select the desired option.

n The default logging level is warning.

n To troubleshoot issues, set the logging level to info.

n To view detailed messages, including micro steps, queries, and returned results, set the logging level to debug.

Note If you set the logging level to debug , log files can become large very quickly. Set the logging level to debug only for short periods of time.

For more information about viewing log files and modifying levels, refer to the vROps online help.

Management Pack for SAP HANA

VMware, Inc. 20

Page 21: VMware vRealize True Visibility Suite 1

Using the Management Pack (SAP HANA) 6The Management Pack for SAP HANA includes the following out-of-the-box features, harnessing the power of the vRealize Operations user interface:

n Resource Kinds and Relationships (SAP HANA)

n Inventory Tree (Traversal Spec) (SAP HANA)

n Dashboards (SAP HANA)

n Tags (SAP HANA)

n Views (SAP HANA)

n Reports (SAP HANA)

n Analysis Badges and Capacity Definitions (SAP HANA)

n Alerts (SAP HANA)

n Metrics (SAP HANA)

This chapter includes the following topics:

n Resource Kinds and Relationships (SAP HANA)

n Inventory Tree (Traversal Spec) (SAP HANA)

n Dashboards (SAP HANA)

n Tags (SAP HANA)

n Views (SAP HANA)

n Reports (SAP HANA)

n Analysis Badges and Capacity Definitions (SAP HANA)

n Alerts (SAP HANA)

n Metrics (SAP HANA)

Resource Kinds and Relationships (SAP HANA)

The Management Pack for SAP HANA creates Resource Kinds and Relationships (associations) for critical resources in your SAP HANA environment.

VMware, Inc. 21

Page 22: VMware vRealize True Visibility Suite 1

Resource Kinds

Performance data, relationships, and events are collected for the following SAP HANA resource kinds:

1 SAP HANA Disk

2 SAP HANA Host

3 SAP HANA Service

4 SAP HANA System

5 SAP HANA Volume

Relationships

Relationships among discovered resources are also created by the Management Pack. The hierarchical structure of those relationships is depicted in the diagram below.

SAP HANA Relationships Diagram

Management Pack for SAP HANA

VMware, Inc. 22

Page 23: VMware vRealize True Visibility Suite 1

External Relationships

In addition to internal relationships, the following external relationships are also discovered:

n VMware Virtual Machine > SAP HANA Host

Inventory Tree (Traversal Spec) (SAP HANA)

The Inventory Tree (Traversal Spec) feature in vROps allows you to easily navigate your SAP HANA environment. The hierarchical structure implicitly shows relationships among resources and enables quick drill-downs to root-cause issues.

To access your SAP HANA Inventory Tree, navigate to Home > Environment > Inventory Trees.

Management Pack for SAP HANA

VMware, Inc. 23

Page 24: VMware vRealize True Visibility Suite 1

Example Inventory Trees – SAP HANA Icon Legend

Disk

Host

Service

System

Volume

Dashboards (SAP HANA)

Management Pack for SAP HANA

VMware, Inc. 24

Page 25: VMware vRealize True Visibility Suite 1

Dashboards are the primary feature for monitoring and troubleshooting SAP HANA data problems from within vRealize Operations.

The following dashboards are included in the Management Pack for SAP HANA:

n SAP HANA Environment

n SAP HANA Host Details

n SAP HANA Overview

SAP HANA Environment

The SAP HANA Environment dashboard provides details about your SAP HANA resources. Select a resource from the Environment widget on the left to view its alerts and metrics.

SAP HANA Host Details

The SAP HANA Host Details dashboard provides an overview of your SAP HANA hosts. Select a host from the heatmap to view its workload, capacity remaining, statements summary, and connections.

Management Pack for SAP HANA

VMware, Inc. 25

Page 26: VMware vRealize True Visibility Suite 1

SAP HANA Overview

The SAP HANA Overview dashboard provides an overview of your SAP HANA systems. Select a system from the widget on the left to view its properties, workload, capacity remaining, request summary, and a topology view of the relationships to the selected system.

Management Pack for SAP HANA

VMware, Inc. 26

Page 27: VMware vRealize True Visibility Suite 1

Tags (SAP HANA)

To further customize how your Management Pack dashboards are displayed, the following tags (containers) are currently available for filtering:

n SAP HANA Hosts Virtual Machines

To select a tag, perform the following steps:

1 From the top navigation bar, select Dashboards.

2 Select the dashboard you want to filter .

3 For the dashboard widget you want to filter, hover over the widget header at the top until icons appear on the right.

4 Select Edit Widget for the specific dashboard widget you want to filer.

5 In the dialog that appears, under Select which tags to filter, expand the SAP HANA Tag option and select the desired tag.

6 To save your configuration and exit the Edit window, click Save .

Views (SAP HANA)

Management Pack for SAP HANA

VMware, Inc. 27

Page 28: VMware vRealize True Visibility Suite 1

The Management Pack for SAP HANA creates views that allow the user to view statistics of metrics for various SAP HANA resources. The views help give a broad picture of the entire system, as opposed to a more in depth view.

The following views are available in the Management Pack:

View Type Description

SAP HANA Host Connections Trend Summary of connections to SAP HANA Host

SAP HANA Host Performance List Summary of various performance metrics for SAP HANA Hosts

SAP HANA Host Statement Summary List Summary of select, update, and expensive statements for SAP HANA Host

SAP HANA Host Utilization List Summary of core and memory utilization for SAP HANA Hosts

SAP HANA Service Performance List Summary of various performance metrics for SAP HANA Services

SAP HANA Service Utilization List Summary of CPU utilization for SAP HANA Services

SAP HANA System Performance List Summary of various performance metrics for a SAP HANA System

SAP HANA System Request Summary List Summary of requests rate and response time for SAP HANA Systems

SAP HANA System Utilization List Summary of core and memory utilization for SAP HANA System

To access the Management Pack views:

1 Navigate to Environment > All Objects > SAP HANA.

2 Double-click on the desired object (resource).

3 Select the Details tab, then Views.

The available views for that resource are listed and can be selected.

Accessing Views

Management Pack for SAP HANA

VMware, Inc. 28

Page 29: VMware vRealize True Visibility Suite 1

Reports (SAP HANA)

The Management Pack for SAP HANA contains two out-of-the-box reports that you can export and easily share with key stakeholders in either .pdf or .csv formats.

The following reports are available in the Management Pack:

Report Description

SAP HANA Performance Summary of various performance metrics for Systems, Hosts, and Services

SAP HANA Utilization Summary of CPU, memory, and other utilizations of Systems, Hosts, and Services

To access Management Pack reports:

1 Navigate to Environment > All Objects > SAP HANA.

2 Double-click on the desired object (resource).

3 Select the Reports tab, then Report Templates.

The available report(s) for the selected resource are listed and can be selected.

To run a selected report, click the Run Template icon.

Accessing Reports

Management Pack for SAP HANA

VMware, Inc. 29

Page 30: VMware vRealize True Visibility Suite 1

Analysis Badges and Capacity Definitions (SAP HANA)

Using the predictive analytics capabilities of the vROps Analysis Badges through capacity definitions, the Management Pack populates capacity and utilization breakdowns for the resource kinds listed in the table below.

Capacity Definitions List

Container Use in Workload

SAP HANA Disk

vRealize Calculated Size yes

SAP HANA Host

vRealize Calculated CPU yes

vRealize Calculated Physical Memory yes

vRealize Calculated Swap Space yes

SAP HANA System

vRealize Calculated Data Space yes

vRealize Calculated Log Space yes

vRealize Calculated Physical Memory yes

vRealize Calculated Trace Space yes

vRealize Calculated Virtual Memory yes

Analysis Badge Example

Management Pack for SAP HANA

VMware, Inc. 30

Page 31: VMware vRealize True Visibility Suite 1

Alerts (SAP HANA)

The Management Pack for SAP HANA populates alerts originating from the SAP HANA API and makes them available in vROps. See below for the list of alerts available in the Management Pack.

Alerts List

n SAP HANA System High Physical Memory Utilization

n SAP HANA System Has Inactive Hosts

n SAP HANA System High Average Core Utilization

n SAP HANA Host High Physical Memory Utilization

n SAP HANA Host High CPU Utilization

n SAP HANA Host has Info Status

n SAP HANA Host has Warning Status

n SAP HANA Host has Error Status

n SAP HANA Service High Memory Utilization

n SAP HANA Service High CPU Utilization

n SAP HANA High Disk Utilization

Metrics (SAP HANA)

Management Pack for SAP HANA

VMware, Inc. 31

Page 32: VMware vRealize True Visibility Suite 1

The Management Pack for SAP HANA collects the metrics listed in the table below, according to SAP HANA resource kinds.

Download metrics list as .csv file

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA Tag Relationships Virtual Machine Children

string List of children Virtual Machine resources

SAP HANA Disk Capacity Total Size integer The Total Size of the Disk.

SAP HANA Disk Capacity Used Size integer The Used Size of the Disk.

SAP HANA Disk Capacity Utilization float The Utilization of the Disk.

SAP HANA Disk Details Device Name string The Device Name of the Disk.

SAP HANA Disk Details Disk IDs on Device string The Disk IDs on Device of the Disk.

SAP HANA Disk Details Host string The Host of the Disk.

SAP HANA Disk I/O Total Read Size integer The Total Read Size of the Disk.

SAP HANA Disk I/O Total Reads float The Total Reads of the Disk.

SAP HANA Disk I/O Total Write Size integer The Total Write Size of the Disk.

SAP HANA Disk I/O Total Writes float The Total Writes of the Disk.

SAP HANA Disk Relationships System Parents string List of parent System resources

SAP HANA Host CPU CPU Usage float The CPU Usage of the Host.

SAP HANA Host CPU CPU Utilization float The CPU Utilization of the Host.

SAP HANA Host CPU Database CPU Time float The Database CPU Time of the Host.

SAP HANA Host CPU Total CPU Time float The Total CPU Time of the Host.

SAP HANA Host Cache Cache Capacity integer The Cache Capacity of the Host.

SAP HANA Host Cache Cache Entries float The Cache Entries of the Host.

SAP HANA Host Cache Cache Hits float The Cache Hits of the Host.

SAP HANA Host Cache Cache Inserts float The Cache Inserts of the Host.

SAP HANA Host Cache Cache Invalidates float The Cache Invalidates of the Host.

SAP HANA Host Cache Cache Misses float The Cache Misses of the Host.

SAP HANA Host Cache Caches integer The Caches of the Host.

SAP HANA Host Cache Used Cache integer The Used Cache of the Host.

SAP HANA Host Details Failover Group string The Failover Group of the Host.

SAP HANA Host Details IP Address string The IP Address of the Host.

SAP HANA Host Details Max Service Start Time string The Max Service Start Time of the Host.

SAP HANA Host Details Storage Partition string The Storage Partition of the Host.

SAP HANA Host Memory Database Memory Used

integer The Database Memory Used of the Host.

Management Pack for SAP HANA

VMware, Inc. 32

Page 33: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA Host Memory Database Memory Utilization

float The Database Memory Utilization of the Host.

SAP HANA Host Memory Database Resident Memory

integer The Database Resident Memory of the Host.

SAP HANA Host Memory Memory Allocation Limit

integer The Memory Allocation Limit of the Host.

SAP HANA Host Memory Physical Memory Utilization

float The Physical Memory Utilization of the Host.

SAP HANA Host Memory Total Physical Memory integer The Total Physical Memory of the Host.

SAP HANA Host Memory Total Resident Memory integer The Total Resident Memory of the Host.

SAP HANA Host Memory Used Physical Memory integer The Used Physical Memory of the Host.

SAP HANA Host Network Total Data Received float The Total Data Received of the Host.

SAP HANA Host Network Total Data Sent float The Total Data Sent of the Host.

SAP HANA Host Network Total Data Transferred float The Total Data Transferred of the Host.

SAP HANA Host Roles Actual Indexserver Role

string The Actual Indexserver Role of the Host.

SAP HANA Host Roles Actual Nameserver Role

string The Actual Nameserver Role of the Host.

SAP HANA Host Roles Configured Indexserver Role

string The Configured Indexserver Role of the Host.

SAP HANA Host Roles Configured Nameserver Role

string The Configured Nameserver Role of the Host.

SAP HANA Host Status Active string The Active of the Host.

SAP HANA Host Status Failover string The Failover of the Host.

SAP HANA Host Status Record Locks integer The Record Locks of the Host.

SAP HANA Host Status Status string The Status of the Host.

SAP HANA Host Status Uptime float The Uptime of the Host.

SAP HANA Host Swap Swap Utilization float The Swap Utilization of the Host.

SAP HANA Host Swap Total Swap Capacity integer The Total Swap Capacity of the Host.

SAP HANA Host Swap Used Swap integer The Used Swap of the Host.

SAP HANA Host Transactions Aborting Transactions integer The Aborting Transactions of the Host.

SAP HANA Host Transactions Active Prepare Commit Transactions

integer The Active Prepare Commit Transactions of the Host.

Management Pack for SAP HANA

VMware, Inc. 33

Page 34: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA Host Transactions Active Transactions integer The Active Transactions of the Host.

SAP HANA Host Transactions Average Current Transaction Run Time

float The Average Current Transaction Run Time of the Host.

SAP HANA Host Transactions Current Transactions integer The Current Transactions of the Host.

SAP HANA Host Transactions DDL Garbage Collection Transactions

integer The DDL Garbage Collection Transactions of the Host.

SAP HANA Host Transactions External Transactions integer The External Transactions of the Host.

SAP HANA Host Transactions Garbage Collection Transactions

integer The Garbage Collection Transactions of the Host.

SAP HANA Host Transactions Inactive Transactions integer The Inactive Transactions of the Host.

SAP HANA Host Transactions Internal Transactions integer The Internal Transactions of the Host.

SAP HANA Host Transactions Max Current Transaction Run Time

float The Max Current Transaction Run Time of the Host.

SAP HANA Host Transactions Partial Aborting Transactions

integer The Partial Aborting Transactions of the Host.

SAP HANA Host Transactions Precommitted Transactions

integer The Precommitted Transactions of the Host.

SAP HANA Host Transactions Total Transactions integer The Total Transactions of the Host.

SAP HANA Host Transactions User Transactions integer The User Transactions of the Host.

SAP HANA Host Workload Active Threads integer The Active Threads of the Host.

SAP HANA Host Workload Average Response Time

float The Average Response Time of the Host.

SAP HANA Host Workload Blocked Transactions integer The Blocked Transactions of the Host.

SAP HANA Host Workload Current Connections integer The Current Connections of the Host.

SAP HANA Host Workload Expensive Statements integer The Expensive Statements of the Host.

SAP HANA Host Workload Expensive Statements Duration

integer The Expensive Statements Duration of the Host.

SAP HANA Host Workload Idle Connections integer The Idle Connections of the Host.

SAP HANA Host Workload Inactive Threads integer The Inactive Threads of the Host.

SAP HANA Host Workload Jobs integer The Jobs of the Host.

SAP HANA Host Workload Request Rate float The Request Rate of the Host.

SAP HANA Host Workload Running Connections integer The Running Connections of the Host.

Management Pack for SAP HANA

VMware, Inc. 34

Page 35: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA Host Workload Total Select Executions float The Total Select Executions of the Host.

SAP HANA Host Workload Total Update Executions

float The Total Update Executions of the Host.

SAP HANA Host Relationships Service Children string List of child Service resources

SAP HANA Host Relationships System Parents string List of parent System resources

SAP HANA Host Relationships Virtual Machine Parents

string List of parent Virtual Machine resources

SAP HANA Service CPU Process CPU integer The Process CPU of the Service.

SAP HANA Service Cache Cache Capacity integer The Cache Capacity of the Service.

SAP HANA Service Cache Cache Entries float The Cache Entries of the Service.

SAP HANA Service Cache Cache Hits float The Cache Hits of the Service.

SAP HANA Service Cache Cache Inserts float The Cache Inserts of the Service.

SAP HANA Service Cache Cache Invalidates float The Cache Invalidates of the Service.

SAP HANA Service Cache Cache Misses float The Cache Misses of the Service.

SAP HANA Service Cache Cache Used integer The Cache Used of the Service.

SAP HANA Service Cache Caches integer The Caches of the Service.

SAP HANA Service Details Process ID integer The Process ID of the Service.

SAP HANA Service Details SQL Port string The SQL Port of the Service.

SAP HANA Service Details Service Port string The Service Port of the Service.

SAP HANA Service Details Service Role string Coordinator type in distributed landscape

SAP HANA Service Details Start Time string The Start Time of the Service.

SAP HANA Service Details Uptime float The Uptime of the Service.

SAP HANA Service Garbage Collection

Enters float The Enters of the Service.

SAP HANA Service Garbage Collection

Histories float The Histories of the Service.

SAP HANA Service Garbage Collection

Processed Jobs float The Processed Jobs of the Service.

SAP HANA Service Garbage Collection

Queue Empty Count float The Queue Empty Count of the Service.

SAP HANA Service Garbage Collection

Queue Load Count float The Queue Load Count of the Service.

SAP HANA Service Garbage Collection

Queue NonEmpty Load Count

float The Queue NonEmpty Load Count of the Service.

Management Pack for SAP HANA

VMware, Inc. 35

Page 36: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA Service Garbage Collection

Savepoints float The Savepoints of the Service.

SAP HANA Service Garbage Collection

Started Jobs float The Started Jobs of the Service.

SAP HANA Service Garbage Collection

Waiters float The Waiters of the Service.

SAP HANA Service Memory Effective Allocation Limit

integer The Effective Allocation Limit of the Service.

SAP HANA Service Memory Memory Used integer The Memory Used of the Service.

SAP HANA Service Memory Utilization float The Utilization of the Service.

SAP HANA Service Status Active string The Active of the Service.

SAP HANA Service Status Record Locks integer The Record Locks of the Service.

SAP HANA Service Workload Aborting Transactions integer The Aborting Transactions of the Service.

SAP HANA Service Workload Active Prepare Commit Transactions

integer The Active Prepare Commit Transactions of the Service.

SAP HANA Service Workload Active Threads integer The Active Threads of the Service.

SAP HANA Service Workload Active Transactions integer The Active Transactions of the Service.

SAP HANA Service Workload Average Current Transaction Run Time

float The Average Current Transaction Run Time of the Service.

SAP HANA Service Workload Blocked Transactions integer The Blocked Transactions of the Service.

SAP HANA Service Workload Current Transactions integer The Current Transactions of the Service.

SAP HANA Service Workload DDL Garbage Collection Transactions

integer The DDL Garbage Collection Transactions of the Service.

SAP HANA Service Workload Expensive Statements integer The Expensive Statements of the Service.

SAP HANA Service Workload Expensive Statements Duration

integer The Expensive Statements Duration of the Service.

SAP HANA Service Workload External Transactions integer The External Transactions of the Service.

SAP HANA Service Workload Garbage Collection Transactions

integer The Garbage Collection Transactions of the Service.

SAP HANA Service Workload Idle Connections integer The Idle Connections of the Service.

SAP HANA Service Workload Inactive Threads integer The Inactive Threads of the Service.

SAP HANA Service Workload Inactive Transactions integer The Inactive Transactions of the Service.

Management Pack for SAP HANA

VMware, Inc. 36

Page 37: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA Service Workload Internal Transactions integer The Internal Transactions of the Service.

SAP HANA Service Workload Jobs integer The Jobs of the Service.

SAP HANA Service Workload Max Current Transaction Run Time

float The Max Current Transaction Run Time of the Service.

SAP HANA Service Workload Open Files integer The Open Files of the Service.

SAP HANA Service Workload Partial Aborting Transactions

integer The Partial Aborting Transactions of the Service.

SAP HANA Service Workload Pending Requests integer The Pending Requests of the Service.

SAP HANA Service Workload Precommitted Transactions

integer The Precommitted Transactions of the Service.

SAP HANA Service Workload Requests float The Requests of the Service.

SAP HANA Service Workload Response Time integer The Response Time of the Service.

SAP HANA Service Workload Running Connections integer The Running Connections of the Service.

SAP HANA Service Workload User Transactions integer The User Transactions of the Service.

SAP HANA Service Relationships Host Parents string List of parent Host resources

SAP HANA Service Relationships Volume Children string List of child Volume resources

SAP HANA Service Service Shared Memory

Category string The Category of the Service Shared Memory.

SAP HANA Service Service Shared Memory

Host string The Host of the Service Shared Memory.

SAP HANA Service Service Shared Memory

Port string The Port of the Service Shared Memory.

SAP HANA Service Service Shared Memory

Allocated Size integer The Allocated Size of the Service Shared Memory.

SAP HANA Service Service Shared Memory

Free Size integer The Free Size of the Service Shared Memory.

SAP HANA Service Service Shared Memory

Used Size integer The Used Size of the Service Shared Memory.

SAP HANA Service Service Shared Memory

Service Parents string List of parent Service resources

SAP HANA System

CPU Average Core Utilization

float The average core utilization the System.

SAP HANA System

CPU I/O Wait Time float The I/O Wait Time of the System.

SAP HANA System

CPU Idle Time float The Idle Time of the System.

Management Pack for SAP HANA

VMware, Inc. 37

Page 38: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA System

CPU System Time float The System Time of the System.

SAP HANA System

CPU User Time float The User Time of the System.

SAP HANA System

Details Total Hosts integer The Total Hosts of the System.

SAP HANA System

Details Version string The Version of the System.

SAP HANA System

Disk Data Backup Capacity integer The Data Backup Capacity of the System.

SAP HANA System

Disk Data Backup Usage integer The Data Backup Usage of the System.

SAP HANA System

Disk Data Backup Utilization float The Data Backup Utilization of the System.

SAP HANA System

Disk Data Capacity integer The Data Capacity of the System.

SAP HANA System

Disk Data Usage integer The Data Usage of the System.

SAP HANA System

Disk Data Utilization float The Data Utilization of the System.

SAP HANA System

Disk Log Backup Capacity integer The Log Backup Capacity of the System.

SAP HANA System

Disk Log Backup Usage integer The Log Backup Usage of the System.

SAP HANA System

Disk Log Backup Utilization float The Log Backup Utilization of the System.

SAP HANA System

Disk Log Capacity integer The Log Capacity of the System.

SAP HANA System

Disk Log Usage integer The Log Usage of the System.

SAP HANA System

Disk Log Utilization float The Log Utilization of the System.

SAP HANA System

Disk Trace Capacity integer The Trace Capacity of the System.

SAP HANA System

Disk Trace Usage integer The Trace Usage of the System.

SAP HANA System

Disk Trace Utilization float The Trace Utilization of the System.

SAP HANA System

Host Information CPU Cores integer The CPU Cores of the System.

SAP HANA System

Host Information CPU Model string The CPU Model of the System.

Management Pack for SAP HANA

VMware, Inc. 38

Page 39: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA System

Host Information Hostnames string The Hostnames of the System.

SAP HANA System

Host Information IP Addresses string The IP Addresses of the System.

SAP HANA System

Host Information Operating System Name

string The Operating System Name of the System.

SAP HANA System

Host Information Physical Memory integer The Physical Memory of the System.

SAP HANA System

Host Information Public Name string The Public Name of the System.

SAP HANA System

Host Information Swap Memory integer The Swap Memory of the System.

SAP HANA System

License Days Until License Expiration

string The Days Until License Expiration of the System.

SAP HANA System

License Hardware Key string The Hardware Key of the System.

SAP HANA System

License Install Number string The Install Number of the System.

SAP HANA System

License License Expiration Date

string The License Expiration Date of the System.

SAP HANA System

License License is Enforced string The License is Enforced of the System.

SAP HANA System

License License is Locked Down

string The License is Locked Down of the System.

SAP HANA System

License License is Permanent string The License is Permanent of the System.

SAP HANA System

License License is Valid string The License is Valid of the System.

SAP HANA System

License Product Limit integer The Product Limit of the System.

SAP HANA System

License Product Name string The Product Name of the System.

SAP HANA System

License Product Usage integer The Product Usage of the System.

SAP HANA System

License Product Utilization float The Product Utilization of the System.

SAP HANA System

License System ID string The System ID of the System.

SAP HANA System

License System Number string The System Number of the System.

SAP HANA System

Memory Global Allocation Limit integer The Global Allocation Limit of the System.

Management Pack for SAP HANA

VMware, Inc. 39

Page 40: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA System

Memory Physical Memory Used integer The Physical Memory Used of the System.

SAP HANA System

Memory Physical Memory Utilization

float The Physical Memory Utilization of the System.

SAP HANA System

Memory Total Physical Memory integer The Total Physical Memory of the System.

SAP HANA System

Memory Total Virtual Memory integer The Total Virtual Memory of the System.

SAP HANA System

Memory Virtual Memory Used integer The Virtual Memory Used of the System.

SAP HANA System

Memory Virtual Memory Utilization

float The Virtual Memory Utilization of the System.

SAP HANA System

Status Alerts Status string The Alerts Status of the System.

SAP HANA System

Status All Services Started Status

string The All Services Started Status of the System.

SAP HANA System

Status CPU Status string The CPU Status of the System.

SAP HANA System

Status Disk Data Status string The Disk Data Status of the System.

SAP HANA System

Status Disk Log Status string The Disk Log Status of the System.

SAP HANA System

Status Disk Trace Status string The Disk Trace Status of the System.

SAP HANA System

Status Last Update Install Time

string The Last Update Install Time of the System.

SAP HANA System

Status Memory Status string The Memory Status of the System.

SAP HANA System

Workload Average Response Time

float The Average Response Time of the System.

SAP HANA System

Workload Blocked Transactions integer The Blocked Transactions of the System.

SAP HANA System

Workload Expensive Statement Duration

integer The Expensive Statement Duration of the System.

SAP HANA System

Workload Expensive Statements integer The Expensive Statements of the System.

SAP HANA System

Workload Idle Connections integer The Idle Connections of the System.

SAP HANA System

Workload Inactive Hosts float The Inactive Hosts of the System.

SAP HANA System

Workload Jobs integer The Jobs of the System.

Management Pack for SAP HANA

VMware, Inc. 40

Page 41: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA System

Workload Request Rate float The Request Rate of the System.

SAP HANA System

Workload Running Connections integer The Running Connections of the System.

SAP HANA System

Workload Running Hosts integer The Running Hosts of the System.

SAP HANA System

Relationships Disk Children string List of child Disk resources

SAP HANA System

Relationships Host Children string List of child Host resources

SAP HANA Volume

Calls Close Calls float The Close Calls of the Volume.

SAP HANA Volume

Calls Exists Calls float The Exists Calls of the Volume.

SAP HANA Volume

Calls GetDeviceID Calls float The GetDeviceID Calls of the Volume.

SAP HANA Volume

Calls GetModificationTime Calls

float The GetModificationTime Calls of the Volume.

SAP HANA Volume

Calls GetSize Calls float The GetSize Calls of the Volume.

SAP HANA Volume

Calls Open Calls float The Open Calls of the Volume.

SAP HANA Volume

Calls Remove Calls float The Remove Calls of the Volume.

SAP HANA Volume

Calls Resize Calls float The Resize Calls of the Volume.

SAP HANA Volume

Calls Sync Calls float The Sync Calls of the Volume.

SAP HANA Volume

Capacity Data Size integer The Data Size of the Volume.

SAP HANA Volume

Capacity Log Size integer The Log Size of the Volume.

SAP HANA Volume

Details Disk IDs string The Disk IDs of the Volume.

SAP HANA Volume

Details Host string The Host of the Volume.

SAP HANA Volume

Details Port string The Port of the Volume.

SAP HANA Volume

Details Service Name string The Service Name of the Volume.

SAP HANA Volume

Details Subpath string The Subpath of the Volume.

Management Pack for SAP HANA

VMware, Inc. 41

Page 42: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA Volume

I/O EOF Reads float The EOF Reads of the Volume.

SAP HANA Volume

I/O Total Appends float The Total Appends of the Volume.

SAP HANA Volume

I/O Total Async Reads float The Total Async Reads of the Volume.

SAP HANA Volume

I/O Total Async Writes float The Total Async Writes of the Volume.

SAP HANA Volume

I/O Total Failed Reads float The Total Failed Reads of the Volume.

SAP HANA Volume

I/O Total Failed Writes float The Total Failed Writes of the Volume.

SAP HANA Volume

I/O Total Full Retry Reads float The Total Full Retry Reads of the Volume.

SAP HANA Volume

I/O Total Full Retry Writes float The Total Full Retry Writes of the Volume.

SAP HANA Volume

I/O Total I/O Time float The Total I/O Time of the Volume.

SAP HANA Volume

I/O Total Read Size float The Total Read Size of the Volume.

SAP HANA Volume

I/O Total Read Time float The Total Read Time of the Volume.

SAP HANA Volume

I/O Total Reads float The Total Reads of the Volume.

SAP HANA Volume

I/O Total Short Reads float The Total Short Reads of the Volume.

SAP HANA Volume

I/O Total Short Writes float The Total Short Writes of the Volume.

SAP HANA Volume

I/O Total Sync Reads float The Total Sync Reads of the Volume.

SAP HANA Volume

I/O Total Sync Writes float The Total Sync Writes of the Volume.

SAP HANA Volume

I/O Total Trigger Async Reads

float The Total Trigger Async Reads of the Volume.

SAP HANA Volume

I/O Total Trigger Async Writes

float The Total Trigger Async Writes of the Volume.

SAP HANA Volume

I/O Total Write Size float The Total Write Size of the Volume.

SAP HANA Volume

I/O Total Write Time float The Total Write Time of the Volume.

Management Pack for SAP HANA

VMware, Inc. 42

Page 43: VMware vRealize True Visibility Suite 1

Resource Kind Resource Group Resource AttributeAttribute Type Attribute Description

SAP HANA Volume

I/O Total Writes float The Total Writes of the Volume.

SAP HANA Volume

Relationships Service Parents string List of parent Service resources

Management Pack for SAP HANA

VMware, Inc. 43