AppPulse Trace. Java Agent Guide. Fall 2017

Size: px
Start display at page:

Download "AppPulse Trace. Java Agent Guide. Fall 2017"

Transcription

1 AppPulse Trace Java Agent Guide Fall 2017

2 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HPE shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Restricted Rights Legend Confidential computer software. Valid license from HPE required for possession, use or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Copyright Notice Copyright Hewlett Packard Enterprise Development LP Trademark Notices Adobe is a trademark of Adobe Systems Incorporated. Google and Google Maps are trademarks of Google Inc. ipad is a trademark of Apple Inc. Java is a registered trademark of Oracle and/or its affiliates. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle and/or its affiliates. Red Hat is a registered trademark of Red Hat, Inc. in the United States and other countries. UNIX is a registered trademark of The Open Group. AppPulse Trace Page 2 of 96

3 Contents Welcome to This Guide 6 How This Guide Is Organized 6 Part 1: Introduction 7 Chapter 1: Overview and System Requirements 8 Overview 8 System Requirements 8 General Support Notes 8 Supported Operating Systems 8 Supported JVMs 9 Supported Application Servers 10 Part 2: Deployment 11 Chapter 2: Pre-Deployment 12 Deployment Mode Comparison 12 Files Modified by the Deployment Program 13 Chapter 3: Deployment 16 Chapter 4: Post Deployment 21 Setting File Permissions 21 Verifying the Java Agent 21 Verify that the Application Server is Running the Java Agent 21 Verify Java Agent connectivity with the AppPulse Trace server 22 Verify that the Java Agent successfully starts 22 Chapter 5: Preparing Application Servers for Monitoring 23 Examples for Configuring Application Servers 23 GlassFish 24 JBoss or WildFly 25 Jetty 28 TIBCO ActiveMatrix BusinessWorks and Service Bus 31 Tomcat 33 WebLogic 34 webmethods 37 WebSphere 41 WebSphere Application Server Liberty 45 Chapter 6: Preparing Application Servers for Client Monitoring 47 About Client Monitoring 47 Enabling Client Monitoring 48 Configuring and Disabling Client Monitoring 48 AppPulse Trace Page 3 of 96

4 Client Monitoring System Requirements 49 Chapter 7: Removing the Java Agent 50 Part 3: Upgrade 52 Chapter 8: Upgrade 53 Upgrading the Java Agent in the Same Location 53 Upgrading the Java Agent in a New Location 54 Application Servers Supported for Auto Deployment 54 Application Servers Not Supported for Auto Deployment and Other Java Processes 54 Part 4: Configuration 55 Chapter 9: Configuring Security 56 Accessing the Java Agent Maintenance Page 56 Privacy Controls 57 Encrypting the Proxy Server Password 59 Chapter 10: Configuring the app-pulse-agent.properties File 61 To change an agent's name 61 To change an agent's proxy settings 61 Chapter 11: Configuring Services for Java 63 Managing Services 64 Add a Service 64 Rename a Service 65 Delete a Service 65 Chapter 12: Configure Monitoring of Multiple Java Processes on an Application Server 66 Chapter 13: Adjusting the Heap Size for the Java Agent in the Application Server 69 Chapter 14: Configuring the SOAP Message Handler 70 Chapter 15: Special Considerations for Applications Based on the OSGi Framework 71 Part 5: Basic Custom Instrumentation 72 Chapter 16: Introduction 73 Chapter 17: Load-time Instrumentation 74 Chapter 18: Instrumentation Points 75 Chapter 19: Instrumenting by Class and Method Name 76 Chapter 20: Instrumenting by Interfaces 78 Chapter 21: Excluding Classes from Instrumentation 79 Chapter 22: Regular Expressions 80 Chapter 23: Excluding Methods from Instrumentation 81 Chapter 24: Instrumenting by Annotations 82 Chapter 25: Caller-side Instrumentation 83 Chapter 26: Customizing Performance Data Capture 84 Chapter 27: Application Code Built-in Instrumentation 86 Chapter 28: Instrumentation Point Conflicts 87 AppPulse Trace Page 4 of 96

5 Part 6: Troubleshooting 88 Chapter 29: Deployment Troubleshooting 89 Chapter 30: Missing or No Data Troubleshooting 91 Chapter 31: Miscellaneous Troubleshooting 93 Chapter 32: Troubleshooting - Basic Custom Instrumentation 95 Send Documentation Feedback 96 AppPulse Trace Page 5 of 96

6 Welcome to This Guide Welcome to the Hewlett Packard Enterprise (HPE) AppPulse Trace Java Agent Guide. This guide describes how to deploy, configure, and use the AppPulse Trace Java Agent. The AppPulse Trace Java Agent captures events such as method invocations, method parameters, and the beginning and end of business and server transactions. How This Guide Is Organized This guide contains the following parts: Part 1: "Introduction" on page 7 Provides a high level overview of the Java Agent and system requirements. Part 2: "Deployment" on page 11 Describes how to deploy the Java Agent. Part 3: "Upgrade" on page 52 Describes how to upgrade the Java Agent. Part 4: "Configuration" on page 55 Describes additional configuration options for the Java Agent. Part 5: "Basic Custom Instrumentation" on page 72 Describes basic custom instrumentation for the Java Agent. Part 6: "Troubleshooting" on page 88 Describes troubleshooting issues and possible solutions. AppPulse Trace Page 6 of 96

7 Part 1: Introduction This part provides a high level overview of the Java Agent and lists system requirements. AppPulse Trace Page 7 of 96

8 Chapter 1: Overview and System Requirements Overview The AppPulse Trace Java Agent is deployed on the machine that hosts the application that you want to monitor. The agent captures events such as method invocations, method parameters, and the beginning and end of business and server transactions. The Java Agent and the application environment must be configured to enable monitoring of your application. Instructions for deploying and configuring the Java Agent can be found in the following sections: "Deployment" on page 16 "Configuring Security" on page 56 System Requirements The following are the system requirements for the Java Agent: General Support Notes Supported Tiers All items are supported without limitations unless otherwise stated. Supported Versions When a sub-version is specified as x (for example 8.x), the latest version at the time of documentation is implied. End-of-Life Support All items are supported as long as they have not been declared end-of-life by their vendors. Supported Operating Systems All supported operating systems are 64 bit. AppPulse Trace Page 8 of 96

9 Chapter 1: Overview and System Requirements Microsoft Windows 2008 R2* Windows Server 2012 Windows Server 2012 R2 IBM AIX 6.1* AIX 7.1* Linux Red Hat Enterprise Linux 6.x Red Hat Enterprise Linux 7.x SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 12 Oracle Enterprise Linux 6.x Oracle Enterprise Linux 7.x Ubuntu Server (LTS) * Supported with possible limitations. Supported JVMs All supported JVMs are 64 bit. Oracle IBM (MicroSoft and IBM operating systems only) OpenJDK (Linux based operating systems only) 6.x* 7.x 8.x 6.x* 7.x 8.x 7 8 * Supported with possible limitations. AppPulse Trace Page 9 of 96

10 Chapter 1: Overview and System Requirements Supported Application Servers Apache Tomcat 7.x 8.x 9.x IBM WebSphere Application Server (WAS) 7.0.x x* WAS Liberty Oracle WebLogic 11g 12c, 12cR2 WildFly 8.x 9.x 10.0 JBoss Enterprise Application Platform 6.x 7.0 JBoss Application Server 6.1.x 7.x Jetty** 8.x 9.x * For WebSphere Application Server 8.5.5, you must apply Fix Pack 9 or later. ** Manual deployment only. AppPulse Trace Page 10 of 96

11 Part 2: Deployment This part describes the options for deploying the Java Agent. AppPulse Trace Page 11 of 96

12 Chapter 2: Pre-Deployment Before you deploy a Java Agent, learn about the following: "Deployment Mode Comparison" below "Files Modified by the Deployment Program" on the next page Deployment Mode Comparison The following table compares the different modes you can use to deploy the Java Agent. Deployment Program in Silent Mode Deployment Program in Interactive Mode Manual Deployment Description Automatic deployment in silent mode, using default settings. Automatic deployment in interactive mode, enabling input during the deployment of the source directory and if necessary, proxy settings. Manual configuration of startup scripts. Usage For Tomcat, JBoss, WildFly, WebSphere, and WebLogic. For Tomcat, JBoss, WildFly, WebSphere, and WebLogic. For any Java process or application server. For details on supported application servers, see "System Requirements" on page 8. AppPulse Trace Page 12 of 96

13 Chapter 2: Pre-Deployment Deployment Program in Silent Mode Notes Recommende d deployment mode. This is the quickest and easiest way to deploy the Java Agent. If necessary, you can configure proxy settings manually after the deployment. Deployment Program in Interactive Mode Use this deployment mode if you did not unzip the deployment package into the Server Home Directory, or if you want to configure proxy settings during the deployment. Manual Deployment Use this deployment mode for: Any other Java process or application server. Tomcat, JBoss, WildFly, WebSphere, and WebLogic if you use custom scripts or procedures. For details, see... "Automatic Deployment in Silent Mode" on page 17 "Automatic Deployment in Interactive Mode" on page 18 "Manual Deployment" on page 19 Files Modified by the Deployment Program The deployment program modifies the startup script (for Tomcat, JBoss, WildFly, and WebLogic), or the xml file (for WebSphere), for the application server, so that the Java Agent will start monitoring the application the next time the application server is started. The original, initial version of the modified file is saved as a backup in the same location. The file is named as follows: HPbackup_year_month_day_originalFileName. For example, HPbackup_2015_5_17_domain.bat. Note: If the deployment program modifies the same file more than once on the same date, a sequential version number is also added to the file name for the additional backup files created. For example, HPbackup_2015_5_17_domain_2.bat. AppPulse Trace Page 13 of 96

14 Chapter 2: Pre-Deployment Details of which files have been modified during deployment can be viewed in the <agent installation directory>\bin\setupmodule.log file. File Modified by the Deployment Backup File For Tomcat: <TOMCAT_HOME>/bin/catalina.[bat sh] For Tomcat when run as a Windows service: When Tomcat is run as a service, the following registry key is modified: HKEY_LOCAL_ MACHINE\SOFTWARE\Wow6432Node\Ap ache Software Foundation\Procrun 2.0\<Tomcat Service Name>\Parameters\Java\Options For JBoss Version 7.x and Wildfly Versions 8.x, 9.x: <JBOSS_HOME>/bin/domain.[bat sh] <JBOSS_HOME>/bin/standalone.[bat sh] <TOMCAT_HOME>/bin//HPbackup_ <date>_catalina.[bat sh] No automatic backup is made. You can manually save the registry for backup purposes and restore the backup as needed. To manually edit the specific registry key, use the regedit command or the <Tomcat HOME>/bin/tomcat7w.exe command (double-click to launch and then select Java tab > Java Options). To restore the registry key to the original, delete the first line -javagent... <JBOSS_HOME>\bin\HPbackup_ <date>_domain.[bat sh] <JBOSS_HOME>\bin\HPbackup_ <date>_standalone.[bat sh] For JBoss Version 6.x: <JBOSS_HOME>/bin/run.[bat sh] For WebLogic: <WebLogic HOME>\user_ projects\domains\<domain>\bin\startweblo gic.[cmd sh] <JBOSS_HOME>/bin/HPbackup_ <date>_run.bat <WebLogic HOME>\user_ projects\domains\<domain>\bin\hpbac kup_<date>_startweblogic.[cmd sh] AppPulse Trace Page 14 of 96

15 Chapter 2: Pre-Deployment File Modified by the Deployment Backup File For WebSphere: <WebSphere HOME>\AppServer\profiles\<PROFILE NAME>\config\cells\<CELL NAME>\nodes\<NODE NAME>\servers\<SERVER NAME>\server.xml <WebSphere HOME>\AppServer\profiles\<PROFILE NAME>\config\cells\<CELL NAME>\nodes\<NODE NAME>\servers\<SERVER NAME>\HPbackup_<date>_server.xml The deployment dialog indicates whether the startup script has been modified successfully. AppPulse Trace Page 15 of 96

16 Chapter 3: Deployment This chapter describes the steps required for downloading and deploying a Java Agent. 1. Prepare the host where the Java Agent is to be deployed. The Java Agent must reside on the same host as the Java application or process to be monitored. The agent cannot monitor an application remotely. The host also must meet the system requirements. For details, see "System Requirements" on page 8. Note: The host on which you are installing the agent must be able to access saas.hpe.com using the standard https port number 443 either directly, through a proxy server, or through a Firewall, depending on your infrastructure configuration. (For details on configuring a proxy server in AppPulse Trace, see "Automatic Deployment in Interactive Mode" on page 18 and "To change an agent's proxy settings" on page 61.) You can view the exact HPE SaaS URL to which you need access in the registration.url parameter in the <agent installation directory>/etc/app-pulseagent.properties file. You can test your connectivity to the AppPulse Trace server. For details, see "Verify Java Agent connectivity with the AppPulse Trace server" on page Add an application for monitoring in AppPulse Trace. When you first log in to AppPulse Trace, you are required to configure an initial, default application. You can add and configure additional applications at any time. 3. Download the Java Agent deployment package. When you configure a new application for monitoring in AppPulse Trace, you are required to specify the type of application server technology you want to monitor (for example, Java) and to download the relevant deployment package (as a zip file). The download is specific for that application and contains embedded data about the application. 4. Unzip the deployment package. Unzip the downloaded Java Agent deployment package to a directory on the machine hosting the application that you want to monitor. Note: We recommend using the Application Server Home directory, as the silent deployment mode searches for this directory by default. AppPulse Trace Page 16 of 96

17 Chapter 3: Deployment A sub-directory called AppPulseJavaAgent is created in the directory to which you unzip the deployment package. Throughout this guide, the term <agent installation directory> refers to <the directory to which you unzip the deployment package>/apppulsejavaagent. For WebSphere, ensure that directory names for the Java Agent do not contain spaces as WebSphere configuration does not support spaces within arguments. If the user who unzips the file does not have the necessary file permissions (for AIX and Linux), you must set the file permissions manually after unzipping the file. For details, see "Setting File Permissions" on page Run the Java Agent deployment. For a description of the different deployment modes and to determine which mode is most suitable for your needs, see "Deployment Mode Comparison" on page 12. Automatic Deployment in Silent Mode This is the recommended deployment mode for Tomcat, Jboss, WildFly, WebSphere, and WebLogic. Note: You cannot configure proxy settings (for connecting to the AppPulse Trace server) as part of a silent deployment, but can configure them manually after the deployment. For details, see "Configuring the app-pulse-agent.properties File" on page 61. Run the following command to start the Java Agent deployment in a silent mode: <agent installation directory>/lib java -jar AppPulseAgent.jar setup Note: By default, the deployment program uses the directory from which it is run to search for the Application Server Home directory. If you did not unzip the downloaded deployment package to the Application Server Home directory, you must then specify the Application Server Home directory in the command. For example: <agent installation directory>/lib java -jar AppPulseAgent.jar setup <Application Server Home directory> Interactive Help AppPulse Trace Page 17 of 96

18 Chapter 3: Deployment To display help about the deployment, run: <agent installation directory>/lib java -jar AppPulseAgent.jar Automatic Deployment in Interactive Mode The interactive deployment of the Java Agent includes the following steps: a. Start the Agent Deployment Run the following command to start the Java Agent deployment in an interactive mode: <agent installation directory>/lib java -jar AppPulseAgent.jar setup -interactive b. Specify the Application Server Home Directory By default, this is the directory from which the deployment is run. c. Configure Proxy Server Settings (optional) If you are using a Proxy server to connect to the AppPulse Trace server, enter 'Y' (Yes) and then configure the following settings: o The Proxy server name. o The Proxy server port (default 8080). o o The Proxy server user name (optional). The Proxy server password (optional). d. Save the Configuration and Exit the Interactive Dialog Enter 'Y' (Yes) to save the configuration and exit the interactive dialog, or enter 'N' (No) to restart the configuration. Interactive Help and Dialog Input Options To display help about the deployment, run: <agent installation directory>/lib java -jar AppPulseAgent.jar During the deployment, you can use any of the following options when prompted for input: Enter. Accept the default value. Minus (-). Previous step. Plus (+). Next step. c. Cancel. f. Finish. AppPulse Trace Page 18 of 96

19 Chapter 3: Deployment Manual Deployment You can manually deploy and configure the Java Agent for any Java process or application server. Note: We recommend that for Tomcat, JBoss, WildFly, WebSphere, and WebLogic you deploy and configure the Java Agent using the deployment program in silent mode. For details, see "Automatic Deployment in Silent Mode" on page 17. A manual deployment of the Java Agent includes the following steps: a. Edit the Java Process Startup Command Add the following parameter to the Java process startup command: -javaagent:<agent installation directory>/lib/probeagent.jar b. Configure Additional Changes Additional configuration changes are required, depending on the type of application server. For details, see "Preparing Application Servers for Monitoring" on page 23. c. Configure Proxy Settings (optional) You can manually configure proxy settings for the Java Agent (if relevant for the machine on which the agent is installed). For details, see "Configuring the apppulse-agent.properties File" on page Verify that the Application Server is running the Java Agent. The automatic deployment process verifies connectivity between the Java Agent and the AppPulse Trace server and displays the result. For a manual deployment, run this verification manually. For details, see "Verify Java Agent connectivity with the AppPulse Trace server" on page 22. Manually verify that the Application Server is running the Java Agent. For details, see "Verify that the Application Server is Running the Java Agent" on page Restart the application server to pick up the changes to the startup script. The automatic deployment process modifies the Application Server startup script and saves a backup of the original. For details, see "Files Modified by the Deployment Program" on page 13. Note: For WebLogic, the startup script is additionally modified to enable secure communications with AppPulse Trace. For details of these changes, see step 3 AppPulse Trace Page 19 of 96

