Quantcast
Channel: SCN : Blog List - All Communities
Viewing all articles
Browse latest Browse all 2548

Solution Manager 7.2 - Installation and Configuration - V - Managed System Config - ABAP System

$
0
0

Part 1: Solution Manager 7.2 - Installation and Configuration - I - Installations

Part 2: Solution Manager 7.2 - Installation and Configuration - II - Configurations

Part 3: Solution Manager 7.2 - Installation and Configuration - III - Changes from 7.1 to 7.2

Part 4: Solution Manager 7.2 - Installation and Configuration - IV - Managed System Config - General Info

Part 5: Solution Manager 7.2 - Installation and Configuration - V - Managed System Config - ABAP System

 

 

This blog is about the configuration of an ABAP managed system.

 

Before configuration if you perform below preperation steps it will be easy for you to perform the configuration.


  • Register your ABAP system to the SLD of your system landscape

Solution Manager's SLD is usually used for keeping the systems landscape data. (Sometimes there could be PI system's SLD before Solution Manager System's one in the landscape.  That time you can configure PI's SLD first and then you can synchronize systems' data to Solution Manager's SLD automatically usind SLD bridge.) 

Use RZ70 transaction to register your system to SLD. You need SLD system Hostname or IP and http Port number of SLD.

SM72_Part5_RZ70.jpg

 

  • Synchronize LMDB from SLD

After registering your system to SLD, LMDB synchronization jobs (SAP_LMDB_LDB_*) runs with 10 mins period value and your systems data is synchronized to LMDB

SM72_Part5_LMDBJob.jpg

SM72_Part5_LMDB.jpg


  • Check SMD Agenton your ABAP System Host

If there is no SMD agent on your system install the latest version with SWPM like described below..

If there is an SMD Agent installed on your system, check the version first and then update to the latest version if required.

SM72_Part5_SMD_sapmmc.jpg

Use below URL for Agent Administration application.

http://<solmanjavahostname>:<portnumber>/smd/AgentAdmin

SM72_Part5_SMD_Version.jpg


  • Check SAP Host Agent version on your system

It must have been installed during system installation. Use 1031096 - Installing Package SAPHOSTAGENT for the installation or upgrade of the Host Agent.

You can use below commands to find the version of SAP Host Agent.

saphostexec -version

saphostctrl -function ExecuteOperation -name versioninfo

SM72_Part5_SHA.jpg

Download the latest Host Agent, Extract it and upgrade it using saphostexec -upgrade.

SM72_Part5_SHA_2.jpg

 

  • Check ST-PI and ST-A/PI versions and Update if Required

Check ST-PI and ST-A/PI versions of your plugins on your ABAP system and upgrade the versions. New installed ABAP system does not have ST-A/PI pulugin so you must download it and import to your system.

The notes recommended in the picture gives detailed information and version compatibality of SAP_BASIS and ST* plugins.

This picture is taken from an EWA report before managed system configuration you cannot get this Plug-In Statuses. But you should check the versions and upgrade them to the relevant latest SP version.

SM72_Part5_STPlugins.jpg

 

* Installation of SMD Agent with SWPM

  • Check the version of the diagnostics agent and kernel. Versions can be checked like the ones in below pictures.

SAPDIAGNOSTICAGENT version:

    SM72_Part5_SMD_Version3.jpg

SMD Kernel Version:

    SM72_Part5_SMD_Version2.jpg

 

  • If there is an older version of SMD, uninstall it using SWPM.
  • Install the SMD Agent using the latest SWPM and Kernel.

 

  • Download the latest DIAGNOSTICS AGENT from swdc as seen below screen.

    SM72_Part5_SMD_download.jpg

  • Download latest swpm and latest Kernel files for your platform from Software Logistics Toolset 1.0 page.
  • And install SMD Agent using SWPM. The following screenshots are the detailed parameter summary of SWPM.

SM72_Part5_SMD_SWPM1.jpg

SM72_Part5_SMD_SWPM2.jpg

