To start a SAP Gateway installed separately on a UNIX machine, you specify a start profile:
gwrd -force pf=<profile> &
gwrd -force pf=<profile> &
To cancel, you must send the INT signal to the gateway read process.
Use the following command to obtain the process ID (PID) of the gateway read process:
ps -ef | grep gwrd
ps -ef | grep gwrd
To kill the process, send the relevant INT signal to the process:
kill INT <pid
e.g. gwrd -force pf=/sapmnt/CCA/profile/CCA_DVEBMGS12_dauspwi0 &
kill INT <pid
e.g. gwrd -force pf=/sapmnt/CCA/profile/CCA_DVEBMGS12_dauspwi0 &
No comments:
Post a Comment