20 Chapter 3: Deployment in "WebLogic" on page 34. Restart the Application Server using the updated startup script. After a few minutes, you will be able to view application performance data in AppPulse Trace. 8. (Optional) Add additional configuration. For details, see "Configuration" on page 55. AppPulse Trace Page 20 of 96

21 Chapter 4: Post Deployment This chapter includes the following topics: "Setting File Permissions" below "Verifying the Java Agent" below Setting File Permissions All installations: As files in the <agent installation directory>/log and <agent installation directory>/etc directories may contain sensitive data, we recommend that you consider restricting access to these directories for other users. AIX and Linux installations only: If the deployment package was unzipped by a user without the required permissions, after deploying the Java Agent make the agent s 'group the same as the application server s group. Then assign the following permissions to files in the <agent installation directory> for the group: Read access to the <agent installation directory> directory and files. Execute access to the <agent installation directory>/bin directory. Read/Write access to the <agent installation directory>/log directory. Read/Write access to the <agent installation directory>/etc directory. Verifying the Java Agent You can run the following verification checks: "Verify that the Application Server is Running the Java Agent" below "Verify Java Agent connectivity with the AppPulse Trace server" on the next page "Verify that the Java Agent successfully starts" on the next page Verify that the Application Server is Running the Java Agent Start the application server and ensure that it has started successfully. Validate that the <agent installation directory>/log/<probe_name>/probe.log AppPulse Trace Page 21 of 96

22 Chapter 4: Post Deployment contains entries for the current Java Agent run. On the application server, direct your browser to the localhost, using the Java Agent's port number. For example: Verify Java Agent connectivity with the AppPulse Trace server To verify that the Java Agent successfully connects with the AppPulse Trace server, run the following command at any time: <agent installation directory>/lib java -jar AppPulseAgent.jar setup -connectivity-test Note: A similar test is automatically run when you deploy the Java Agent for Tomcat, JBoss, WildFly, WebSphere, and WebLogic using the deployment program. The results of the test are displayed as part of the deployment summary. Verify that the Java Agent successfully starts To verify that the Java Agent successfully starts, runs, and is able to communicate, run the following test script at any time: <agent installation directory>\bin\runtestprobe.cmd on Windows <agent installation directory>/bin/runtestprobe.sh on UNIX and Linux This script runs a test agent that attempts to connect to the AppPulse Trace server. The script displays log messages that indicate success, or why the test agent is failing to connect. The failure messages can help you identify why the agent for your monitored application is not connecting to the AppPulse Trace server. Press CTRL-C to stop the test script. AppPulse Trace Page 22 of 96

23 Chapter 5: Preparing Application Servers for Monitoring By adding the Java Agent to your application server start up, your application server will be instrumented and monitored. This is done by adding the -javaagent:<agent installation directory>\lib\probeagent.jar option to your application server JVM parameters. Note: If you installed the Java Agent for Tomcat, Jboss, WildFly, WebSphere, or WebLogic using the deployment program (for details, see "Deployment" on page 16), you do not need to perform this procedure. Restart the application server to pick up the changes. For details on supported application servers, see "System Requirements" on page 8. To continue, find your application server in the section below and follow the instructions for instrumenting and configuring. Examples for Configuring Application Servers This section provides examples of how to configure the following commonly used application servers for monitoring. Note: When manually deploying the Java Agent for an application server, ensure that the agent has the relevant permissions so that the monitored application can access it. Make sure that you understand the structure of the startup scripts, how the property values are set, and the use of environment variables before you make any application server configuration changes. Always create a backup copy of any file that you plan to update before making the changes. We recommend that for Tomcat, JBoss, WildFly, WebSphere, and WebLogic you install and configure the Java Agent using the deployment program. For details, see "Deployment" on page 16. Use quotes if there are spaces in the files paths that you specify. AppPulse Trace Page 23 of 96

24 Chapter 5: Preparing Application Servers for Monitoring "GlassFish" below "JBoss or WildFly" on the next page "Jetty" on page 28 "TIBCO ActiveMatrix BusinessWorks and Service Bus" on page 31 "Tomcat" on page 33 "WebLogic" on page 34 "webmethods" on page 37 "WebSphere" on page 41 "WebSphere Application Server Liberty" on page 45 GlassFish The following are the instructions for a generic GlassFish 3.x or 4.x application server implementation. Your site administrator should be able to use these instructions to guide you in making the changes that are appropriate to your specific environment. Note: GlassFish requires additional, special settings to work properly with the agent. Locate the property org.osgi.framework.bootdelegation in the GlassFish configuration files and append the text ",com.mercury.opal.capture.proxy" to the end of the property value (do not include the quotes). In GlassFish and later, this property is located in <GlassFish_install_ dir>/glassfish/config/osgi.properties. In an earlier version of GlassFish, this property may reside in the following two files: < GlassFish_install_dir >/osgi/equinox/configuration/config.ini < GlassFish_install_dir >/osgi/felix/conf/config.properties You may also need to disable the Monitoring Service on GlassFish to avoid a conflict with the Java Agent monitoring. Go to Configurations > {config_name} > Monitoring and uncheck the Enabled checkbox of the Monitoring Service option. 1. Locate the GlassFish JVM configuration settings by logging in to the GlassFish Administration Console and navigating to the JVM Options page. For GlassFish and later, in the left-hand tree go to Configurations > {config_ name} > JVM Settings, where {config_name} is the name of your server configuration (such as, server-config). AppPulse Trace Page 24 of 96

25 Chapter 5: Preparing Application Servers for Monitoring If you are working with an earlier version of GlassFish, click Application Server in the left-hand tree and then select the JVM Settings tab at the top. Then select the JVM Options tab. See the screenshot below as a reference. 2. Using the Add JVM Option button, add the following JVM parameter. For <agent_ install_dir> use the full path to where you installed the agent. On Windows, use forward slashes (/) instead of backward slashes (\). -javaagent:<agent_install_dir>/lib/probeagent.jar 3. Restart the GlassFish application server. If the GlassFish application server does not start, you can check and change the JVM parameters in the <GlassFish_install_dir>/glassfish/domains/<domain_ name>/config/domain.xml file to resolve the issue, where <domain_name> is the name of your domain (such as, domain1). See "Verify that the Application Server is Running the Java Agent" on page 21 for more information. JBoss or WildFly The following sections provide instructions with specific examples for the JBoss and WildFly application servers for a generic implementation. Your site administrator should be able to use these instructions to /guide you to make these changes in your customized environment. AppPulse Trace Page 25 of 96

26 Chapter 5: Preparing Application Servers for Monitoring If you installed the Java Agent using the automatic deployment (for details, see "Deployment" on page 16), you do not need to perform this procedure. Restart the application server to pick up the changes. Note: JBoss requires an additional, special setting to work properly with the agent. For JBoss 6.x, add the following JVM parameter: - Djava.util.logging.manager=org.jboss.logmanager.LogManager For JBoss 6.x EAP, 7.x and Wildfly 8.x, 9.x, add the following JVM parameter: - Djboss.modules.system.pkgs=org.jboss.byteman,com.mercury.opal To configure a JBoss application server: 1. Locate the startup script that is used to start JBoss for the application and locate a convenient point in the file after all options are set but before the java command line (or code block) that starts the application server is executed. On JBoss versions earlier than 7.0: The startup script file is typically located in a path similar to the following: <JBOSS_HOME>\bin\run.[bat sh] where <JBOSS_HOME> is the path to your JBoss installation directory, such as C:\jboss Final. On JBoss 7.0 or higher: The startup script file is typically located in a path similar to one of the following: <JBOSS_HOME>\bin\domain.[bat sh] <JBOSS_HOME>\bin\standalone.[bat sh] where <JBOSS_HOME> is the path to your JBoss installation directory, such as C:\jboss-as Final. 2. Insert additional configuration lines as illustrated by the examples. In the example you should replace <agent installation directory> with the value for your environment. Below is an example showing the modified.bat file for JBoss 6.x: echo =============================================================== ================ echo. echo JBoss Bootstrap Environment AppPulse Trace Page 26 of 96

27 Chapter 5: Preparing Application Servers for Monitoring rem Configuring HP AppPulse Trace Java Agent Start. Modified on Sun Apr 26 15:11:03 IDT 2015 set AGENT_HOME="<agent installation directory>" set PROBE_OPTS=%PROBE_OPTS% -javaagent:%agent_ HOME%\lib\probeagent.jar rem The following option is for JBoss version 6 only set PROBE_OPTS=%PROBE_OPTS% " - Djava.util.logging.manager=org.jboss.logmanager.LogManager" set JAVA_OPTS=%JAVA_OPTS% %PROBE_OPTS% rem Configuring HP AppPulse Trace Java Agent End echo. echo JBOSS_HOME: "%JBOSS_HOME%" echo. echo JAVA: "%JAVA%" echo. echo JAVA_OPTS: "%JAVA_OPTS%" echo. echo =============================================================== ================ Below is an example showing the modified.sh file for JBoss 7.x or Wildfly 8.x, 9.x: echo =============================================================== ================ echo. echo JBoss Bootstrap Environment rem Configuring HP AppPulse Trace Java Agent Start. Modified on Sun Apr 26 15:11:03 IDT 2015 AGENT_HOME="<agent installation directory>" PROBE_OPTS=%PROBE_OPTS% -javaagent:%agent_ HOME%/lib/probeagent.jar rem The following option is for JBoss version 7 only PROBE_OPTS=%PROBE_OPTS% - Djboss.modules.system.pkgs=org.jboss.byteman,com.mercury.opal JAVA_OPTS=%JAVA_OPTS% %PROBE_OPTS% rem Configuring HP AppPulse Trace Java Agent End AppPulse Trace Page 27 of 96

