Configuring and Monitoring SAP Environment

Size: px
Start display at page:

Download "Configuring and Monitoring SAP Environment"

Transcription

1 Configuring and Monitoring SAP Environment eg Enterprise v5.6

2 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced or disclosed to others without the prior permission of eg Innovations, Inc. eg Innovations, Inc. makes no warranty of any kind with regard to the software and documentation, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Trademarks Microsoft Windows, Windows NT, Windows 2000, Windows 2003 and Windows 2008 are either registered trademarks or trademarks of Microsoft Corporation in United States and/or other countries. The names of actual companies and products mentioned herein may be the trademarks of their respective owners. Copyright 2012 eg Innovations, Inc. All rights reserved.

3 Table of Contents CONFIGURING AND MONITORING THE SAP R/3 SERVERS CONFIGURING THE SAP R/3 SERVER FOR MONITORING BY THE EG ENTERPRISE SUITE ADMINISTERING THE EG MANAGER TO WORK WITH A SAP R/3 SERVER MONITORING THE SAP R/3 SERVER...9 CONFIGURING AND MONITORING THE AGATE COMPONENT OF THE INTERNET TRANSACTION SERVER (ITS) ADMINISTERING THE EG MANAGER TO WORK WITH THE AGATE COMPONENT MONITORING THE AGATE SERVER...21 CONFIGURING AND MONITORING THE SAP WEB APPLICATION SERVER (SAP WEB AS) CONFIGURING THE SAP WEB AS ADMINISTERING THE EG MANAGER TO WORK WITH THE SAP WEB AS MONITORING THE SAP WEB APPLICATION SERVER...29 CONFIGURING AND MONITORING THE MAX DB SERVER CONFIGURING THE MAX DB SERVER ADMINISTERING THE EG MANAGER TO WORK WITH THE MAX DB SERVER MONITORING THE MAX DB SERVER...32 CONCLUSION...33

4 Table of Figures Figure 1.1: Selecting a SAP R/3 server for monitoring...3 Figure 1.2: Managing a SAP R/3 server...3 Figure 1.3: The list of unconfigured tests for the SAP R/3 server...4 Figure 1.4: Configuring the R3Buffers test...4 Figure 1.5: Opening the SAPlogon tool...5 Figure 1.6: Clicking on the Logon button...6 Figure 1.7: Logging into the SAP Easy access console...6 Figure 1.8: Accessing the Client Maintenance node...7 Figure 1.9: The Clients list...7 Figure 1.10:Accessing the Control Panel in the CCMS tool...9 Figure 1.11: The Server Name list...9 Figure 2.1: Adding an AGate server...17 Figure 2.2: The list of unconfigured tests for the SAP R/3 server...17 Figure 2.3: Configuring the AGateServer test...17 Figure 2.4: Configuring the AGateAccess test...18 Figure 2.5: Configuring the AGateStatus test...19 Figure 2.6: Configuring the AGateTrans test...20 Figure 3.1: Adding a SAP Web Application server...24 Figure 3.2: The list of unconfigured tests for the SAP Web Application server...24 Figure 3.3: Configuring the SapWasBeans test...24 Figure 3.4: Starting the Visual Administrator...26 Figure 3.5: Loggin into the Visual Administrator...26 Figure 3.6: Identifying the cluster ID of the Dispatcher...27 Figure 3.7: Identifying the cluster ID of the Server...28 Figure 4.1: Adding a MaxDB server...31 Figure 4.2: The list of unconfigured tests for the MaxDB server...31 Figure 4.3: Configuring the DbConnection test...31

5 Configuring and Monitoring the SAP R/3 Servers Chapter 1 Configuring and Monitoring the SAP R/3 Servers This chapter will elaborately discuss the steps involved in configuring and monitoring the SAP R/3 server, which is the middle-tier application server that hosts the business logic components of SAP. 1.1 Configuring the SAP R/3 Server for Monitoring by the eg Enterprise suite In Windows installations of the SAP R/3 server, ensure that the following steps are adhered to before attempting to monitor the SAP R/3 server: 1. Download the SAPJCO API from the SAP Marketplace. 2. The API will be available in the SAP Marketplace as a zip file. After downloading the API, extract the following files from the zip: sapjcorfc.dll librfc32.dll sapjco.jar 3. Copy the extracted files to the <EG_INSTALL_DIR>\lib directory on the eg agent host. The classpath is already set for this jar file. Note: The eg Enterprise suite requires SAPJCO 2.0 for monitoring the SAP R/3 server. This in turn needs JRE 1.2 or higher. If SAPJCO 2.1 is downloaded instead, then ensure that a minimum of JRE 1.3 is available. The eg agents use the BC-XAL interface to connect to SAP R/3 for monitoring. This interface is compatible only with SAP R/3 release 4.5b and higher. 1

6 Configuring and Monitoring the SAP R/3 Servers For SAP installations on Unix, follow the steps given below: 1. Download the SAPJCO API from the SAP Marketplace. 2. Extract the following files from the zipped API and copy them to the /opt/egurkha/lib directory: libsapjcorfc.so (in AIX systems, this would be libsapjcorfc.o) librfccm.so (in AIX systems, this would be librfccm.o) sapjco.jar 3. The path of these files should be set in LD_LIBRARY_PATH variable. 4. Finally, restart the eg agent. Note: The SAP_R3_server component of the eg Enterprise suite also monitors the SAP Messaging server, using the following tests: SapMsgTest, SapMsgInfoTest, and SapGroupLbTest. In order for these tests to function smoothly, the following pre-requisites will have to be fulfilled. These tests use an lgtst command to extract critical statistics from the SAP Message server. With this command, you can check the active instances of your SAP System and check existing logon groups directly at the operating system level. To ensure that this test functions smoothly, the lgtst command needs to be copied to the /opt/egurkha/bin directory (on Unix, or the <EG_INSTALL_DIR>\bin on Windows). Another pre-requisite for the smooth execution of this test is that, in the transaction SMLG, the External RFC Permitted attribute will have to be defined for any one of the logon groups on the SAP Message server. 1.2 Administering the eg Manager to Work with a SAP R/3 Server To achieve the above, do the following: 1. Log into the eg administrative interface. 2. If a SAP R/3 server is already discovered, then directly proceed towards managing it using the COMPONENTS - MANAGE/UNMANAGE page (Infrastructure -> Components -> Manage/Unmanage). However, if it is yet to be discovered, then run discovery (Infrastructure -> Components -> Discover) to get it discovered or add the component manually using the ADD/MODIFY COMPONENTS page (Infrastructure -> Components -> Add/Modify). Remember that components manually added are managed automatically. Discovered components, however, are managed using the COMPONENTS - MANAGE/UNMANAGE page. Figure 1.1 and Figure 1.2 clearly illustrate the process of managing the SAP R/3 server. For more details on managing components, refer to Configurinhg and Monitotring Web Servers document. 2

7 Configuring and Monitoring the SAP R/3 Servers Figure 1.1: Selecting a SAP R/3 server for monitoring Figure 1.2: Managing a SAP R/3 server 4. Then, try to sign out of the eg administrative interface. Upon doing so, Figure 1.3 will appear listing the unconfigured tests for the SAP server. 3

8 Configuring and Monitoring the SAP R/3 Servers Figure 1.3: The list of unconfigured tests for the SAP R/3 server 5. Click on the R3 Buffers test in Figure 1.3 to configure it. Figure 1.4 will then appear. Figure 1.4: Configuring the R3 Buffers test 6. The R3 Buffers test reports statistics relating to the SAP R/3 server's buffers. The goal of buffer setting is to have a sufficiently large buffer to maintain a high hit rate and to do so with a low rate of swapping and a minimal effect on operating system paging. The test contains values for the following SAP buffers, sorted by application server: Name of the MTE Program Compiled SAP programs Contents of the Buffer Generic Key Wholly or partly buffered database tables SingleRecord Individual records from utilized database tables Screen Screen pages from ABAP programs CUA Menus and pushbuttons from the ABAP screen pages TableDefinition Table Definitions from the SAP R/3 Repository 4

9 Configuring and Monitoring the SAP R/3 Servers FieldDescription Field descriptions from the SAP R/3 Repository InitialRecords ShortNameTAB Initial record layout (initial values for the fields of a database segment) for a table Combination of TTAB and FTAB buffers 7. In Figure 1.4, specify the following: TEST PERIOD - How often should the test be executed HOST - The host for which the test is to be configured PORT The port at which the SAP R/3 server listens CLIENTNAME - Specify the ID of the client system that is connecting to the R/3 server. To view a list of client IDs to choose from, do the following: i. From any SAP client, execute the SAPlogon tool using the menu sequence: Start -> Programs -> SAP Front End -> SAPlogon (see Figure 1.5). Figure 1.5: Opening the SAPlogon tool ii. Click on the Logon button in the dialog box that appears (see Figure 1.6), and login to the SAP R/3 server using a valid user name and password (see Figure 1.7). 5

10 Configuring and Monitoring the SAP R/3 Servers Figure 1.6: Clicking on the Logon button Figure 1.7: Logging into the SAP Easy access console iii. Using the tree-structure in the SAP Easy Access console that appears (see Figure 1.8), navigate to the Client Maintenance node. The node sequence to be used is: SAP menu -> Tools -> Administration -> Client Administration -> Client Maintenance. 6

11 Configuring and Monitoring the SAP R/3 Servers Figure 1.8: Accessing the Client Maintenance node iv. A Display View "Clients" page will appear (see Figure 1.9), which will display the details of SAP clients. Any of the values of the Client column in this page, can be provided as the value of the CLIENTNAME parameter. Figure 1.9: The Clients list SAPUSER - Provide a valid user name for logging into the SAP R/3 server. In order to enable the eg Enterprise suite to effectively monitor SAP, the name of a SAPUSER with either of the following profiles need to be specified here: S_A.SYSTEM (super administrator) or SAP_ALL (all authorizations for SAP). 7

12 Configuring and Monitoring the SAP R/3 Servers Note: The user name has to be provided in upper-case. PASSWORD - password of the specified SAPUSER Note: The password has to be provided in upper-case. SYSNO - An indicator of the TCP/IP port at which the SAP server listens. For example, for a server that listens at port 3200, the SYSNO will be '00'. Similarly, if the SAP server port is 3201, the SYSNO will have to be specified as '01'. Therefore, in the SYSNO text box specify the system number of the SAP server with which the specified client communicates. ROUTER - If the SAP client with the specified CLIENTNAME exists in a network external to the SAP server, then a router will be used to enable the serverclient communication. In such a case, specify the IP of the router in the ROUTER text box. If both the client and the server exist in the same network, then specify 'none' against the ROUTER text box. ISPASSIVE - If the value chosen is YES, then the server under consideration is a passive server in a SAP R/3 cluster. No alerts will be generated if the server is not running. Measures will be reported as Not applicable by the agent if the server is not up. TIMEOUT - Specify the duration (in seconds) for which this test should wait for a response from the SAP R/3 server. By default, this is set to 120 seconds. INSTANCENAME - Specify the name of the SAP R/3 instance to be monitored. To view the complete list of instances to choose from, do the following: o o Login into the SAP Easy Access console with the procedure mentioned in the CLIENTNAME measure. Using the tree-structure in the SAP Easy Access console, navigate to the CCMS tool (see Figure 1.10) available under the TOOLS option. The node sequence to be used is: SAP menu -> Tools -> CCMS -> Control/Monitoring -> Control Panel. 8

13 Configuring and Monitoring the SAP R/3 Servers Figure 1.10:Accessing the Control Panel in the CCMS tool o Double-click on the Control Panel node. A Display Server Statuses and Alerts page will appear (see Figure 1.11), which will display the details of the SAP Servers. Any of the values of the Server Name column in this page, can be provided as the value of the INSTANCENAME parameter. Figure 1.11: The Server Name list 8. Finally, click the Update button in Figure Now, when you try to signout of the administrative interface, you will be prompted to configure the New alerts in the last measure period test. 9

14 Configuring and Monitoring the SAP R/3 Servers Figure 1.12: Configuring the New alerts in the last measure period test 10. Specify the following in Figure TEST PERIOD - How often should the test be executed HOST - Host name of the server for which the test is to be configured PORT - Enter the port to which the specified HOST listens CLIENTNAME Specify the ID of the client system that is connecting to the R/3 server. To view a list of client IDs to choose from, follow the procedure discussed in Page Error! Bookmark not defined.. SAPUSER - Provide a valid user name for logging into the SAP R/3 server. In order to enable the eg Enterprise suite to effectively monitor SAP, the name of a SAPUSER with either of the following profiles need to be specified: S_A.SYSTEM (super administrator) or SAP_ALL (all authorizations for SAP). PASSWORD - The password of the specified SAPUSER. CONFIRMPASSWORD - Confirm the password by retyping it here. SYSNO - An indicator of the TCP/IP port at which the SAP server listens. For example, for a server that listens at port 3200, the SYSNO will be '00'. Similarly, if the SAP server port is 3201, the SYSNO will have to be specified as '01'. Therefore, in the SYSNO text box specify the system number of the SAP server with which the specified client communicates. ROUTER - If the SAP client with the specified CLIENTNAME exists in a network external to the SAP server, then a router will be used to enable the server-client communication. In such a case, specify the IP of the router in the ROUTER text box. If both the client and the server exist in the same network, then specify 'none' against the ROUTER text box. MONITOR DETAILS - Provide the list of monitors for which alerts are to be reported. The pattern for your specification should be as follows: Monitor Set name:commaseparated list of monitors. For example, your specification can be: SAP CCMS Monitor Templates:Database,Dialog per Application Server. If you want to configure monitors that belong to multiple monitor sets, your specification should be: <Monitor Set 1>:<comma-separated list of monitors>;<monitor Set 2>:<comma-separated list of monitors>;... 10

