Introduction
SAP Solution Manager 7.1 SP5 supports Vertex O-Series product with System Monitoring, but SAP Extended Diagnostics is required.. This document describes how to setup and configure System Monitoring in the SAP Solution Manager 7.1 SP5 for Vertex O-Series 6.0 on Tomcat
This guide is part of a global installation and configuration documentation. You may find more information in the SAP Service Marketplace
Root Cause Analysis Installation and Upgrade Guide with SOLMAN_SETUP https://service.sap.com/diagnostics -> Installation and Configuration
Solution Manager Installation Guides
https://service.sap.com/instguides ->SAP Components -> SAP Solution Manager > Release 7.1
SAP Solution Manager 7.1 on help.sap.com
http://help.sap.com/solutionmanager71
1. Install SMD Agent
Please refer to SAP note 1365123 Installation of Diagnostics Agents.
SMD Agent 7.3 installs automatically SAP Host Agent. Please make sure, however, that SAP Host Agent corresponds to the version in the SAP note 1448655. In addition, please refer to SAP Note 1031096 “Installing Package SAPHOSTAGENT” for details.
2. Setup SLD Data Supplier for Vertex O-Series on Tomcat
Please refer to SAP note 1508421 SLD Data Supplier for Apache Tomcat. Follow the directions in Apache_Tomcat_SLD-DS.pdf to setup the SLD Data Supplier and save the following as the SAP_metadata.xml in the META-INF folder of the application’s WAR file. Choose the file corresponding to the Vertex O-Serires release, use file name SAP_metadata.xml.
SAP_metadata.xml for Vertex O-Series 6.0 |
---|
.<?xml version="1.0" encoding="UTF-8"?> <ProductInformation> <!-- List of installed product/s - typically only one product per SAP_metadata.xml --> <Products> <Product TechnicalName="VERTEX O SERIES" ProductPPMS_ID="01200314690800001359"> <Vendor>sap.com</Vendor> <Instances> <Instance Name="VERTEX O SERIES" InstanceKey="1"></Instance> </Instances> <ProductVersion TechnicalName="VERTEX O SERIES" TechnicalRelease="6.0" ProductVersionPPMS_ID="67837800100900007263"> </ProductVersion> </Product> </Products> <!-- List of deployed software components - as defined in PPMS instances --> <SoftwareComponents> <SoftwareComponent TechnicalName=" VERTEX_CENTRAL" ComponentPPMS_ID="01200615320100007278"> <Vendor>sap.com</Vendor> <SoftwareComponentVersion TechnicalName="VERTEX CENTRAL" TechnicalRelease="6.0" ComponentVersionPPMS_ID="67837800100200021935"> </SoftwareComponentVersion> </SoftwareComponent> <SoftwareComponent TechnicalName=" VERTEX_WEB_SERVICES" ComponentPPMS_ID="01200615320100007277"> <Vendor>sap.com</Vendor> <SoftwareComponentVersion TechnicalName="VERTEX WEB SERVICES" TechnicalRelease="6.0" ComponentVersionPPMS_ID="67837800100200021936"> </SoftwareComponentVersion> </SoftwareComponent> </SoftwareComponents> <!-- Relationship which software component version belongs to which product version and instance combination --> <ProductSoftwareComponentBindings> <Binding> <ProductVersionPPMS_ID>67837800100900007263</ProductVersionPPMS_ID> <InstanceKey>1</InstanceKey> <ComponentVersionPPMS_ID>67837800100200021935</ComponentVersionPPMS_ID> </Binding> <Binding> <ProductVersionPPMS_ID>67837800100900007263</ProductVersionPPMS_ID> <InstanceKey>1</InstanceKey> <ComponentVersionPPMS_ID>67837800100200021936</ComponentVersionPPMS_ID> </Binding> </ProductSoftwareComponentBindings> </ProductInformation> |
SAP_metadata.xml for Vertex O-Series 7.0 |
---|
<?xml version="1.0" encoding="UTF-8"?> <ProductInformation> <!-- List of installed product/s - typically only one product per SAP_metadata.xml --> <Products> <Product TechnicalName="VERTEX O SERIES" ProductPPMS_ID="01200314690800001359"> <Vendor>sap.com</Vendor> <Instances> <Instance Name="VERTEX O SERIES" InstanceKey="1"></Instance> </Instances> <ProductVersion TechnicalName="VERTEX O SERIES" TechnicalRelease="7.0" ProductVersionPPMS_ID="73555000100900000205"> </ProductVersion> </Product> </Products> <!-- List of deployed software components - as defined in PPMS instances --> <SoftwareComponents> <SoftwareComponent TechnicalName="VERTEX_CENTRAL" ComponentPPMS_ID="01200615320100007278"> <Vendor>sap.com</Vendor> <SoftwareComponentVersion TechnicalName="VERTEX_CENTRAL" TechnicalRelease="7.0" ComponentVersionPPMS_ID="73555000100200001417"> </SoftwareComponentVersion> </SoftwareComponent> <SoftwareComponent TechnicalName="VERTEX_WEB_SERVICES" ComponentPPMS_ID="01200615320100007277"> <Vendor>sap.com</Vendor> <SoftwareComponentVersion TechnicalName="VERTEX_WEB_SERVICES" TechnicalRelease="7.0" ComponentVersionPPMS_ID="73555000100200001418"> </SoftwareComponentVersion> </SoftwareComponent> </SoftwareComponents> <!-- Relationship which software component version belongs to which product version and instance combination --> <ProductSoftwareComponentBindings> <Binding> <ProductVersionPPMS_ID>73555000100900000205</ProductVersionPPMS_ID> <InstanceKey>1</InstanceKey> <ComponentVersionPPMS_ID>73555000100200001417</ComponentVersionPPMS_ID> </Binding> <Binding> <ProductVersionPPMS_ID>73555000100900000205</ProductVersionPPMS_ID> <InstanceKey>1</InstanceKey> <ComponentVersionPPMS_ID>73555000100200001418</ComponentVersionPPMS_ID> </Binding> </ProductSoftwareComponentBindings> </ProductInformation> |
SAP_metadata.xml for Vertex O-Series 9.0 |
---|
<?xml version="1.0" encoding="UTF-8"?> <ProductInformation> <!-- List of installed product/s - typically only one product per SAP_metadata.xml --> <Products> <Product TechnicalName="VERTEX O SERIES" ProductPPMS_ID="01200314690800001359"> <Vendor>sap.com</Vendor> <Instances> <Instance Name="VERTEX O SERIES" InstanceKey="1"></Instance> </Instances> <ProductVersion TechnicalName="VERTEX O SERIES" TechnicalRelease="9.0" ProductVersionPPMS_ID="73554900100900006961"> </ProductVersion> </Product> </Products> <!-- List of deployed software components - as defined in PPMS instances --> <SoftwareComponents> <SoftwareComponent TechnicalName="VERTEX_CENTRAL" ComponentPPMS_ID="01200615320100007278"> <Vendor>sap.com</Vendor> <SoftwareComponentVersion TechnicalName="VERTEX_CENTRAL" TechnicalRelease="9.0" ComponentVersionPPMS_ID="73554900100200018888"> </SoftwareComponentVersion> </SoftwareComponent> <SoftwareComponent TechnicalName="VERTEX_WEB_SERVICES" ComponentPPMS_ID="01200615320100007277"> <Vendor>sap.com</Vendor> <SoftwareComponentVersion TechnicalName="VERTEX_WEB_SERVICES" TechnicalRelease="9.0" ComponentVersionPPMS_ID="73554900100200018889"> </SoftwareComponentVersion> </SoftwareComponent> </SoftwareComponents> <!-- Relationship which software component version belongs to which product version and instance combination --> <ProductSoftwareComponentBindings> <Binding> <ProductVersionPPMS_ID>73554900100900006961</ProductVersionPPMS_ID> <InstanceKey>1</InstanceKey> <ComponentVersionPPMS_ID>73554900100200018888</ComponentVersionPPMS_ID> </Binding> <Binding> <ProductVersionPPMS_ID>73554900100900006961</ProductVersionPPMS_ID> <InstanceKey>1</InstanceKey> <ComponentVersionPPMS_ID>73554900100200018889</ComponentVersionPPMS_ID> </Binding> </ProductSoftwareComponentBindings> </ProductInformation> |
3. Manual Modeling of Vertex SIC in Solution Manager
The SIC does not have an SLD Data Supplier and has to manually model in Solution Manager
Navigate to Managed System Setup in transaction solman_setup and complete the following:
System Operations -> Create System
Choose system type - Unspecific Cluster System
Specify System Name and Central Host Name. Technology Type is Others
Specify Ext. SID
Save
Software – Product Instances – Add
Solution Manager Standard Custom Product 1.0
Add VERTEX O SERIES 6.0
Assign both to Product System (Create if necessary)
Software -> Software Component Versions
Add
Close
Technical Instances -> Unspecific Application Server
Add
Specify Name, Technology Type is Others, Select Host
Save
Software – Product Instances – Software Component Versions of Selected Product Insance
Mark as installed
Save
4. Run Managed System Configuration
4.1 Vertex O-Series 6.0 on Apache Tomcat
Please refer to SAP note 1633036 SAP Solution Manager 7.1 E2E RCA Setup for Apache Tomcat
Following the instructions for Managed System Configurations in the attached RCA_Setup_Guide_for_Apache_Tomcat.pdf with adding Vertex O-Series as diagnostic relevant in Step 1, Select Product.
4.2 Vertex SIC
Transaction solman_setup -> Managed System Configuration -> System Operations -> Create System
Type -> Unspecified Cluster
Specify System Name and Central Host Name. Technology Type -> Others
Confirm Extended System ID
Save