28 Chapter 5: Preparing Application Servers for Monitoring echo. echo JBOSS_HOME: "%JBOSS_HOME%" echo. echo JAVA: "%JAVA%" echo. echo JAVA_OPTS: "%JAVA_OPTS%" echo. echo =============================================================== ================ echo. Note: If your java command line does not use the JAVA_OPTS variable to define the JVM parameters, you need to change the variable name JAVA_OPTS shown in these examples to the correct name. 3. Save the changes to the startup script and restart the application server using the modified script. 4. Verify the Connection Manually verify Java Agent connectivity with both the application server and the AppPulse Trace server. For details, see "Verifying the Java Agent" on page 21. Jetty The following section provides general instructions with specific examples for the Jetty application server for a generic implementation. Your site administrator should be able to use these instructions to show you how to make these changes in your customized environment. To configure a Jetty server with a startup script: 1. Locate the startup script used and open it for editing. By default, for a generic Jetty server installed on Linux the following startup script is used: <jetty home directory>/bin/jetty.sh 2. Locate the following line: RUN_ARGS=(${JAVA_OPTIONS[@]} -jar "$JETTY_START" ${JETTY_ARGS AppPulse Trace Page 28 of 96

29 Chapter 5: Preparing Application Servers for Monitoring [*]}) and add the string -javaagent:<agent installation directory>/lib/probeagent.jar as follows: -javaagent:<agent installation directory>/lib/probeagent.jar -jar "$JETTY_START" ${JETTY_ARGS[*]}) 3. Save the changes to the startup script and restart the application server using the modified script. 4. Verify the Connection Manually verify Java Agent connectivity with both the application server and the AppPulse Trace server. For details, see "Verifying the Java Agent" on page 21. Below is an example showing the added lines in the output when running the modified startup script: bin]#./jetty.sh start Starting Jetty: :59:36.091:INFO::main: Logging :59:37.213:INFO::main: Redirecting stderr/stdout to /tmp/jetty-distribution v /logs/2016_02_ 25.stderrout.log OK Thu Feb 25 10:59:38 IST 2016 bin]#./jetty.sh stop Stopping Jetty: OK bin]# vi jetty.sh bin]#./jetty.sh start Starting Jetty: :02:55,336 INFO [com.mercury.opal.common.loader]: Loading modules.properties from: /opt/apppulsejavaagent/lib/modules.properties :02:55,937 INFO [webserver]: AppPulse Trace Web Server listening on / :35000 HP AppPulse Trace Java Agent '<agent name>', version: Development, pid: :02:59.111:INFO:oejs.Server:jetty v :02:59.244:INFO:oejs.AbstractConnector:Started _ SocketListener@ : :03:00.881:INFO::main: Logging AppPulse Trace Page 29 of 96

30 Chapter 5: Preparing Application Servers for Monitoring :03:03.641:INFO::main: Redirecting stderr/stdout to /tmp/jetty-distribution v /logs/2016_02_ 25.stderrout.log OK Thu Feb 25 11:03:07 IST 2016 bin]# To configure a Jetty server without a startup script: When starting Jetty from a command line in Windows or Linux, add -javaagent:<agent installation directory>\lib\probeagent.jar to the command as follows: java -javaagent:<agent installation directory>\lib\probeagent.jar -jar start.jar Below is an example showing the added lines in the output when running the modified command: :52:13,985 INFO [com.mercury.opal.common.loader]: Loading modules.properties from: C:\ApplicationServers\tomcats\apache-tomcat \AppPulseJavaAgent\lib\modules.properties :52:15,644 INFO [webserver]: AppPulse Trace Web Server listening on / :35000 AppPulse Trace Web Server listening on / :35000 HP AppPulse Trace Java Agent '<agent name>', version: , pid: :52:16.685:INFO:oejs.Server:jetty v :52:16.734:INFO:oejs.AbstractConnector:Started _ SocketListener@ : :52:17.382:INFO::main: Logging :52:17.804:INFO:oejs.Server:main: jetty v :52:17.835:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///c:/applicationservers/jetties/jettydistribution v /webapps/] at interval :52:17.851:INFO:oejs.ServerConnector:main: Started ServerConnector@71cb0be4{HTTP/1.1,[http/1.1]}{ :8080} :52:17.851:INFO:oejs.Server:main: AppPulse Trace Page 30 of 96

31 Chapter 5: Preparing Application Servers for Monitoring TIBCO ActiveMatrix BusinessWorks and Service Bus The following sections describe the steps to configure TIBCO ActiveMatrix BusinessWorks and Service Bus so that the applications can be monitored. To configure TIBCO ActiveMatrix BusinessWorks: Configuring a TIBCO BusinessWorks application server involves modifying its configuration files to add JVM parameters. Below are the instructions for a generic server implementation. Your site administrator should be able to use these instructions to guide you in making the changes that are appropritate to your specific environment. 1. Locate the TIBCO BusinessWorks.tra configuration files. These files are typically located in: <tibco_home>\tra\domain\<domain_name>\application\<application_ Name>\<Application_Name>.tra 2. Insert additional configuration lines as illustrated by this example. In the example you should replace <agent_install_dir> with the value for your environment. # # Other arguments to application, JVM etc. # tibco.env.app_args= tibco.env.heap_size=256m # Configuring HP AppPulse Trace Java Agent tibco.env.agent_home=<agent_install_dir> JmxEnabled=true tibco.env.probe_options=%probe_options% -javaagent:%agent_ HOME%/lib/probeagent.jar java.extended.properties=%probe_options% Note: If java.extended.properties already exists in the file, be sure to append the %PROBE_OPTIONS% to the existing definition. Also do not use backslashes (\) for any values. Instead replace them with forward slashes (/). 3. Save the changes to the startup script and restart the application using the modified script. See "Verify that the Application Server is Running the Java Agent" on page 21 for more information. AppPulse Trace Page 31 of 96

32 Chapter 5: Preparing Application Servers for Monitoring To configure TIBCO ActiveMatrix Service Bus: Note: TIBCO ActiveMatrix Service Bus (AMSB) requires additional, special settings to work properly with the agent. Locate the TIBCO ActiveMatrix Service Bus machine.xmi file. This file is typically located in a path such as: <tibco_amx_configuration_dir>\data\tibcohost\<enterprisename_ ServerName>\tools\machinemodel\machine.xmi Update the runtimes section of the file for each node you want to monitor. For example: <runtimes xsi:type="machinemodel:osgiruntime" name="node1" In the runtimes section for each node locate the frameworkproperties key org.osgi.framework.bootdelegation and append com.mercury.* to the value of the property. For example: <frameworkproperties key="org.osgi.framework.bootdelegation" value="com.ibm.*,...,sun.*,com.mercury.*"/> 1. Locate the TIBCO ActiveMatrix Service Bus.tra configuration files. On TIBCO ActiveMatrix Service Bus (AMSB) 2.0 and 2.3 these files are typically located in: <tibco_home>\amx\data\<node>\<application\bin On TIBCO ActiveMatrix Service Bus these files are typically located in: <tibco_amx_configuration_dir>\tibcohost\<enterprisename_ ServerName>\nodes\<NodeName>\bin\tibamx_<NodeName>.tra 2. Insert additional configuration lines as illustrated by this example. In the example you should replace <agent_install_dir> with the value for your environment. # NOTE: # There must be only one java.extended.properties in the.tra file. Append remote # debugging extended properties here to use remote debugging for this process. # # Configuring HP AppPulse Trace Java Agent AppPulse Trace Page 32 of 96

