cancel
Showing results for 
Search instead for 
Did you mean: 

inserting sap router lines in startsap file

former_member1334776
Participant
0 Kudos

Dear Team,

We are installing SAProuter on running SAP system.

in which line we want to add

#

# Start saprouter

#

SRDIR=/usr/sap/saprouter

if [ -f $SRDIR/saprouter ]  ; then

      echo “\nStarting saprouter Daemon “ | tee -a $LOGFILE

      echo “----------------------------“ | tee -a $LOGFILE

$SRDIR/saprouter -r -R $SRDIR/saprouttab  \

| tee -a $LOGFILE &

fi

I checked startsap file we want to add it on first line or in the middle of the file ....

please help out to proceed...

Thanks,

Thamu.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Gopal,

As per Standard Practice please insert those lines before the start commands in the file. In the startsap file we can see the instance startup commands to start the instance, this lines should be before the startup commands.

Thanks:

Kishore Cherukumalla.

Former Member
0 Kudos

Hi Gopal,

    Please insert the above commands before the start of OS Collector command,

Please see Note 30374 - SAProuter installation for more information.

KIndly share what happens later.

Thanks and Regards,

Vimal