15 Configuring and Monitoring the SAP R/3 Servers For example, SAP CCMS Monitor Templates:Database,Dialog per Application Server; Monitor Collection for Certification:Test Monitor Dialog While configuring the MONITOR DETAILS, you may want to know the exact names of the monitors and monitor sets that form part of your specification. To determine this, follow the procedure discussed in Section 1.3 of this document. XMI AUDIT LEVEL - The XMI interface is a general framework for the CCMS external system management interfaces. This interface contains essential function modules and structures that coordinate connections between external system management tools and individual CCMS interfaces, and writes messages in the R/3 XMI log on behalf of the external tool. The XMI log is a table containing English message texts. The messages can have various degrees of detail. The audit level determines the degree of detail to which messages in the XMI log are written - i.e., whether the message should always be logged, or is simply a message which supplies further detail (higher detail degree). The XMI log contains messages from external tools and also messages which arise in SMAPI functions. To indicate to the test the degree of detail to which messages from the eg agent are to be written in the XMI log, you need to specify the XMI AUDIT LEVEL. By default, this parameter is set to 0, which indicates that all calls that modify the database are to be logged. The other values this parameter can take and their implications are discussed below: 1: Logs all calls that modify the database and error messages 2: Logs all calls that read from the database, modify the database, and error messages 3: Logs all calls and all messages (full trace) TIMEOUT - Indicate the duration (in seconds) for which this test should wait for a response from the SAP R/3 server. By default, this is set to 120 seconds. DETAILED DIAGNOSIS - To make diagnosis more efficient and accurate, the eg Enterprise suite embeds an optional detailed diagnostic capability. With this capability, the eg agents can be configured to run detailed, more elaborate tests as and when specific problems are detected. To enable the detailed diagnosis capability of this test for a particular server, choose the On option. To disable the capability, click on the Off option. The option to selectively enable/disable the detailed diagnosis capability will be available only if the following conditions are fulfilled: o The eg manager license should allow the detailed diagnosis capability o Both the normal and abnormal frequencies configured for the detailed diagnosis measures should not be Now, click on the Update button in Figure 1.12 and signout of the eg administrative interface. 1.3 Determining the names of the Monitors and Monitor Sets 1. While configuring the MONITOR DETAILS, you may want to know the exact names of the monitors and monitor sets that form part of your specification. To determine this, do the following: 2. Open the SAP Logon tool using the Start -> Programs -> SAP Front End -> SAP Logon menu sequence. 11

16 Configuring and Monitoring the SAP R/3 Servers 3. Pick a system from Figure 1.13 that appears, and click on the Logon button therein to connect to the chosen sysem. Figure 1.13: Selecting a system to login to 4. Then, login to the chosen system by providing the required Client, User, and Password credentials. Once the Password is provided, press the Enter key on your keyboard to login (see Figure 1.14). Figure 1.14: Logging into the chosen system 5. Upon logging in successfully, the SAP Easy Access interface will appear (see Figure 1.15). In the tree-structure in the left panel of the interface, follow the node sequence, SAP Menu -> Tools -> CCMS -> Control/Monitoring. Then, double-click on the RZ20-CCMS Monitor Sets sub-node under the Control/Monitoring node. 12

17 Configuring and Monitoring the SAP R/3 Servers Figure 1.15: Double-clicking on the CCMS Monitor Sets sub-node 6. This will invoke Figure 1.16, where the complete list of monitor sets will be displayed. Expand a monitor set to view the monitors within. Use these details to configure the monitor set:monitors in the MONITOR DETAILS text box. 13

18 Configuring and Monitoring the SAP R/3 Servers Figure 1.16: Viewing the monitor sets and monitors 1.4 Monitoring the SAP R/3 Server To monitor the server, do the following: 1. Login as a monitor / supermonitor user. 2. Click on the COMPONENTS option in the menu bar, and select the Servers option from the COMPONENTS menu. 3. From the COMPONENT LIST page, click on the SAP R/3 server being monitored. 14

19 Configuring and Monitoring the SAP R/3 Servers Note: While collecting metrics from the SAP R/3 server, you will find that the values always appear as integer values, though they may be floating point values. Follow the configuration steps provided here to change this occurrence. Run transaction SE11 from the SAP menu. Type "ALPERFOB" in the "database tables" field, in the screen that appears. In the "DECIMALS" field the value will be 0. Press the "Change" button and change the value. 15

20 Configuring and Monitoring the AGate Component of the Internet Transaction Server (ITS) Chapter 2 Configuring and Monitoring the AGate Component of the Internet Transaction Server (ITS) In this chapter, we will delve deep into the intricate procedures involved in monitoring the AGate component of ITS. 2.1 Administering the eg Manager to work with the AGate Component To achieve this, do the following: 1. Log into the eg administrative interface. 2. If a AGate server is already discovered, then directly proceed towards managing it using the COMPONENTS - MANAGE/UNMANAGE page (Infrastructure -> Components -> Manage/Unmanage). However, if it is yet to be discovered, then run discovery (Infrastructure -> Components -> Discover) to get it discovered or add the component manually using the ADD/MODIFY COMPONENTS page (Infrastructure -> Components -> Add/Modify). Remember that components manually added are managed automatically. Discovered components, however, are managed using the COMPONENTS - MANAGE/UNMANAGE page. Figure 2.1 clearly illustrates the process of adding an AGate component. For more details on managing components, refer to Configuring and Monitoring Web Servers document. 16

21 Configuring and Monitoring the AGate Component of the Internet Transaction Server (ITS) Figure 2.1: Adding an AGate server 3. Then, try to sign out of the eg administrative interface. Upon doing so, Figure 2.2 will appear listing the unconfigured tests for the SAP server. Figure 2.2: The list of unconfigured tests for the SAP R/3 server 4. Click on the AGate Server test in Figure 2.2 to configure it. Figure 2.3 will then appear. Figure 2.3: Configuring the AGate Server test 5. The AGate Server test reports performance statistics pertaining to the AGate component of the Internet Transaction Server (ITS). Using Figure 2.3, specify the following: TEST PERIOD - How often should the test be executed HOST - The host for which the test is to be configured PORT The port at which the HOST listens LOGFILEPATH - This test extracts the performance metrics from the performance.log file present in the {ITS_INSTALL_DIR}\6.20\{Directory corresponding to the ITS instance}\logs directory. Therefore, in the LOGFILEPATH text box, provide the full path to the performance.log file in the following format: {Instance Name}={Path to the log file}. For example, if the log file for an instance named 'ADM' is to be monitored, and ITS is installed in the C:\Program Files\SAP\ITS directory, then the LOGFILEPATH specification 17

22 Configuring and Monitoring the AGate Component of the Internet Transaction Server (ITS) should be as follows: ADM=c:\Progra~1\SAP\ITS\6.20\ADM\logs\performance.log. To monitor the performance.log files associated with multiple instances, provide the LOGFILEPATH as a comma-separated list. For example, ADM=c:\Progra~1\SAP\ITS\6.20\ADM\logs\performance.log,ITS1=c:\Progra~ 1\SAP\ITS\6.20\ITS1\logs\performance.log. 6. Finally, click the Update button in Figure Once again, try to signout of the administrative interface, but this time click on the AGate Access test in the list of unconfigured tests, to configure it. Figure 2.4 will then appear. Figure 2.4: Configuring the AGate Access test 8. The AGate Access test reports the number of succesful logins to the AGate component of the Internet Transaction Server (ITS). Specify the following in Figure 2.4: TEST PERIOD - How often should the test be executed HOST - The host for which the test is to be configured PORT - The port at which the HOST listens. By default, this is NULL. LOGFILEPATH - This test extracts the performance metrics from the access.log file present in the {ITS_INSTALL_DIR}\6.20\{Directory corresponding to the ITS instance}\logs directory. Therefore, in the LOGFILEPATH text box, provide the full path to the access.log file in the following format: {Instance Name}={Path to the log file}. For example, if the log file for an instance named 'ADM' is to be monitored, and ITS is installed in the C:\Program Files\SAP\ITS directory, then the LOGFILEPATH specification should be as follows: ADM=c:\Progra~1\SAP\ITS\6.20\ADM\logs\access.log. To monitor the access.log files associated with multiple instances, provide the LOGFILEPATH as a comma-separated list. For example, ADM=c:\Progra~1\SAP\ITS\6.20\ADM\logs\access.log,ITS1=c:\Progra~1\SAP \ITS\6.20\ITS1\logs\access.log. DETAILED DIAGNOSIS - To make diagnosis more efficient and accurate, the eg Enterprise system embeds an optional detailed diagnostic capability. With this capability, the eg agents can be configured to run detailed, more elaborate tests as and when specific problems are detected. To enable the detailed diagnosis capability of this test for a particular server, choose the On option against DETAILED DIAGNOSIS. To disable the capability, click on the Off option. The option to selectively enable/disable the detailed diagnosis capability will be available only if the following conditions are fulfilled: o o The eg manager license should allow the detailed diagnosis capability Both the normal and abnormal frequencies configured for the detailed 18

