on 2012 Dec 24 7:29 AM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.