Skip to main content

SAPROUTER Installation

his blog intends to support all consultants who work with SAP ROUTER setup and maintenance.

Introduction:
The step by step configuration procedure is to install SAP ROUTER on Windows platform (The same procedure can be used in Unix environment)
Importantly, if the system is in Domain, perform entire operation with domain admin user only. Not with local admin.

Configurations steps:
OSS message to SAP: Raise an OSS message to SAP for component XX-SER-NET-NEW with following information.

“Request you to please register our Public IP & Host Name for SNC connection for SAP Router <saprouter box hostname>
Details:
Public ip:<public of your saprouter server>
Hostname:<hostname of your saprouter server>

Please contact <name> and <number > for more information on this“

Response from SAP would be:
Dear customer,

We’ve registered your data for the SNC connection to SAP Support.

Please do the following:
– Go to the http://service.sap.com/saprouter-sncadd
– Click on “Apply Now!”
– Follow the steps detailed in the documentation
– More details can be found on the following page:
  >>> http://service.sap.com/saprouter-sncdoc <<<<)>

You can test the connection with the following parameter:

Destination IP address at SAP side:     <169.145.197.110>
Hostname of this machine          : <sapserv9>

Customer data
Hostname SAProuter     : <SAPROUTER HOSTNAME >
IP address SAProuter   :     <SAPROUTER IP ADDRESS>
Your Distinguished Name:
“CN=<HOSTNAME>, OU=<OU GIVEN BY SAP>, OU=SAProuter, O=SAP, C=DE

Request SAP ROUTER Certificate:

Go to the http://service.sap.com/saprouter-sncadd
request certi.PNG

request certificate.png
Copy this distinguished name which is required to execute below commands.
Once you copied distinguished name then click on continues.

Creating  SAP Router folder in /usr/sap

In SAPRouter box create a folder saprouter in /usr/sap
Check if <sid>adm has got all permissions to this user.
Copy downloaded cryptographic Binary to SAPROUTER folder and extracts it with SAPCAR –xvf.

Set Environment variable
Env variable.png
Generate or register the certificate/(local pse) request –
Open command prompt as “run as administrator” in your SAPROUTER box.
>sapgenpse.exe get_pse –v –r certreq –p local.pse “CN=<hostname>, OU=<OU number>, OU=SAProuter, O=SAP, C=DE”
Request.png
After executing above commands, you will get two additional files get created in SAPROUTER folder.
Local.pse  – created in /saprouter/nt-x86_64 folder
Certreq – created in /saprouter   folder
Copy the content of certreq file and past in the certificate request text area of last SMP window.

request cert1.png
    Then click “Request certificate”
/wp-content/uploads/2014/12/cert2_608459.png
     Create a file “srcert” in /ntx86_64 and copy the above contents of the screen to created file.

     Importing certificate and creating credentials.
    Once the file srcert is created in /ntx86_64 , run the import command to install the certificate in SAP Router.

    >sapgenpse import_own_cert –c  srcert –p local.pse
/wp-content/uploads/2014/12/sapgenpse1_608460.png
  Creating credentials for user responsible to start SAPRouter service:
  After importing the certificate create credential for user <sid>adm  (or a user who have domain admin access) who will be responsible to start
  SAPRouter

>sapgenpse seclogin –p local.pse -0  <sidadm>
/wp-content/uploads/2014/12/sapgen2_608461.png

    Verifying the configuration:
   >sapgenpse get_my_name  -v  -n Issuer

     Post configuration activity:
     One of the important configuration step in SAP Router installation, is to create SAPROUTTAB.

     SAPROUTTAB is a file which contains information on who should be able to access SAP system using SAP Router.
     (who would be allowed to access SAP system)

    Create a file with name saprouttab and copy the same in /usr/sap/saprouter folder
/wp-content/uploads/2014/12/routtab_608474.png
    <sap server ip> is ip address of the server which is need to be access via SAP Router
    <port> is port of sap application for access.
    D * * *  meaning reject all the connection accept the entry of the server ip which mention in saprouttab.

    Register the service in windows box:

   You need to create saprouter service explicitly on this windows machine.
/wp-content/uploads/2014/12/register_608475.png
   This will be visible in services in windows box and will be up and running all the time.
   You can check the log file dev_rout  in /usr/sap/saprouter which could give information on service start and stop.

   Start the service in UNIX:

  # saprouter -r -S 3299 -V 3 -K “p:CN=<saprouter hostname>, OU=<Customer Name>, OU=SAPRouter, O=SAP, C=DE” &

Comments

  1. Saprouter Installation >>>>> Download Now

    >>>>> Download Full

    Saprouter Installation >>>>> Download LINK

    >>>>> Download Now

    Saprouter Installation >>>>> Download Full

    >>>>> Download LINK wh

    ReplyDelete
  2. Saprouter Installation >>>>> Download Now

    >>>>> Download Full

    Saprouter Installation >>>>> Download LINK

    >>>>> Download Now

    Saprouter Installation >>>>> Download Full

    >>>>> Download LINK On

    ReplyDelete

Post a Comment

Popular posts from this blog

SAP ST-PI and ST-A/PI Patch Update Steps

SAP ST-PI and ST-A/PI patch update Summary :- This document will show you how to update the ST-/PI and ST-A/PI in SAP with help of service preparation check RTCCTOOL . Author: Brindavan Mookaiah Designation : SAP BASIS Consultant Tabls of content 1) EWA report 2) Run RTCCTOOL 3) Implement the ST-A/PI and ST-PI Step 1) Check the EWA report about the ST-PI and ST-A/PI patch to update. SAP will recommend upgrading the new version based on SAP Application. Steps 2) Once if you able to see that the ST-A/PI & ST-PI  need to update and SAP recommeded. Then login into SAP and go to T-code SE38 and then execute program  ‘RTCCTOOL ‘. Download the latest ST-PI and ST-A/PI from service market place http://www.service.sap.com Once you downloaded  the required file(ST-PI& ST-A/PI) from market place and copy the file into the server. Mostly this file will be SAR file. Login in to OS level with SIDadm and extract the file using SAPCAR. ,After  th

How to export RFC destinations prior Refresh

The best and easiest way... Goto SE01, create transport request (Transport of Copies) R3TR TABU RFCATTRIB * R3TR TABU RFCDES * R3TR TABU RFCDOC * R3TR TABU RFCSYSACL * If you take only RFCDES you will be missing the Documentation part of RFCs in order to take everything you need to have export of all the above mentioned tables.