SAP Guided Answers, a new tool for troubleshooting SAP errors

As you might have noticed, lately SAP is really investing in making their technical support much better in several ways: by redesigning the support portal through the new SAP Launchpad, yes I know that this not going also as fast as expected and that there are some sudden unexpected interruptions, exactly when you need it more 🙂 and for the new users maybe it is a little difficult to find things, but hey, it is a big progress, if you remember the old and dull service.sap.com. Also expert chat, schedule an expert, non-technical chat, expending the Wiki, SCN, blogs sections, releasing new KBAs for different basic topics, some of them even with videos, developing the SuccessFactors and OpenSAP applications and so on, these are all part of SAP initiative for improving their support service. Maybe not all the solutions are as helpful as expected, but for sure SAP is trying and I think it has improved a lot in this area and finding information is starting not to be a problem anymore.
One tool that is rather new and interesting to use is called SAP Guided Answers. At the moment there are 484 articles, maybe this is not so much at the moment, but I am sure that this will get much popular in the future and that the topics covered will extend. These are not just some simple articles written, but it is also interactive by guiding you through find a solution, depending on your error scenario, you can follow different decision trees.
What is really cool is that this is also integrated in the knowledge base search from Support Portal, so you do not have to do a separate search when you are interested in finding an answer to a specific problem:

You also have an option to write a feedback depending on your experience, so you can also contribute on making this application better.
You can access the application from here, I am sure that you will find something new and useful:

https://ga.support.sap.com/dtp/viewer/

How to calculate how much memory is available to use for SAP and Oracle on Linux?

Finding how much memory is available on Linux system may probably, not seem to be a complicated task. But do we really know how to extract this information correctly? I can assure you that this information is a little bit more difficult to find out, than it seems to be.
The information from ST06 is not accurate and if you want to check it out from OS level, you need to know exactly where to look.
The command for finding out the memory information is the free command:

free -m displays the memory in Mb, the free -g presents the results in gigabytes and if you add the “t” option, it will add also display the swap information:

 

 

 

 

 

Let’s have a look on the command and see what do the values displayed mean?

(1) => the amount of physical memory the server has
(2) => the amount of memory that is in use now
(3) => the amount of memory that is currently free
(4) => the amount of shared memory is currently used by the system
(5), (6) => the amount of cached memory that the kernel is using for filesystems buffers, etc …
(7) => the amount of memory that is really used
(8) => the amount of memory that can be free when the linux kernel will try to release it, if an application tries to allocate more that what it is free at (3). It is calculated from the values from the first line: free + buffers + cached (3) + (5) + (6)

Conclusion:

The amount of free memory from the second line cannot be considered entirely free, in case SAP and databases are running on that server, because some of the cached memory is already actively occupied by the SAP shared memory and database caches and these memory areas are needed by the applications.
So what amount of memory can be really considered available in case of need? That would be the Cached memory – Shared memory that is 2116 Mb.
This can also be calculated also from /proc/meminfo easily by the difference between Cached and Shmem 13114880 kb – 10946292 kb = 2118 Mb

Additional information:

1382721 – Linux: Interpreting the output of the command ‘free’

New interesting open courses for Basis Administrators

An interesting and free source of SAP trainings you can find on OpenSAP at https://open.sap.com/courses. The subjects covered are various and are useful for administrators, application consultants, developers, technology consultants, etc… You can use these to extend your knowledge and also to get familiar with the newest technologies, so I really recommend to have a look on them, for sure you will find something interesting.
For attending any courses on the site, you only need to create an account, no S-user account is necessarily required.
Each course contains also an exam that you can optionally take. If this is successfully passed you will also receive a record of achievement certificate, but this exam can only be taken while the course is still current, while if you just participate at the course, you will receive a confirmation of participation certificate. It is true that the certificates do not have much of a value, but still it is a good confirmation that you understood the content of the course presented and also motivates you to go through it.
There is also an application for Android available that you can use to access the courses, you can download it from here:

https://play.google.com/store/apps/details?id=de.xikolo.opensap&hl=en

so you can easily watch these videos from your phone or tablet.

I will list the courses that are the most interesting for us, as Basis admins and try to update this regularly when something new is released:

Data Migration to SAP S/4HANA

https://open.sap.com/courses/s4h8, active between 24.01.2018 – 15.02.2018

Introduction to SAP HANA Administration

https://open.sap.com/courses/hsha1, active between 11.10 – 16.11.2017

Managing ABAP Systems on SAP NetWeaver

https://open.sap.com/courses/cst1

Upgrade of Systems Based on SAP NetWeaver – Advanced Topics

https://open.sap.com/courses/upnw2

SAP Solution Manager for SAP S/4HANA Implementation in a Nutshell

https://open.sap.com/courses/solman1

High Availability and Disaster Recovery with the SAP HANA Platform

https://open.sap.com/courses/hshd1

SAP S/4HANA in a Nutshell (Repeat)

https://open.sap.com/courses/s4h1-1

SAP Business Warehouse powered by SAP HANA
https://open.sap.com/courses/bwhana1

Implementation of SAP S/4HANA

https://open.sap.com/courses/s4h4

SAP NetWeaver Upgrades in a Nutshell

https://open.sap.com/courses/upnw1

SAP One Support Launchpad useful paths for SAP Basis Admin

As I am sure you noticed, lately the Support Portal from SAP or newer the Launchpad has changed so many times. Probably for many of you it is still not clear where to find stuff you need, so I thought it would be a good idea to share the location for most important areas a Basis admin would need. This page will be changed with new items regularly, so keep an eye on it from time to time ;).
Sometimes the Portal might experience problems and might not be available, other times there are some planned activities that require downtime and the portal cannot be accessed. There is one link where you can check the service availability of the site, so you can access this link if you experience any problems, or more convenient, you can also subscribe to this page so you are notified:

https://status.support.sap.com/

If you want to find any information related to a product starting from KBAs, blog articles, forum questions, guides, archives to use for install/upgrade you can do a search for it here:

https://launchpad.support.sap.com/#/productsearch

Alternatively, you can also add this tile, as a shortcut on your launchpad page, click on the Personalize button on your Launchpad page:

Launchpad personalize

Search on My products:

And add the tile on your home page:

View/request migration keys

Direct link: https://launchpad.support.sap.com/#/migration/keys/all
Path: One Support Launchpad -> System Operations and Maintenance -> Migration Keys

SUM Tool

Path: One Support Launchpad -> Software Downloads -> SUPPORT PACKAGES & PATCHES -> By Category -> Additional components -> UPGRADE TOOLS -> SL TOOLSET -> SL TOOLSET 1.0 -> ENTRY BY COMPONENT -> SOFTWARE UPDATE MANAGER (SUM) -> SOFTWARE UPDATE MANAGER 1.0 or SOFTWARE UPDATE MANAGER 2.0 -> SUPPORT PACKAGES AND PATCHES -> Choose your package depending on your platform

SWPM

Path: One Support Launchpad -> Software Downloads -> SUPPORT PACKAGES & PATCHES -> By Category -> Additional components -> UPGRADE TOOLS -> SL TOOLSET -> SL TOOLSET 1.0 -> ENTRY BY COMPONENT –
> SOFTWARE PROVISIONING MANAGER -> SOFTWARE PROVISIONING MGR 1.0 -> Choose the required SWPM tool

SPAM/SAINT package

Path: One Support Launchpad -> Software Downloads -> SUPPORT PACKAGES & PATCHES -> By Category -> Additional components -> UPGRADE TOOLS -> SL TOOLSET -> SL TOOLSET 1.0 -> Choose your needed packages depending on your SAP release

LMSERVICE

Path: One Support Launchpad -> Software Downloads -> SUPPORT PACKAGES & PATCHES -> SAP TECHNOLOGY COMPONENTS- >SAP SOLUTION MANAGER -> SAP SOLUTION MANAGER 7.1 -> ENTRY BY COMPONENT -> SOLUTION MANAGER JAVA STACK -> SOLMANDIAG 710

Generate developer keys

Direct link: https://launchpad.support.sap.com/#/sscr/developers/my
One Support Launchpad -> Software Change Registration On premise -> Developers, Objects

SAP Bundle Patch

Path: One Support Launchpad -> Software Downloads -> Databases -> Database and Database Patches -> Oracle -> Oracle Patch and Software Downloads -> select your Oracle release -> select your OS type from the drop down list

IGS

Path: One Support Launchpad -> Software Downloads -> SUPPORT PACKAGES & PATCHES -> SAP Frontend Components -> SAP IGS -> select your release and here you also have SAP IGS HELPER APPLICATIONS

Guide Finder

Path: https://help.sap.com/viewer/index => at search all box choose product hierarchy and choose the product for which you would like to have the guide
(For Basis probably the most useful will be the category: SAP NetWeaver)
One example of direct link for Netweaver 740 => https://help.sap.com/viewer/p/SAP_NETWEAVER_740

SAP Cryptographic library

Path: One Support Launchpad -> Software Downloads -> SUPPORT PACKAGES & PATCHES -> By Category =>
SAP CRYPTOGRAPHIC SOFTWARE => SAPCRYPTOLIB

Kernel

Path: One Support Launchpad -> Software Downloads -> SUPPORT PACKAGES & PATCHES -> By Category => MISCELLANEOUS COMPONENTS => SAP KERNEL => Choose the needed kernel by Unicode, version, OS

B2B components for PI

Path: One Support Launchpad -> Software Downloads -> SUPPORT PACKAGES & PATCHES -> By Category => SAP NETWEAVER AND COMPLEMENTARY PRODUCTS => PI B2B ADDON 1.0 => REQUIRED COMPONENTS OF OTHER PRODUCT VERSION => JAVA COMPONENTS REQUIRES => PI SFTP PGP ADDON 1.0 – JAVA COMPONENTS => choose PGP MODULE 1.0 (for PIB2BPGP) and
SFTP ADAPTER 1.0 for PIB2BSFTP

LOB segment growing very large bug in SAP Bundle Patch 12.1.0.2.170418 – 201705

It looks like the SAP Bundle Patch 12.1.0.2.170418 – 201705 contains some bugs. At least for me, this was noticed in a Solaris Intel environment on a Solution Manger 7.1 and a PI 7.4 system.
After a week or so since the installation, the database was growing unusually fast. Checking the top growth segments in the Solman database, the object responsible for this was the LOB segment corresponding to the column LAST_TEST in table MES_DB_AGGREGATE. In the productive system this was growing with more than 20GB/per day. But let’s see in case you also encounter such rapid growth of the database how can you track what is causing this and since when?

As a first step I would propose to check with the help of tcode ST04 or DBACOCKPIT the top growth of segments via: Space -> Segments -> Overview. Here you can check the top growing segments per day/week/month:

Also here at the tab Top sizes you can check the objects that occupy the most space.

To see how did the growth of a particular segment developed lately, you can check its history growth by going to Space -> Segments -> Detailed Analysis -> Fill in the segment name -> OK

Here you can have a look on how this segment grew on days/weeks/months:

The quickest workaround was to reorganize the responsible segment, in order not to get an overflow of the database.

The reason for this growth was caused by the abnormal behavior of the Oracle SMCO process that makes some LOB segments to extend indefinitely, bug that comes together with the instalation of the bundle patch. To summarize in a few words SMCO (Space Management Coordinator) performs proactive space allocation and space reclamation and coordinates the following space management tasks: tablespace-level space pre-allocation, securefile lob segment pre-extension, temporary segment space reclamation, securefile lob segment space reclamation. There is a parameter that enables/disables the SMCO background process: _ENABLE_SPACE_PREALLOCATION. By default this feature is turned on, so the value is by default set to 3, that means that space preallocation is active for all auto extensible datafiles and securefile segments. Another possible value is 1 and this means that pace preallocation is done only for the datafiles. If you want to quickly get rid of this problem, a temporary solution would be to completely disable this feature and set the parameter to 0:

ALTER SYSTEM SET “_ENABLE_SPACE_PREALLOCATION” = 0;

The good news is that the parameter is dynamic, so no restart is required in order for this to get activated.

A strange behavior of LOB segments growing too large I experienced also on a PI system 7.4 for the LOB segments corresponding to tables BC_MSG and SXMSCLUP.

For more information about LOB segments, you can check out my other blog post: Introduction to LOBs

*** Update:  SAP documented in the meantime this behavior of LOB segments in the OSS note: 2538588 – 12c: Extensive LOB segment growth after 12.1.0.2 SBP 201705 or 201708 has been applied and also the fix of the bug can be found now in the newest SAP bundle patch SBP 201711.

DMIS CONTENT 2011_1_700 is required to upgrade to DMIS CONTENT 2011_1_731 by SAP BASIS 7.31 – SAPK-731BHINSAPBASIS during the queue check

If you are planning to upgrade your Solution Manager to 7.2 release, you have to plan first the update in your Maintenance Planner tool. During this process there is one error that I encountered and that might be popping up for all Solution Mangers that have the add-on TDMS 4.0 installed.
The validation of the software packages in MP will fail with the error:

DMIS CONTENT 2011_1_700 is required to upgrade to DMIS CONTENT 2011_1_731 by SAP BASIS 7.31 – SAPK-731BHINSAPBASIS during the queue check

If you check out for more details provided in the logs you will find the following:


It seems like for SAP TDMS 4.0, the product transition cannot be calculated automatically by MP, so it has to be added as a manual step by you in the MP.
You can find a solution from SAP for this in the note 2367414. But unfortunately, the solution provided by SAP is not 100% clear or complete and an additional step has to be followed.
To be more clear lets review what are the steps that have to be selected in order to get rid of the above error.

First, begin a fresh transaction for the upgrade in MP:

Select Plan a Maintenance:

Select your desired target that is Solution Manager 7.2 and Confirm selection

Then select Install or Maintain an Add-on:

Select SAP Landscape Transformation 2, select SHC for ABA 731 and the desired support package level for this and confirm the selection:

Then what it is very important and it is not mentioned in the note, continue to choose again the Install and Maintain Add-on for selecting also the add-on SAP TDMS 4.0 => TDMS for ABA 7.31 and the desired support package level and confirm this selection as well:

Then continue with the selection as normal, in MP and the validation should go successfully now.
By the way, if you are wandering, the order that you select the two additional add-ons does not matter.
But in case you also have the add-on DMIS EXT 2007_1_700 installed you might get as bonus an additional error for it too:

DMIS EXT 2007_1_700 is required to upgrade to DMIS EXT 2007_1_731 by SAP BASIS 7.31 – SAPK-731BHINSAPBASIS

So in this case, you will also have to select in MP, additionally from what we have talked about at the Install and Maintain an Add-on section also the SAP TDMS EXT BPL 3.0 the TDMS for ABA 7.31 and the wanted SP level. This error is explained more in the note 2417816.

For more details, please consult the offcial SAP documenation:

2417816 – Error: DMIS EXT 2007_1_700 is required to upgrade to DMIS EXT 2007_1_731 by SAP BASIS 7.31 – SAPK-731BHINSAPBASIS during Maintenance Planner Planning activity

2367414 – Error: DMIS 2011_1_700 is required to upgrade to DMIS2011_1_731 by SAP_BASIS 7.31 – SAPK-731BHINSAPBASIS… during Maintenance Planner Planning activity.

https://wiki.scn.sap.com/wiki/display/SL/Maintenance+Planner+-+Plan

Transaction Canceled SO 013 ( get mailer originator )

Not too long ago I encountered the following recurring errors in SM21: Transaction Canceled SO 013 ( get mailer originator):