23 Configuring and Monitoring the AGate Component of the Internet Transaction Server (ITS) diagnosis measures should not be Click the Update button in Figure 2.5 and proceed to signout of the administrative interface yet again. The tests configuration table will appear once again, but this time ensure that the AGate Status test is chosen for configuration. When this test is clicked, Figure 2.5 will appear Figure 2.5: Configuring the AGate Status test 10. The AGate Status test reports whether any errors occurred in the AGate component during the last measurement period. To configure this test, specify the details requested by Figure 2.5: TEST PERIOD - How often should the test be executed HOST - The host for which the test is to be configured PORT - The port at which the HOST listens. By default, this is NULL. LOGFILEPATH - This test extracts the performance metrics from the diagnostics.log file present in the {ITS_INSTALL_DIR}\6.20\{Directory corresponding to the ITS instance}\logs directory. Therefore, in the LOGFILEPATH text box, provide the full path to the diagnostics.log file in the following format: {Instance Name}={Path to the log file}. For example, if the log file for an instance named 'ADM' is to be monitored, and ITS is installed in the C:\Program Files\SAP\ITS directory, then the LOGFILEPATH specification should be as follows: ADM=c:\Progra~1\SAP\ITS\6.20\ADM\logs\diagnostics.log. To monitor the diagnostics.log files associated with multiple instances, provide the LOGFILEPATH as a comma-separated list. For example, ADM=c:\Progra~1\SAP\ITS\6.20\ADM\logs\diagnostics.log,ITS1=c:\Progra~1\SAP\IT S\6.20\ITS1\logs\diagnostics.log. DETAILED DIAGNOSIS - To make diagnosis more efficient and accurate, the eg Enterprise system embeds an optional detailed diagnostic capability. With this capability, the eg agents can be configured to run detailed, more elaborate tests as and when specific problems are detected. To enable the detailed diagnosis capability of this test for a particular server, choose the On option against DETAILED DIAGNOSIS. To disable the capability, click on the Off option. The option to selectively enable/disable the detailed diagnosis capability will be available only if the following conditions are fulfilled: o o The eg manager license should allow the detailed diagnosis capability Both the normal and abnormal frequencies configured for the detailed diagnosis measures should not be After updating the configuration, if you attempt to exit the admin interface again, the tests 19

24 Configuring and Monitoring the AGate Component of the Internet Transaction Server (ITS) configuration table will reappear prompting you to configure the Agate Transactions test. Click on the test to configure it. 12. Figure 2.6 will subsequently appear. Figure 2.6: Configuring the AGate Transactions test 13. The AGate Transactions test monitors the access requests serviced by the ITS instance. To configure this test, specify the values for the parameters displayed in Figure 2.6. TEST PERIOD - How often should the test be executed HOST - The host for which the test is to be configured PORT - The port at which the HOST listens. By default, this is NULL. LOGFILEPATH - This test extracts the performance metrics from the diagnostics.log file present in the {ITS_INSTALL_DIR}\6.20\{Directory corresponding to the ITS instance}\logs directory. Therefore, in the LOGFILEPATH text box, provide the full path to the diagnostics.log file in the following format: {Instance Name}={Path to the log file}. For example, if the log file for an instance named 'ADM' is to be monitored, and ITS is installed in the C:\Program Files\SAP\ITS directory, then the LOGFILEPATH specification should be as follows: ADM=c:\Progra~1\SAP\ITS\6.20\ADM\logs\diagnostics.log. To monitor the diagnostics.log files associated with multiple instances, provide the LOGFILEPATH as a comma-separated list. For example, ADM=c:\Progra~1\SAP\ITS\6.20\ADM\logs\diagnostics.log,ITS1=c:\Progra~1\SAP\IT S\6.20\ITS1\logs\diagnostics.log. 14. Once the configuration is updated, make one more attempt to log out of the admin interface. This time, you will be prompted to configure the Processes test of the AGate server. For more details on configuring the Processes test, refer to Configuring and Monitoring Web Servers document. For details on configuring the Mail test, refer to Configuring and Monitoring Mail Servers document. 15. Finally, log out of the administrative interface 20

25 Configuring and Monitoring the AGate Component of the Internet Transaction Server (ITS) 2.2 Monitoring the AGate Server To monitor the server, do the following: 1. Login as a monitor / supermonitor user. 2. Click on the Components option in the menu bar, and select the Servers option from the Components menu. 3. From the COMPONENT LIST page, click on the AGate server being monitored. 21

26 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) Chapter 3 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) This chapter elaborates on the procedure to configure, administer, and monitor the SAP Web Application server component of the SAP Netweaver. 3.1 Configuring the SAP Web AS Configuring SAP Web AS Versions Prior to v7.3 Before attempting to monitor a SAP Web AS that is of a version prior to v7.3, ensure that the following files are copied to the /opt/egurkha/lib directory (in Unix; on Windows, this will be the <EG_INSTALL_DIR>\lib directory): com_sap_pj_jmx.jar exception.jar logging.jar sapj2eeclient.jar While the sapj2eeclient.jar is available in the {SAP_WAS_HOME_DIR}\usr\sap\TPP\DVEBMGS00\j2ee\j2eeclient directory, the other 3 jar files reside in the {SAP_WAS_HOME_DIR}\usr\sap\TPP\DVEBMGS00\j2ee\admin\lib directory. Once the files are copied, restart the eg agent on the SAP Web AS Configuring SAP Web AS v7.3 (and above) To monitor a SAP Web AS v7.3 (or above), do the following: 1. Copy the sap.com~tc~bl~pj_jmx~impl.jar file from the <SAP_WAS_HOME_DIR>\<SID>\<instance name>\j2ee\cluster\bin\ext\tc~jmx\lib\private directory to the /opt/egurkha/lib directory (in Unix; on Windows, this will be the <EG_INSTALL_DIR>\lib directory) on the eg agent host. 2. Likewise, copy the following files from the <SAP_WAS_HOME_DIR>\<SID>\<instance ID>\j2ee\j2eeclient\ directory to the opt/egurkha/lib directory (in Unix; on Windows, this will be the <EG_INSTALL_DIR>\lib directory) on the eg agent host: sap.com~tc~je~clientlib~impl.jar 22