33 Chapter 5: Preparing Application Servers for Monitoring tibco.env.agent_home=<agent_install_dir> tibco.env.probe_options=%probe_options% -javaagent:%agent_ HOME%/lib/probeagent.jar java.extended.properties=%probe_options% Note: If java.extended.properties already exists in the file, be sure to append the %PROBE_OPTIONS% to the existing definition. Also do not use backslashes (\) for any values. Instead replace them with forward slashes (/). 3. Save the changes to the startup script and restart the application using the modified script. See "Verify that the Application Server is Running the Java Agent" on page 21 for more information. Tomcat Apache Tomcat is frequently embedded into other applications or servers. As a result, the way to instrument it may vary. The following sections provide instructions on how to configure a Tomcat server in simple scenarios, but it is generic enough to guide you in your particular situation. If you installed the Java Agent using the automatic deployment (for details, see "Deployment" on page 16), you do not need to perform this procedure. Restart the application server to pick up the changes. If your Tomcat server is started by a script, follow the instructions in "To configure a Tomcat server with a startup script:" below. If Tomcat is installed as a Windows service or has no scripts, follow the instructions in "To configure a Tomcat server without a startup script:" on the next page. To configure a Tomcat server with a startup script: 1. Locate the startup script that is used to start Tomcat for the application and locate a convenient point in the file after all options are set but before the java command line (or code block) that starts the application server is executed. In some scenarios, the startup script will end up calling the following script to start Tomcat: <Tomcat_install_dir>/bin/catalina.[bat sh] where <Tomcat_install_dir> is the path to your Tomcat installation directory, such as C:\apache-tomcat Insert additional configuration lines as illustrated by the example below. Replace AppPulse Trace Page 33 of 96

34 Chapter 5: Preparing Application Servers for Monitoring <agent installation directory> with the value for your environment. The following is an example showing a modified catalina.bat file: :dostart rem Configuring HP AppPulse Trace Java Agent Start. Modified on Tue Apr 21 15:46:05 IDT 2015 set AGENT_HOME="<agent installation directory>" set PROBE_OPTS=%PROBE_OPTS% -javaagent:%agent_ HOME%\lib\probeagent.jar set CATALINA_OPTS=%CATALINA_OPTS% %PROBE_OPTS% rem Configuring HP AppPulse Trace Java Agent End 3. Save the changes to the startup script and restart the application server using the modified script. 4. Verify the Connection Manually verify Java Agent connectivity with both the application server and the AppPulse Trace server. For details, see "Verifying the Java Agent" on page 21. To configure a Tomcat server without a startup script: 1. Run the <Tomcat HOME>/bin/tomcat7w.exe command. 2. Select Java tab > Java Options). 3. In the Java Options box, add the following JVM parameter, replacing <agent installation directory> with the value for your environment. -javaagent:<agent installation directory>\lib\probeagent.jar 4. Restart the Tomcat service. 5. Verify the Connection Manually verify Java Agent connectivity with both the application server and the AppPulse Trace server. For details, see "Verifying the Java Agent" on page 21. WebLogic The following section provides general instructions with specific examples for the WebLogic application server for a generic implementation. Your site administrator should be able to use these instructions to show you how to make these changes in your customized environment. AppPulse Trace Page 34 of 96

35 Chapter 5: Preparing Application Servers for Monitoring If you installed the Java Agent using the automatic deployment (for details, see "Deployment" on page 16), you do not need to perform this procedure. Restart the application server to pick up the changes. To configure a WebLogic application server: 1. Edit the startup script used to start WebLogic for your domain. The startup script file is typically located in a path similar to the following: <DOMAIN_HOME>\bin\startWebLogic.[cmd sh] where <DOMAIN_HOME> is the path to your domain directory, such as C:\bea\user_projects\domains\<Domain_Name>; or C:\bea\wlserver_ 12.0\samples\domains\<Domain_Name> where <Domain_Name> is the name of your domain. For example, if your domain name is MedRec, the path would look like the following: C:\bea\wlserver_12.0\samples\domains\medrec\bin\startWebLogic.cmd 2. Locate a convenient point in the file after all options are set, but before the java command line (or code block) that starts the application server is executed. At this point, insert additional configuration lines as illustrated by the examples below. In both examples you should replace <agent_install_dir> with the value for your environment. Below is an example showing the added lines in a.cmd file: echo starting weblogic with Java version: %JAVA_HOME%\bin\java %JAVA_VM% -version rem Configuring HP AppPulse Trace Java Agent Start set AGENT_HOME=<agent_install_dir> set PROBE_OPTS="%PROBE_OPTS% -javaagent:%agent_ HOME%\lib\probeagent.jar" set JAVA_OPTIONS=%JAVA_OPTIONS% %PROBE_OPTS% rem Configuring HP AppPulse Trace Java Agent End if "%WLS_REDIRECT_LOG%"=="" ( echo Starting WLS with line: echo %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% ) else ( echo Redirecting output from WLS window to %WLS_REDIRECT_LOG% %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% ) AppPulse Trace Page 35 of 96

36 Chapter 5: Preparing Application Servers for Monitoring Below is an example showing the added lines in a.sh file: echo "starting weblogic with Java version:" ${JAVA_HOME}/bin/java ${JAVA_VM} -version # Configuring HP AppPulse Trace Java Agent Start AGENT_HOME=<agent_install_dir> PROBE_OPTS="$PROBE_OPTS -javaagent:$agent_ HOME/lib/probeagent.jar" JAVA_OPTIONS="$JAVA_OPTIONS $PROBE_OPTS" # Configuring HP AppPulse Trace Java Agent End if [ "${WLS_REDIRECT_LOG}" = "" ] ; then echo "Starting WLS with line:" echo "${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_ OPTIONS} ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} else echo "Redirecting output from WLS window to ${WLS_REDIRECT_ LOG}" ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} fi Note: If your java command line does not use the JAVA_OPTIONS variable to define the JVM parameters, you need to change the variable name JAVA_ OPTIONS shown in these examples to the correct name. 3. Enable wildcard host name verification. Add the following, additional configuration line in the startup script as described in the above step: -DUseSunHttpHandler=true Below is an example showing the added lines in a.cmd file: rem Configuring HP AppPulse Trace Java Agent Start set AGENT_HOME=<agent_install_dir> set PROBE_OPTS="%PROBE_OPTS% -javaagent:%agent_ HOME%\lib\probeagent.jar" set PROBE_OPTS="%PROBE_OPTS% -DUseSunHttpHandler=true" AppPulse Trace Page 36 of 96

37 Chapter 5: Preparing Application Servers for Monitoring set JAVA_OPTIONS=%JAVA_OPTIONS% %PROBE_OPTS% rem Configuring HP AppPulse Trace Java Agent End Below is an example showing the added lines in a.sh file: # Configuring HP AppPulse Trace Java Agent Start AGENT_HOME=<agent_install_dir> PROBE_OPTS="$PROBE_OPTS -javaagent:$agent_ HOME/lib/probeagent.jar" PROBE_OPTS="$PROBE_OPTS -DUseSunHttpHandler=true" JAVA_OPTIONS="$JAVA_OPTIONS $PROBE_OPTS" # Configuring HP AppPulse Trace Java Agent End 4. Save the changes to the startup script and restart the application server using the modified script. See "Verify that the Application Server is Running the Java Agent" on page 21 for more information. webmethods There are two types of webmethods servers discussed in this example: webmethods Integration Server My webmethods Server The following sections provide general instructions with specific examples for webmethods Integration Server and My webmethods Server. Your site administrator should be able to use these instructions to show you how to make these changes in your customized environment. "To configure a webmethods Integration Server started without the configuration wrapper:" on the next page "To configure a webmethods Integration Server started with the configuration wrapper:" on page 39 "To configure the My webmethods Server started without the configuration wrapper:" on page 39 "To configure the My webmethods Server started with the configuration wrapper:" on page 40 AppPulse Trace Page 37 of 96

38 Chapter 5: Preparing Application Servers for Monitoring To configure a webmethods Integration Server started without the configuration wrapper: 1. Locate the startup script used to start the webmethods Integration Server and locate a convenient point in the file after all options are set but before the java command line (or code block) that starts the application server is executed. There are two possible scripts based on how the server is started: <software_ag_home>\integrationserver\bin\server.bat <software_ag_home>\profiles\is\bin\runtime.bat 2. Insert additional configuration lines as illustrated by these examples. In both examples you should replace <agent_install_dir> with the value for your environment. Below is an example showing the modified server.bat file: if exist "%JAVA_DIR%\bin\jre.exe" ( set JAVA_EXEC="%JAVA_DIR%\bin\jre.exe" set JAVA_CP="%JAVA_DIR%\lib\classes.zip;%JAVA_ DIR%\lib\i18n.jar" ) else ( set JAVA_EXEC="%JAVA_DIR%\bin\java.exe" set JAVA_CP="%JAVA_DIR%\lib\rt.jar;%JAVA_DIR%\lib\i18n.jar" ) rem Configuring HP AppPulse Trace Java Agent set AGENT_HOME=<agent_install_dir> set PROBE_OPTS=%PROBE_OPTS% -javaagent:%agent_ HOME%\lib\probeagent.jar set JAVA_OPTS=%JAVA_OPTS% %PROBE_OPTS% Below is an example showing the modified runtime.bat file: rem Configuring HP AppPulse Trace Java Agent set AGENT_HOME=<agent_install_dir> set PROBE_OPTS=%PROBE_OPTS% -javaagent:%agent_ HOME%\lib\probeagent.jar set JAVA_OPTS=%JAVA_OPTS% %PROBE_OPTS% 3. Save the changes to the startup script and restart the application server using the modified script. See "Verifying the Java Agent" on page 21 for more information. AppPulse Trace Page 38 of 96