transaction canceled SM21

The solution is described in the note : 2301043 – Background job SAP_CCMS_MONI_BATCH_DP fails hourly

Basically, the alerts are being generated because of some wrong setting in the auto-reaction method that is launched in the background, when job SAP_CCMS_MONI_BATCH_DP is running. But it is not necessary that the background job is canceled to get this error message.
The steps to find why this errors appear and solve them consist on these steps:

1. check RZ21 -> Method definitions -> display overview
2. Search for all methods with the keyword “mail”
3. For every of the existing methods that contains this word, check:
3.1. At the “Control” tab, ensure that the option “Periodically in dialog process” is set at the “Execute method” section.
3.2. At the “Parameters” tab, ensure that the SENDER option is correctly set in UPPER CASE letters, with a valid user that exists on client 000 and finally with an email address assigned.

This means that the steps above should be checked every time we delete a user from client 000, to make sure that there is no user assigned to any mail related auto-reaction method. The sudden appearance of this error could be cause by deleting such user.

More documentation about the topic:

2301043 – Background job SAP_CCMS_MONI_BATCH_DP fails hourly
176492 – Automatic email when an alert occurs (RZ20)

Enterprise manager upgrade to 9.7 and ISagent upgrade in Solution Manager 7.1

The EM upgrade is cannot be done by upgrading the agent on top of the old version. The upgrade consists on moving the EM to a backup folder and do a fresh installation of the wanted version and then adjust the configuration to the already existent one.
Here are the steps that should be followed for an upgrade of EM on Solution Manager SPS 12 or higher. In my case my source version was EM 9.1.5 and the target one 9.7 and the environment Solaris Intel.

There are three packages that have to be downloaded:

1. The WILY INTROSCOPE ENTPR MGR 9.7 that can be found in this location:

https://launchpad.support.sap.com/ => Software Downloads => Support packages and patches => By Category => SAP Technology Components => SAP Solution Manager => SAP Solution Manager 7.1 => Entry by component => WILY INTROSCOPE => WILY INTROSCOPE ENTPR MGR 9.7 => Introscope Enterprise Manager 9.7 for SAP SP01

It is very important, that you choose the package for your respective OS type. But in case you do not find your OS from the dropdown list, you have to choose the OS independent version. But there is a catch, the OS independent package does not have a bundled Java VM, like the others do. So in this case you have to, either have the corresponding JAVA version required for your EM already available on the machine, either you download the SAPJVM in order to have the required Java VM while performing the installation.
In such case you can download the SAPJVM from:

https://launchpad.support.sap.com => Software Downloads => Support packages and patches => By Category => SAP NETWEAVER AND COMPLEMENTARY PRODUCTS => SAP NETWEAVER => SAP NETWEAVER 7.4 =>
ENTRY BY COMPONENT => AS JAVA EXTENSIONS => SAPJVM6

2. Wily Introscope enterprise management modules:

https://launchpad.support.sap.com/ => Software Downloads => Support packages and patches => By Category => SAP Technology Components => SAP Solution Manager => SAP Solution Manager 7.1 => Entry by component => WILY INTROSCOPE => WILY INTRO EM MGMT MODULES 9.7 => WILYISMM01P_3-80001009.ZIP (Introscope9.7customizationSP01 forSAP(Management Modules))

3. Third-party external component package files:

http://opensrcd.ca.com/ips/osgi/ => introscope_9.7.1.0/ => download the two files:

osgiPackages.v9.7.1.16.unix.tar
eula.txt

After the files have been uploaded to server, create special directory where to store the files and from where you can start the upgrade/installation from:

mkdir EM_upg_dir
ls
WILYISEM01_0-80001135.zip
WILYISMM01P_3-80001009.zip
eula.txt
osgiPackages.v9.7.1.16.unix.tar

unzip the files:

unzip WILYISEM01_0-80001135.zi
tar -xvf osgiPackages.v9.7.1.16.unix.tar
ls
@LongLink                           ca-eula.txt                                                             osgiPackages.v9.7.1.16.unix.tar     unsigned
WILYISEM01_0-80001135.zip           ca-eula.zh_CN.txt                   installer_console.log               osgiPackagesID.txt                  version.txt
WILYISMM01P_3-80001009.zip          ca-eula.zh_TW.txt                   introscope9.7.1.16otherUnixSAP.jar  server
ca-eula.ja.txt                      eula.txt                            lgpl.txt                            signed
ca-eula.ko.txt                      installer.properties                lib                                 source

Prepare the files for the installation:

1. eula.txt

accept the agreemant by changing: LGPL=accept

2. ca-eula.txt

accept the agreemant by changing: CA-EULA=accept

3. installer.properties => check what the current parameters are for EM and make the changes in the file:

USER_INSTALL_DIR=/usr/sap/ccms/wilyintroscope
externalComponentPackage=osgiPackages.v9.7.1.16.unix.tar
emGuestPassword=
emAdminPassword=
wvPort=8081
wvEmHost=localhost
wvEmPort=6001

If you do not enter anything for the installation directory it will install it by default to the new location /usr/sap/ccms/apmintroscope.

Now that everything is prepared, the actual upgrade can begin:

1. Stop the current EM:

cd /usr/sap/ccms/wilyintroscope/bin
./EMCtrl.sh stop
./EMCtrl.sh stop: Stopping Enterprise Manager...
./EMCtrl.sh stop: Enterprise Manager stopped

2. Move the existing installation to a backup folder

mv /usr/sap/ccms/wilyintroscope /usr/sap/ccms/wilyintroscope_old

3. Install the new version

– the command, if you took the OS dependent package:

cd EM_upg_dir
/java -classpath ./introscope9.7.1.16otherUnixSAP.jar install
Silent installer completed with status of: SUCCESS. For more details, consult install logs at: /usr/sap/ccms/wilyintroscope/install. Please wait for the command prompt to return...

– the command if you have the OS dependent package:

./introscope9.7.1.16linuxAMD64SAP.bin –Djava.awt.headless=true

4. Install the management module

cp WILYISMM01P_3-80001009.zip /usr/sap/ccms/wilyintroscope
cd /usr/sap/ccms/wilyintroscope
unzip WILYISMM01P_3-80001009.zip

5. Where necessary, copy the old files with the configurations over the new EM:

– The Introscope SmartStor that contains the collected metrics. Its location is specified by properties:

introscope.enterprisemanager.smartstor.directory
introscope.enterprisemanager.smartstor.directory.archive

in file /config/IntroscopeEnterpriseManager.properties. If you want to keep the already collected metrics move these folders from the old to the new EM.

# The directory that the EM will use for data storage
introscope.enterprisemanager.smartstor.directory=data
introscope.enterprisemanager.smartstor.directory.archive=data/archive

– The Introscope traces are stored in a folder that is configured with properties:
# The directory that the EM will use for trace storage
introscope.enterprisemanager.transactionevents.storage.dir=traces

If you want to keep the already collected traces move this folders from the old to the new EM.

– Manually transfer any custom management modules (located in /config/modules) from the old to the new location. But do not overwrite newly installed standard SAP modules with older versions.

– Manually transfer any customization made in the old version of EM. These customization can be found in the files:

IntroscopeEnterpriseManager.lax or EMService.conf
/config/IntroscopeEnterpriseManager.properties
/config/em-jetty-config.xml
/config/users.xml
/config/users-sap.xml
/config/domains.xml,
/config/apm-events-thresholds-config.xml
/config/loadbalancing.xml

Do not replace the new configuration files with the old copies since you then may loose any newly introduced properties! Instead, copy and paste any customization from your old files.

– Copy all certificate files used for single sign-on from Solution Manager. You find them in /sap/TrustedCerts.

– For monitoring capabilities of SAP Solution Manager copy file <EM_HOME>/config/agentclusters.xml from the old to the new location.