27 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) sap.com~tc~exception~impl.jar sap.com~tc~logging~java~impl.jar 3. Then, rename all the four files so copied as indicated below: File Name sap.com~tc~bl~pj_jmx~impl.jar sap.com~tc~je~clientlib~impl.jar sap.com~tc~exception~impl.jar sap.com~tc~logging~java~impl.jar Rename as com_sap_pj_jmx.jar sapj2eeclient.jar exception.jar logging.jar 4. Once the files are renamed, restart the eg agent on the SAP Web AS. 3.2 Administering the eg Manager to work with the SAP Web AS To achieve this, do the following: 1. Log into the eg administrative interface. 2. If a SAP Web Application server is already discovered, then directly proceed towards managing it using the COMPONENTS - MANAGE/UNMANAGE page (Infrastructure -> Components -> Manage/Unmanage). However, if it is yet to be discovered, then run discovery (Infrastructure -> Components -> Discover) to get it discovered or add the component manually using the ADD/MODIFY COMPONENTS page (Infrastructure -> Components -> Add/Modify). Remember that components manually added are managed automatically. Discovered components, however, are managed using the COMPONENTS - MANAGE/UNMANAGE page. Figure 3.1 clearly illustrates the process of adding a SAP Web Application server. For more details on managing components, refer to Configuring and monitoring Web Servers document. 23

28 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) Figure 3.1: Adding a SAP Web Application server 3. Then, try to sign out of the eg administrative interface. Upon doing so, Figure 3.2 will appear listing the unconfigured tests for the SAP Web Application server. Figure 3.2: The list of unconfigured tests for the SAP Web Application server 4. Click on the SAP WAS Beans test in Figure 3.2 to configure it. Figure 3.3 will then appear. Figure 3.3: Configuring the SAP WAS Beans test 5. The SAP WAS Beans test measures the efficiency with which the EJB Container Service manages the enterprise bean instances deployed on the server. The EJB Container 24

29 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) provides all the services that are required by an EJB application, such as transaction and security management, clustering, persistence, network distribution of remote clients, scalable management of resources, and so on. To configure this test, specify the following in Figure 3.3. a. TEST PERIOD - How often should the test be executed b. HOST - The host for which the test is to be configured c. PORT - The port number to which the server is listening d. USERNAME - This test connects to a specific SAP web application server instance, and extracts critical metrics from it. Therefore, in the USERNAME text box, provide a valid user name which the test should use for connecting to the server instance. e. PASSWORD - Provide the PASSWORD that corresponds to the specified USERNAME. f. CONFIRM PASSWORD - Confirm the password by retyping it in the CONFIRM PASSWORD box. g. INSTANCENAME - Provide the application server instance to which the test should connect. For example, if you specify tpp here, then the test will use the login credentials (USERNAME and PASSWORD) provided here to connect to an instance named TPP, which is incidentally the central instance of the SAP web application server. To know the available server instances, use the Programs -> SAP Management Console menu sequence on the application server host, and open the SAP Management Console. In the tree-structure in the left pane of the console, you will find a SAP Systems node. When you expand the SAP Systems node, the available server instances will appear as its sub-nodes. Any one of the displayed instance names can be specified in the INSTANCENAME text box. h. CONNECTORPORT - This test uses the P4 protocol for connecting to the SAP web application server. Therefore, the port at which the P4 protocol listens needs to be specified as the CONNECTORPORT. The default port number of the P4 protocol is However, if the P4 protocol listens at a different port in your environment, then specify the exact port number here. To know the P4 protocol port, first open the admincfg.properties file in the {SAP_WAS_HOME_DIR}\usr\sap\TPP\DVEBMGS00\j2ee\admin\classes directory. The value specified against the LOGIN_PORT parameter in that file, is the P4 protocol port. i. DISPATCHERID - Specify the cluster ID of the j2ee dispatcher that needs to be monitored. To know the cluster ID of the dispatcher, do the following: Start the J2EE Engine Visual Administrator tool (see Figure 3.4) by executing the command {SAP_WAS_HOME_DIR}\usr\sap\TPP\DVEBMGS00\j2ee\admin\go.bat at the command prompt, if you use a Windows platform. If you use a Unix platform, execute the command {SAP_WAS_HOME_DIR}\usr\sap\TPP\DVEBMGS00\j2ee\admin\go at the command prompt. 25

30 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) Figure 3.4: Starting the Visual Administrator Figure 3.5 will appear once you connect to the SAP J2EE Engine in Figure 3.4. Login to the J2EE Engine Visual Administrator (see Figure 3.5) using a valid user name and password. Figure 3.5: Loggin into the Visual Administrator 26

31 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) Proceed to the Global Configuration tab that appears in the left panel of the Visual Administrator as shown in Figure 3.6. Figure 3.6: Identifying the cluster ID of the Dispatcher Upon clicking on the Dispatcher node in Figure 3.6, the information pertaining to that dispatcher will appear in the right panel. Pick the cluster ID that is displayed in that panel (see Figure 3.6) and specify in the DISPATCHERID text box. j. AUTODISCOVERY By default, the eg Enterprise suite allows administrators to configure bean groups using the eg administrative interface, and reports metrics pertaining to every group so created. Accordingly, by default, AUTODISCOVERY is set to NO. If you want beans to be discovered and monitored automatically, then select the YES option against AUTODISCOVERY. When this is done, the eg agent automatically discovers all the beans on the SAP web application server, and reports one set of measures for every bean hosted on the server. k. SEVERIDS Here, specify the cluster IDs of the servers that need to be monitored, as a comma separated list. To know the cluster ID of the servers, do the following: Login to the Visual Administrator and go to the Global Configuration tab as mentioned in the DISPATCHERID measure A list of servers will appear in the left panel of the Visual Administrator (see Figure 3.7). Upon clicking on a particular Server node, the information pertaining to that server, including its cluster ID, will appear in the right panel. This way, you can determine the cluster ID of each of the servers to be monitored. Specify these cluster IDs as a comma-separated list in the SERVERIDS text box. 27

32 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) Figure 3.7: Identifying the cluster ID of the Server Providing a comma-separated list of cluster IDs will ensure that these cluster IDs alone appear as the descriptors of the test. If need be, you can have server namecluster ID pairs appear as the test descriptors. To achieve this, the specification in the SERVERIDS text box should be of the following format: Server name:cluster ID of the server. For example, if the cluster ID of a server named Server0 is , then you can specify the SERVERID in the format: Server0: l. DETAILED DIAGNOSIS - To make diagnosis more efficient and accurate, the eg Enterprise suite embeds an optional detailed diagnostic capability. With this capability, the eg agents can be configured to run detailed, more elaborate tests as and when specific problems are detected. To enable the detailed diagnosis capability of this test for a particular server, choose the On option. To disable the capability, click on the Off option. The option to selectively enable/disable the detailed diagnosis capability will be available only if the following conditions are fulfilled: o The eg manager license should allow the detailed diagnosis capability o Both the normal and abnormal frequencies configured for the detailed diagnosis measures should not be Finally, click the Update button in Figure If too many EJBs have been deployed on the server, then managing the individual EJBs could become a cumbersome task. In such a case, you can use the eg administrative interface to group EJBs and manage the groups, instead. To create an EJB group, first, wait for the SapWasBean test to run once, and then proceed to Reconfigure the test. Upon clicking the Reconfigure button in the test configuration page, Figure 3.3 will reappear. This time, click on the Click here hyperlink displayed above the parameters of the SapWasBean 28