39 Chapter 5: Preparing Application Servers for Monitoring To configure a webmethods Integration Server started with the configuration wrapper: Use this method if the application server is started as a service using <software_ag_ home>\profiles\is\bin\service.bat. 1. Locate the webmethods Integration Server custom_wrapper.conf file. This file is typically located in: <software_ag_home>\profiles\is\configuration\custom_wrapper.conf. 2. Insert additional configuration lines as illustrated by this example. In the example you should replace <agent_install_dir> with the value for your environment. Add the wrapper.java.additional entry near the other wrapper.java.additional parameters, changing number 777 as needed for your configuration. Below is an example showing the modified custom_wrapper.conf file: # Put here your custom properties. # Configuring HP AppPulse Trace Java Agent set.agent_home=<agent_install_dir> set.probe_opts=%probe_opts% -javaagent:%agent_ HOME%\lib\probeagent.jar wrapper.java.additional.777=%probe_opts% 3. Save the changes to the configuration wrapper and restart the application server using the modified wrapper. See "Verifying the Java Agent" on page 21 for more information. To configure the My webmethods Server started without the configuration wrapper: Use this method if you start the application server by using the run command. 1. Locate the startup script used to start the My webmethods Server and locate a convenient point in the file after all options are set but before the java command line (or code block) that starts the application server is executed. The script file is: <ag_software_home>\mws\bin\mws.bat. 2. Insert additional configuration lines as illustrated by this example. In the example you should replace <agent_install_dir> with the value for your environment. The following is an example of the modified mws.bat file: rem Configuring HP AppPulse Trace Java Agent set AGENT_HOME=<agent_install_dir> AppPulse Trace Page 39 of 96

40 Chapter 5: Preparing Application Servers for Monitoring set PROBE_OPTS=%PROBE_OPTS% -javaagent:%agent_ HOME%\lib\probeagent.jar set JAVA_OPTIONS=%JAVA_OPTIONS% %PROBE_OPTS% set JAVA_OPTIONS=%JAVA_OPTIONS% -Dserver.name=%SERVER_NAME%... set PARAMS= set MAIN_CLASS=com.webmethods.portal.system.PortalSystem set RUN_CMD=%JAVA% -cp %CLASSPATH% %JAVA_ARGS% %JAVA_OPTIONS% Save the changes to the startup script and restart the application server using the modified script. See "Verifying the Java Agent" on page 21 for more information. To configure the My webmethods Server started with the configuration wrapper: Use this method if you start the application server as a service or by using the start command. Note: This method requires customizations to the wrapper.conf file, which which may be overridden when the application server is upgraded or patched. 1. Locate the My webmethods Server wrapper.conf file. This file is typically located in: <ag_software_home>\mws\server\<server_name>\config\wrapper.conf. 2. Insert additional configuration lines as illustrated by this example. In the example you should replace <agent_install_dir> with the value for your environment. Add the wrapper.java.additional entry near the other wrapper.java.additional parameters, changing number 777 as needed for your configuration. Below is an example showing the modified wrapper.conf file: # Java Additional Parameters # Configuring HP AppPulse Trace Java Agent set.agent_home= <agent_install_dir> set.probe_opts=%probe_opts% -javaagent:%agent_ HOME%\lib\probeagent.jar wrapper.java.additional.777=%probe_opts% #NOTE: wrapper.java.additional.300 to 310 is reserved for debug configuration! AppPulse Trace Page 40 of 96

41 Chapter 5: Preparing Application Servers for Monitoring 3. Save the changes to the configuration wrapper and restart the application server using the modified wrapper. See "Verify that the Application Server is Running the Java Agent" on page 21 for more information. WebSphere Note: If you installed the Java Agent using the automatic deployment (for details, see "Deployment" on page 16), steps 2 and 3 of the following procedure have already been done. For WebSphere Application Server (WAS) 8.x, you must apply Fix Pack 9 or later. The following section provides general instructions with specific examples for the WebSphere application server for a generic implementation. Your site administrator should be able to use these instructions to show you how to make these changes in your customized environment. To configure WebSphere 1. Configure WebSphere for SSL communication with the AppPulse Trace servers: a. Download the Public CA's certificates required for AppPulse Trace: i. Determine the AppPulse Trace server from which to download the certificates. You can see this in the registration.url property in the <agent installation directory>/etc/app-pulse-agent.properties file. ii. Using the host and port from the registration.url property, browse to the AppPulse Trace server. For example, if the registration.url contains the string: use the following URL in your browser: iii. On the URL line of the browser, click the lock icon and select the options for viewing certificates. (For example, in Internet Explorer, select View certificates > Certification Path.) iv. Export all of the certificates that are listed above the *.saas.hpe.com certificate to the WebSphere host machine. In the example below, these are the three certificates whose name begins with Entrust. AppPulse Trace Page 41 of 96

42 Chapter 5: Preparing Application Servers for Monitoring (For example, in Internet Explorer, highlight the certificate and select View Certificate > Details > Copy to File.) When copying the certificates, save them in the format of Base-64 encoded X.509 (.CER). b. Add the certificates to WebSphere: i. Log in to the WebSphere Application Server Administrative Console. For example: Replace <App_Server_Host> with the machine name for the application server host and 9060 with the correct administrative port number (such as 9060, 9061, and so on). ii. Select Security > SSL Certificate and key management > Key stores and certificates > NodeDefaultTrustStore> Signer Certificates > add. AppPulse Trace Page 42 of 96

43 Chapter 5: Preparing Application Servers for Monitoring iii. Enter the alias and the path to the certificate files for the certificates you downloaded. 2. Configure the JVM parameters: a. Locate the application JVM configuration settings by navigating to the Java Virtual Machine page. For example: Servers > Server Types > WebSphere Application servers. i. Click the application server instance name (such as server1). ii. Under Server Infrastructure > Java and Process Management, click Process Definition. AppPulse Trace Page 43 of 96

44 Chapter 5: Preparing Application Servers for Monitoring iii. Under Additional Properties, click Java Virtual Machine. b. On the Java Virtual Machine page, in the Generic JVM Arguments box, enter the JVM parameters. For WebSphere running on any IBM Java Runtime supported by the Java Agent, enter the following JVM parameters. In the example replace <agent installation directory> with the value for your environment. -javaagent:<agent installation directory>\lib\probeagent.jar -Djava.security.properties=<agent installation directory>\etc\ibm.default.java.security -Xshareclasses:none Note: Ensure that directory names for the Java Agent do not contain spaces as WebSphere configuration does not support spaces within arguments. AppPulse Trace Page 44 of 96

AppPulse Trace. Java Agent Guide April 2016

AppPulse Trace. Java Agent Guide April 2016 AppPulse Trace Java Agent Guide April 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the express warranty statements accompanying

More information

HPE Security Fortify WebInspect Runtime Agent

HPE Security Fortify WebInspect Runtime Agent HPE Security Fortify WebInspect Runtime Agent Software Version: 17.3 Agent Installation Guide Document Release Date: April 2017 Software Release Date: April 2017 Legal Notices Warranty The only warranties

More information

HPE Security Fortify Runtime Application Protection (RTAP)

HPE Security Fortify Runtime Application Protection (RTAP) HPE Security Fortify Runtime Application Protection (RTAP) Software Version: 17.3 Agent Installation Guide Document Release Date: April 2017 Software Release Date: April 2017 Legal Notices Warranty The

More information

HPE Security Fortify WebInspect Runtime Agent

HPE Security Fortify WebInspect Runtime Agent HPE Security Fortify WebInspect Runtime Agent Software Version: 17.12 Installation Guide Document Release Date: November 2017 Software Release Date: November 2017 Legal Notices Warranty The only warranties

More information

HP UFT Connection Agent

HP UFT Connection Agent HP UFT Connection Agent Software Version: For UFT 12.53 User Guide Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HP Service Test Management

HP Service Test Management HP Service Test Management for the Windows operating system Software Version: 11.00 Installation Guide Document Release Date: February 2011 Software Release Date: February 2011 Legal Notices Warranty The

More information

HPE ALM Client MSI Generator

HPE ALM Client MSI Generator HPE ALM Client MSI Generator Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE ALM Client MSI Generator Legal Notices Warranty The only warranties

More information

HPE Operations Bridge Reporter

HPE Operations Bridge Reporter HPE Operations Bridge Reporter Software Version: 10.00 Windows and Linux operating systems Support Matrix Document Release Date: June 2017 Software Release Date: December 2015 Legal Notices Warranty The

More information

HP Intelligent Management Center Remote Site Management User Guide

HP Intelligent Management Center Remote Site Management User Guide HP Intelligent Management Center Remote Site Management User Guide Abstract This book provides overview and procedural information for Remote Site Management, an add-on service module to the Intelligent

More information

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE HPE ALM Excel Add-in Software Version: 12.55 Microsoft Excel Add-in Guide Go to HELP CENTER ONLINE http://alm-help.saas.hpe.com Document Release Date: August 2017 Software Release Date: August 2017 Legal

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