As you can see in below picture the latest kernel package (SAPEXE* file), latest jvm patch and latest SAPDIAGNOSTICS AGENT is downloaded and declared in SWPM.

SM72_Part5_SMD_SWPM3.jpg

And the final successful installation of SMD screen.

SM72_Part5_SMD_SWPM4.jpg

 

*Managed System Configuration Steps

 

After you registered your ABAP system to SLD, the data is replicated to LMDB you can start managed system configuration of the system using SOLMAN_SETUP on solution manager. Use Solman_admin user for the process. The start of configuration is done like below screen. There are detailed explanations for each step.

SM72_Part5_MSConfig1.jpg

There are 10 tabs for completing the comfiguration. There will be a picture for each steps below.

SM72_Part5_MSConfig2.jpg

1. Assing Product

You can read the help text.

By setting Diagnostic Relevance automatically we can set the status of the step green.

The assigned prroduct can be seen on the left bottom corner.

SM72_Part5_MSConfig3.jpg


2. Check Prerequisites

You execute all automatic activities. If there is no problem you can press Next.

As you see below there is a problem in this step. You check the activity logs and press Show button.

There is details and SAP Note recommendations.

SM72_Part5_MSConfig4.jpg

 

For the solution of the problem the Note "1419603 - Missing ABAP SAP Central Services (ASCS) instance in SLD/LMDB" adressed.

You apply the note and check LMDB whether ASCS instance has come or not.  It must be there.

Then execute the activity again.

The status will be green too.

SM72_Part5_MSConfig5.jpg


3. Maintain RFCs

In this step select the production client line then select create RFCs or appropriate choice from drop down list, check all checkboxes for the creation of RFCs and Execute. When RFCs are created status will be green.

SM72_Part5_MSConfig6.jpg

SM72_Part5_MSConfig7.jpg

SM72_Part5_MSConfig8.jpg

4. Assign Diagnostics Agent

When SMD Agent is installed on satellite host it is also registered to SLD.

You can check SMD Agents using URL: http://<SLDSystemHostname>:<SLD PortNumber>/smd/AgentAdmin

SMD Agent is listed under Non-authenticated Agents tab. If the version is "INCOMPATIBLE VERSION" Update the Agent first.

Then cliekc Trust Agents to put the agent to Connected Agents tab.

If the host name of the agent is not coming and named as <no server name> you can run below script on satellite host to bring the host name.

     X:\usr\sap\DAA\SMDA98\script>smdsetup.bat changeservername servername:"myhostname"

SM72_Part5_MSConfig9.jpg

After above processes you can check the status of Assign Diagnostics Agent step. Check the version of the SMD.

SM72_Part5_MSConfig10.jpg


5. Enter System Parameters

You fill in the required fields for System Parameters as seen below.

For setting up DBA Connection I chose SQL Authentication and created solmansetup user on SQL Server. (SQL Server must be configured for SQL Authentication type). Then by pressing the "Setup DBA Cockpit Connection " button it is made available.

 

You save the data to make the status of the step to green.

SM72_Part5_MSConfig11.jpg

 

6. Enter Landscape Parameters

Just check the values of the parameters and update if required and then save them to make the status green. You can select the checkboxes to make some checkes during save operation.

SM72_Part5_MSConfig12.jpg


7. Maintain Users

In this step you create or update dialog or technical users and assign roles to those users.

SM72_Part5_MSConfig13.jpg

SM72_Part5_MSConfig14.jpg


8. Finalize Configuration

There are automatic and manual activities that needs to be fulfilled in Final Configuration step. You can leave postponed activities as is. Fot manual activities got to each transactioon or URL to perform the activity.

SM72_Part5_MSConfig15.jpg

 

9. Check Configuration

In this step, you automatically check whether the system is configured correctly, and you update the statuses in the overview of the Managed Systems Configuration.



10. Complete

This step provides an overview of the steps that have been performed in this scenario, including information about the users who made the changes, and the status of each step.


Managed System Configuration of a Java System is coming next.

 

Thanks for your interests.

 

 



Viewing all articles
Browse latest Browse all 2548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>