33 Configuring and Monitoring the SAP Web Application Server (SAP Web AS) test, and proceed to create the EJB groups using the same procedure discussed for the WLEJBTrans test. 8. Once you are done configuring the EJB groups, signout of the eg administrative interface. 3.3 Monitoring the SAP Web Application Server To monitor the SAP Web Application server, do the following: 1. Login as a monitor / supermonitor user. 2. Click on the Components option in the menu bar, and select the Servers option from the Components menu. 3. From the COMPONENT LIST page, click on the SAP Web Application server being monitored. 29

34 Configuring and Monitoring the Max DB Server Chapter 4 Configuring and Monitoring the Max DB Server This chapter elaborates on the procedure to configure, administer, and monitor the Max DB server that provides backend support to all SAP applications. 4.1 Configuring the Max DB Server Before attempting to monitor the Max DB server, do the following: 1. Connect to the URL: 2. Scroll down the page that appears next to view a section titled, MaxDB by MySQL - - SAP R/3 Cerfified. 3. In that section, click on the hyperlink representing the latest version of MaxDB. 4. Scroll down the page that appears next to view the list of downloads available for the latest version. From the list, download the JDBC Driver Binary to the local host. 5. A file named sapdbc-<version>.jar gets downloaded. 6. Next, copy the sapdbc-<version>.jar file to the /opt/egurkha/lib directory. 7. Once copied, rename the sapdbc-<version>.jar file to sapdbc.jar. 8. Restart the eg agent. 4.2 Administering the eg Manager to work with the Max DB Server To achieve this, do the following: 1. Log into the eg administrative interface. 2. If a Max DB server is already discovered, then directly proceed towards managing it using the COMPONENTS - MANAGE/UNMANAGE page (Infrastructure -> Components -> Manage/Unmanage). However, if it is yet to be discovered, then run discovery (Infrastructure -> Components -> Discover) to get it discovered or add the component manually using the ADD/MODIFY COMPONENTS page (Infrastructure -> Components -> Add/Modify). Remember that components manually added are managed automatically. Discovered components, however, are managed using the COMPONENTS - MANAGE/UNMANAGE page. Figure 4.1 clearly illustrates the process of adding a Max DB server. 30

35 Configuring and Monitoring the Max DB Server For more details on managing components, refer to Configuring and Monitoring Web Servers document. Figure 4.1: Adding a Max DB server 3. Then, try to sign out of the eg administrative interface. Upon doing so, Figure 4.2 will appear listing the unconfigured tests for the MaxDB server. Figure 4.2: The list of unconfigured tests for the Max DB server 4. Click on the Db Connection test in Figure 4.2 to configure it. Figure 4.3 will then appear. Figure 4.3: Configuring the Db Connection test 5. The Db Connection test measures the availability and responsiveness of the MaxDB server. To configure this test, specify the following in Figure

36 Configuring and Monitoring the Max DB Server a. TEST PERIOD - How often should the test be executed b. HOST - The host for which the test is to be configured c. PORT - The port number to which the server is listening d. DATABASENAME - The test connects to a database on MaxDB and extracts performance statistics from the system tables in the database. Therefore, provide the name of a database in the DATABASENAME text box. e. USERNAME - Since users with the SYSDBA privilege alone are allowed access to system tables, specify the name of such a user against USERNAME. f. PASSWORD - Provide the PASSWORD that corresponds to the specified USERNAME. g. CONFIRM PASSWORD - Confirm the password by retyping it in the CONFIRM PASSWORD box. 6. Finally, click the Update button in Figure Signout of the eg administrative interface. 4.3 Monitoring the Max DB Server To monitor the Max DB server, do the following: 1. Login as a monitor / supermonitor user. 2. Click on the Components option in the menu bar, and select the Servers option from the Components menu. 3. From the COMPONENT LIST page, click on the Max DB server being monitored. 32

37 Conclusion Chapter 5 Conclusion This document has described in detail the steps for configuring and monitoring the SAP Environment. For details of how to administer and use the eg Enterprise suite of products, refer to the user manuals. We will be adding new measurement capabilities into the future versions of the eg Enterprise suite. If you can identify new capabilities that you would like us to incorporate in the eg Enterprise suite of products, please contact support@eginnovations.com. We look forward to your support and cooperation. Any feedback regarding this manual or any other aspects of the eg Enterprise suite can be forwarded to feedback@eginnovations.com. 33

Configuring and Monitoring Cisco UCS Manager

Configuring and Monitoring Cisco UCS Manager Configuring and Monitoring Cisco UCS Manager eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this

More information

Configuring and Monitoring the Egenera PAN Manager

Configuring and Monitoring the Egenera PAN Manager Configuring and Monitoring the Egenera PAN Manager eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of

More information

Configuring and Monitoring HP P2000 SAN storage