HPE Enterprise Integration Module for SAP Solution Manager 7.1 HPE Enterprise Integration Module for SAP Solution Manager 7.1 Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE Enterprise Integration Module

More information

HP ALM Client MSI Generator

HP ALM Client MSI Generator HP ALM Client MSI Generator Software Version: 1.00 User Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services

More information

HP IDOL Site Admin. Software Version: Installation Guide

HP IDOL Site Admin. Software Version: Installation Guide HP IDOL Site Admin Software Version: 10.9 Installation Guide Document Release Date: March 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties for HP products and services

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector Parser Update Release Notes 7.6.2.8023.0 July 14, 2017 HPE Security ArcSight SmartConnector Parser Update Release Notes 7.6.2.8023.0 July 14, 2017 Copyright

More information

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Support Matrix Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 10 Legal Notices

More information

HPE Automatic Number Plate Recognition Software Version: Automatic Number Plate Recognition Release Notes

HPE Automatic Number Plate Recognition Software Version: Automatic Number Plate Recognition Release Notes HPE Automatic Number Plate Recognition Software Version: 14.5.0 Automatic Number Plate Recognition Release Notes Document Release Date: July 2016 Software Release Date: July 2016 Legal Notices Warranty

More information

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server NNMi 9.1x Patch 2 This document shows an example of building a daily report for the ispi Performance

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft System Center Configuration Manager DB Configuration Guide October 17, 2017 SmartConnector for Microsoft System Center Configuration Manager

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide HPE Security Fortify WebInspect Enterprise Software Version: 17.10 Windows operating systems Installation and Implementation Guide Document Release Date: May 2017 Software Release Date: April 2017 Legal

More information

HP Virtual Connect Enterprise Manager

HP Virtual Connect Enterprise Manager HP Virtual Connect Enterprise Manager Data Migration Guide HP Part Number: 487488-001 Published: April 2008, first edition Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notices Confidential

More information

HPE 3PAR OS MU3 Patch 18 Upgrade Instructions

HPE 3PAR OS MU3 Patch 18 Upgrade Instructions HPE 3PAR OS 3.1.3 MU3 Patch 18 Upgrade Instructions This upgrade instructions document is for installing Patch 18 on the HPE 3PAR Operating System Software 3.1.3.334 (MU3). This document is for Hewlett

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.60 User Guide Document Release Date: December 2010 Software Release Date: December 2010 Legal Notices Warranty The only warranties

More information

SiteScope Adapter for HP OpenView Operations

SiteScope Adapter for HP OpenView Operations SiteScope Adapter for HP OpenView Operations for the UNIX and Windows Operating System Software Version: 1.00, 1.01 User s Guide Document Release Date: 24 November 2009 Software Release Date: December

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Application Security AppDetective DB Configuration Guide October 17, 2017 SmartConnector for Application Security AppDetective DB October 17, 2017 Copyright

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE c7000 Virtual Connect Module Syslog Configuration Guide October 17, 2017 SmartConnector for HPE c7000 Virtual Connect Module Syslog October 17, 2017

More information

TIBCO ActiveMatrix BusinessWorks Installation

TIBCO ActiveMatrix BusinessWorks Installation TIBCO ActiveMatrix BusinessWorks Installation Software Release 6.2 November 2014 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

HP Intelligent Management Center

HP Intelligent Management Center HP Intelligent Management Center Application Manager Administrator Guide Abstract This guide provides instructions for using IMC Application Manager. It includes information on prerequisites, service monitor

More information

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

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide HP Service Manager Software Version: 9.41 For the supported Windows and UNIX operating systems Collaboration Guide Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

HPE IDOL Site Admin. Software Version: Installation Guide

HPE IDOL Site Admin. Software Version: Installation Guide HPE IDOL Site Admin Software Version: 11.3.0 Installation Guide Document Release Date: February 2017 Software Release Date: February 2017 Legal Notices Warranty The only warranties for Hewlett Packard

More information

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017 HPE ComputeSensor Software Version: 3.02 Windows and Linux operating systems User Guide Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices Warranty The only warranties

More information

VMware vfabric AppInsight Installation Guide

VMware vfabric AppInsight Installation Guide VMware vfabric AppInsight Installation Guide vfabric AppInsight 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

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.00 Embedded UCMDB Applets Using Direct Links Document Release Date: January 2009 Software Release Date:

More information

HP Storage Manager User Guide. May 2005 (First Edition) Part Number

HP Storage Manager User Guide. May 2005 (First Edition) Part Number HP Storage Manager User Guide May 2005 (First Edition) Part Number 394897-001 Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 Importing Templates from Similar Operating Systems Table of contents Overview... 2 Preparation... 2 Template preparation... 2 Modifying an exported XML template...

More information

Universal CMDB. Software Version: Content Pack (CP20) Discovery and Integrations Content Guide - Discovery Activities

Universal CMDB. Software Version: Content Pack (CP20) Discovery and Integrations Content Guide - Discovery Activities Universal CMDB Software Version: Content Pack 20.00 (CP20) Discovery and Integrations Content Guide - Discovery Activities Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices

More information

HPE ilo mobile app for ios

HPE ilo mobile app for ios HPE ilo mobile app for ios User Guide Abstract The HPE ilo mobile app provides access to the remote console, web interface, and scripting features of HPE ProLiant servers. Part Number: 689175-004 Published:

More information

How to Package and Deploy SAP Business One Extensions for Lightweight Deployment

How to Package and Deploy SAP Business One Extensions for Lightweight Deployment How To Guide SAP Business One 9.1 Document Version: 1.0 2014-05-09 How to Package and Deploy SAP Business One Extensions for Lightweight Deployment All Countries Typographic Conventions Type Style Example

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Getting Started With BPM - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only

More information

HPE Security ArcSight SmartConnectors. Format Preserving Encryption Environment Setup Guide

HPE Security ArcSight SmartConnectors. Format Preserving Encryption Environment Setup Guide HPE Security ArcSight SmartConnectors Format Preserving Encryption Environment Setup Guide October 19, 2017 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows)

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

HPE Insight Management Agents Installation Guide

HPE Insight Management Agents Installation Guide HPE Insight Management Agents 10.60 Installation Guide Abstract This guide provides information about the Hewlett-Packard Enterprice Insight Management Agents software Installation and Configuration procedures.

More information

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96338 First edition: June 2009 Legal and notice information

More information

Oracle Cloud Installing and Configuring Oracle Application Performance Monitoring

Oracle Cloud Installing and Configuring Oracle Application Performance Monitoring Oracle Cloud Installing and Configuring Oracle Application Performance Monitoring E61067-30 December 2017 Oracle Cloud Installing and Configuring Oracle Application Performance Monitoring, E61067-30 Copyright

More information

TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation. Software Release 1.0 February 2010

TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation. Software Release 1.0 February 2010 TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation Software Release 1.0 February 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

More information

Release Notes. Operations Smart Plug-in for Virtualization Infrastructure

Release Notes. Operations Smart Plug-in for Virtualization Infrastructure Operations Smart Plug-in for Virtualization Infrastructure Software Version: 12.04 Operations Manager for Windows, HP-UX, Linux, and Solaris operating systems Release Notes Document Release Date: August

More information

HP Operations Manager

HP Operations Manager HP Operations Manager Software Version: 9.22 UNIX and Linux operating systems Java GUI Operator s Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices Warranty

More information

Oracle FGL Application Setup Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012]

Oracle FGL Application Setup Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle FGL Application Setup Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Table of Contents 1. SETTING UP ORACLE FGL... 1-1 1.1 INTRODUCTION... 1-1 1.2 PREREQUISITES... 1-1 1.3 PREPARING

More information

HPE 3PAR OS GA Patch 12

HPE 3PAR OS GA Patch 12 HPE 3PAR OS 3.3.1 GA Patch 12 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 12 on the HPE 3PAR Operating System Software OS-3.3.1.215-GA. This document is for

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 7.20 HP Network Node Manager (i series) Integration Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices Warranty The only warranties

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft DHCP File Configuration Guide October 17, 2017 Configuration Guide SmartConnector for Microsoft DHCP File October 17, 2017 Copyright 2006 2017

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation TIBCO ActiveMatrix BusinessWorks Plug-in for Microsoft SharePoint Installation Software Release 6.1 January 2016 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER

More information

Configuration Guide. SmartConnector for Apache Tomcat File. February 14, 2014

Configuration Guide. SmartConnector for Apache Tomcat File. February 14, 2014 SmartConnector for Apache Tomcat File February 14, 2014 SmartConnector for Apache Tomcat File February 14, 2014 Copyright 2013, 2014 Hewlett-Packard Development Company, L.P.Confidential computer software.

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Windows Event Log Unified: Microsoft Network Policy Server Supplemental Configuration Guide March 29, 2013 Supplemental Configuration Guide SmartConnector

More information

HPE Operations Bridge Reporter

HPE Operations Bridge Reporter HPE Operations Bridge Reporter Software Version: 10.21 Windows and Linux operating systems Disaster Recovery Guide Document Release Date: October 2017 Software Release Date: August 2017 Legal Notices Warranty