– Also for monitoring capabilities of SAP Solution Manager copy files /sap/SID.e2emai.properties (see SAP note 1751225).

– If you have a full Introscope license copy this too from folder /license.

– If Emergency Monitoring feature available starting with Introscope version 9.7 is activated copy files /sap/emon/*.

6. EM_HOME/ has to be given write access for SAP group sapsys from default 755 to 775

7. Start EM:

./EMCtrl.sh start
./EMCtrl.sh start: Starting Enterprise Manager...
(Please wait a few minutes for initialization to complete.)
Please check log file for more details.

8. check status

./EMCtrl.sh status
./EMCtrl.sh status: Enterprise Manager (pid XXXX) is running

8. In Solution Manager Basic Configuration Step 3.1, (Configure CA Introscope) Reload the installation. It will detect the new version.

– in case of any problems like Solman is still seeing the EM offline please review the note: 2198743 – Enterprise Manager is offline ” [Manager.UserManagementService] “” Failed to login from host “localhost” “
I had the error and this was due to wrong password of Admin user in Solman. After correcting this in solman_setup, step 3 -> user management the status showed with green status in solman_setup

9. After installing a new EM you have to prepare the EM for pushing monitoring metrics to Solution Manager running activity “Push DPC Configuration to CA Introscope” again. 

ISagent upgrade

After the upgrade of EM, also the ISagent can be upgraded.
You can check the version of ISagent from system information from Java start page:

ISagent_version

You can see that there are two ISagent versions are deployed on Solman, which can be a little bit confusing. But this is not only correct, but also the recommended scenario from SAP.
The IS agent version deployed on the managed system when performing the managed system configuration is dependent of the java version of the managed system and the IS agent version deployed on the Solman.
For Java 1.4 the IS agent 8.X will be deployed. If there is no ISAgent_MIN_J5 deployed on the Solman the IS agent 8.X is also deployed for systems running on Java 1.5 and 1.6. Although this scenario works, it is recommended to use IS agent 9.X for java systems that are running Java 1.5 or higher.
If both IS agent 8.X and IS agent 9.1.X (ISAgent_MIN_J5) are deployed on the Solman as in our case, then the managed systems running on Java 1.5 or higher the IS agent 9.X is deployed. This is the scenario recommended by SAP.
It is possible to have and IS Agent version 8.X deployed in parallel to the Solman IS agent 9.X, but it is NOT possible to have multiple IS agent 9.X versions deployed on the Solman Java stack.
The IS agent version needs to be lower or equal to the EM that it is connected to, that is also why we did first the EM upgrade.

The package that needed for the upgrade can be downloaded from:
https://launchpad.support.sap.com/ => Software Downloads => Support packages and patches => SAP Technology Components => SAP SOlution Manager => SAP Solution Manager 7.1 => Entry by component => Solution Manager Java Stack => WILY INTRO AGT 9.7 MIN J5VIASM => Patch for WILY INTRO AGT 9.7 MIN J5VIASM SP01

First enable the Maintenance Mode in the Agent Administration, deploy IS agent with the help of SUM tool. The upgrade will require a short downtime, as Java stack will be restarted during the process. After the successful deployment, disable the Maintenance Mode in the Agent Administration.

Helpful documents:

EM:

https://wiki.scn.sap.com/wiki/display/TechOps/IntroscopeEMUpgrade

https://websmp210.sap-ag.de/~sapidb/012002523100016951232015E/SAPISDOC97.pdf

Notes:

2198743 – Enterprise Manager is offline ” [Manager.UserManagementService] “” Failed to login from host “localhost” “

ISagent:

https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=462049171
https://blogs.sap.com/2014/06/15/byte-code-adapter-introscope-java-agent/

Notes:

2068401 – How to update the ISAgent (Byte Code Adapter) – Solution Manager 7.10

Internal documents related to EM:

http://sapnotebook.com/wily-introscope-em-performance-analysis/
http://sapnotebook.com/article-introscope/