Configuring and Monitoring HP P2000 SAN storage C` Configuring and Monitoring HP P2000 SAN storage eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of

More information

Configuring and Monitoring Corillian s Voyager

Configuring and Monitoring Corillian s Voyager Configuring and Monitoring Corillian s Voyager eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this

More information

Configuring and Monitoring Microsoft Applications

Configuring and Monitoring Microsoft Applications Configuring and Monitoring Microsoft Applications eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of

More information

Configuring and Monitoring Exchange 2007/2010 Servers

Configuring and Monitoring Exchange 2007/2010 Servers Configuring and Monitoring Exchange 2007/2010 Servers eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part

More information

Configuring and Monitoring Amazon EC2. eg Enterprise v5.6

Configuring and Monitoring Amazon EC2. eg Enterprise v5.6 Configuring and Monitoring Amazon EC2 eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document

More information

EMC Clariion SAN storage system

EMC Clariion SAN storage system Configuring and Monitoring Dell Configuring and Monitoring an EqualLogic PS Series SAN Storage EMC Clariion SAN storage system eg Enterprise v5.6 eg Enterprise v5.2 Restricted Rights Legend The information

More information

Monitoring Radius Servers

Monitoring Radius Servers Monitoring Radius Servers eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Monitoring Citrix Storage Zones

Monitoring Citrix Storage Zones Monitoring Citrix Storage Zones eg Enterprise v6.0 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may

More information

Monitoring Citrix XenDesktop Director

Monitoring Citrix XenDesktop Director Monitoring Citrix XenDesktop Director eg Enterprise v6.0 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document

More information

Monitoring Applications that Support the Host Resources MIB

Monitoring Applications that Support the Host Resources MIB Monitoring Applications that Support the Host Resources MIB eg Enterprise 6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No

More information

Monitoring Infoblox eg Enterprise v6

Monitoring Infoblox eg Enterprise v6 Monitoring Infoblox eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Cisco TEO Adapter Guide for SAP Java

Cisco TEO Adapter Guide for SAP Java Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Monitoring the eg Manager. eg Enterprise v6

Monitoring the eg Manager. eg Enterprise v6 Monitoring the eg Manager eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Monitoring Juniper EX Switch

Monitoring Juniper EX Switch Monitoring Juniper EX Switch eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Monitoring KVM servers

Monitoring KVM servers Monitoring KVM servers eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

Monitoring NetApp Products

Monitoring NetApp Products Monitoring NetApp Products eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

TIBCO Kabira Adapter Factory for SNMP Installation. Software Release December 2017

TIBCO Kabira Adapter Factory for SNMP Installation. Software Release December 2017 TIBCO Kabira Adapter Factory for SNMP Installation Software Release 5.9.5 December 2017 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Forwarding Alerts to Alert Management (ALM)

Forwarding Alerts to Alert Management (ALM) Forwarding Alerts to Alert Management (ALM) HELP.BCCCM SAP NetWeaver 04 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

Artix Orchestration Installation Guide. Version 4.2, March 2007

Artix Orchestration Installation Guide. Version 4.2, March 2007 Artix Orchestration Installation Guide Version 4.2, March 2007 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property

More information

FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine

FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine FUEGOBPM System Administration Training PART NO. FEPOECv5.5 Date January 1, 2005 Copyright Fuego, Inc. 2004.

More information

Perceptive Process Mining

Perceptive Process Mining Perceptive Process Mining Installation and Setup Guide Version: 2.8.x Written by: Product Knowledge, R&D Date: September 2016 2014-2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International,

More information

Centrify Infrastructure Services

Centrify Infrastructure Services Centrify Infrastructure Services License Management Administrator s Guide December 2018 (release 18.11) Centrify Corporation Legal Notice This document and the software described in this document are furnished

More information

Monitoring XenDesktop Aplications

Monitoring XenDesktop Aplications Monitoring XenDesktop Aplications eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may

More information

USER GUIDE Summer 2015

USER GUIDE Summer 2015 USER GUIDE Summer 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may be used

More information

Terracotta Installation Guide

Terracotta Installation Guide Terracotta Installation Guide Innovation Release Version 10.2 April 2018 This document applies to Terraco a DB and Terraco a Ehcache Version 10.2 and to all subsequent releases. Specifications contained

More information

CA ehealth and CA SPECTRUM

CA ehealth and CA SPECTRUM CA ehealth and CA SPECTRUM Integration and User Guide (5177) ehealth r6.1 / SPECTRUM r9.0 This documentation and any related computer software help programs (hereinafter referred to as the Documentation

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free: EventTracker Enterprise Install Guide 8815 Centre Park Drive Publication Date: Aug 03, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install

More information

Monitoring SAP ENCYCLOPEDIA ... ENCYCLOPEDIA. Monitoring Secrets for SAP. ArgSoft Intellectual Property Holdings, Limited

Monitoring SAP ENCYCLOPEDIA ... ENCYCLOPEDIA. Monitoring Secrets for SAP. ArgSoft Intellectual Property Holdings, Limited Monitoring Secrets for SAP ENCYCLOPEDIA ENCYCLOPEDIA Monitoring SAP.... 1991-2010 Contents Argent for SAP Overview 3 Introduction 3 Monitoring With Argent for SAP 4 SAP Instance 4 SAP Processes 4 Work

More information

Cisco TEO Adapter Guide for SAP ABAP

Cisco TEO Adapter Guide for SAP ABAP Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Availability Monitoring with CCMSPING

Availability Monitoring with CCMSPING Availability Monitoring with CCMSPING HELP.BCCCM SAP NetWeaver 04 SP Stack 11 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

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

SAP Adapter Installation and Configuration Guide

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

More information

Attunity Connect and BEA WebLogic (Version 8.1)

Attunity Connect and BEA WebLogic (Version 8.1) Attunity Connect and BEA WebLogic (Version 8.1) Attunity Connect and BEA WebLogic (Version 8.1) 2006 by Attunity Ltd. Due to a policy of continuous development, Attunity Ltd. reserves the right to alter,

More information

Monitoring the UPS eg Enterprise v6

Monitoring the UPS eg Enterprise v6 Monitoring the UPS eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

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

Adapter for Mainframe

Adapter for Mainframe BEA WebLogic Java Adapter for Mainframe Introduction Release 5.1 Document Date: August 2002 Copyright Copyright 2002 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and documentation

More information

Veritas NetBackup Upgrade Quick Start Guide

Veritas NetBackup Upgrade Quick Start Guide Veritas NetBackup Upgrade Quick Start Guide Veritas NetBackup Upgrade Quick Start Guide Last updated: 2018-02-16 Document version:netbackup 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All

More information

Using the SSM Administration Console

Using the SSM Administration Console CHAPTER 6 Your user role controls whether you can access the SSM Administration Console. The following information is included in this section: SSM Administration Console Overview, page 6-1 Launching the

More information

SAP HANA Authorization (HA2)

SAP HANA Authorization (HA2) SAP HANA 1.0 SP5 June 2013 English SAP HANA Authorization (HA2) Building Block Configuration Guide SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2013 SAP AG or an SAP affiliate company.

More information

CA Spectrum. Remote Operations Suite User Guide. Release 9.3

CA Spectrum. Remote Operations Suite User Guide. Release 9.3 CA Spectrum Remote Operations Suite User Guide Release 9.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Sizing the Hardware and Database Required by an eg Manager

Sizing the Hardware and Database Required by an eg Manager Sizing the Hardware and Database Required by an eg Manager Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document

More information

CA Process Automation

CA Process Automation CA Process Automation Production User Guide Release 04.3.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

TIBCO BusinessConnect EBICS Protocol Installation and Configuration. Software Release 1.0 December 2011

TIBCO BusinessConnect EBICS Protocol Installation and Configuration. Software Release 1.0 December 2011 TIBCO BusinessConnect EBICS Protocol Installation and Configuration Software Release 1.0 December 2011 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Monitoring the XenDesktop Broker

Monitoring the XenDesktop Broker Monitoring the XenDesktop Broker eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may

More information

Installation Guide Worksoft Certify Integration with SAP Solution Manager

Installation Guide Worksoft Certify Integration with SAP Solution Manager Installation Guide Worksoft Certify Integration with SAP Solution Manager Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Integration with

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

SAP NetWeaver Master Data Management

SAP NetWeaver Master Data Management Upgrade Guide GDS 2.1 Document Version: 1.04 2015-11-15 Global Data Synchronization Option 2.1 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include

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

Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA

Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA Technical white paper Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4 Process Overview

More information

Integrate Microsoft Office 365. EventTracker v8.x and above

Integrate Microsoft Office 365. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 5, 2017 Abstract This guide provides instructions to configure Office 365 to generate logs for critical events. Once EventTracker is configured to collect

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP USER GUIDE HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.5 Product release date: August 2018 Document edition: First Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This

More information

SAP BusinessObjects Enterprise Upgrade Guide

SAP BusinessObjects Enterprise Upgrade Guide SAP BusinessObjects Enterprise Upgrade Guide SAP BusinessObjects Enterprise XI 3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business

More information

CA Workload Automation Agent for Oracle E-Business Suite

CA Workload Automation Agent for Oracle E-Business Suite CA Workload Automation Agent for Oracle E-Business Suite Implementation Guide r11.3, Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2 Forescout Version 1.2 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation. Software Release 1.0 November 2012

TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation. Software Release 1.0 November 2012 TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation Software Release 1.0 November 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH

More information

DISCLAIMER COPYRIGHT List of Trademarks

DISCLAIMER COPYRIGHT List of Trademarks DISCLAIMER This documentation is provided for reference purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this documentation, this documentation

More information

NetScaler Analysis and Reporting. Goliath for NetScaler Installation Guide v4.0 For Deployment on VMware ESX/ESXi

NetScaler Analysis and Reporting. Goliath for NetScaler Installation Guide v4.0 For Deployment on VMware ESX/ESXi NetScaler Analysis and Reporting Goliath for NetScaler Installation Guide v4.0 For Deployment on VMware ESX/ESXi (v4.0) Document Date: October 2016 www.goliathtechnologies.com 1 Legal Notices Goliath for

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

CA SiteMinder Web Access Manager. Configuring SiteMinder Single Sign On for Microsoft SharePoint 2007 Using Forms-based Authentication

CA SiteMinder Web Access Manager. Configuring SiteMinder Single Sign On for Microsoft SharePoint 2007 Using Forms-based Authentication CA SiteMinder Web Access Manager Configuring SiteMinder Single Sign On for Microsoft SharePoint 2007 Using Forms-based Authentication This documentation and any related computer software help programs

More information

Import Data Connection to an SAP BW System

Import Data Connection to an SAP BW System Import Data Connection to an SAP BW System SAP Analytics Cloud allows you to import data from an SAP BW System. You must connect to an SAP BW system, version 7.3x or higher release. NOTE: It is recommended

More information

Crystal Enterprise. Overview. Contents. Upgrading CE8.5 to CE10 Microsoft Windows

Crystal Enterprise. Overview. Contents. Upgrading CE8.5 to CE10 Microsoft Windows Crystal Enterprise Upgrading CE8.5 to CE10 Microsoft Windows Overview This document is intended to assist you upgrade from a Crystal Enterprise (CE) 8.5 system to a CE 10 system. NOTE: The scenario outlined

More information

Microsoft Active Directory Plug-in User s Guide Release

Microsoft Active Directory Plug-in User s Guide Release [1]Oracle Enterprise Manager Microsoft Active Directory Plug-in User s Guide Release 13.1.0.1.0 E66401-01 December 2015 Oracle Enterprise Manager Microsoft Active Directory Plug-in User's Guide, Release

More information

Configuring SAP Targets and Runtime Users

Configuring SAP Targets and Runtime Users CHAPTER 4 Before you can create or run processes in your SAP environment, you must create the targets on which the processes will run. Targets are used to define specific environments where activities,

More information

SAP NetWeaver Identity Management Identity Center Installing and configuring the Identity Management User Interface

SAP NetWeaver Identity Management Identity Center Installing and configuring the Identity Management User Interface SAP NetWeaver Identity Management Identity Center Installing and configuring the Identity Management User Interface Version 7.2 Rev 16 2014 SAP AG or an SAP affiliate company. All rights reserved. No part

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

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

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

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix Version 1.1 Table of Contents About BigFix Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 About Support for Dual Stack Environments... 5 Concepts, Components,

More information

Cluster Resource Monitor

Cluster Resource Monitor Cluster Resource Monitor Installation and Setup Guide Version: 7.2.x Written by: Product Knowledge, R&D Date: April 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

TIBCO ActiveMatrix Policy Director Administration

TIBCO ActiveMatrix Policy Director Administration TIBCO ActiveMatrix Policy Director Administration Software Release 2.0.0 November 2014 Document Updated: January 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Integrate Sophos Enterprise Console. EventTracker v8.x and above

Integrate Sophos Enterprise Console. EventTracker v8.x and above Integrate Sophos Enterprise Console EventTracker v8.x and above Publication Date: September 22, 2017 Abstract This guide provides instructions to configure Sophos Enterprise Console to send the events

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

Integrate MySQL Server EventTracker Enterprise

Integrate MySQL Server EventTracker Enterprise Integrate MySQL Server EventTracker Enterprise Publication Date: Nov. 3, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This guide provides instructions to configure

More information

CA XCOM Data Transport Gateway

CA XCOM Data Transport Gateway CA XCOM Data Transport Gateway Product Guide Release 11.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

SAP Composite Application Framework. Creating an External Service type Callable Object in Guided Procedures

SAP Composite Application Framework. Creating an External Service type Callable Object in Guided Procedures SAP Composite Application Framework Creating an External Service type Callable Object in Guided Procedures Version 1.00 July 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix ForeScout Extended Module for IBM BigFix Version 1.0.0 Table of Contents About this Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 Concepts, Components, Considerations...

More information

A guide to configure agents for log collection in Log360

A guide to configure agents for log collection in Log360 A guide to configure agents for log collection in Log360 Contents Introduction... 2 Agent-based log collection... 2 When can you go for agent-based log collection?... 2 Architecture of agent-based log

More information

ForeScout Extended Module for Qualys VM

ForeScout Extended Module for Qualys VM ForeScout Extended Module for Qualys VM Version 1.2.1 Table of Contents About the Qualys VM Integration... 3 Additional Qualys VM Documentation... 3 About This Module... 3 Components... 4 Considerations...

More information

Centrify Infrastructure Services

Centrify Infrastructure Services Centrify Infrastructure Services Evaluation Guide for Windows November 2017 (release 2017.2) Centrify Corporation Legal notice This document and the software described in this document are furnished under

More information

Product and Release Information

Product and Release Information Product and Release Information Application Repository Services (ARS) Release Information Tool Guide Release information Release 4.0 Last Updated: December 2002 Copyright No part of this document may be

More information

Monitoring PeopleSoft

Monitoring PeopleSoft Monitoring PeopleSoft eg Enterprise v6.0 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

How To Generate XSD Schemas from Existing MDM Repositories

How To Generate XSD Schemas from Existing MDM Repositories SAP NetWeaver How-To Guide How To Generate XSD Schemas from Existing MDM Repositories Applicable Releases: SAP NetWeaver MDM 7.1 Topic Area: Information Management Capability: Master Data Management Version

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

CA Identity Manager. Installation Guide (JBoss) r12.5

CA Identity Manager. Installation Guide (JBoss) r12.5 CA Identity Manager Installation Guide (JBoss) r12.5 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational purposes

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

Syncplicity Panorama with Isilon Storage. Technote

Syncplicity Panorama with Isilon Storage. Technote Syncplicity Panorama with Isilon Storage Technote Copyright 2014 EMC Corporation. All rights reserved. Published in USA. Published November, 2014 EMC believes the information in this publication is accurate

More information

SAP NetWeaver Performance and Availability

SAP NetWeaver Performance and Availability SAP NetWeaver Performance and SAP NetWeaver Performance and During the discovery process, the mapping of monitored elements is created, based on your SAP landscape. If you have both J2EE and R/3 stacks

More information

Configure UD Connect on the J2EE Server for JDBC Access to External Databases

Configure UD Connect on the J2EE Server for JDBC Access to External Databases How-to Guide SAP NetWeaver 04 How to Configure UD Connect on the J2EE Server for JDBC Access to External Databases Version 1.05 Jan. 2004 Applicable Releases: SAP NetWeaver 04 (SAP BW3.5) Copyright 2004

More information

Centrify Infrastructure Services

Centrify Infrastructure Services Centrify Infrastructure Services User's Guide for Windows August 2018 (release 18.8) Centrify Corporation Legal Notice This document and the software described in this document are furnished under and

More information

McAfee epolicy Orchestrator Update 2

McAfee epolicy Orchestrator Update 2 Release Notes McAfee epolicy Orchestrator 5.10.0 Update 2 Contents Rating for update 5.10.0 Resolved issues in update 5.10.0 Installation instructions Rating for update 5.10.0 The rating defines the urgency

More information

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic IBM Operational Decision Manager Version 8 Release 5 Configuring Operational Decision Manager on WebLogic Note Before using this information and the product it supports, read the information in Notices

More information

System Landscape Directory - User Manual -

System Landscape Directory - User Manual - System Landscape Directory - r Manual - SAP NetWeaver 2004 r Manual 15.04.2008 Copyright Copyright 2008 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services TIBCO Spotfire Automation Services Software Release 7.9 May 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

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

More information