More information

HPE ControlPoint. Software Version: Support Matrix

HPE ControlPoint. Software Version: Support Matrix HPE ControlPoint Software Version: 5.5.1 Support Matrix Document Release Date: December 2017 Software Release Date: December 2017 Legal notices Warranty The only warranties for Hewlett Packard Enterprise

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE H3C Syslog Configuration Guide October 17, 2017 Configuration Guide SmartConnector for HPE H3C Syslog October 17, 2017 Copyright 2012 2017 Hewlett

More information

HPE 3PAR OS MU3 Patch 97 Upgrade Instructions

HPE 3PAR OS MU3 Patch 97 Upgrade Instructions HPE 3PAR OS 3.2.2 MU3 Patch 97 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 97 on the HPE 3PAR Operating System Software. This document is for Hewlett Packard

More information

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/2/2018 Legal Notices Warranty The only warranties for Micro Focus products and services are set forth in the express warranty

More information

For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12.

For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12. HP Universal CMDB For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12.00 Discovery and Integration Content Guide

More information

HP Management Integration Framework 1.7

HP Management Integration Framework 1.7 HP Management Integration Framework 1.7 Administrator Guide Abstract This document describes the use of HP Management Integration Framework interfaces and is intended for administrators involved in the

More information

TIBCO Business Studio - Analyst Edition Installation

TIBCO Business Studio - Analyst Edition Installation TIBCO Business Studio - Analyst Edition Installation Software Release 4.1 May 2016 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Enterprise Integration Module for SAP Solution Manager 7.2

Enterprise Integration Module for SAP Solution Manager 7.2 Enterprise Integration Module for SAP Solution Manager 7.2 Software Version: 12.53-12.55 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm Document Release Date: May 2018 Software Release

More information

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Central User Guide

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Central User Guide Operations Orchestration Software Version: 10.70 Windows and Linux Operating Systems Central User Guide Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty

More information

HP Universal CMDB. Software Version: Content Pack (CP18) Discovery and Integrations Content Guide - Discovery Activities

HP Universal CMDB. Software Version: Content Pack (CP18) Discovery and Integrations Content Guide - Discovery Activities HP Universal CMDB Software Version: Content Pack 18.00 (CP18) Discovery and Integrations Content Guide - Discovery Activities Document Release Date: December 2015 Software Release Date: December 2015 Legal

More information

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

ELCM Application Setup Oracle FLEXCUBE Universal Banking Release [May] [2011]

ELCM Application Setup Oracle FLEXCUBE Universal Banking Release [May] [2011] ELCM Application Setup Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Table of Contents 1. SETTING UP STANDALONE ELCM... 1-1 1.1 INTRODUCTION... 1-1 1.2 PREREQUISITES... 1-1 1.3 PREPARING

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center Service Health Manager Administrator Guide Abstract This guide provides introductory, configuration, and usage information for Service Health Manager (SHM). It is for

More information

Intelligent Provisioning 1.64(B) Release Notes

Intelligent Provisioning 1.64(B) Release Notes Intelligent Provisioning 1.64(B) Release Notes Part Number: 680065-407 Published: March 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein is subject

More information

HPE Storage Optimizer Software Version: 5.4. Support Matrix

HPE Storage Optimizer Software Version: 5.4. Support Matrix HPE Storage Optimizer Software Version: 5.4 Support Matrix Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide HP ALM Software Version: 12.21 patch 2 Business Views Microsoft Excel Add-in User Guide Document Release Date: September 2016 Software Release Date: September 2016 Legal Notices Warranty The only warranties

More information

Websphere Force Uninstall Application Server 7 Linux Installation

Websphere Force Uninstall Application Server 7 Linux Installation Websphere Force Uninstall Application Server 7 Linux Installation You also use Installation Manager to easily uninstall the packages that it installed. Linux Intel, os=linux,arch=x86, Linux Intel 32 bit

More information

Installation Guide. OMi Management Pack for Microsoft Skype for Business Server. Software Version: 1.00

Installation Guide. OMi Management Pack for Microsoft Skype for Business Server. Software Version: 1.00 OMi Management Pack for Microsoft Skype for Business Server Software Version: 1.00 For Operations Manager i for Linux and Windows operating systems Installation Guide Document Release Date: July 2017 Software

More information

TIBCO iprocess Objects (Java) Installation. Software Release 10.4 May 2010

TIBCO iprocess Objects (Java) Installation. Software Release 10.4 May 2010 TIBCO iprocess Objects (Java) Installation Software Release 10.4 May 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

HP Internet Usage Manager Software Release Notes

HP Internet Usage Manager Software Release Notes HP Internet Usage Manager Software Release Notes Version 7.0 Manufacturing Part Number: N/A E1010 U.S.A. Copyright 2010 Hewlett-Packard Company All rights reserved. Legal Notices The information in this

More information

HPE Network Virtualization

HPE Network Virtualization HPE Network Virtualization Software Version: 9.10 Installation Guide Document Release Date: June 2016 Software Release Date: June 2016 HPE Network Virtualization Legal Notices Warranty The only warranties

More information

HP Service Manager Integration Suite (SMIS)

HP Service Manager Integration Suite (SMIS) HP Service Manager Integration Suite (SMIS) Software Version: 9.40 For the supported Windows and Linux operating systems Developer Guide Document Release Date: December 2014 Software Release Date: December

More information

HP ALM Performance Center

HP ALM Performance Center HP ALM Performance Center Software Version: 12.53 Quick Start Document Release Date: May 2016 Software Release Date: May 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For the Linux or Windows operating systems Software Version: 9.02 Document Release Date: October 2011 Software Release Date: October 2011 Legal Notices Warranty The only warranties

More information

HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide

HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide Abstract This guide provides information on using the HP BladeSystem Management Pack for System Center version 1.x to manage

More information

Enabling High Availability for SOA Manager

Enabling High Availability for SOA Manager Enabling High Availability for SOA Manager Abstract... 2 Audience... 2 Introduction... 2 Prerequisites... 3 OS/Platform... 3 Cluster software... 4 Single SOA Manager Server Fail Over... 4 Setting up SOA

More information

HP Network Node Manager ispi Performance for Quality Assurance Software

HP Network Node Manager ispi Performance for Quality Assurance Software HP Network Node Manager ispi Performance for Quality Assurance Software Intelligent Response Agent for the Windows and Linux operating systems Software Version: 9.20 Installation Guide Document Release

More information

HPE Security Fortify Plugins for Eclipse Software Version: Installation and Usage Guide

HPE Security Fortify Plugins for Eclipse Software Version: Installation and Usage Guide HPE Security Fortify Plugins for Eclipse Software Version: 16.10 Installation and Usage Guide Document Release Date: April 2016 Software Release Date: April 2016 Legal Notices Warranty The only warranties

More information

HPE ConnectorLib Java SDK

HPE ConnectorLib Java SDK HPE ConnectorLib Java SDK Software Version: 11.1.0 ConnectorLib Java SDK Release Notes Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett

More information

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Microsoft Software Version: 1.01 For the Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: April 2017 Software Release Date: December

More information

HPE Application Performance Management

HPE Application Performance Management HPE Application Performance Management Software Version: 9.30 APM Extensibility Guide Document Release Date: July 2016 Software Release Date: July 2016 Legal Notices Warranty The only warranties for Hewlett

More information

HPE WPF and Silverlight Add-in Extensibility

HPE WPF and Silverlight Add-in Extensibility HPE WPF and Silverlight Add-in Extensibility Software Version: 14.02 WPF and Silverlight Developer Guide Go to HELP CENTER ONLINE https://admhelp.microfocus.com/uft/ Document Release Date: November 21,

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Program Management Configuration Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software

More information

ALM. Tutorial. Software Version: Go to HELP CENTER ONLINE

ALM. Tutorial. Software Version: Go to HELP CENTER ONLINE ALM Software Version: 12.55 Tutorial Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm/ Document Release Date: August 2017 Software Release Date: August 2017 ALM Legal Notices Disclaimer Certain

More information

HPE Operations Bridge Reporter

HPE Operations Bridge Reporter HPE Operations Bridge Reporter Software Version: 10.21 IBM Application Server Content Pack Reference Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices Warranty The only

More information

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide Abstract This document explains how to install and use the HPE StoreEver MSL6480 Tape Library CLI utility, which provides a non-graphical

More information

HPE Intelligent Management Center v7.3

HPE Intelligent Management Center v7.3 HPE Intelligent Management Center v7.3 Service Operation Manager Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who

More information

HP Intelligent Management Center v7.1

HP Intelligent Management Center v7.1 HP Intelligent Management Center v7.1 iar Quick Start Guide Part number: 5998-6863 Published: September 2014 Software Version: IMC PLAT 7.1 (E0302) Edition: 1.0 Legal and notice information Copyright 2014

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Barracuda Firewall NG F- Series Syslog Configuration Guide October 17, 2017 Configuration Guide SmartConnector for Barracuda Firewall NG F-Series Syslog

More information