How to manually patch the SAPJVM

You do not want to use JSPM to deploy a support package (patch) of the SAP JVM. Instead, you want to do it manually.

 Note 1025085 - How to manually patch the SAPJVM

Solution
The information described in previous versions of this note has been removed.
Patching the SAP JVM on an SAP NetWeaver system is only supported using the Software Update Manager (SUM) or the Java Support Package Manager (JSPM).

The SUM documentation is available on SAP Service Marketplace at:

  • http://service.sap.com/sltoolset -> Software Logistics Toolset 1.0.


https://websmp201.sap-ag.de/sltoolset  ( this site explains all the latest tools used for patching and updating sap new software versions )

There are also few other functions such as below in this category


Note 1732061 - Central Note - Software Update Manager 1.0 SP07 [lmt_008]


SAP JVM 4 as Replacement for Partner JDKs 1.4.2http://scn.sap.com/docs/DOC-1124
 
Java replacement write ups
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d090380d-c1af-2e10-f5b0-80a65104fe12?QuickLink=index&overridelayout=true&54417235672137
Changing the IP address of your SAP Server

Where do you need to change the IP address on the oss site, and how can you configure the saprouter?
You need to check your RFC connections in SM59 and your hosts file.
If you have set up any external ftp connections to your system, you also need to check if they use IP address or hostname.
If the SAProuter runs on the server you are changing the IP address, you must create a customer message for SAP and ask them to change the IP at their site. The IP address of a SAProuter must be from an official range. You must also update your SAProuter data and change the IP on SAPNet (system-data).
In saprouttab you need to adjust the IP as well.
How to Connect to your SAP System via SAPRouter?
On your SAPRouter, edit your saproutab file, 
add P xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy zzzz password) example:
P 192.168.145.130 10.240.7.10 3200 basis ---> Where 192.168.145.130 is your computer ip address on the internet, change this to * so that your saprouter will accept any ipaddress from the internet.
 10.240.7.10 ---> is your SAP Server IP Address
 3200  ---> 32 is constant, 00 is your PRD system number
 basis ---> is the your password.
P * * * * ---> entry if you permit all
issue comman saprouter -n to reload the new saproutab file.
On your SAPGui logon screen (Remote Computer)
Description             :       Production Server
Application Server      :       10.240.7.10
SAP Router String :       /H/192.168.240.35/W/basis/H/ 
System number           :       00
Note:   (192.168.240.35 is your SAPRouter Public IP Address / basis is your password)

No comments: